@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Roboto Condensed', sans-serif;

}

                                                            /* nav bar */
.checkbtn{
    color: #ccc;
    font-size: 25px;
    float: right;
    line-height: 80px;
    cursor: pointer;
    display: none;

}
#cheak{
    display: none;

}

body{
    background: #ffffff;
}

nav{
    background: #193f52;
    margin-top: 0;
    border: 2px solid #8AE4CC;

}
.navbar{
    position: sticky;
    top: 0px;
    z-index: 5;
}

nav:after{
    content: '';
    clear: both;
    display: table;
}

nav ul{
    margin-top: 11px;
    margin-left: 300px;
    float: right;
    list-style: none;
    position: relative;

}
nav ul li{
    display: inline-block;
    background: #193F52;
    margin-top: 1px;

}
.navbar{
    display: flex;
}


nav ul li a{
    color: white;
    text-decoration: none;
    line-height: 30px;
    font-size: 20px;
    padding: 9px 15px;
}
nav ul li a:hover{
    color: #8AE4CC;
    border-radius: 5px;
    box-shadow: 0 0 5px #8AE4CC,
                0 0 5px #8AE4CC;
}
nav ul ul a:hover{
    font-size: 22px;
    color: #8AE4CC;
    box-shadow: navy;
    transition: 0.1s;
}
nav ul ul{
    position: absolute;
    top: 70px;
    border-top: 3px solid #8AE4CC ;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    margin-left: 1px;
}
nav ul li:hover > ul{
    top: 49px;
    opacity: 1;
    visibility: visible;
}

nav ul ul li{
    position: relative;
    margin: 0px;
    float: none;
    display: list-item;
    border-bottom: 1px solid #8AE4CC;
}
nav ul ul li a{
    line-height: 50px;
}
nav .logo{
    float: left;
    color: #8AE4CC;
    font-size: 50px;
    font-weight: 50px;
    line-height: 19px;
    margin-left: 40px;
    margin-top: 30px;
}
#logo_under{
    color: #8AE4CC;
    margin-left: 150px;
}
.buttone{
    width: 100%;
    height: 45px;
    max-width: 200px;
    width: 100px;
    border: 5px solid #8AE4CC;
    border-radius: 10px;
    margin-right: 0px;
    background-color: #8AE4CC;
    cursor: pointer;
}
.buttone :hover{
    transition: 0.4s;
    font-size: 15px;
    background-color: none;
}

.boxhover :hover{
    font-size: 22px;
    transition: 0.4s;
}
.logooooo{
    display: flex;
}
.amg{
    color: #8AE4CC;
    font-size: 50px;
    margin-top: 5px;
    margin-bottom: 7px;
    margin-left: 20px;
    font-family: 'Playfair Display', serif;

}
.oversis{
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #52DCAE;
    margin-top: 9%;
    margin-left: 5px;
}

.boxhover{
    width: auto;
}

                                                            /* pic slide */

