*{
    box-sizing: border-box;
}
body{
    margin: 0px;
    /* font-family: 'DM Serif Display', serif; */
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;

}
.top-bar{
    position: relative;
    background: #333;
    padding: 10px 0px;

}
.top-bar .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-left{
    display: flex;
    align-items: center;  
}
.top-left p{
    color: #fff;
    margin: 0px;
    margin-left: 10px;
}
.top-left p i{
    font-size: 16px;
    margin-right: 8px;
}
.top-left p:first-child{
    margin-left: 0px;
}
.top-right a{
    display: inline-block;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
    margin-left: 10px;
    font-size: 16px;
}
.top-right a:hover{
  color: #e22626;  
}
header {
    padding: 21px 0px;
    position: relative;
    width: 100%;
}
header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

header ul li a{
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    text-decoration: none !important;
    padding: 10px 15px;
}

header ul li a.btn-order{
    background: #e22626;
    color: #fff;
    padding: 8px 24px;
    margin-left: 20px;
    transition: 0.3s;
}
header ul li a.btn-order:hover{
    background: #000;
    color: #fff;

}
header ul li a:hover{
    color: #e22626;
}
header ul li a.active{
    color: #e22626;
}
header ul li a:focus{
    color: #e22626;
}
.banner{
    width: 100%;
    height: 520px;
    background: #000;
    position: relative;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-container{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0px;
    background: rgb(0 0 0 / 65%)
}
.banner-container img{
    width: 200px;
    margin-bottom: 30px;
}
.banner-container div{
    text-align: center;
}
.banner-container h1{
    font-size: 50px;
    margin: 0px;
    color: #fff;
    font-family: 'Yeseva One';
}
.boder{
    width: 170px;
    margin: 0px auto;
    height: 2px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}
.boder span{
    display: block;
    width: 33.33%;
    height: 100%;
    background: #f5f5f5;
}
.boder span:first-child{
    background: #5b8320;
}
.boder span:last-child{
    background: #e02020;
}
.banner-container p{
    margin: 0px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px;
}
.banner-container a{
    color: #1c1c1c;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.3s;
    background: #c6a375;
    padding: 14px 17px;
    cursor: pointer;
    margin: 0px 12px;
    display: inline-block;
}
.banner-container a:hover{
    background: #1c1c1c;
    color: #c6a375;  
}
.banner-container a:last-child{
    background: #1c1c1c;
    color: #c6a375;
}
.banner-container a:last-child:hover{
    background: #c6a375;
    color: #1c1c1c;
}
.about-image-big{
    width: 274px;
    height: 400px;
    background: #000;
    position: relative;
    overflow: hidden;
}
.about-image-big img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-image-small{
    width: 206px;
    height: 206px;
    background: #ccc;
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    left: 200px;

}
.about-image-small img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-res{
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 72px;
}
.about-image{
    position: relative;
}
.heading label{
color: #c6a375;
display: inline-block;
margin-bottom: 28px;
font-size: 25px;
font-family: 'Italianno';
}
.heading h2{
    font-family: 'Yeseva One';
    color: #000;
    margin: 0px;
    font-size: 40px;
    margin-bottom: 40px;
}
.heading .boder{
    width: 80px;
    margin: 0;
    margin-bottom: 25px;
}
.about-text p{
   margin: 0px; 
   margin-bottom: 20px;
   color: #888;
   font-size: 15px;
   line-height: 19px;
}
.menu .heading{
    text-align: center;
}
.menu .heading h2{
    margin-bottom: 25px;
}
.menu .heading .boder{
    display: inline-flex;
}
.menu{
    padding-top: 109px;
    padding-bottom: 150px;
    position: relative;
}
.menu ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin: 0px -4px;
    display: flex;
}
.menu ul li{
    padding: 0px 4px;
    position: relative;
    display: block;
    width: 33.33%;
}
.menu ul li a{
    position: relative;
    height: 320px;
    width: 100%;
    background: #ccc;
    overflow: hidden;
    display: block;
}
.menu ul li a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu ul li a span{
    position: absolute;
    font-size: 30px;
    color: #fff;
    font-family: 'Yeseva One';
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background: rgb(0 0 0 / 67%);
    right: 0px;
    text-align: center;
    padding: 31px 0px;
    transition: 0.3s;
}
.menu ul li a:hover span{
    background: #e02020;
}
.about-us .about-image{
    text-align: right;
}
.about-us .about-image .about-image-big{
display: inline-block;
}
.about-us .about-image .about-image-small{
width: 340px;
height: 230px;
left: 50px;
bottom: -67px;

}
.info-sec{
    width: 100%;
    position: relative;
    padding: 70px 0px;
    background-color: #000;
    overflow: hidden;
    background-image: url(../img/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.info-sec::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 67%);
    inset: 0px;
}
.info-sec{
    text-align: center;
}
.info-sec h3{
    font-size: 30px;
    color: #fff;
    font-family: 'Yeseva One';
    margin: 0px;
    margin-bottom: 20px;
    position: relative;
}
.info-sec p{
    font-size: 20px;
    margin: 0px;
    color: #fff;
    margin: 10px 0px;
    position: relative;
    font-weight: 300;
}
.info-sec p a{
    color: #fff;
    text-decoration: none !important;
}
.info-sec p a:hover{
    color: #e02020;
}
.app-download{
    position: relative;
    width: 100%;
    padding: 80px 0px;
    overflow: hidden;
}
.app-download .heading h2{
    margin-bottom: 35px;
}
.app-download .heading .boder{
    margin-bottom: 35px;  
}
.app-down-btn{
    margin-bottom: 36px;
}
.app-download p{
    font-size: 30px;
    text-align: center;
    width: 320px;
    max-width: 100%;
}
.mgn-lft{
    display: inline-block;
    margin-left: 25px;
}
.review .boder{
    display: inline-flex;
    margin-bottom: 50px;
}
.review h2{
    margin-bottom: 25px;
}
.rating-top{
    background: #f3f3f3;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}
.rating-top p{
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 6px;
}
.rating-top p i{
    color: #fdba2d;
    margin: 0px 2px;
}
.rating-top p small{
    display: inline-block;
    margin-left: 8px;
    color: #888;
    font-size: 12px;
}
.rvw-btn{
    background: #0084fb;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    border: 0px;
    transition: 0.3s;
    padding: 4px 12px;
    outline: none;
}
.rvw-btn:hover{
background: #0672d3;
}
.top-r{
    display: flex;
    align-items: center;
}
.top-r .user{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    background: #e02020;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 15px;
}
.top-r .user-details label{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: block;
    margin: 0px;
}
.top-r .user-details span{
    font-size: 12px;
    color: #888;
}
.g-review{
    background: #f3f3f3;
    padding: 15px;
    border-radius: 10px;
    position: relative;
}
.top-r{
    margin-bottom: 10px;
}
.g-review span i{
    color: #ffc107;
    font-size: 16px;
    margin-right: 5px;
}
.g-review p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    margin: 0px;
    font-weight: 600;
    margin-top: 5px;
}
.g-review a{
    text-decoration: none !important;
    color: #888;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
}
.g-review a:hover{
    color: #ffc107; 
}
.r-btm{
    display: flex;
    align-items: center;

}
.r-btm span{
    display: block;
    color: #888;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 2px;
}
.r-btm{
    margin-top: 15px;
}
.r-btm small{
    color: #158cf8;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
}
.btm-d{
    margin-left: 10px;
    display: inline-flex;
    flex-direction: column;
}
.user{
    position: relative;
}
.user span{
    position: absolute;
    inset: 0px;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.review-slider .owl-stage-outer{
overflow: hidden;
position: relative;
}
.review-slider .owl-stage{
    display: flex;
}
.review-slider .owl-dots{
    display: none;
}
.review-slider{
    position: relative;
}
.owl-nav button{
    width: 30px;
    height: 30px;
    outline: none;
    border: 0px;
    border-radius: 100%;
    background: rgb(0 0 0 / 56%);
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.owl-nav button.owl-prev{
    left: 13px;
}
.owl-nav button.owl-prev.disabled{
    display: none;
}
.owl-nav button.owl-next.disabled{
    display: none;
}
.owl-nav button.owl-next{
    right: 13px;
}
.owl-nav button:hover{
    background: #e02020;
}
.owl-nav button span{
    font-size: 21px;
    position: relative;
    top: -3px;
}
.review{
    margin-bottom: 80px;
}
footer{
    background: #1c1c1c;
    position: relative;
    padding-top: 70px;
   overflow: hidden;
}
.footer-details p{
    color: #fff;
    margin: 0px;
    font-size: 14px;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    font-weight: 300;
    line-height: 30px;
}
.footer-details h4{
    font-size: 25px;
    color: #fff;
    margin: 0px;
    font-family: 'Yeseva One';
    margin-bottom: 20px;
}
.footer-details ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer-details ul li a{
    transition: 0.3s;
    color: #fff;
    font-size: 14px;
    text-decoration: none !important;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 15px;
}
.footer-details ul li a:hover{
    color: #e02020;
}
.footer-details ul li a.active{
    color: #e02020;
}
.footer-details p a{
 color: #fff;
 text-decoration: none !important;
 transition: 0.3s;
}
.footer-details p a:hover{
    color: #e02020;
}
footer .col-md-4:last-child .footer-details p{
    margin-top: 0px;
    margin-bottom: 15px;
}
footer .col-md-4:last-child .footer-details p i{
    font-size: 16px;
    margin-right: 15px;
}
.footer-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}
.footer-info span{
     display: inline-block;
     color: #c6a375;
     font-weight: 600;
}
.copyright{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #fff;
    padding: 20px 0px;
}
.copyright p{
    margin: 0px;
    font-weight: 300;
    color: #fff;
}
.copyright p a{
    color: #c6a375;
    text-decoration: none !important;
}
.copyright p a:hover{
    color: #e02020;
}
footer{
    background-image: url(../img/footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    footer::before {
        content: "";
        inset: 0px;
        position: absolute;
        background-image: linear-gradient(to right, #1c1c1c , rgb(28 28 28 / 75%));
      
}
footer .container{
    position: relative;
}
.page-banner{
    height: 325px;
    background: #000;
    position: relative;
    overflow: hidden;
}
.page-banner img{
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-banner::before{
    content: "";
    inset: 0px;
    position: absolute;
    background: hsl(0deg 0% 0% / 60%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.pagebanner-content{
    position: absolute;
    inset: 0px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagebanner-content h1{
    color: #fff;
    font-size: 35px;
    font-family: 'Yeseva One';
    margin: 0px;
}
.conatct{
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}
.map{
    width: 100%;
    height: 460px;
    background: #000;
}
.contact-info .heading h2{
    font-size: 24px;
margin-bottom: 20px;
}
.contact-info .heading .boder{
    margin-bottom: 20px;
}
.contact-info p{
    margin: 0px;
    margin-bottom: 15px;
    color: #888;
}
.contact-info p a{
    font-size: 15spx;
    color: #888;
    text-decoration: none !important;
}
.contact-info p a:hover{
    color: #e02020;
}
.contact-info p  i {
    margin-right: 10px;
    color: #888;
}
.open-hrs p{
    position: relative;
    font-size: 13px;
    margin: 0px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-center .boder{
    display: inline-flex;
}
.contact-form{
    margin-top: 50px;
}
.contact-form h2{
    margin-bottom: 20px;
}
.contact-form  .boder{
    margin-bottom: 40px; 
}
.contact-form .form-group input{
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    outline: none;
}
.contact-form .form-group textarea{
    width: 100%;
    height: 120px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    outline: none;
    resize: none;
}
.submit-btn{
    color: #fff;
    border: 0px;
    outline: none !important;
    cursor: pointer;
    background: #009660;
    padding: 12px 43px;
    transition: 0.3s;
    margin-top: 30px;
}
.submit-btn:hover{
    background: #068557;
}
.bckabout{
    background-image: url(../img/shape3.png);
    background-position: right;
    background-repeat: no-repeat;
}

.about-us{
    background-image: url(../img/shape2.png);
    background-position: 0% -86px;
    background-repeat: no-repeat;
    padding-bottom: 150px;
}

.menu{
    position: relative;
    background-image: url(../img/shape1.png);
    background-position: 88% -4px;
    background-repeat: no-repeat;
}
.menu-tab .heading h2{
  font-size: 25px;
  margin-bottom: 20px;
}
.menu-tab .heading .boder{
    margin-bottom: 30px;
}
.menu-tab{
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}

.menu-chart table{
    width: 100%;
    border-spacing: 0px;
}
.menu-chart table tr td label{
    margin: 0px;
    display: block;
    margin-bottom: 5px;
    color: #c5a572;
    font-size: 15px;
    position: relative;
}
.menu-chart table tr td label small{
    background: #fff;
    font-size: 100%;
    position: relative;
    padding-right: 50px;
}
.menu-chart table tr td label:before{
    width: 100%;
    height: 1px;
    background: #ccc;
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
}
.menu-chart table tr td span{
    margin: 0px;
    display: block;
    margin-bottom: 5px;
    color: #7f7f7f;
    font-size: 15px;
}
.menu-chart table tr td {
    vertical-align: top;
}
.menu-chart table tr td b{
    color: #c5a572;
    font-size: 15px;
}
.menu-chart table tr th{
    padding: 10px 0px;
}
.menu-chart table tr td{
    padding: 5px 2px;
}
.menu-tabs ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.menu-tabs ul li a{
    color: #c5a572;
    font-size: 15px; 
    display: inline-block;
    text-decoration: none !important;
    transition: 0.3s;
    padding: 5px 0px;
}
.menu-tabs ul li a:hover{
    color: #000;
}
.menu-tabs ul li a:focus{
    color: #000;
}
.menu-tabs ul li.active a{
    color: #000;
}
.menu-btn{
    display: none;
}
.oder-now-btn{
    display: none;
}
#myHeader{
    transition: 0.3s;
}
#myHeader.sticky{
    position: sticky;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 9;
    background: #000;
}
.stcky-logo{
    display: none;
    transition: 0.3s;
}
.without-stcky{
    display: block;
}
#myHeader.sticky .stcky-logo{
    display: block;
    width: 100px;
}
#myHeader.sticky .without-stcky{
    display: none;
}
#myHeader.sticky  ul li a{
color: #fff;
}
#myHeader.sticky  ul li a.active{
    color: #e02020

    }
    #myHeader.sticky  ul li a:hover{
        color: #e02020
    
        }
        #myHeader.sticky  ul li:last-child a:hover{
            color: #000;
            background: #fff;
        
            }
            #carouselExampleControls{
                width: 100%;
                height: 100%;
            }
            #carouselExampleControls  .carousel-inner{
                height: 100%;
            }
            #carouselExampleControls  .carousel-inner .carousel-item{
                height: 100%;
            }
            #carouselExampleControls  .carousel-inner .carousel-item img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }




/* warning */

.warningbox{
    width: 100%;
    text-align: center;
}

.warning{
    width: 100%;
    padding: 50px 20px;
    margin: 50px 0 100px;
    background: #FAFFFD;
    background: linear-gradient(180deg, #FAFFFD, #E5FFA4);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(118, 153, 0, 1);
}

.warning h2{
    font-family: 'Yeseva One';
    color: #e22626;
}

.warning p{
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 15px 0;
}

.warningin{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
}

.warningin p{
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.warningin label{
    font-weight: 600;
     font-size: 13px;
    font-style: italic;
    padding: 0;
    margin: 0;
}



/*  responsive  */
@media (max-width: 575.98px) {
  
    .raing-left{
        text-align: center;
        margin-bottom: 20px;
    }
    .rating-top{
        flex-direction: column;
    }
    .banner-container a{
        padding: 9px 10px;
    }
    .bckabout{
        padding-bottom: 0px !important;
    }
 }


@media (max-width: 767.98px) {
    #myHeader.sticky{
        padding: 5px 0px;
    }
    .top-bar .container{
        flex-direction: column; 
    }
    .top-left{
        flex-direction: column;
    }
    .menu-chart table tr td b {
        color: #c5a572;
        font-size: 13px;
    }
    .menu-chart table tr td label{
        font-size: 13px !important;
    }
    .menu-chart table tr td span{
        font-size: 13px !important;
    }
    .menu-tabs{
        margin-bottom: 30px;
    }
    .menu-tab{
        padding: 50px 0px;
    }
    .map{
        height: 300px;
    }
    .conatct{
        padding: 50px 0px;
    }
    .contact-info{
        margin-top: 50px;
    }
    .page-banner {
        height: 200px;
    }

    .footer-info{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-info span{
        display: inline-block;
        margin-bottom: 10px;
    }
    .copyright p{
        text-align: left;
    }
    .app-download{
        padding-bottom: 40px !important;
    }
    .about-us {
        padding-bottom: 50px !important;
        padding-top: 50px;
    }
    .copyright{
        flex-direction: column;
        align-items: flex-start;
    }
    .copyright p:first-child{
        margin-bottom: 5px;
    }
    .footer-details{
        margin-bottom: 30px;
    }
    .app-download .heading .boder{
        display: inline-flex;
    }
    .app-download .heading {margin-top: 50px !important;}
    .app-download{
        text-align: center;
        
    }
    .app-download p{
        text-align: center !important;
        width: 100%;
    }
    .info-sec p{
        font-size: 15px;
    }
    .info-sec h3{
        font-size: 25px;
    }
    .about-us .col-md-6:last-child{
        order: -1;
        margin-bottom: 20px;
    }
    .menu {
        padding-bottom: 0px !important;
    }
    .menu ul li a {
        height: 320px;
    }
    .menu ul{
        flex-wrap: wrap;
    }
    .menu ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .about-image{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about-image-big{
        width: 48%;
        height: 200px;
    }
    .about-image-small{
        width: 48% !important;
    height: 200px !important;
    position: relative;
    left: auto !important;
    bottom: auto !important;
    }
    .bckabout{
        padding-top: 50px;
    }
    .heading label{
        margin-bottom: 15px;
    }

}
@media (max-width: 812px) {

  
.menu ul li a{
    height: 220px;
}
}
@media (max-width: 991.98px) { 
    .oder-now-btn{
        position: fixed;
        color: #fff;
        right: -34px;
        top: 50%;
        background: #e02020;
        transform: rotate(-90deg);
        padding: 8px 13px;
        cursor: pointer;
        transition: 0.3s;
        display: block;
        text-decoration: none !important;
        z-index: 5;
    }
    .banner-container img{
        width: 150px;
    }
    .banner-container h1{
        font-size: 30px;
    }
    .app-download p{
        font-size: 20px;
        text-align: left;
    }
    .app-down-btn a img{
        width: 100px;
    }
    .heading h2{
        font-size: 30px;
    }
    .app-img img{
        width: 100%;
    }
    .about-us .about-image .about-image-small{
        max-width: 100%;
        left: 0;
    }
    .logo-left{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header .container{
        flex-wrap: wrap;
    }
    .open-menu{
        display: flex !important;
    flex-direction: column;
    width: 100%;
    }
    .open-menu li{
        width: 100%;
    }
    .open-menu li:last-child{
      display: none;
    }
.menu-btn{
    display: inline-block;
    border: 0px;
    background: #e02020;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    outline: none;
}
.site-menu{
    display: none;
}
 }


@media (max-width: 1199.98px) { 
    .about-us{
        padding-bottom: 109px;
    }
    .menu{ 
    padding-bottom: 43px;
    }
    header ul li a{
        padding: 10px 9px;
        font-size: 12px;
    }
    .menu ul li a span {
        font-size: 20px;
        padding: 20px 0px;
    }
 }

@media (max-width: 1399.98px) { 

 }
 .footer-details img {
    width: 20vh;
  }

