* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: reg;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: mid;
    src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: bold;
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: rokkit;
    src: url(../fonts/Rokkitt-VariableFont_wght.ttf);
}


:root {
    --fs7: clamp(4.375px, 7vw * 100 / 1920, 7px);
    --fs10: clamp(06.25px, 10vw * 100 / 1920, 10px);
    --fs11: clamp(06.875px, 11vw * 100 / 1920, 11px);
    --fs12: clamp(07.5px, 12vw * 100 / 1920, 12px);
    --fs13: clamp(08.125px, 13vw * 100 / 1920, 13px);
    --fs14: clamp(08.75px, 14vw * 100 / 1920, 14px);
    --fs15: clamp(09.375px, 15vw * 100 / 1920, 15px);
    --fs16: clamp(10px, 16vw * 100 / 1920, 16px);
    --fs17: clamp(10.625px, 17vw * 100 / 1920, 17px);
    --fs18: clamp(11.25px, 18vw * 100 / 1920, 18px);
    --fs19: clamp(11.875px, 19vw * 100 / 1920, 19px);
    --fs20: clamp(12.5px, 20vw * 100 / 1920, 20px);
    --fs21: clamp(13.125px, 21vw * 100 / 1920, 21px);
    --fs22: clamp(13.75px, 22vw * 100 / 1920, 22px);
    --fs23: clamp(14.375px, 23vw * 100 / 1920, 23px);
    --fs24: clamp(15px, 24vw * 100 / 1920, 24px);
    --fs25: clamp(15.625px, 25vw * 100 / 1920, 25px);
    --fs26: clamp(16.25px, 26vw * 100 / 1920, 26px);
    --fs27: clamp(16.875px, 27vw * 100 / 1920, 27px);
    --fs28: clamp(17.5px, 28vw * 100 / 1920, 28px);
    --fs29: clamp(18.125px, 29vw * 100 / 1920, 29px);
    --fs30: clamp(18.75px, 30vw * 100 / 1920, 30px);
    --fs31: clamp(19.75px, 31vw * 100 / 1920, 31px);
    --fs32: clamp(20px, 32vw * 100 / 1920, 32px);
    --fs33: clamp(20.625px, 33vw * 100 / 1920, 33px);
    --fs34: clamp(21.25px, 34vw * 100 / 1920, 34px);
    --fs35: clamp(21.875px, 35vw * 100 / 1920, 35px);
    --fs36: clamp(22.5px, 36vw * 100 / 1920, 36px);
    --fs37: clamp(23.125px, 37vw * 100 / 1920, 37px);
    --fs38: clamp(23.75px, 38vw * 100 / 1920, 38px);
    --fs39: clamp(24.375px, 39vw * 100 / 1920, 39px);
    --fs40: clamp(25px, 40vw * 100 / 1920, 40px);
    --fs41: clamp(25.625px, 41vw * 100 / 1920, 41px);
    --fs42: clamp(26.25px, 42vw * 100 / 1920, 42px);
    --fs43: clamp(26.875px, 43vw * 100 / 1920, 43px);
    --fs44: clamp(27.5px, 44vw * 100 / 1920, 44px);
    --fs45: clamp(28.125px, 45vw * 100 / 1920, 45px);
    --fs46: clamp(28.75px, 46vw * 100 / 1920, 46px);
    --fs47: clamp(29.375px, 47vw * 100 / 1920, 47px);
    --fs48: clamp(30px, 48vw * 100 / 1920, 48px);
    --fs49: clamp(30.625px, 49vw * 100 / 1920, 49px);
    --fs50: clamp(31.25px, 50vw * 100 / 1920, 50px);
    --fs51: clamp(31.875px, 51vw * 100 / 1920, 51px);
    --fs52: clamp(32.5px, 52vw * 100 / 1920, 52px);
    --fs53: clamp(33.125px, 53vw * 100 / 1920, 53px);
    --fs54: clamp(33.75px, 54vw * 100 / 1920, 54px);
    --fs55: clamp(34.375px, 55vw * 100 / 1920, 55px);
    --fs56: clamp(35px, 56vw * 100 / 1920, 56px);
    --fs57: clamp(35.625px, 57vw * 100 / 1920, 57px);
    --fs58: clamp(36.25px, 58vw * 100 / 1920, 58px);
    --fs59: clamp(36.875px, 59vw * 100 / 1920, 59px);
    --fs60: clamp(37.5px, 60vw * 100 / 1920, 60px);
    --fs74: clamp(46.25px, 74vw * 100 / 1920, 74px);
    --fs90: clamp(76.25px, 90vw * 100 / 1920, 90px);
    --fs100: clamp(86.25px, 100vw * 100 / 1920, 100px);
    --fs130: clamp(100px, 130vw * 100 / 1920, 130px);
    --fs150: clamp(116.25px, 150vw * 100 / 1920, 150px);
    --fs200: clamp(150.25px, 200vw * 100 / 1920, 200px);
    --primary-bg: #f0f2f5;
    --secondary-bg: #ffffff;
    --mild-gray: #dfdddd;
    --primary-black: #252525;
    --secondary-black: #a1a0a0;
    --primary-white: #ffffff;
    --themeBlue: #154787;
    --themeBlueMild: #225eac;
    --shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--secondary-black);
    border-radius: 10px;
}

