@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat",sans-serif;
}

/*Root variables*/

:root {
  --primary-color: #F6BD45;
  --secondary-color: #060607;
}

body {
  font-family: "Playfair", serif;
}

.navbar .logo1{
  height: 75px;
  padding: 0px;
}

.navbar .js-scrol-trigger {
  font-size: 16.5px;
  &:hover {
    color: var(--primary-color);
  }
}

.navbar .js-scrol-trigger{
  color: black;
  :hover{
    color: var(--primary-color);
  }
}
.navbar .js-scrol-trigger::after {
    content: '';
    display: block;
    width: 0;
    height: 2.5px;
    background:var(--primary-color);
    transition: width .4s ease-in;
}
  
.navbar .js-scrol-trigger:hover::after {
    width: 100%;
}

/*banner section*/

.main_banner .banner1 {
  background-image: linear-gradient(40deg, rgba(0,0,0,0.395), rgba(0,0,0,0.233)),url("/assets/imgs/banner1a.jpg");
  background-size: cover;
  height: 674px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: start;
  /* background-position: center center; */
}

.main_banner .banner2 {
  background-image: linear-gradient(40deg, rgba(0, 0, 0, 0.395), rgba(0,0,0,0.233)),url("/assets/imgs/banner2a.jpg");
  background-size: cover;
  height: 674px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: start;
  /* background-position: center center; */
}

.main_banner .main_head1 {
  color: black;
}

.main_banner .para1 {
  color: black;
  font-size: 20px;
}

.main_banner .btn-section .btn {
  background-color: var(--primary-color);
  color: white;
  border-radius: 0px;
  font-weight: 500;

  &:hover {
    transition: all ease-in-out 0.4s;
    transform: scaleX(1.1);
    background-color: var(--secondary-color);
    color: white;
  }
}