.container{
    width: auto;
    height: 45vh;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper{
    width: 100%;
    height: fit-content;

}
.swiper-slide img{
    width: 100%;

}



                                                            /* 2nd part */
.studyaust{

    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 40px;
    text-align: center;
    margin-top: 16vh;


}

.thirdpart{
    font-size: 20px;
    text-align: center;
    padding: 200px;
    padding-top: 20px;
    padding-bottom: 0px;
}



                                                            /* 3pics */

.threeparts{
    width: 100%;
    padding: 50px;
    margin-top: 80px;

}
.threedivs{
    display: flex;
}
.images{
    margin-top: 100px;
}
.imagesss{
    width: 400px;
}
.writtenpart{
    width: 100%;
}
.writtenhead{
    text-align: center;
}
.headhead{
    font-size: 35px;
    font-weight: bold;
    text-decoration: underline;
}
.writtenbody{
    font-size: 17px;
    padding: 30px;
}

.how_to_apply{
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 150px;
    font-size: 48px;
}
.op{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.each{
    margin-top: 20px;
    text-align: center;
}
.eachweek{
    font-size: 21px;
}





.threedivss{
    width: 100%;
    text-align: center;
    display: flex;
}
.caf{
    width: 100%;
    margin: 100px;
    padding: 20px;
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.3);

    
}
.logos{
    font-weight: bold;
    font-size: 40px;
}
.headpart{
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
}
.bodypart{
    font-size: 18px;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
}

.partner{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    margin-top: 150px;
    font-size: 48px;

}
.pici{
    width: 100%;
    text-align: center;
}

.partner_pic{
    width: 60%;
    text-align: center;
    align-items: center;
}



                                                            /* footer design */
.footer{
    width: 100%;
    bottom: 0;
    background: linear-gradient(to left, #193F52,#20BD89);
    color: #fff;
    padding: 30px 0 5px;
    font-size: 16px;
    line-height: 23px;
}
.hr{
    width: 90%;
    margin: 20px auto;

}
.sections{
    padding: 6%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}
.maintwo{
    display: flex;
    width: 50%;
    justify-content: space-between;
}
.footerimg{
    height: 50px;
}
.subtwo{
    width: 45%;
}
.amgtext{
    width: 80%;
}

.copyright{
    display: flex;
    justify-content: space-between;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 14px;
}
.social-icons .fa-brands{
    margin: 10px;
    width: 30px;
    height: 30px;
    border-radius: 70%;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #000;
    background: #fff;
    margin-right: 15px;
    cursor: pointer;
}




#location{
    color: #000000;
}


/* responsive part */



@media screen and (max-width: 320px) and (min-width: 290px)
{
    nav{
        width: auto;   
        height: 80px;
    
    }
    .checkbtn{
        display: block;
        margin-left: 15px;
    }

    #fullul{
        position: fixed;
        width: 150px;
        height: auto;
        background-color: #193F52;
        top: 80px;
        left: -100%;
        transition: all .5s;
        margin-left: 0px;
        margin: 0;
        text-align: start;
    }
    .firstli{
        display: block;
        line-height: 50px;
    }
    #cheak:checked ~ ul{
        left: 0;
    }
    #country_self{
        margin-left: 150px;
        margin-top: 1px;
    }
    #service_self{
        margin-left: 150px;
        margin-top: 50px;
    }
    .buttone{
        margin: 0;
        margin-left: 15px;
        font-size: 16px;
        float: left;
        margin-bottom: 20px;
    }

    .copyright{
        font-size: 10px;
        display: grid;
        margin: 0;
        text-align: center;
        width: auto;
 
    }
    .develop{
        margin: 0;
        width: auto;
    }









    

    .container{
        height: 120px;
    }

    .studyaust{
        font-size: 29px;
    }
    #austis3rd{
        padding: 10px;
    }

    .thirdpart{
        margin-top: 20;
        padding: 0;
    }

    .threeparts{
        margin-top: 20px;
        padding: 5px;
    }
    .threedivs{
        display: grid;
    }
    .imagesss{
        width: 300px;
    }
    .writtenpart{
        width: 300px;
    }

    .threedivss{
        width: 100%;
        display: grid;

    }
    .caf{
        margin: 0;
        margin-top: 40px;
    }
    .partner{
        font-size: 35px;
    }
    .threedivss{
        width: auto;
    }
    .partner_pic{
        width: 100%;
    }





}



@media screen and (max-width: 360px) and (min-width: 321px)

{
    
    nav{
        width: auto;   
        height: 80px;
    
    }
    .checkbtn{
        display: block;
        margin-left: 15px;
    }

    #fullul{
        position: fixed;
        width: 150px;
        height: auto;
        background-color: #193F52;
        top: 80px;
        left: -100%;
        transition: all .5s;
        margin-left: 0px;
        margin: 0;
        text-align: start;
    }
    .firstli{
        display: block;
        line-height: 50px;
    }
    #cheak:checked ~ ul{
        left: 0;
    }
    #country_self{
        margin-left: 150px;
        margin-top: 1px;
    }
    #service_self{
        margin-left: 150px;
        margin-top: 50px;
    }
    .buttone{
        margin: 0;
        margin-left: 15px;
        font-size: 16px;
        float: left;
        margin-bottom: 20px;
    }





    
    .container{
        height: 130px;
    }

    .studyaust{
        font-size: 29px;
    }

    
    .copyright{
        font-size: 10px;
        display: grid;
        margin: 0;
        text-align: center;
        width: auto;
 
    }
    .develop{
        margin: 0;
        width: auto;
    }









    


    .thirdpart{
        margin-top: 20;
        padding: 0;
    }

    .threeparts{
        margin-top: 20px;
        padding: 5px;
    }
    .threedivs{
        display: grid;
    }
    .imagesss{
        width: 350px;
    }
    .writtenpart{
        width: 350px;
    }

    .threedivss{
        width: 100%;
        display: grid;

    }
    .caf{
        margin: 0;
        margin-top: 40px;
    }
    .partner{
        font-size: 35px;
    }
    .partner_pic{
        width: 100%;
    }





}

@media screen and (max-width: 414px) and (min-width: 361px)
{
    nav{
        width: auto;   
        height: 80px;
    
    }
    .checkbtn{
        display: block;
        margin-left: 15px;
    }

    #fullul{
        position: fixed;
        width: 150px;
        height: auto;
        background-color: #193F52;
        top: 80px;
        left: -100%;
        transition: all .5s;
        margin-left: 0px;
        margin: 0;
        text-align: start;
    }
    .firstli{
        display: block;
        line-height: 50px;
    }
    #cheak:checked ~ ul{
        left: 0;
    }
    #country_self{
        margin-left: 150px;
        margin-top: 1px;
    }
    #service_self{
        margin-left: 150px;
        margin-top: 50px;
    }
    .buttone{
        margin: 0;
        margin-left: 15px;
        font-size: 16px;
        float: left;
        margin-bottom: 20px;
    }


    .container{
        height: 250px;
    }



    .copyright{
        font-size: 10px;
        display: grid;
        margin: 0;
        text-align: center;
        width: 390px;
 
    }
    .develop{
        margin: 0;
        width: auto;
    }









    .thirdpart{
        margin-top: 20;
        padding: 0;
    }

    .threeparts{
        margin-top: 20px;
        padding: 5px;
    }
    .threedivs{
        display: grid;
    }
    .imagesss{
        width: 390px;
    }
    .writtenpart{
        width: 390px;
    }
    .threedivss{
        width: 100%;
        display: grid;

    }
    .caf{
        margin: 0;
        margin-top: 40px;
    }
    .partner{
        font-size: 35px;
        
    }
    .partner_pic{
        width: 100%;
    }


}