img {
    width: 100%;
    height: 100%;
}

input,
button,
a {
    font-family: reg;
    font-size: var(--fs16);
}
p{
    font-family: reg;
    font-size: 50px;
}
body {
    width: 100%;
    font-family: reg;
}

.w100 {
    width: 100% !important;
}

.h100 {
    height: 100% !important;
}
header{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:var(--fs10) var(--fs50);
    width: 100%;
}
header .headerLogo{
    width: 12%;
    display: flex;
}
.contactInfo .imgText{
    display: flex;
    align-items: center;
    gap: var(--fs20);
   
}
.contactInfo .imgText p{
    font-size: var(--fs30);
    font-weight: 700;
}
.contactInfo .imgText a{
    text-decoration: none;
    color: inherit;
    font-size: var(--fs30);
    font-weight: 700;
}
.contactInfo .imgText .imgText_img{
    width: 3vw;
    
    display: flex;
}
.contactInfo .imgText .imgText_img img{
    transform: scale(1.5);
}
.loader{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 5555;
    background-color: rgba(0, 0, 0,0.7);
   display: flex;
   align-items: center;
   justify-content: center;
}
.loadImg{
    width: var(--fs50);
    margin: auto;
    animation: rot infinite 1s linear;
}
@keyframes rot {
    100%{
        transform: rotate(360deg);
    }
}
/* banner */
.banner{
    
    position: relative;
    background-color: #FFF0CB;
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 10% 2% 23% 2%;
}
.bannerImg{
 position: absolute;
    width: 45%;
    right: 2%;
}
.bannerText{
    width: 60%;
    margin-top: var(--fs28);
    display: flex;
}


/* about Us  */
.aboutUS{
    display: flex;
    padding:0 5%;
    gap: 4%;
    align-items: center;
    width: 100%;
}
.aboutUS .aboutImg{
    display: flex;
    width: 60%;
}
.aboutUS .aboutText{
    margin: 5% 0;
    padding-right: var(--fs50);
}

.aboutUS .aboutText .title{
    font-size: var(--fs25);
    font-family: mid;
    margin-bottom: var(--fs20);
    display: flex;
    align-items: center;
    gap: var(--fs20);
}
.aboutUS .aboutText .title span{
    width: var(--fs50);
    height: 1px;
    background-color: #5a5959;
}
.aboutUS .aboutText h2{
    font-size: var(--fs40);
    font-family: bold;
    margin-bottom: var(--fs35);
}
.aboutUS .aboutText button{
    background-color: #B01116;
    border: none;
    color: white;
    padding: var(--fs15) var(--fs30);
    font-family: reg;
    font-size: var(--fs20);
    width: max-content;
}
.aboutUS .aboutContent{
    font-size: var(--fs20);
    margin-bottom: var(--fs100);
    
}

/* montuSingh */
.montuSingh{
    padding: 2% 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.montuSingh h2{
    font-size: var(--fs45);
    font-family: bold;
    font-weight: bold;
    margin-bottom: var(--fs40);
}
.montuSingh ul{
    border-left: 1px dashed #000;
    list-style: none;
    padding: var(--fs20) 0;
}
.montuSingh ul li{
    font-size: var(--fs40);
    font-family: rokkit;
    margin-bottom: var(--fs30);
    padding-left: var(--fs30);
    font-weight: 800;
    position: relative;
}
.montuSingh ul li::before{
    content: '';
    position: absolute;
    width: 20px;
    aspect-ratio: 1;
    background-color: black;
    border-radius: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    left: -10px;
}
.montuImg{
    width: 35%;
    display: flex;
}

/* directionGuide */

.directionGuide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--fs30);
    margin: var(--fs50) 0;
}
.commTitle{
    font-size: 3vw;
    font-weight: 1000;
    font-family: bold;
    border-bottom: 1px solid black;
}
.directionImg{
    display: flex;
    width: 60%;
}
.directionDetils{
    padding:0 5% ;
    /* text-align: center; */
}
.directionDetils h3{
   font-size: var(--fs30);
   margin-bottom: var(--fs10);
}
.directionDetils p{
   font-size: var(--fs20);
   margin-bottom: var(--fs20);
}