.category_section .category-img {
  height: 150px;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.category_section .item .title1 {
  text-align: center;
  font-weight: bold;
}

.category_section .item .para1 {
  text-align: center;
}

/*about section*/

.about_section1 .btn-sec .abt_btn {
  color: white;
  background-color: var(--primary-color);
  border-radius: 0px;

  &:hover{
    color: white;
    background-color: var(--secondary-color);
  }
}

.about_section1 .heading1 span {
  color: var(--primary-color);
  font-weight: bold;
}

.about_section1 .para1 {
  justify-content: center;
  align-items: center;
  text-align: justify;
}

.about_section1 .abt_img {
  height: 340px;
  border-right: 20px solid var(--secondary-color);
  border-top: 20px solid var(--secondary-color);
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
  width: auto;
}

/*parts section*/

.parts-section .card .sub1 {
  font-size: 15px;
  text-transform: uppercase;
}

.parts-section .card .title1 {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 550;
  /* text-align: center; */

  &:hover {
    color: var(--secondary-color);
  }
}

.parts-section .card {
  &:hover {
    cursor: pointer;
  }
}

.parts-section .card .parts_img1 {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.parts-section .btn-sec2 .view_more1 {
  background-color: var(--primary-color);
  color: white;
  padding: 6px 16px;
  border-radius: 0px;
  font-size: 18px;
  &:hover {
    background-color: var(--secondary-color);
    color: white;
  }
}

/*why choose us section*/

.why_choose_section .card .circle1 {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border-style: dashed;
  /* background-color: rgb(238, 238, 238); */
  border-style: dashed;
  border-width: 1.7px;
  border-color: var(--primary-color);
  /* border: 1.5px solid var(--primary-color); */
}

.why_choose_section .card .circle1 i {
  font-size: 25px;
  display: flex;
  padding: 10px;
  text-align: center;
  color: var(--secondary-color);
  align-items: center;
  justify-items: center;
}

.why_choose_section .card .title1 {
  font-weight: 550;
  margin-top: 10px;
}

.why_choose_section .card {
  &:hover {
    transition: all ease-in-out 0.2s;
    cursor: pointer;
    transform: translateY(-5px);
    background-color: var(--primary-color);
    color: white;
  }
}

/*ad section start*/
.ad_section .image_box img {
  /* background-image: url('../imgs/banner2.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
  position: relative;
  /* display: flex;
    align-items: center;
    justify-items: center; */
}

.ad_section .image_box .content .title1 {
  font-size: 35px;
  /* padding: 10px; */
  font-weight: bold;
  color: white;
  /* top: 50%; */
}

.ad_section .image_box .content .para1 {
  margin-top: 1%;
  /* padding: 10px; */
  color: white;
  font-size: 16px;
}

.ad_section .image_box .content {
  background-color: rgba(255, 234, 0, 0.085);
  /* margin-top: 10%;
    height:200px; */
  backdrop-filter: blur(2px);
  /* margin-bottom: -21.4%; */
}

.ad_section .row > div:nth-child(2) .image_box .content {
  background-color: rgba(0, 0, 0, 0.419) !important;
  backdrop-filter: blur(2px);
}

.ad_section .image_box .btn-section .btn-expl {
  background-color: var(--primary-color);
  color: white;
  border-radius: 0px;
  padding: 10px 14px;

  &:hover {
    transition: all ease-in-out 0.4s;
    background-color: white;
    color: var(--primary-color);
  }
}

.ad_section .image_box .btn-section .btn-con {
  background-color: var(--secondary-color);
  color: white;
  border-radius: 0px;
  padding: 10px 14px;

  &:hover {
    transition: all ease-in-out 0.4s;
    background-color: white;
    color: var(--secondary-color);
  }
}

/*CTA section*/

.cta_section .card .title1 {
  font-weight: bold;
  font-size: 33px;
}

.cta_section .card .para1 {
  font-size: 18px;
}

.cta_section .card .btn-sec .call_btn {
  background-color: var(--primary-color);
  color: white;
  border-radius: 0px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 18px;

  &:hover{
    background-color: var(--secondary-color);
    color: white;
  }
}

.process_section .process_img {
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  width: 350px;
  /* border-style: dashed; */
  border-color: var(--primary-color);
  /* box-shadow: 3px 0px 5px 5px rgba(7, 7, 85, 0.259); */
  border-width: 3px;
  /* animation: float 3s ease-in-out infinite; */
  /* display: inline-block; */
}

.process_section .title1 {
  color: var(--secondary-color);
  font-weight: 550;
}

/*footer section*/


.footer_section{
    background: black !important;
    color: white;
}

.footer_section .social_box li {
  background-color: rgb(255, 255, 255);
  margin: 3px;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 20px;
}

.footer_section .footer_img {
  width: 120px;
}

.footer_section ul .footer_link {
  color: rgb(255, 255, 255);

  &:hover {
    color: var(--primary-color);
  }
}

.footer_section .social_box li i {
  color: var(--primary-color);
}

.footer_section .dev_line2 {
  text-align: end;
}

.footer_section .dev_line2 a {
  color: var(--primary-color);
}

.enquire-section .btn-sec .enquire_btn {
  background-image: linear-gradient(
    153deg,
    var(--secondary-color),
    var(--primary-color)
  );
  color: white;
  border: none;
  position: fixed;
  font-weight: 550;
  /* font-size: 18px; */
  /* letter-spacing: 2px; */
  z-index: 1;
  /* left: 2px; */
  text-align: center;
  padding: 10px 0px;
  float: inline-end;
  display: flex;
  border-radius: 20px 0px 0px 20px;
  align-items: end;
  justify-content: end;
  right: 0px;
  bottom: 10%;
  /* writing-mode: vertical-lr; */
  /* border-radius: 0px; */
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px); /* 20px upar jayega */
  }
  100% {
    transform: translateY(0px);
  }
}

.enquire-section .modal .inpt1 {
  height: 45px;
}