@media screen and (max-width: 820px) and (min-width: 415px)
{
    nav{
        width: auto;   
        height: 80px;
    
    }
    .checkbtn{
        display: block;
        margin-left: 15px;
    }

    #fullul{
        position: fixed;
        width: 150px;
        height: auto;
        background-color: #193F52;
        top: 80px;
        left: -100%;
        transition: all .5s;
        margin-left: 0px;
        margin: 0;
        text-align: start;
    }
    .firstli{
        display: block;
        line-height: 50px;
    }
    #cheak:checked ~ ul{
        left: 0;
    }
    #country_self{
        margin-left: 150px;
        margin-top: 1px;
    }
    #service_self{
        margin-left: 150px;
        margin-top: 50px;
    }
    .buttone{
        margin: 0;
        margin-left: 15px;
        font-size: 16px;
        float: left;
        margin-bottom: 20px;
    }


    .container{
        height: 250px;
    }



    .copyright{
        font-size: 10px;
        display: grid;
        margin: 0;
        text-align: center;
        width: 800px;
 
    }
    .develop{
        margin: 0;
        width: auto;
    }







    .studyaust{
        margin-top: 70px;
    }

    .thirdpart{
        margin-top: 20;
        padding: 20px;
    }

    .threeparts{
        margin-top: 20px;
        padding: 30px;
    }
    .threedivs{
        display: grid;
    }
    .imagesss{
        width: 700px;
    }
    .writtenpart{
        width: 700px;
    }
    .threedivss{
        width: 100%;
        display: grid;

    }
    .caf{
        margin: 0;
        margin-top: 40px;
    }
    .partner{
        font-size: 35px;
        
    }
    .partner_pic{
        width: 100%;
    }


}


@media screen and (max-width: 1243px) and (min-width: 821px){
    nav{
        width: auto;   
        height: 80px;
    
    }
    .checkbtn{
        display: block;
        margin-left: 15px;
    }

    #fullul{
        position: fixed;
        width: 150px;
        height: auto;
        background-color: #193F52;
        top: 80px;
        left: -100%;
        transition: all .5s;
        margin-left: 0px;
        margin: 0;
        text-align: start;
    }
    .firstli{
        display: block;
        line-height: 50px;
    }
    #cheak:checked ~ ul{
        left: 0;
    }
    #country_self{
        margin-left: 150px;
        margin-top: 1px;
    }
    #service_self{
        margin-left: 150px;
        margin-top: 50px;
    }
    .buttone{
        margin: 0;
        margin-left: 15px;
        font-size: 16px;
        float: left;
        margin-bottom: 20px;
    }

    .container{
        height: 250px;
    }
    .copyright{
        font-size: 10px;
        display: grid;
        margin: 0;
        text-align: center;
        width: 1000px;
 
    }
    .develop{
        margin: 0;
        width: auto;
    }

}

@media screen and (max-width: 398px) and (min-width: 384px)
{
    .oversis{
        margin-top: 9.5%;
    }
}
@media screen and (max-width: 383px) and (min-width: 200px)
{
    .oversis{
        margin-top: 3%;
    }
}






@media screen and (max-width: 360px) and (min-width: 280px)
{
    .maintwo{
        display: grid;
    }
    .subtwo{
        width: 100%;
        font-size: small;
    }
    .secound{
        padding-top: 40px;
    }
    .copyright{
        width: 100%;
        font-size: 10px;
        display: grid;
        text-align: center;
        justify-content: center;
    }
}
@media screen and (max-width: 414px) and (min-width: 361px)
{
    .maintwo{
        display: grid;
    }
    .subtwo{
        width: 100%;
        font-size: small;
    }
    .secound{
        padding-top: 40px;
    }
    .copyright{
        width: 100%;
        font-size: 10px;
        display: grid;
        text-align: center;
        justify-content: center;
    }


}

@media screen and (max-width: 993px) and (min-width: 820px)
{
    .amgtext{
        width: 100%;
    } 
}
@media screen and (max-width: 819px) and (min-width: 415px)
{
    .maintwo{
        display: grid;
    }
    .subtwo{
        width: 100%;
    }
    .secound{
        padding-top: 40px;
    }
    .copyright{
        width: 100%;
        font-size: 10px;
        display: grid;
        text-align: center;
        justify-content: center;
    }
   
}
