/* fonts */
@font-face {
    font-family: LemonmilkMed;
    src: url("../fonts/LEMONMILK-Medium.otf") format("opentype");
}

@font-face {
    font-family: RobotoLight;
    src: url("../fonts/Roboto-Light.ttf") format("opentype");
}

@font-face {
    font-family: RobotoReg;
    src: url("../fonts/Roboto-Regular.ttf") format("opentype");
}

@font-face {
    font-family: RobotoBold;
    src: url("../fonts/Roboto-Bold.ttf") format("opentype");
}

@font-face {
    font-family: RobotoCond;
    src: url("../fonts/Roboto-Condensed.ttf") format("opentype");
}

@font-face {
    font-family: MontserrtatMed;
    src: url("../fonts/Montserrat-Medium.otf") format("opentype");
}

@font-face {
    font-family: MontserrtatBold;
    src: url("../fonts/Montserrat-Bold.otf") format("opentype");
}


body{
    background: #343434;
}


.lemonMilkMed{
    font-family: "LemonmilkMed";
}

.lemonMilkMed:hover{
    color: #f0bd00 !important;
    cursor: pointer !important;
}


/* NavBar */
.flex-space-ard{
    justify-content: space-around;
}

.nav-col{
    background-color: #343434!important;
}

.logo{
    width: 220px;
}

.nav-txt-col{
    color: white !important;
}

.navbarItm{
    padding: 8px 13px;
}

.navbarHov:hover{
    background-color: #f0bd00 !important;
    border-radius: 25px !important;
    color: black !important;
}

/* Home Top Page */
.backgroundCol{
    background-color: #343434!important;
}
.homeTop{
    text-align: center;
    color: white;
    padding-top: 70px;
}