/* mahavastu */
.mahavastu{
    
    background-color: #FFF0CB;
    padding: 5%;
}
.mahavastu .title{
    text-align: center;
    width: max-content;
    margin: auto;
    margin-bottom: var(--fs40);
}
.mahavastuContent ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: var(--fs50);
}
.mahavastuContent ul li{
    font-size: var(--fs40);
    font-family: bold;
    display: inline-block;
    list-style: none;
    position: relative;
    padding-left: var(--fs30);
}
.mahavastuContent ul li::before{
    content: '';
    position: absolute;
    width: var(--fs20);
    aspect-ratio: 1;
    background-color: #931010;
    border-radius: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    left: -5px;
}


/* gallery */
.gallery{
    
padding: 5%;
}
.gallery .title{
    text-align: center;
    width: max-content;
    margin: auto;
}
.galleryImages{
    display: flex;
    margin-top: var(--fs50);
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    gap: var(--fs50);
}
.galleryImages .galleryImg{
    display: flex;
    width: 31%;
}
.galleryImages .galleryImg:hover{
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}


/* testimonial */
.testimonial{  
    background-color: #FFF0CB;
    padding: 5%;
}
.testimonial .title{
    text-align: center;
    width: max-content;
    margin: auto;
    margin-bottom: var(--fs50);
}
.testimonialContentBox{
    padding-bottom: var(--fs50) !important;
}
.testimonialContent{
    width: 100% !important;
}
.testimonialContentBox .testimonialContent p{
    text-align: center;
    font-size: var(--fs35);
    line-height: 1.9;
}
.testimonialContentBox .testimonialContent .rating{
    
    margin: var(--fs30) auto;
    width: 15%;
    display: flex;
}
.testimonialContentBox .testimonialContent .testimoniDetail h3{
    text-align: center;
    font-size:var(--fs35) ;
    font-family: bold;
}
.testimoniSliderBtns{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--fs10);
    margin-top: var(--fs10);
}
.testimoniSliderBtns .testimoniSliderBtn{
    display: flex;
    cursor: pointer;
    width: var(--fs15);
}
.bigPara{
    font-size: var(--fs18) !important;
}
.swiper {
    width: 100%;
    height: 100%;
    height: max-content;
    
  }
  .swiper-pagination-bullet-active {
    background: #B01116 !important;
}
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }
/* enquiry */
.enquiry{
    padding: 5%;
}
.enquiry .title{
    text-align: center;
    width: max-content;
    margin: auto;
    margin-bottom: var(--fs50);
}
.enquryContent{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.enquryContent .enquiryImg{
    width: 33%;
}
.enquryContent .enquiryForm{
    padding-right: var(--fs50);
    width: 50%;
}
.enquryContent .enquiryForm form{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--fs40);
    padding-bottom: var(--fs50);
    position: relative;
}
#errorMsg{
    position: absolute;
    bottom: 0;
    color: red;
    font-size: var(--fs20);
    font-family: mid;
}
#successMsg{
    position: absolute;
    bottom: 0;
    color: rgb(25, 124, 12);
    font-size: var(--fs20);
    font-family: mid;
}
.enquryContent .enquiryForm form input{
    font-family: reg;
    font-size: var(--fs25);
    padding: 5px;
    padding-left: var(--fs15);
    border: none;
    width: 100%;
    outline: none;
    border-bottom: 1px solid rgba(18, 18, 18, 0.70);;
}
.enquryContent .enquiryForm form textarea{
    width: 100%;
    outline: none;
    font-family: reg;
    font-size: var(--fs25);
    padding: 5px;
    padding-left: var(--fs15);
    border: none;
    border: 1px solid rgba(18, 18, 18, 0.70);
    border-radius: 8px;
}
button:hover{
    transition: 0.5s;
    transform: scale(1.1);
}
.enquryContent .enquiryForm form button{
    background-color: #B01116;
    border: none;
    color: white;
    padding: var(--fs10) var(--fs50);
    font-family: reg;
    width: max-content;
    font-size: var(--fs25);
    border-radius: 8px;
   letter-spacing: 2px;
   margin-left: var(--fs20);
   cursor: pointer;
}

/* footer */
.footerBar{
    width: 100%;
    height: var(--fs100);
    background-color: #B01116;
}
.footerArea{
    
    display: flex;
    margin: 3% 0;
    padding: 0 3%;
    align-items: center;
    gap: 5%;
    position: relative;
}
.footerArea .footerLogo{
    display: flex;
    width: 20%;
}
.footerArea  .footerDetails{
    display: flex;
    flex-direction: column;
    gap: var(--fs40);
}
.footerArea  .footerDetails h3{
    font-family:bold;
    font-size: var(--fs40);
    text-transform: uppercase;
}
.fotterLinks{
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 3%;
    display: flex;
}