.enquire-section .modal .enquirey_btns1 {
  background: var(--secondary-color);
  color: white;
  margin: auto;
  width: 100px;
}

/*About page*/

/*banner section*/

.about_banner1 {
  background-image:
    linear-gradient(40deg, rgba(0, 0, 0, 0.353), rgba(0, 0, 0, 0.534)),
    url("../imgs/about1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: flex;
  background-position: center center;
  align-items: center;
  justify-content: center;
}

.about_banner1 .content .heading1 {
  color: white;
  font-size: 40px;
  font-weight: 550;
}


/*Service section*/

.service_banner1 {
  background-image:
    linear-gradient(40deg, rgba(0, 0, 0, 0.353), rgba(0, 0, 0, 0.534)),
    url("../imgs/service.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: flex;
  background-position: center center;
  align-items: center;
  justify-content: center;
}

.service_banner1 .content .heading1 {
  color: white;
  font-size: 40px;
  font-weight: 550;
}

.service_section .card {
  background: var(--text-color);
  border: 1px solid rgba(235, 235, 235, 0.91);
  /* padding: 40px 30px; */
  border-radius: 20px;
  transition: all 0.4s ease;
  height: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  &:hover {
    transform: translateY(-12px);
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--primary-color);
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
  }
}

.service_section .card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  transition: width 0.4s ease;
}

.service_section .card:hover::after {
  width: 100%;
}

.service_section .card .icon_box{
  height: 70px;
  width: 70px;
  text-align: center;
  font-size: 30px;
  padding: 13px;
  font-weight: bold;
  background-color: #F6BD45;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.service_section .card .title{
  margin-top: 3%;
  color: var(--secondary-color);
}

.service_section .card .icon_box i{
  color: white;
  text-align: center;
  align-items: center;
}


/*mission section*/

.mission_section .mission_img1 {
  height: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 30px;
}
.mission_section .para1 {
  text-align: justify;
  align-items: center;
  justify-items: center;
}

.mission_section .sub1 {
  font-size: 18px;
}

/*mission section*/

.vision_section .vision_img1 {
  height: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 30px;
}

.vision_section .para1 {
  text-align: justify;
  align-items: center;
  justify-items: center;
}

/*Product Page*/

/*banner section*/