.topHeadingTxt{
    font-family: "LemonmilkMed";
    font-size: 48px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 1;
}
.topSubHeadingTxt{
    font-family: "LemonmilkMed";
    font-size: 18px;
    margin: 10px 0px 0px 0px ;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.topImg{
    background: #f0bd00;
    text-align: center;
}

/* About Us */

.abtBgImg{
    background-image: radial-gradient(ellipse, #0000, #000000), url("../images/abtBgImg.jpg");
    background-position: center;
    padding: 90px;
}

.abtHead{
    width: 70%;
    font-size: 45px;
    font-weight: 700;
    color: #FFC900;
    text-shadow: 1px 2px 5px #000000;
    font-family: "istok web";
}

.abtDivider{
    width: 135px;
    height: 0px;
    border-top: 4px solid #FFE78E;
    box-shadow: 0px 3px 5px 0px #000000;
    margin-top: 15px;
    margin-bottom: 30px;

}

.abtTxt{
    width: 70%;
    font-size: 32px;
    color: #FFC900;
    text-shadow: 1px 2px 5px #000000;
    font-family: "RobotoReg";
}

/* let the numbers speak */

.numbers-main{
    background-image: url(../images/numbers-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 320px;
    display: flex;
    align-items: center;
    background-size: cover;
    padding: 30px 0px;
}

.maintxt{
    font-family: "RobotoBold";
    font-size: 40px;
    padding: 0px 40px;
}

.numbers-seperator{
    border: 2px solid #ADADAD;
    border-radius: 58px;
    height: 100%;
    width: 0px;
}

.sub-box{
    width: 90%;
    height: 100%;
    background-image: linear-gradient(#e6e6e6, white);
    display: grid;;
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.sub-box > svg{
    place-self: center;
}

.sub-box-txt{
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin: 0px;
}

/* Comments */

.comments-container{
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    background-color: #343434;
    
}

.comments-container::-webkit-scrollbar {
    display: none; /* WebKit */
}

.comments{
    padding: 185px 50px;
    display: flex;
}

.commentsBox{
    display: flex;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-width: 418px;
    border-radius: 20px;
    padding: 62px 38px;
    text-align: center;
    height: 302px;
    align-items: center;
    margin-right: 30px;
    background-color: white;
}

.commentsBox:hover{
    background-color: #f0bd00;
}

.commentsBoxTxt{
    font-family: "MontserrtatMed";
    font-size: 20px;
    margin: 0px;
    width: 100%;
}

.scrollButtons{
    display: none;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    height: 672px;
    align-items: center;
}

.scrollButtons > div{
    padding: 0px 17px;
    z-index: 100;
    height: 100%;
    display: flex;
    align-items: center;
}

.scrollButtons #scrollLeftBtnDiv{
    background-image: linear-gradient(to right, #0000007a, transparent);
}

.scrollButtons #scrollRightBtnDiv{
    background-image: linear-gradient(to right, transparent , #0000007a);
}

.scrollButtons #scrollLeftBtn:hover{
    cursor: pointer;
}

.scrollButtons #scrollRightBtnDiv:hover{
    cursor: pointer;
}

/* Services */

.services{
    background-image: url(../images/servicesbg.png);
    padding: 80px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.servicesHead{
    display: flex;
    justify-content: center;
}

.servicesBox{
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100%;
    border-radius: 20px;
    padding: 62px 38px;
    text-align: center;
}

.servicesBox:hover{
    background-color: #f0bd00;
}

.servicesBoxHead{
    font-family: "MontserrtatBold";
    font-size: 18px;
    width: 100%;
}

.servicesBoxTxt{
    font-family: "RobotoCond";
    font-size: 14px;
    margin: 0px;
    width: 100%;
    text-align: justify;
}

/* Why Choose Us */

.whyChooseUsBox{
    background-color: black;
}

.whyChooseUsCols{
    align-self: center;
}

.whyChooseUsTxtBox{
    padding: 50px 0px;
}

.whyChooseUsHead{
    text-align: center;
    font-family: "RobotoBold";
    font-size: 64px;
    color: white;
}

.whyChooseUsTxt{
    text-align: center;
    font-family: "RobotoReg";
    font-size: 32px;
    color: white;
}

.whyChooseUsImg{
    width: 42.5vw;
    margin-left: 6vw;
}

/* footer */

.footer{
    background-color: #1A1818;
    color: white;
    font-family: "RobotoBold";
    padding: 50px 0px;
}

.footerImg{
    width: 200px;
}

.footerImgTxtBox{
    margin-top: 30px;
}

.footerImgTxt{
    font-size: 16px;
}

.footerLinksBox{
    display: flex;
    justify-content: center;
}

.footerDivider{
    width: 50px;
    height: 0px;
    border-top: 4px solid #FFE78E;
    box-shadow: 0px 3px 5px 0px #000000;
    margin-top: 8px;
    margin-bottom: 20px;
}

.footerLink > a{
    font-size: 24px;
    text-decoration: none;
    color: white;
}

.footerLink:hover > a{
    color: #f0bd00;
    cursor: pointer;
    text-decoration: underline;
}

.map{
    display: flex;
    justify-content: end;
}


/* contact Us */
.contactUsMain{
    display: inline-grid;
    justify-items: center;
    width: 100%;
    text-align: center;
}
.contactUsMain > div > h1{
    color: #f0bd00;
}

.contactusImgBg{
    background-image: url(../images/contactusBg.png);
    background-size: contain;
}
.contactusImgBg .container{
    padding: 100px 0px;

}

.contactUsMain > p{
    color: white;
    font-family: "LemonmilkMed";
    font-size: 16px;
}

.contactUsDivider{
    width: 135px;
    height: 0px;
    border-top: 4px solid #f0bd00;
    box-shadow: 0px 3px 5px 0px #000000;
    margin-top: 15px;
    margin-bottom: 30px;
}

.contactUsInfo{
    text-align: center;
    color: white;
    margin: 20px 0px;
}

.contactUsInfo > div > h3{
    font-family: "RobotoBold";
    font-size: 32px;
    margin: 0px;
    margin-top: 5px;
}

.contactUsInfo > div > p{
    font-family: "RobotoReg";
    font-size: 18px;
}

.centCol{
    border: none;
    border-left: 2px solid #f0bd00;
    border-right: 2px solid #f0bd00;
}

.contactFormBox{
    padding: 100px 0px;
}

.contactFormTxt > h2{
    color: #f0bd00;
    font-family: "LemonmilkMed";
    font-size: 62px;
}
.contactFormTxt > h3{
    color: #f0bd00;
    font-family: 'RobotoReg';
    font-size: 68px;
}
.contactFormTxt > p{
    font-family: "RobotoLight";
    font-size: 35px;
    color: white;
}

.contactForm > input , .contactForm > textarea{
    background-color: #f0bd00;
    border: none;
    color: black;
    margin: 10px 0px;
    border-radius: 25px;
    font-size: 20px;
    padding: 18px 28px;
    font-size: 20px;
    font-family: "RobotoBold";
}

.contactForm > input{
    height: 52px;    
}

.contactForm > input::placeholder, .contactForm > textarea::placeholder{
    color: black;
    opacity: 1; /* Firefox */
    font-size: 20px;
    font-family: "RobotoBold";
}

.contactForm > input:focus, .contactForm > textarea:focus{
    background-color: #f0bd00;
}

.contactForm > button{
    background-color: #E1B100;
    color: black;
    padding: 10px 30px;
    border-radius: 25px;
    border: none;
    font-family: "LemonmilkMed";
    font-size: 20px;
}

.contactForm > button:hover{
    background-color: #f0bd00;
}

@media only screen and (max-width: 768px) {
    .abtBgImg {
        padding: 0; /* Remove padding on mobile devices */
    }
    .numbers-seperator{
        display: none;
    }
    .whyUsImg{
        display: none;
    }
    .footerTxtBox{
        display: flex;
        place-content: center;
    }
    .topHeadingTxt{
        font-size: 26px;
    }
    .topSubHeadingTxt{
        font-size: 14px;
    }
    .abtHead{
        padding-top: 22px;
    }
    .abtTxt{
        width: 100%;
        text-align: center;
        font-size: 24px;
        margin: 0px;
        padding-bottom: 22px;
        line-height: 1.5;
    }
    #about-us{
        text-align: -webkit-center;
        padding: 0px;
    }
    .numbers-main > div > div > div{
        margin-top: 20px;
    }
    .whyChooseUsHead{
        font-size: 40px;
    }
    .whyChooseUsTxt{
        font-size: 22px;
    }
    .contactFormBox > div > div > p{
        text-align: center;
        font-size: 27px;
        padding: 0px 15px;
    }
    .contactFormBox > div > div > h3{
        font-size: 45px;
        text-align: center;
    }
    .contactFormBox > div > div > h2{
        font-size: 45px;
        text-align: center;
    }
    .contactForm{
        padding: 0px 10px;
    }
}