@media (max-width:768px){
    header .headerLogo{
        width: 20%;
    }
    .contactInfo .imgText p{
        font-size: var(--fs30);
        font-weight: 700;
    }
    .contactInfo .imgText a{
        text-decoration: none;
        color: inherit;
        font-size: var(--fs30);
        font-weight: 700;
    }
    .contactInfo .imgText .imgText_img{
        width: 6vw;
    }

    .banner{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10% 2% 10% 2%;
        gap: var(--fs30);
    }
    .bannerImg{
     position: static;
        width: 60%;
    }
    .bannerText{
        width: 80%;
        margin-top: var(--fs28);
        display: flex;
    }
    /* about Us  */
.aboutUS{
    display: flex;
    flex-direction: column;
    padding:0 5%;
    gap: 4%;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.aboutUS .aboutImg{
    display: flex;
    width: 80%;
}
.aboutUS .aboutText{
    margin: 5% 0;
    padding-right:0;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.aboutUS .aboutText .title{
    font-size: var(--fs25);
    display: flex;
    align-items: center;
    gap: var(--fs20);
    margin: auto;
    margin-bottom: var(--fs20);
}
.aboutUS .aboutText button{
  margin: auto;
}


/* montuSingh */
.montuSingh{
    padding: 2% 5%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}
.montuSingh h2{
    font-size: var(--fs45);
    font-family: bold;
    font-weight: bold;
    margin-bottom: var(--fs40);
    text-align: center;
}
.montuSingh ul li{
    font-size: var(--fs40);
    font-family: rokkit;
    margin-bottom: var(--fs30);
    padding-left: var(--fs30);
    font-weight: 800;
    position: relative;
}
.montuSingh ul li::before{
    content: '';
    position: absolute;
    width: 20px;
    aspect-ratio: 1;
    background-color: black;
    border-radius: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    left: -10px;
}
.montuImg{  
    width: 50%;
    display: flex;
    margin-bottom: var(--fs30);
}

/* directionGuide */

.commTitle{
    font-size: 5vw;
}
.directionImg{
    display: flex;
    width: 70%;
}

/* mahavastu */
.mahavastu .title{
    margin-bottom: var(--fs50);
}

.galleryImages{
    display: flex;
    margin-top: var(--fs50);
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    gap: var(--fs50);
}
.galleryImages .galleryImg{
    display: flex;
    width: 70%;
}

.testimonialContentBox .testimonialContent .rating{
    width: 45%;
}
.testimonialContentBox .testimonialContent .testimoniDetail h3{
    text-align: center;
    font-size:var(--fs40) ;
    font-family: bold;
}
.testimoniSliderBtns{
    margin-top: var(--fs30);
}
.testimoniSliderBtns .testimoniSliderBtn{
    width: var(--fs20);
}

.enquryContent{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    gap: var(--fs50);
}
.enquryContent .enquiryImg{
    width: 73%;
}
.enquryContent .enquiryForm{
    padding-right: var(--fs50);
    width: 90%;
}


/* footer */

.footerArea{
    flex-direction: column;
    display: flex;
    margin: 3% 0;
    padding: 0 3%;
    align-items: center;
    gap: 10%;
    position: relative;
}
.footerArea .footerLogo{
    display: flex;
    width: 50%;
}
.footerArea  .footerDetails{
    display: flex;
    flex-direction: column;
    gap: var(--fs40);
    align-items: center;
    justify-content: center;
}
.footerArea  .footerDetails h3{
    font-family:bold;
    font-size: var(--fs40);
    text-transform: uppercase;
    text-align: center;
}
.fotterLinks{
    position: static;
    width: 30%;
   margin-top: var(--fs50);
    display: flex;
}
}


@media (max-width:500px){
    header .headerLogo{
        width: 30%;
    }
    .aboutUS .aboutText .title{
        font-size: var(--fs45);
    }
    .aboutUS .aboutText .title span{
        display: none;
    }
    .commTitle{
        font-size: 6vw;
     }
     .testimonialContentBox .testimonialContent p{
        line-height: 1.6;
    }
    .bigPara{
        font-size: var(--fs21) !important;
    }
    .montuSingh ul li::before{
        display: none;
    }
    .montuSingh ul{
        border-left: none;
    }
    .contactInfo .imgText p{
        font-size: var(--fs25);
    }
    .aboutUS .aboutText h2{
        font-size: var(--fs30);
    }
    .aboutUS .aboutContent{
        font-size: var(--fs25);
        margin-bottom: var(--fs40);
    }
    .montuImg{
        margin-top: var(--fs40);
        width: 75%;
        display: flex;
    }
    .directionImg{
        display: flex;
        width: 80%;
    }
    .mahavastuContent ul li{
        font-size: var(--fs30);
       
    }
}