@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

*{
    background-color: #0B2238;
    color: #F6EFDD;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}
a{
    text-decoration: none;
    color: #F6EFDD;
    font-size: 3vmin;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 2.5% 5%;
    box-shadow: 0 3px 5px 0 #fbc95370
}

.logo{
    position: absolute;
    font-family: 'EB Garamond', serif;
    font-size: 5.5vmin;
    font-weight: 400;
    text-decoration: none;
    color: #F6EFDD;
}
.navlinks{
    margin-left: 14%;
    margin-right: 3%;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navlinks a{
    font-size: 3.5vmin;
    color: #FBC853;
    padding: 0px 2.4vmin;
    letter-spacing: 0.25px;
}
.active{
    font-weight: 900;
}
.navlinks a:hover{
    font-weight: 800;
    text-decoration: underline;
}
.navright{
    display: flex;
    align-items:center;
    flex-direction: row;
}
.sub{
    max-width: 200px;
    font-size: 3.2vmin;
    font-weight: 500;
    background-color: #ED193B;
    border: none;
    padding: 1.28vmin 3.2vmin;
    letter-spacing: 0.2px;
    border-radius: 26px;
    text-transform: uppercase;
}
.sub:hover{
    opacity: 0.7;
    font-weight: 600;

}
.creBal{
    background-color: #FBC853;
    min-width: 2vmin;
    color: #0B2238;
    font-size: 2.8vmin;
    text-transform: capitalize;
}
.prof{
    margin-left: 2.4vmin;
    width: 4.8vmin;
    height: 4.8vmin;
}
.prof:hover{
    opacity: 0.7;
}
.txtbx{
    width: 70%;
    max-width: fit-content;
    margin-bottom: 160px;
}

.sect1{
    margin-top: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sect1 p{
    text-align: center;
    font-size: 5vmin;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.y-font{
    color: #FBC853;
}
.scrtxt{
    margin-top: 10px;
    font-size: 2.5vmin;
    color: #FBC853;
    font-weight: 600;
    letter-spacing: 1px;
}
.ct-btn-scroll {
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

.section2{
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 100px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.txtbx2{
    margin-top: 30px;
    width: 70%;
    max-width: fit-content;
    margin-bottom: 100px;
}
.section2 p{
    text-align: center;
    font-size: 5vmin;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.section2 p span{
    color: #FBC853;
}
.subn{
    background-color: #ED193B;
    margin-top: 30px;
    max-width: 268px;
    padding: 15px 30px;
    font-size: 3.2vmin;
    font-weight: 500;
    border: none;
    letter-spacing: 1px;
    border-radius: 30px;
    text-transform: uppercase;
}
.prts{
    background-color:#0B2238;
    border: 2px solid #F6EFDD;
    text-transform: capitalize;
}
.section2 button:hover{
    opacity: 0.7;
    font-weight: 600;
    letter-spacing: 1.5px;
}
footer{
    position: relative;
    bottom: 0px;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
hr.rounded{
    opacity: 0.6;
    width: 90%;
    border-top: 3px solid #FBC853; 
    border-radius: 10px;
}
.flinks{
    width: 100%;
    padding: 0px 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.flinks a{
    text-decoration: none;
    color: #F6EFDD;
    padding: 0px 10px;
    font-size: 3vmin;
}
.flinks a:hover{
    font-weight: bold;
    text-decoration: underline;
}
.flinks span{
    margin: 40px 7.3% 20px 7.3%;
}
.socialic{
    width: 22px;
    height: 22px;
}
.socialic:hover{
    opacity: 0.7;
}
.fsoc{
    margin-left: 7.3%;
    margin-bottom: 20px;
    align-self: flex-start;
}
.fsoc a{
    margin-left: 10px;
}
.fsoc a:hover{
    font-weight: 900;
}


.row_drop{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    background-color: inherit;
    text-transform: capitalize;
    text-align: center;
    font-size: 2.5vmin;
    font-weight: 100;
}
.col_drop{
    display: flex;
    width: 40%;
    flex-direction: column;
    background-color: inherit;
}
.col_drop a{
    font-weight: 600;
    font-size: 2.56vmin;
    text-decoration: underline;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    padding: 1%;
    flex-direction: column;
    position: fixed;
    top: 2%;
    right: 3.5%;
    justify-content: space-between;
    align-items: center;
    min-width: 160px;
    width: 44.8vmin;
    height: 60.8vmin;
    background-color: #F6EFDD;
    border-radius: 4vmin;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);    
}
.dropdown-content button,
.dropdown-content a,
.dropdown-content p{
    background-color: inherit;
    color: #0B2238;
}
.dropdown-content button{
    padding: 1.6vmin 3.2vmin;
    background-color: #FBC853;
    font-weight: 600;
    font-size: 2.56vmin;
    border: none;
    border-radius: 0.48vmin;
    margin-bottom: 1.6vmin;
}
.dr_pgs{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: inherit;
}
.dr_pgs a{
    font-size: 2.88vmin;;
    color: #F6EFDD;
    background-color: #0B2238;
    width: 86%;
    border-radius: 1.12vmin;
    margin: 0.8vmin 0 0.8vmin 0;
    padding: 1.6vmin;
}
.drName{
    display: flex;
    flex-direction: row;
    width: 94%;
    justify-content: space-between;
    padding: 3% 1.5% 0 4.5%;
    align-items: center;
}
.drName span{
    background-color: inherit;
    color: #0B2238;
    font-size: 3.2vmin;
    font-weight: 900;
    letter-spacing: 0.1vmin;
}
.dropdown-content img{
    background-color: inherit;
    border-radius: 50%;
    border: 2px solid #FBC853;
}
.drop{
    border: none;
}
/* Show the dropdown menu on hover */
.drop:hover .dropdown-content {
    display: flex;
}



@media only screen and (max-width: 600px) {
    .navlinks{
        margin-left: 20%;
    }
}