
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body{
    font-family: 'Noto Sans', sans-serif;
    box-sizing: border-box;
    background-color: #fafafa;
}

a {
    text-decoration:none!important;
}

/*Navbar Section*/

header{
    background-color: #f4f4f4;
    width: 100vw;
    height: auto;
    position: fixed;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    padding-left: 1rem;
    box-shadow: 2px 4px 10px rgba(100, 100, 100, 0.2);
    z-index: 100;
    font-family: 'Noto Kufi Arabic', sans-serif;
}


.navContainer{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width:1400px;
    margin: 0px 20px ;
}

.arabicFont {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.ar{
    text-align: right;
    font-family: 'Noto Kufi Arabic', sans-serif;
}
.en{
    font-family: 'Noto Sans', sans-serif;
    text-align: left;
}
.englishFont{
    font-family: 'Noto Sans', sans-serif;
}
.navBtnsContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navBtn{
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    padding: 5px;
    background: none;
    border: none;
    margin-right: 1em;
    cursor: pointer;
    
}

.navBtn:hover{
 color: #ed8b00;
 
}
.navBtnDesktop{
    display: block;
    
}
.navLogo{
    display: flex;
    align-items: center;
}

.navLogo img{
    height: 40px;
    }
.langBtn {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    padding: 10px 1em;
    background: #ed8b00;
    border: 1px solid #D0D1D3;
    border-radius: 5px;
    margin-right: 1em;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white !important;
  
}

        .langBtn img{
           
            height: 20px;
            width: 20px;
        }

        .langBtn:hover{

            box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
        }

.mobileMenu{
    display: none;
}

/*Hero Section (Banner)*/


.carousel-inner{
    margin-top: 6rem;
}
.carousel-text-container-ar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    height: 100%;
    margin-left: 8rem;

}

#carouselExampleIndicators{
    margin-bottom: 3rem;
}

.carousel-text-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    height: 80%;
    margin-right: 12rem;
}


.carousel-text-container-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    height: 80%;
    margin-right: 12rem;
}

.carousel-text-container-right-3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 18%;
    left: 75%;
    transform: translate(-50%, -50%);
    height: 80%;
    margin-right: 12rem;
}

.carousel-text-container-right-3 button{
    border-radius: 20px;
    font-size: 20px;
    background-color: #ed8b00 !important;
    padding-left: 1rem;
    padding-right: 1rem;
}
.carousel-text-image{
    width: 28rem !important;
    text-align:right !important;
}

.carousel-text-image-3{
    width: 28rem !important;
    text-align:right !important;
    margin-bottom: 14rem;
}
.carousel-text-header,
.carousel-text-subheader {
    color: white;
    font-size: 32px;
    font-weight: bold;
    width: 200%;
}
.carousel-item img{
    width: 100%;
}


.heroSect {
    height: 850px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;

}

.heroSectContainer{
    width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 20px ;
    background-color: #292b2e;
}




.heroLeft h1{
    font-weight: 600;
    font-size: 48px;
    line-height: 116%;
    color: white;
    display: flex;
    align-items: flex-end;
    
}

.heroLeft h1::after{
    position: absolute;
    content: "";
    border-radius: 100px;
    height: 4px;
    background: linear-gradient(133.87deg, #E32E35 5.52%, #ed8b00 115.36%);
    width: 27rem;
    translate: 0px 30px;
   
}

.heroRight{
    display: flex;
    align-items: center;
}

.vid{
  content: "";
  height: 400px;
  width: 680px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  margin-left: 4rem;
  margin-right: 4rem;
}


#mobile{
    display: none;
}
.vidPlayBtn{
    height: 450px;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    margin-left: 4rem;
    margin-right: 4rem;
}

.homeVid{
    height: 450px;
    margin-top: 2rem;
    margin-left: 4rem;
    margin-right: 4rem;
}

.lumiLogoBg{
   
    position: absolute;
    overflow: clip;
    opacity: 60%;
   
}


/*About Us Section*/

.aboutUsSect {
    background-color: #fafafa;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 3rem;
}

.aboutUsContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #ed8b00;
    height: 300px;
    width: 100%;
    z-index: 10;
    padding: 0px 100px;
    border-radius: 43px;

}
.aboutUsDash{
    content: "";
    width: 100px;
    height: 5px;
    margin: 0px 2rem;
    background:linear-gradient(133.87deg, #ed8b00 5.52%, #fafafa 115.36%);
    border-radius: 20px;
}
.aboutUsDash-reverse{
    content: "";
    width: 100px;
    height: 5px;
    margin: 0px 2rem;
    background:linear-gradient(133.87deg, #fafafa 5.52%, #ed8b00 115.36%);
    border-radius: 20px;
}

.aboutUsText{
    color: #2c2c2b;
    font-weight: 500;
    font-size: 18px;
    line-height: 145.5%;
    text-align: center;
    width: 1200px;
    color: white;
    
}
.aboutUsLogo{
    position: absolute;
    mix-blend-mode: soft-light;
    opacity: 100%;
    max-height: 250px;
}

.aboutUsShadow{
    position: absolute;
    width:100%;
    z-index: 20;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

/*Steps Section*/

.stepSect{
    background-image: url("../img/bg-steps.jpg");
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stepSectAR{
    background-image: url("../img/bg-steps.jpg");
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}

.stepSectContainer{
    width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 6rem 0rem;
}
.stepTitle{
  
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 24px;
    line-height: 145.5%;
    color: #353942;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

        .stepTitleCircle{
            content: "";
            height: 25px;
            width: 25px;
            border-radius: 100%;
            background: #ed8b00;
            margin-inline-end: 2rem;
        }

        .stepTitle img{
            translate: 0px 10px;
            margin-inline-start: 1rem;
        }

.stepBox{
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #FFFFFF;
    width: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-bottom: 2rem;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

        .stepBox:hover{
            transform: scale(97%);
            transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

    .stepBox:hover .stepBoxShape{
    transform: scale(125%);
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

.stepBoxDash{
    position: absolute;
    content: "";
    height: 100px;
    width: 1rem;
    background: #F39200;
    border-start-end-radius: 7px;
    border-end-end-radius: 7px;
    margin-inline-end: 2rem;
}
.stepBoxText{
    margin-inline: 3rem;
    padding-inline-end: 10rem;
}
.stepBoxShape{
    margin-inline-start: auto;
    margin-inline-end: -50px;
    align-self: center;
    justify-self: flex-end;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    
}




.stepNo{
    color: #E32E35;
    font-weight: bold;
    font-size: 15px;
}

.stepNo span{
    font-size: 40px;
}

.stepText{
    font-weight: 400;
    font-size: 14px;
    line-height: 145.5%;
    color: #202020;
  
}


/*List Section Section*/
.eventSect{
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eventSectContainer{
    width: 1400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1rem 0rem;
}

.eventTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.eventTitleBar{
    content: "";
    width: 200px;
    height: 10px;
    background: linear-gradient(133.87deg, #E32E35 5.52%, #ed8b00 115.36%);
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 1rem;
}

.eventTitleText{
    font-weight: 700;
    font-size: 32px;
    line-height: 145.5%;
    color: #353942;
}


/*Search Bar*/



.searchBar{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 1rem;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
}

.searchTerm{
    width: 500px;
    padding: 1.3rem 1.3rem;
    border: solid 1px #aaaaaa;
    border-start-start-radius: 10px;
    border-end-start-radius: 10px;
    font-size: 13px;
   
}

.searchTermEN{
    width: 500px;
    padding: 1.3rem 1.3rem;
    border: solid 1px #aaaaaa;
    border-start-start-radius: 10px;
    border-end-start-radius: 10px;
    font-size: 17px;  
}

.searchButton {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #202020;
    padding: 1.3rem 1.3rem;
    border: none;
    color: white;
    border-end-end-radius: 10px;
    border-start-end-radius: 10px;
    transition: all .5s;
    cursor: pointer;
}

.searchButton img{
    height: 1.7rem;
}

.searchButton:hover{
  transition: all .5s;
    background: linear-gradient(133.87deg, #E32E35 5.52%, #ed8b00 115.36%);

}



/*Event Bar*/
.eventTypeTitle{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 2rem;
}

.eventTypeShape{
    background: #349EBC; 
    border-start-end-radius: 50px;
    padding-inline-end: 30px;
    padding-inline-start: 11px;
    padding-top: 8px;
    align-self: flex-start;
}
.eventTypeText{
    font-size: 18px;
    color: #FFFFFF;
}

.eventTypeBar{
    width: 100%;
    height: 5px;
    background: #349EBC;
}

/*Event Box*/
.eventContainer{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 2rem 0rem;
}
.eventBox {
    background-color: white;
    box-sizing: border-box;
    border-radius: 1rem;
    box-shadow: 1px 2px 10px rgba(100, 100, 100, 0.1);
    overflow: hidden;
    
    margin: 1rem;
    height: max-content;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}
.eventBox:hover{
    transform: scale(103%) !important;
    box-shadow: 0px 5px 20px rgba(100, 98, 98, 0.2);
    transition: all 200ms ease-in-out;


}

.eventType {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 14px;
  font-weight: bold;
  width: 20%;
  border-radius: 12px;
  text-align: center;
  margin:10px;
}

.eventBox img{
    width: 100%;
}

.eventTitle {
    font-size: 20px;
    font-weight: bold;
    margin: 0.5rem 0;
    padding: 0 1rem;
    text-align: center;
}

.eventStatus {
   
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 1rem;

}

.eventOpen {

    color: rgb(5, 161, 0);


}

.eventUpComing {

    color: rgb(0, 70, 161);

}
.timerRegUpComing{
    background-color: rgb(217, 243, 251) ;
}

.eventTimer {
    display: flex;
    align-items: center;
    justify-content: center;
    
    
}

.timerStatus {
    text-align: right;
    padding-right: 0.3em;
    font-size: 14px;
    line-height: 100%;
    
}

.timerPart{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5em 0.3em;
}
.timerNumber{
    font-size: 32px;
    font-weight: 500;
    line-height: 90%;
}
.timerTitle{
    font-size: 10px;
}
.timerRegOpen{
    background-color: rgba(217,251,217,1);

}

.timerRegOpen .timerPart .timerNumber{
    color: rgb(5, 161, 0);

}

.timerRegUpComing .timerPart .timerNumber{
    color: rgb(0, 70, 161);

}


/*Footer Section*/

.footerSect{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 0rem;
    height: auto;
    background: #23292A;

}

.footerContainer{
    width: 1400px;
    margin-left: 3rem;
    margin-right: 3rem;  
}

.FooterContact a {
    text-decoration: none;
    color: white;
}
.upperFooter{
   
    display: grid;
    grid-template-columns: 30% 25% 25% 20%;
    font-size: 18px;
    color:  white;
 
}



.upperFooter h3{
    color: white;
    padding-bottom: 10px;
    font-size: 16px;
    color: #ed795f;
}

.upperFooter li{
    list-style: none;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
}

.upperFooter li:hover{
    font-weight: bold;
}

.footerLogo{
    display: flex;
    font-size: 16px;
    margin-top: 4rem;
}

.footerLogo img{
    height: 3rem;
    width: auto;
}
.footerLogoContainer{
    display: flex;
    flex-direction: column;
    align-items:center;
    row-gap: 2rem;
}

.footerSupport button{
    font-size: 14px;
    font-weight: bold;
    padding: 20px 4rem;
    background: #FFFFFF;
    border: 1px solid #D0D1D3;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-right: 1em;
    cursor: pointer;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
}

.footerSupport button img{
    margin-right: 1rem;
}

.lowerFooter{

    display: grid;
    grid-template-columns: 30% 25% 25% 20%;
    font-size: 14px;
    margin-top: 4rem;
   
}


.lowerFooter h3{
    color: #ed795f;
    padding-bottom: 10px;
    font-size: 16px;
}

.lowerFooter li{
    list-style: none;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
}

.lowerFooter li:hover{
    font-weight: bold;
}

footer{
    width: 100%;
    height: 10vh;
    background-color: rgb(32, 32, 32);
    color: rgb(199, 199, 199);
    display: flex;
    align-items: center;
    justify-content: center;
}

footer p{
    font-size: 15px;
    text-align: center;
}
footer a:link{
    color:#ed795f;
}


.last{
    background: #363942;
    width: 100%;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 600;
}
.lastContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.last img{
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
}


    .info {
        position: fixed;
        bottom: 10px;
        right: 10px;
        display: inline-block;
        /* Set the width of the rectangle */
        padding: 1rem;
        /* Set the height of the rectangle */
        background-color: rgba(244, 67, 54, 0.89);
        /* Set the background color to red */
        color: white;
        border-radius: 7px;
    }


    .success {
        position: fixed;
        bottom: 10px;
        right: 10px;
        display: inline-block;
        /* Set the width of the rectangle */
        padding: 1rem;
        /* Set the height of the rectangle */
        background-color: rgba(54, 244, 79, 0.89);
        /* Set the background color to red */
        color: white;
        border-radius: 7px;
    }

    .errorText {
        margin: 10px;
        font-size: 18px;
    }

    .rectangle-container {
        padding: auto;
    }

    .close-button {
        /* Add styles for the close button here */
        background-color: transparent;
        /* Remove the default background color */
        border: none;
        /* Remove the default border */
        color: white;
        /* Set the text color to white */
        font-size: 14px;
        /* Set the font size to 14px */
        cursor: pointer;
        /* Change the cursor to a pointer when hovering over the button */
    }
    #inst-video-ar iframe{
        border-radius: 15px;
        padding: 5px;       
       }
       
   #inst-video iframe{
    border-radius: 15px;
    padding: 5px;   
   }
@media screen and (max-width: 1000px) {


    .navLogo img{
        height: 30px;
    }
    .navContainer{
        width: 100%;
        position: static;
    }
    .navBtnsDesktop{
        position: absolute;
        background-color: #f4f4f4;
        width:  100%;
        left: 0%;
        top: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); 
        max-height: 500px;
        overflow: hidden;

    }


    .navBtnsDesktop.active {
        max-height: 0px;
    }
    
    .navBtn{
        margin: 20px 0px;
        font-size: 16px;
        text-decoration: none;
        color:black;
    }
    .mobileMenu{
        display: block;
        display: flex;
        align-items: center;
    }

    .langBtn{
        font-size: 16px;
        padding: 10px .5em;
        margin-right: 1em;
    }

    .carousel-item img{
        width: 100%;

    }
    
    .carousel-text-image{
        width:20rem !important;
    }
    .carousel-text-image-3{
        width:20rem !important;
        margin-top: 7rem !important;
    }
    .carousel-text-header,
    .carousel-text-subheader {
        color: white;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        width: auto;
    }
        .carousel-text-container-ar {
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 100%;
            margin: 0;
        }
    
        .carousel-text-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: absolute;
            top: 20%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 100%;
            margin: 0;
        }

        .carousel-text-container-right {
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: absolute;
            top: 30%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 100%;
            margin: 0;
        }
        .carousel-text-container-right-3 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: absolute;
            top: 30%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 100%;
            margin: 0;
        }

    .heroSectContainer{
        width: 100vw;
        flex-direction: column;
        padding: 0rem 1em;
    }
    .heroLeft h1{
    display: none;
        }



    #desktop{
        display: none;
    }

    #mobile{
        display: flex;
    }
    .heroLeft h1{
        text-align: center;
        font-size: 30px;
        color: white;
    }
    .heroLeft h1::after{
        display: none;
        
    }
    .heroRight{
        margin-top: 2em;
    }
    .vid video{
        width: 95vw;
    }
    .lumiLogoBg{
        display: none;
    }

    .aboutUsContainer{
        flex-direction: column;
    }
    .aboutUsText{
        font-size: 14px;
        width: 90vw;
        text-align: center;
        padding: 0em 2em;
    }

    .stepSectContainer{
        width: 95vw;
        margin: 4rem 0rem;
    }
    .stepTitle{
        font-size: 20px;
        margin-bottom: 2rem;
        justify-content: center;

        
    }
    .stepTitleCircle{
        margin-inline-end: 1rem;
        min-width: 25px;
    }
    .stepTitle img{
        position:absolute;
        right: 10px;
        
        
    }

    .stepBox{
        position: relative;
        width: 95vw;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        margin-bottom: 4rem;
        display: grid;
        grid-template-rows: auto ;  
    }
  
    .stepBoxText{
        padding-inline-end: 0rem;
        display: flex;
        flex-direction: column;
        
        
        
    }
    .stepText{
        font-size: 14px;
    }
    .stepBoxDash{ 
        display: none;
    }
    .stepBoxShape{  
        position: flex;
        margin-left: auto;
        direction: rtl;
    }

    .stepBoxShape{  
        position: flex;
        margin-left: auto;
        direction: rtl;
    }

    .stepBoxShape img{
        height: 6rem;
    }
 

    .eventSectContainer{
        width: 95vw;
    }
    .eventTitleText{
        font-size: 24px;
        
    }

    .searchTerm{
        font-size: 13px;
        padding: 1.5rem 1.5rem;
    }

    .eventTypeShape{
        border-start-end-radius: 50px;
        padding-inline-end: 16px;
        padding-inline-start: 11px;
        padding-top: 8px;
        align-self: flex-start;
    }
.eventTypeText{
    font-size: 14px;

}
.eventContainer{
    grid-template-columns: 50% 50%;
}
.eventTitle{
    font-size: 18px;
    margin: 0.2rem 0;
}
.eventStatus{
    font-size: 10px;

}
.timerNumber{
    font-size: 20px;
}
.eventBox{
    margin: 0.5rem;
}

#inst-video{
 margin-right:auto;       
}

#inst-video-ar{
    margin-right: auto;    
   }

   #inst-video-ar iframe{
    border-radius: 15px;
    padding: 5px;   
   }
.footerContainer{
    width: 90vw;
    margin-left: 1rem;
    margin-right: 1rem; 
}

.footerSect{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 0rem;
}

.upperFooter{
    grid-template-columns: 50% 50%;
    font-size: 12px;
    column-gap: 20px;
    row-gap: 40px;
}
.upperFooter li{
    padding-bottom: 5px;
}
.footerLogo{
    font-size: 16px;
}
.footerLogo img{
    height: 2rem;
}
.footerSupport button{
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
    width: 95%;
    margin-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;

}


.lowerFooter{
    grid-template-columns: 50% 50%;
    grid-template-areas: c b a;
    font-size: 12px;
    margin-top: 2rem;    
}
.navLogo img{
    height: 30
    px;
    }
}


@media only screen and (max-width: 370px) {
    .langBtn img{
        height: 20px;
     
        
        
    }
    .navLogo img{
    height: 40px;
    }
}