.product_banner1 {
  background-image:
    linear-gradient(40deg, rgba(0, 0, 0, 0.353), rgba(0, 0, 0, 0.534)),
    url("../imgs/product1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: flex;
  background-position: center center;
  align-items: center;
  justify-content: center;
}

.product_banner1 .content .heading1 {
  color: white;
  font-size: 40px;
  font-weight: 550;
}

/*contact us page section*/

/*banner section*/

.contact_banner1 {
  background-image:
    linear-gradient(40deg, rgba(0, 0, 0, 0.353), rgba(0, 0, 0, 0.534)),
    url("../imgs/contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: flex;
  background-position: center center;
  align-items: center;
  justify-content: center;
}

.contact_banner1 .content .heading1 {
  color: white;
  font-size: 40px;
  font-weight: 550;
}
.contact_section1 .card .form .inpt1 {
  height: 45px;
  border-radius: 20px;
}
.contact_section1 .card .form label {
  margin-bottom: 2%;
  margin-top: 2%;
}

.contact_section1 .card .form .sbt1 {
  background-color: var(--primary-color);
  border-radius: 25px;
  width: 100%;
  color: white;
  padding: 10px 0px;
  font-size: 20px;
  font-weight: 550;

  &:hover{
    transition: all ease-in-out 0.3s;
    background-color: var(--secondary-color);
    color: white;
  }
}

.contact_section1 .card {
  border-radius: 20px;
}

.contact_section1 .form_section {
  /* border-right: 1.5px solid rgba(128, 128, 128, 0.356); */
}
.card {
  height: 100% !important;
}

.cont_second_section1 .card .circle1 {
  background-color: var(--secondary-color);
  height: 50px;
  color: white;
  text-align: center;
  justify-content: center;
  display: flex;
  border-radius: 0px 20px 0px 20px;
  margin-bottom: 15px;
  width: 50px;
}

.cont_second_section1 .card .circle1 i {
  font-size: 22px;
}

.cont_second_section1 .card .title1 {
  font-size: 20px;
  font-weight: 550;
}

.cont_second_section1 .card .desc {
  word-break: break-all;
  /* break-inside: auto;
    hyphens: auto; */
  hyphens: none;
  white-space: unset;
  /* font-size: 17px; */
}


/*privacy policy page*/

/*banner section*/

.privacy_banner1 {
  background-image:
    linear-gradient(40deg, rgba(0, 0, 0, 0.353), rgba(0, 0, 0, 0.534)),
    url("../imgs/privacy1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: flex;
  background-position: center center;
  align-items: center;
  justify-content: center;
}

.privacy_banner1 .content .heading1 {
  color: white;
  font-size: 40px;
  font-weight: 550;
}

.privacy_section1 .title1{
    font-weight: 550;
    color: var(--secondary-color);
}



/*Terms page*/

/*banner section*/

.term_banner1 {
  background-image:
    linear-gradient(40deg, rgba(0, 0, 0, 0.353), rgba(0, 0, 0, 0.534)),
    url("../imgs/terms.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: flex;
  background-position: center center;
  align-items: center;
  justify-content: center;
}

.term_banner1 .content .heading1 {
  color: white;
  font-size: 40px;
  font-weight: 550;
}

.term_section .title1{
    font-weight: 550;
    color: var(--secondary-color);
}


/*help page*/

/*banner section*/

.help_banner1 {
  background-image:
    linear-gradient(40deg, rgba(0, 0, 0, 0.353), rgba(0, 0, 0, 0.534)),
    url("../imgs/help1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: flex;
  background-position: center center;
  align-items: center;
  justify-content: center;
}

.help_banner1 .content .heading1 {
  color: white;
  font-size: 40px;
  font-weight: 550;
}

.help_section1 .title1{
    font-weight: 550;
    color: var(--secondary-color);
}





/*media query*/

@media (max-width: 600px) {
  .main_banner .banner1 {
    height: 300px;
  }
  .main_banner .banner2 {
    height: 300px;
  }
  .main_banner .main_head1 {
    font-size: 35px;
  }
  .main_banner .para1 {
    font-size: 18px;
  }
  .main_banner .btn-section .btn {
    padding: 4px 0px;
  }
  .about_section1 .abt_img {
    height: 285px;
  }
  .ad_section .image_box img {
    height: 380px;
  }
  .ad_section .image_box .content .title1 {
    font-size: 20px;
  }
  .ad_section .image_box .content .para1 {
    font-size: 15px;
  }
  .ad_section .image_box .btn-section .btn-expl {
    padding: 10px;
  }
  .cta_section .card .title1 {
    font-size: 25px;
  }
  .cta_section .card .para1 {
    font-size: 14.5px;
  }
  .cta_section .card .btn-sec .call_btn {
    padding: 6px;
  }
  .process_section .process_img {
    height: 280px;
    width: 280px;
  }
  .footer_section .dev_line2 {
    text-align: start;
    margin: 0px 0px 7px;
  }
  .footer_section .dev_line {
    margin: 0px;
  }
  .enquire-section .btn-sec .enquire_btn {
    bottom: 40%;
  }
  .product_banner1 {
    height: 300px;
  }
}

@media(max-width:768px){
  .process_section .process_img{
    height: 216px;
    width: 216px;
  }
  .enquire-section .btn-sec .enquire_btn{
    right: 0px;
  }
  .footer_section .address{
    word-break: break-all;
  }
  .footer_section .mail{
    word-break: break-all;
  }
  .footer_section .mob{
    word-break: break-all;
  }
}
