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

:root{
    --underline-color: #E02725;
    --table-border-color: #CFCFCF;
    --dark-gray-color: #464646;
    --black-color: black;
    --white-color: white;
    --lighter-gray-color: #D9D8D8;
    --bluish-gray-color: #F2F2F2;
    --bluish-gray-border: #EAEAEA;
    --button-color: #E8E8E8;
;
}


@font-face {
  font-family: Be-Vietnam-Pro;
  src: url("../fonts/Be_Vietnam_Pro/BeVietnamPro-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Outfit-Regular;
  src: url("../fonts/Outfit/Outfit-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Outfit-SemiBold;
  src: url("../fonts/Outfit/Outfit-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: Plus-Jakarta-Sans;
  src: url("../fonts/Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.ttf");
  font-weight: 500;
}

.main-description-section, .main-product-verticles-section, .our-achivements-section, .boundaries-section, .insights-updates-section{
     margin: 50px 0;
    display: inline-block;
    width: 100%;
}

.main-shop-now-section{
  margin-top: 50px;
}

.section-para{
    text-align: justify;
font-weight: 400;
 font-family: Be-Vietnam-Pro;
font-size: 17.3px;
line-height: 28px;
}

.main-description-section p{
    padding: 0 30px;
     font-family: Be-Vietnam-Pro;
     text-align: justify;
}

.main-section-title{
  position: relative;
}

.main-section-title .section-center-title, .main-section-title .section-left-title{
     font-family: "Bebas Neue", sans-serif;
font-weight: 400;
  font-size: 78px;
line-height: 72px;
text-align: center;
color: var(--black-color);
position: relative;
/*padding-bottom: 25px;*/
}

.main-section-title .section-left-title{
text-align: left;
}

.main-section-title .section-center-title::after, .main-section-title .section-left-title::after{
/*    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 62px;
    height: 4px;
    background-color: var(--underline-color);*/
}


/* FAQ Title*/

.architecture-center-titles {
    font-size: 45px !important;
    letter-spacing: 0px;
    font-family: Eina01-SemiBold !important;
    font-weight: 400 !important;
    position: relative;
    padding-bottom: 10px;
    color: #000000;
}

/* FAQ Title*/

.main-section-title .section-left-title::after{
  left: 0%;
      transform: translate(0);
}

.main-product-verticles-section .product-verticle-cards, .main-description-section .product-verticle-cards video{
  position: relative;
  height: auto;
}

.main-product-verticles-section .product-verticle-cards video {
  height: 450px;
  width: 100%;
  object-fit: cover;
  display: block;
}


.main-product-verticles-section .product-verticle-description{
position: absolute;
bottom: -15%;
left: 0;
padding: 0 25px;
color: var(--white-color);
width: 100%
}

/* .product-verticle-cards .product-verticles-overlay .product-verticle-description{
position: absolute;
bottom: -15%
} */

.main-product-verticles-section .product-verticle-cards:hover .product-verticle-description{
  padding-bottom: 0px;
  transition: all 0.6s ease;
}

.main-product-verticles-section .product-verticle-description h3{
font-family: Bebas Neue, sans-serif;
font-weight: 400;
font-size: 32px;
line-height: 42px;

}

.main-product-verticles-section .product-verticle-description p{
  color: var(--white-color);
  text-align: justify;
  min-height: 84px;
  font-weight: 500;
}

.main-product-verticles-section .product-verticle-cards .products-arrow{
width: 57px;
height: 57px;
position: absolute;
background-color: var(--underline-color);
top: 2%;
right: 2%;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}

.main-product-verticles-section .product-verticle-cards .products-arrow video{
  width: 24px;
height: 24px;
}

.main-product-verticles-section .product-verticle-cards .product-verticles-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: translate(0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.4%, #000000 100%);
}

.product-verticle-description .section-para {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.6s ease;
}

.product-verticle-cards:hover .product-verticle-description .section-para {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-product-verticles-section .product-verticle-cards:hover .product-verticle-description{
  padding-bottom: 80px;
}

.our-achivements-section img{
  /*height: 100%;*/
  height: 390px;
  object-fit: cover;
}

.our-achivements-section li{
  text-align: justify;
  color: var(--dark-gray-color);
  margin-bottom: 15px;
}

.our-achivements-section .counter-row .counter-data{
box-shadow: 0px 0px 25px 0px #0000001A;
background: var(--white-color);
padding: 40px 20px 20px 20px;
width: 100%;
margin-bottom: 12px;
}

.our-achivements-section .counter-row .counter-data span{
  font-family: Outfit-SemiBold;
font-weight: 700;
font-size: 110px;
line-height: 150px;
color: var(--underline-color);
}

.our-achivements-section .counter-row .counter-data h6{
  font-family: Outfit-Regular;
font-weight: 400;
font-size: 22px;
line-height: 30px;
color: var(--dark-gray-color)
}

.boundaries-section img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.insights-updates-section .insights-updates-row .insights-updates-content, .insights-updates-section .insights-updates-row .insights-updates-content.insight-content{
  height: 390px;
}

.insights-updates-section .insights-updates-row .insights-updates-content{
      display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin-bottom: 20px;
}

.latest-insights-updates .insights-updates-content img{
  height: 500px;
   width: 100%;
  object-fit: cover;
}

.latest-insights-updates .insights-updates-content img{
  width: 100%;
  object-fit: cover;
}

.insights-updates-section .insights-updates-row .insights-updates-content.insight-content img{
  height: 70%;
    width: 100%;
  object-fit: cover;
}
.insights-updates-section .insights-updates-row .insights-updates-content h2{
  font-family: ScenePro;
font-weight: 700 !important;
font-size: 34px;
line-height: 46px;
color: var(--black-color)
}

.insights-updates-section .insights-updates-row .insights-updates-content p{
  text-align: left;
  margin-top: 18px;
  font-size: 16.5px;
  line-height: 22px;
}

.insights-updates-section .insights-updates-row .latest-insights-updates, .insights-updates-section .insights-updates-row .insights-updates-content.insight-content{
  box-shadow: 0px 0px 20px 0px #00000014;
  height: 390px;
     text-decoration: none;
}

.insights-updates-section .insights-updates-row .insights-updates-content .insights-date{
  font-family: ScenePro;
font-weight: 400;
font-size: 16.5px;
line-height: 28px;
margin-top: 10%;
color:  #464646CC;
}

.insights-updates-content.insight-content .insight-para-div{
  background-color: var(--white-color);
  padding: 10px 20px;
  height: 30%;
transition: background-color 0.3s ease;
width: 100%;
}

.insights-updates-content.insight-content:hover .insight-para-div{
  background-color: var(--underline-color);
}

.insights-updates-content.insight-content .insight-para-div h6{
  font-family: ScenePro;
font-weight: 700;
font-size: 17.5px;
line-height: 28px;
color: var(--black-color);
transition: color 0.3s ease;
}

.insights-updates-content.insight-content .insight-para-div p{
  color:  #464646CC;
  transition: color 0.3s ease;
  font-size: 16.5px;
   font-family: Be-Vietnam-Pro;
}

.insights-updates-content.insight-content:hover .insight-para-div h6, .insights-updates-content.insight-content:hover .insight-para-div p{
color: var(--white-color);
}

.view-more-btn{
  background-color: var(--underline-color);
  color: var(--white-color);
  border: none;
 font-family: Plus-Jakarta-Sans;
font-weight: 500;
font-size: 16px;
line-height: 20px;
text-align: center;
padding: 10px 20px;
border-radius: 50px;
text-decoration: none;
}

.main-shop-now-section .feature-para h5{
  font-family: Outfit-Regular;
font-weight: 400;
font-size: 28px;
line-height: 35px;
vertical-align: middle;
}

.main-shop-now-section .feature-para p{
 font-family: Outfit-Regular;
font-weight: 400;
font-size: 18px;
line-height: 30px;
}

.newsletter-bg {
    background-image: url(../images/news-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding:50px 0px;
}

.contact-desg-alig {
    align-items: center;
    justify-content: end;
    display: flex;
}

.contact_form a {
    display: inline-block;
    text-decoration:none;
    background-color: white;
    color: #000;
    border: 1px solid #fff;
    padding: 12px 20px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 50px;
}

@media screen and (max-width: 1024px) {
.insights-updates-section .insights-updates-row .latest-insights-updates, .insights-updates-section .insights-updates-row .insights-updates-content.insight-content{
      height: 550px !important;
    }

    .our-achivements-section .counter-row .counter-data span {
        font-size: 90px !important;
        line-height: 140px !important;
    }

        .our-achivements-section .counter-row .counter-data h6 {
        font-size: 16px !important;
        line-height: 26px !important;
    }
}

@media screen and (max-width: 990px) {

  .our-achivements-section .counter-row .counter-data h2 {
    font-size: 100px;
    line-height: 110px;
  }

   .insights-updates-section .insights-updates-row .latest-insights-updates, .insights-updates-section .insights-updates-row .insights-updates-content.insight-content{
      height: auto !important;
    }

    .insights-updates-section .insights-updates-row .insights-updates-content .insights-date{
      margin-top: 2%;
    }

    .insights-updates-section .insights-updates-row .insights-updates-content{
      align-items: start;
    }

    .insights-updates-section .insights-updates-row .insights-updates-content h2{
      margin-top: 30px;
    }

    .insights-updates-section .insights-updates-row .insights-updates-content{
      height: auto;
    }

    .product-verticle-cards .product-verticles-overlay .product-verticle-description {
bottom: -20%;
}

.main-product-verticles-section .product-verticle-cards:hover .product-verticle-description{
  padding-bottom: 20%;
}
  .contact-desg-alig {
    justify-content: start;
}
}

@media screen and (max-width: 768px){
  .insights-updates-section .insights-updates-row .latest-insights-updates, .insights-updates-section .insights-updates-row .insights-updates-content.insight-content{
    height: auto;
  }

  .latest-insights-updates .insights-updates-content h2, .latest-insights-updates .insights-updates-content p{
    padding: 20px;
  }
      .main-section-title .section-center-title, .main-section-title .section-left-title {

      font-size: 52px;

    }

   
}

@media screen and (max-width: 600px){

    .main-section-title .section-center-title, .main-section-title .section-left-title{
      font-size: 52px;
        line-height: 48px;
    }

    .insights-updates-section .insights-updates-row .insights-updates-content.insight-content img, .insights-updates-content.insight-content .insight-para-div{
      height: auto !important;
    }

    .insights-updates-section .insights-updates-row .insights-updates-content h2 {
    font-size: 30px !important;
    line-height: 40px !important;
            margin-top: 10px !important;
}

.main-shop-now-section .feature-para h5 {
    font-size: 25px;
    line-height: 35px;
}

.main-shop-now-section .feature-para p {
    font-size: 17px;
    line-height: 28px;
}


    .our-achivements-section .counter-row .counter-data{
      padding: 20px;
    }

          .our-achivements-section .counter-row .counter-data h2 span {
        font-size: 60px!important;
        line-height: 70px!important;
    }
    
}
