@font-face {
    font-family: 'LemonMilkBold';
src: url(/font/Lemon-Milk/Lemon\ Milk\ Pro\ Medium.otf) format('opentype');;
}
@font-face {
    font-family: 'ExtraLemonMilkBold';
src: url(/font/Lemon-Milk/Lemon\ Milk\ Pro\ Bold.otf) format('opentype');;
}
@font-face {
    font-family: 'LemonMilk';
src: url(/font/Lemon-Milk/Lemon\ Milk\ Pro\ Regular.otf) format('opentype');;
}
@font-face {
    font-family: 'LemonMilkLight';
src: url(/font/Lemon-Milk/Lemon\ Milk\ Pro\ Ultra\ Light.otf) format('opentype');;
}
@font-face {
    font-family: 'Gilroy-Medium';
    src: url(/font/Gilroy-Medium.ttf) format('opentype');
    ;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&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&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

.about{
    background-color: #fff;

}

.contact{
    background-color: #000; 
}
.about .first-container{
    
    height:max-content;
    
}

.about .banner-head{
    
    height:45vh;
    
    background-image: url(/images/abt.jpg);
    text-transform: uppercase;
}
.aboutcontainer2{
    width: 90%;
   
    margin: auto;
}
.about .about-content{
    min-height:55vh;
    height:max-content !important;
    color:#000;
    font-family:Gilroy-Medium;
}

.contact .about-content{
    color:#fff;
    background-color: #000;
}

.contact-data-container{
    background-image: url(/images/Contactus.jpg);
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    height:100%;
    min-height: 100vh;
    background-position: center center;
    

}
.contact-data-container .title{
    text-align: center;
    font-family:Gilroy-Medium;
   
}
.contact-data-container .title h1{
    font-size: calc(3em + 1vw);
}


.about .contact-data{
    height:100%;
   min-height: 100vh;
   display: flex;
   flex-direction: column; 
   justify-content: space-between;
   align-items: center;
}

.contact-data-container img{
    width:360px;
    margin-top:-100px
}

.info-data{
    width:100vw;
    font-size: 14px;
    font-family: Gilroy-Medium;
    background-color: rgba(0, 0, 0, 0.5);
}

.contact .info-data{
    background-color: rgba(151, 114, 76, 0.2);
}

.contact .sticky-content-heading{
    color:#fff
}
.address{

    text-align: center ;
}

.email{
    text-align: right;
}
.sticky-content-heading{
    color:#000
}

.about .sticky-content-heading {
    width:90%
}

/* .cards-container .card:nth-child(2),.cards-container .card:nth-child(1) {
    margin-right: 0px;
}

.cards-container .card:nth-child(1){
    margin-bottom: 100vh;
} */

/* .about .card{
    border:0
} */
.banner-head h1 , .sticky-content-heading h1{
    
    font-family: "LemonMilkBold";

}

.sticky-content-heading h1{
    
    font-family: "LemonMilkBold";
    font-size: calc(3.5em + 1vw);
font-weight: 900;
}

.contact .sticky-content-heading{
    width:70%
}


@media only screen and (max-width: 960px) {
   
    .banner-head h1, .sticky-content-heading h1{
        font-size: calc(2.5em + 1vw);
        
    }

    .contact-data-container .title h1{
        font-size: calc(2.5em + 1vw);
    }

    .contact-data-container img{
        width:340px;
        margin-top:-50px
    }
}


@media only screen and (max-width: 750px) {
   
    .banner-head h1, .sticky-content-heading h1{
        font-size: calc(2em + 1vw);
      
    
    }

    
}

@media only screen and (max-width: 600px) {
   
    .banner-head h1, .sticky-content-heading h1{
        font-size: calc(1.5em + 1vw);
       
    
    }

    .contact-data-container .title h1{
        font-size: calc(2em + 1vw);
    }

    .contact-data-container img{
        width:310px;
        margin-top:-10px
    }
}

@media only screen and (max-width: 500px) {
   
    .banner-head h1, .sticky-content-heading h1{
        font-size: calc(1.2em + 1vw);
        
    
    }

    .contact-data-container .title h1{
        font-size: calc(1.8em + 1vw);
    }
}

@media only screen and (max-width: 767px){
    .address{
        text-align: left;
    }
    
    .email{
        text-align: left;
    }

    .contact-data-container img{
        width:250px;
        margin-top:0px
    }
    .info-data{
       
        background-color: rgba(0, 0, 0, 0);
    }

    .contact-data-container img{
        width:320px;
        margin-top:-40px
    }
}


@media only screen and (max-width: 900px) {
    .contact .card-group {
        display: flex;
        flex-wrap: nowrap;
        justify-content: start;

        /* margin-left: 25px; */
    }

    .contact  .card {
        width: auto;
        max-height: 400px;
        min-width: 200px;
        min-height: 270px;
        overflow: hidden;
        border-radius: 0%;
    }
    .about .banner-head  {
        height: 20vh;
        
    }
}
