@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --poppins: "Poppins", sans-serif;
  --abhaya_libre: "Abhaya Libre", sans-serif;
  --black: #000;
  --white: #fff;
  --gray: #5c5e5e;
  --beige: #ffd476;
}

html,
body {
  background: #f8fbfa;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
b,
strong,
label,
ul,
li,
a {
  margin-bottom: 0;
  text-decoration: none;
  color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--abhaya_libre);
}

p,
span,
ul,
li,
label,
span {
  font-family: var(--poppins);
}

.black_btn {
  border-radius: 0;
  width: max-content;
  padding: 16px 18px;
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  border: none;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.padding_70 {
  padding: 70px 0px;
}

/* header */

.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:focus {
  box-shadow: none !important;
}

header a.nav-link {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: var(--black);
}

nav.navbar.navbar-expand-lg {
  box-shadow: 0 0 5px #ccc;
}

.info h1.heading {
  font-size: 102px;
  line-height: 112px;
  font-weight: 800;
  color: var(--black);
}

.info p.dscp {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  color: var(--black);
}

.info h2.heading {
  font-size: 82px;
  line-height: 100px;
  font-weight: 700;
  color: var(--black);
}

.info p.sub_heading {
  font-size: 27px;
  line-height: 34px;
  font-weight: 500;
  color: var(--black);
}

.info h5.heading {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  font-family: var(--poppins);
  color: var(--black);
}

.info p.cnt {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: var(--gray);
}

/* banner_sec */
.banner_section {
  margin-bottom: 70px;
}
section.banner_sec {
  position: relative;
}

.banner_sec::before {
  position: absolute;
  content: "";
  background: url(../images/banner_bg.png);
  width: 780px;
  height: 600px;
  border-bottom-left-radius: 300px;
  top: 110px;
  right: 0px;
  z-index: 2;
}

.banner_sec::after {
  position: absolute;
  content: "";
  background: transparent;
  border: 1px solid #ccc;
  width: 780px;
  height: 600px;
  border-bottom-left-radius: 300px;
  top: 130px;
  right: 20px;
  z-index: 1;
}

.banner_sec .info {
  position: relative;
  z-index: 2;
}

.banner_sec .info h1.heading {
  font-size: 70px;
  line-height: 85px;
  font-weight: 800;
  width: 65%;
}

.banner_sec .info p.dscp {
  width: 50%;
}

.bnr_left {
  background: var(--beige);
  border-top-right-radius: 50%;
  max-width: 960px;
  height: 804px;
  width: 100%;
  padding: 150px 0px;
  position: relative;
}

.banner_sec .black_btn {
  position: absolute;
  bottom: 135px;
  right: 30%;
}

/* home_abt_sec */

.home_abt_sec p.number {
  font-size: 94px;
  line-height: 124px;
  font-weight: 600;
}

.home_abt_sec p.cnt {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.home_abt_sec .exp_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.subs_label {
  font-size: 42px;
  line-height: 46px;
  font-weight: 700;
  font-family: var(--abhaya_libre);
}

.subscribe_form .black_btn {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.subscribe_form .form-control,
.form-select,
textarea {
  color: #5c5e5e;
  background: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  font-family: var(--poppins);
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 20px 26px;
}

.home_abt_lft {
  position: relative;
  margin-top: -190px;
}

/* our_products_sec */

.our_products_sec .pro_card {
  padding: 20px;
}

.our_products_sec img.pro_img {
  max-width: 150px;
  width: 100%;
}


.pro_sec img.pro_img {
  max-width: 100%;
}

.pro_card:hover {
  box-shadow: 0 0 40px #eee;
  border-radius: 0;
}

.pro_card .pro_arrow_img {
  opacity: 0;
  transition: 0.3s ease;
}

.pro_card:hover .pro_arrow_img {
  opacity: 1;
  transition: 0.3s ease;
}

/* why_choose_us_sec */

.why_choose_us_lft {
  background: var(--beige);
}

ul.dot_list {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  font-family: var(--poppins);
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.why_choose_us_lft,
.why_choose_us_rgt {
  position: relative;
  width: 100%;
  height: 100%;
}

.why_choose_us_lft .why_choose_us_lft_small_img {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 250px;
  border: 20px solid #fff;
  border-bottom: 0;
  border-right: 0;
  height: 70%;
}

.why_choose_us_rgt .why_choose_us_rgt_big_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why_choose_us_rgt .why_choose_us_rgt_small_img {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 250px;
  border: 20px solid #fff;
  border-top: 0;
  border-left: 0;
  height: 70%;
}
/* project interior */
.interior_cntnt p {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}
.interior_header h2.heading {
  font-size: 68px;
}
.project_interior {
  border-bottom-left-radius: 280px;
  width: 93%;
}
/* who_we_are */
.who_we_are_header h2.heading,
.who_we_are_header p {
  width: 100%;
  text-align: right;
}

.left_image img {
  position: absolute;
  bottom: 41%;
  max-width: 784px;
  width: 100%;
}
.who_we_are_box {
  position: relative;
}
.who_we_are {
  position: relative;
}
.who_behind_sec {
  margin-left: 24px;
  border-top-right-radius: 250px;
  margin-top: -163px;
  padding-top: 200px;
}
.interest_cntnt p {
  width: 83%;
  font-weight: 500;
  padding-bottom: 20px;
}
.behind_box {
  padding: 10px 30px;
}

/* footer */
.footer_box ul {
  padding: 0px;
  list-style: none;
}
.footer_box h5 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}
.footer_box a {
  font-size: 15px;
  color: #5c5e5e;
}
.footer_box li {
  padding-bottom: 12px;
}
.footer_box span {
  display: flex;
  gap: 10px;
}
.footer_box p {
  color: #5c5e5e;
}
.copyright {
  padding: 20px;
  border-top: 1px solid #888;
  text-align: center;
}
/*  */
.bg_yellow {
  background: #ffd476;
}
.git h2.heading {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0px;
}
.bnner_box.info h2.heading {
  color: #000;
  font-size: 70px;
  font-weight: 600;
  font-family: Abhaya Libre;
  padding: 40px 0px;
}
.bnner_box.info p {
  font-size: 20px;
  font-weight: 400;
}
.contact_sec {
  padding: 70px;
  background: #fff;
  border-radius: 15px;
  position: relative;
}
.contact_sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 100%;
  background: #ffd476;
}
.map_Sec {
  position: absolute;
}
.map_Sec iframe {
  width: 520px;
}
.git.info p {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}
.get_intouch .black_btn {
  width: -webkit-fill-available;
}
.get_intouch {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
form.cntct_form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.subscribe_form .form-control {
  height: 42px;
}
.set_sec {
  display: flex;
  align-items: center;
  gap: 10px;
}
.setting {
  display: flex;
  align-items: center;
}
p.head_Para {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}
p.head_dscp {
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
}
.git {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.set_sec i {
  font-size: 22px;
}

.black_btn {
  font-size: 14px;
  line-height: 26px;
  padding: 8px 25px;
  border: none;
  min-width: 150px;
  align-self: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: #1e1e1e;
  color: #fff;
}

/* testimonial  */
.owl-carousel .item {
  text-align: center;
}
.owl-carousel img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-width: 260px;
}

h3.caousel_heading {
  font-size: 36px;
  font-weight: 500;
}
p.caousel_paragraph {
  font-size: 36px;
  font-weight: 400;
  width: 92%;
  text-align: left;
  font-style: italic;
}
span.carousel_subpara {
  font-size: 32px;
  font-weight: 500;
  color: #5c5e5e;
}
.carousel_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.testimonial_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h2.heading {
  font-size: 68px;
  font-weight: 600;
  font-family: var(--abhaya_libre);
  width: 56%;
  line-height: 80px;
}
.testimonial_sec .owl-nav {
  position: absolute;
  bottom: 0px;
  right: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: max-content;
  gap: 40px;
}
.testimonial_sec {
  border-right: 1px solid #aaa;
}
/* interest */
.interest .black_btn {
  width: fit-content;
}
.interest_cntnt {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.interest {
  border-bottom-right-radius: 260px;
  position: relative;
  overflow: hidden;
}
.interest::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background-image: url("/assets/images/testimonial-img.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 1;
}
.interest .carousel_img {
  position: absolute;
  top: -35px;
}
.projects_sec .info h2.heading {
  width: 100%;
}
