@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&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&display=swap');
*{margin: 0;padding: 0;outline: none;box-sizing: border-box;}
:root{
    /* --primaryColor: #82D7DC; */
    --primaryColor: #28ccc4;
    --secondaryColor: #066f7d;
    --primary:#05dcd1;
    --secondary:#02d6cb;
    --radius:4px;
    --dark: #1a214b;
}
body{width:100vw;display: flex;overflow-x: hidden;flex-direction: column;font-family: 'Poppins';}
.bg-primary{background: var(--primary) !important;}
#progressbar {margin-top: 5px;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;width: 0%;height: 5px;display: block;transition: all 0.3s;}
.alert {width: 100%;padding:0.5rem 1rem !important;}
.message{display: flex;}
.backButton{width:100%;margin-top:10px;background:#000;color:#FFF;font-size:1.2rem;padding:10px;display: flex;gap:0.3rem;align-items: center;justify-content: center;}
.backButton i{font-size: 2rem;}
.correctAnswers{font-weight:600;margin:0 5px;}
.totalAnswers{font-weight:600;margin:0 5px;}
/* Header */
.overflow-hidden{overflow: hidden;}
.container{width:1200px;display: block;position: relative;}
.container-grid{display: grid;grid-template-areas:"heroSecondBorderArea heroSecondBorderArea heroSecondBorderArea";grid-template-columns: 1fr 1fr 1fr;gap:2rem;width:1200px;margin:2rem 0;}
.servicesSection{display: grid;grid-template-areas:"content content content content";grid-template-columns: 1fr 1fr 1fr 1fr;gap:2rem;width:1200px;margin:2rem 0;}
.text-100{font-weight: 100;}
.text-200{font-weight: 200;}
.text-300{font-weight: 300;}
.text-400{font-weight: 400;}
.text-500{font-weight: 500;}
.text-600{font-weight: 600;}
.text-700{font-weight: 700;}
.text-800{font-weight: 800;}
.text-900{font-weight: 900;}
header{border-bottom:2px solid var(--primaryColor);width:100%;display: flex;align-items: center;justify-content: center;position: relative;z-index:9;height:calc(12svh - 2px);}
.d-flex{display: flex;}
.space-between{justify-content: space-between;}
.align-items-center{align-items: center;}
img{max-width:100%;}
a{text-decoration: none;}
.recordingStatusText{display: none;}
.recordingStatusText.active{display: inline-block;}
.btn{padding:8px 20px;color:#FFF;border-radius:var(--radius);height:40px;display:inline-flex;align-items: center;justify-content: center;border:0 none;transition: all 0.3s linear;}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{background:var(--secondaryColor);}
.btn-outline{background:transparent;color:#000;border:2px solid #000;}
.btn-outline:hover{color:var(--primaryColor);border:2px solid var(--primaryColor);}
.btn-primary{background:var(--primaryColor);}
.btn-primary:hover{background:var(--secondaryColor);}
.logo{height:70px;}
.menu{display: flex;gap:5rem;align-items: center;}
.menu ul{list-style: none;margin:0;padding:0;display: flex;justify-content: flex-start;align-items: center;gap:1rem;}
.menu ul li{display: inline-flex;position: relative;}
.menu ul li a{color:#000;position: relative;z-index:2;height:100px;display:flex;align-items: center;justify-content: center;}
.menu>ul>li>a::before{content:"";width:0px;height:10px;background-color: var(--primaryColor);transition: all 0.3s;position: absolute;top:50%;left:0;transform: translateY(-50%);z-index:-1;}
.menu>ul>li:hover>a::before{width:calc(100% + 1px);}
.menu ul ul{display: none;flex-direction: column;position: absolute;top:100%;background:#FFF;min-width:220px;width:auto;box-shadow:0px 0px 15px -5px rgba(0,0,0,0.3);gap:0;left:50%;transform: translateX(-50%);opacity:0;transition: all 0.5s allow-discrete;}
.menu ul li:hover ul{display: flex;opacity:1;}
.menu ul ul li{width:100%;}
.menu ul ul li a{width:100%;padding:8px 15px;height:50px !important;display:flex;align-items: center;justify-content: center;}
.menu ul ul li a::before{content:"";width:100% !important;height:1px;background-color: var(--primaryColor);transition: all 0.3s;position: absolute;top:0;left:0;z-index:-1;transform: translateY(0%) !important;}
.menu ul ul li a::after{display: none;}
.menu ul li ul li a:hover::before{height:100%;}
.mobileMenuBtn{display: block;}
.mobileMenu{top:0;left:-101vw;position:fixed;transition: all 0.3s allow-discrete;overflow-y: hidden;width:100vw;height:100svh;display: flex;justify-content: space-between;align-items: start;z-index: 9999999999;background: #FFF;flex-direction: column;}
.mobileMenu.active{left: 0;}
.menuCloseBtn {width: 100%;display: flex;justify-content: center;align-items: center;padding: 0.5rem;background: #000;color: #FFF;font-size: 2rem;}
.countryCloseBtn {width: 100%;display: flex;justify-content: center;align-items: center;padding: 0.5rem;background: #000;color: #FFF;font-size: 2rem;}
.mobileMenu ul{list-style: none;margin:0;padding:15px;display: flex;flex-direction:column;justify-content: flex-start;align-items: start;width:100%;}
.mobileMenu ul ul{display: none;max-height:0;transition: all 0.3s allow-discrete;margin-left:0px;padding:0;width:100%;background:var(--primary);overflow-y: hidden;}
.mobileMenu ul ul li a{color:#000;}
.mobileMenu ul li:hover ul{display: flex;max-height:15rem;}
.mobileMenu ul li.active ul{display: flex;max-height:15rem;}
.mobileMenu ul li:hover>a{font-weight:500;}
.mobileMenu ul li{width:100%;}
.mobileMenu ul li a{color:#555;display: flex;gap:0.5rem;padding:0.3rem;}
.mobileMenu ul li.active>a{font-weight:700;background: var(--primary);color:#000;border-radius: 4px;}
.mobileMenu ul li.active>a>i{font-size: 1rem;}
.menuBtn{padding:0px !important;width:40px;height:40px;font-size:1.5rem;}
.splashScreeMenu{display: flex;width:100%;height:100%;justify-content: center;overflow-y: auto;padding:1rem 0;}
.splashScreeMenu ul{display: flex;flex-direction: column;list-style: none;margin:0;padding:0;gap:1rem;width:100%;min-height: max-content;}
.splashScreeMenu li{display: flex;width:100%;justify-content: center;align-items: center;}
.splashScreeMenu li a{background:var(--primaryColor);min-width:60%;display: flex;justify-content: center;align-items: center;padding:1.5rem 1rem;color:#000;box-shadow:0px 10px 10px -5px rgba(0,0,0,0.3);border-radius: 12px;font-size: 1.1rem;transition: all 0.3s;width: 80%;flex-direction: column;text-align: center;}
.splashScreeMenu li a .uil{font-size: 24px;}
.splashScreeMenu li a:hover{scale:1.1;box-shadow:0px 0px 0px -5px rgba(0,0,0,0.5);}
/* Header */
/* Main */
main{width:100%;display: flex;align-items: center;justify-content: center;flex-direction: column;position: relative;height:88svh;overflow: hidden;}
main h2{font-weight:600;padding:1rem;}
main .questions{width:100%;}
main .questions div{width:100%;}
#test {height: 100svh;width: 100svw;overflow-y: auto;}
#test .question-item{flex-direction: column;display: none !important;margin-bottom:50px;}
#test .question-item p{padding:0 1rem;}
#test .question-item div{padding:0 1rem;}
#test .question-item div p{display: flex;align-items: center;border:1px solid #000;border-radius: 6px;min-height:50px;}
#test .question-item div.testControl{padding:1rem;padding:0 !important;position: fixed;bottom:0;left:0;}
#test .question-item.active{display: flex !important;}
#test .questions .btn .uil{font-size: 24px;}
#test .questions .dot{width:100px;display: inline-block;border-bottom:1px dotted #000;}
.answerInput{border:0 none;border-bottom: 1.5px dotted black;max-width:185px;margin-bottom:5px;background:transparent;width:100%;}
input[type=checkbox]{border:1px solid #000;width:auto;margin-bottom:0px;background:transparent;}
input[type=radio]{border:1px solid #000;width:auto;margin-bottom:0px;background:transparent;margin-right:15px;margin-left:15px;}
.myProgress {min-height: 100vh;position: fixed;top: 0;left: 0;display: flex;flex-direction: column;width: 100vw;padding: 0 1rem;background: #FFF;justify-content: center;}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%, transparent 75%, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress, .progress-stacked {
    --bs-progress-bar-bg: var(--secondary);
    --bs-progress-height:0.5rem;
}
.selectCountryCode{position: fixed;top:0;left:0;width:100svw;height:100svh;display:none;flex-direction: column;background:#FFF;z-index:9;overflow: hidden;justify-content: space-between;}
.selectCountryCode.active{display:flex;}
.countryContent {height: 100%;display: flex;flex:1;flex-direction:column;overflow: hidden;}
.filterList{display: flex;flex-direction: column;height:91%;overflow-y: auto;}
.testControl{display: flex;width:100%;position: absolute;bottom: 0;}
.testControl .btn{flex:1;border-radius: 0;}
.star{width:80px;height:80px;position: absolute;top:25px;left:-65px;animation: spinner 10s 1s 1 forwards;display: flex;opacity:0;scale:0.5;}
.star-big{width:120px;height:120px;position: absolute;top:0rem;right:-45px;}
.star svg{color:var(--primaryColor);height:100%;}
.star-big svg{color:var(--primaryColor);width:100%;}
.heroArea {display: flex;flex-direction: column;max-width: 40%;gap: 2rem;margin:5rem 0;}
.heroAreaBadge {display: flex;width:100%;gap: 2rem;align-items: center;}
.container h1 {font-weight: 600;font-size: 2.5rem;}
.heroArea h1{font-size: 3.5rem;}
.heroArea p{font-size: 20px;font-weight: 200;}
.girl{min-height:600px;background:transparent url('../images/girl.png') no-repeat top right;background-size: contain;}
.heroSecondBorderArea{display: flex;flex-direction: column;justify-content: flex-start;align-items: center;border:2px solid var(--primaryColor);padding:2rem 2.5rem;gap:1rem;border-radius:15px;color:#000;transition: all 0.3s ease;position: relative;overflow: hidden;}
.heroSecondBorderArea:hover{background:var(--primaryColor);color:#FFF;text-shadow: 1px 1px 1px #00000080;}
.heroSecondBorderArea svg{transition: all 0.3s ease;}
.heroSecondBorderArea:hover svg{transform: rotate(-45deg) translateX(-25px) translateY(-25px);scale:2;position: absolute;}
.heroSecondBorderArea h2{display: flex;align-items: center; gap:0.7rem;font-weight: 500;margin-bottom:1rem;color:inherit;height:40px;transition: transform 0.3s ease;}
.heroSecondBorderArea p{color:inherit;}
.text-center{text-align: center;}
.aboutGrid{display: flex;gap:2rem;margin:2rem 0;width:100%;justify-content: center;}
.aboutGrid .content{text-align: left;font-weight: 300;border:2px solid var(--primaryColor);display: flex;align-items: center;justify-content: center;padding:1.5rem 2.5rem;flex:1;border-radius: 15px;}
.icef-logo{max-width:400px;}
.mt-3{margin-top: 3rem;}
.mb-3{margin-bottom: 3rem;}
.pt-3{padding-top: 3rem;}
.pb-3{padding-bottom: 3rem;}
.p3{padding:3rem;}
.py-3{padding-top:3rem;padding-bottom:3rem;}
.px-3{padding-left:3rem;padding-right:3rem;}
.px-5{padding-left:5rem;padding-right:5rem;}
blockquote {font-weight: 600;line-height: 1.4;position: relative;margin: 0;padding: .5rem;color:var(--dark);width:80%;margin-left:10%;}
blockquote:before{position: absolute;color: inherit;font-size: 8rem;width: 4rem;height: 4rem;font-family: "Oswald", serif;;}
blockquote:before {content: '“';left: -3rem;top: -3rem;}
.edufestSectionOne{display:flex;flex-direction:column;padding:0 5rem 0 0;}
.edufestSection{display: flex;justify-content: space-between; align-items: flex-start;gap:2rem;margin:2rem 0;}
.edufestSectionTwo{min-width:30%;}
.element-square{position: absolute;width:2000px;height:2000px;background:var(--primaryColor);transform: rotate(-45deg);z-index:-1;top:-50%;left:calc(-1000px + -23%);}
.text-primary{color:var(--primaryColor)}
.text-dark{color:var(--secondaryColor);font-weight:500;}
.services{}
.services .star{width:100px;height:100px;left:calc(50% - 200px);top:0px;}
.services .star-big{width:200px;height:200px;top:400px;left:-100px;}
.servicesSection .content{border:2px solid var(--primaryColor);border-radius:15px;color:#000;}
.serviceContentArea{display: flex;flex-direction: column;justify-content: center;align-items: center;padding:2rem 1rem;gap:1rem;transition: all 0.3s ease;position: relative;overflow: hidden;}
.servicesSection .content:hover{background:var(--primaryColor);color:#FFF;text-shadow: 1px 1px 1px #00000080;} 
.servicesSection .content svg{height:50px;}
/* .serviceContentArea:hover svg{text-shadow: 1px 1px 1px #FFFFFF80;fill:#FFF;color:#FFF;} */
.scroller{width:100%;margin-inline: auto;position: relative;height:250px;overflow: hidden;}
.item{width:250px;height:250px;border-radius: 8px;position: absolute;left:100%;animation: scrollLeft linear 10s infinite;display:flex;justify-content: center;align-items: center;}
.item img{max-height:150px;border:1px solid #dedede;}
.item{animation-delay: calc(10s / var(--quantity) * (var(--quantity) - var(--position)) * -1)}
@keyframes scrollLeft{
    to {
        left: -250px;
    }
}
@keyframes spinner{
    0% {transform: rotate(0deg);opacity: 0;scale:0.5;}
    50% {transform: rotate(360deg);opacity: 1;scale:1;}
    100% {transform: rotate(360deg);opacity: 1;scale:1;}
}
/* blockquote:after {content: '”';right: -5rem;} */
/* Main */
/* Footer */
/* footer{width:100vw;display: flex;justify-content: center;background:var(--primaryColor) url('../images/footer-background.jpg') no-repeat center center;color:#000;background-size: cover;} */
footer{width:100vw;display: flex;justify-content: center;position: relative;z-index:2;color:#000;border-bottom:0.15rem solid #dadada;overflow: hidden;}
footer::before{content:"";width:100%;height:100%;background:#f6f6f6 url('../images/footer-background.jpg') no-repeat bottom center;background-size:contain;position: absolute;top:0;left:0;z-index:-1;}
.footerArea{margin:5rem 0px;display: flex;align-items: center;flex-direction: column;width:100%;}
.footerLinks{display: flex;align-items: flex-start;width:100%;overflow-x: hidden;}
.footerLinks a{position: relative;transition: color 0.5s;font-weight: 300;}
.footerItem{display: flex;flex-direction: column;width: 25%;}
.footerItem h2{/*border-bottom:1px solid #000;*/font-size: 2rem;}
/* footer:hover .footerItem h2{border-bottom:1px solid #FFF;} */
footer a{color:inherit;}
footer svg{fill:#000;transition: all 0.5s ;}
footer:hover svg{fill:#FFF !important;}
footer ul{margin:0;padding:0;}
footer li{list-style: none;margin:0;}
.mtNormal{margin-top:1rem;}
.mbNormal{margin-bottom:1rem;}
.footerAddress{display: flex;flex-direction: column;margin:2rem 0;}
.address{display: flex;align-items: center;gap:0.8rem;}
.footerSocialLinks{display: flex;gap:1.5rem;align-items: center;justify-content: center;margin-bottom:2rem;}
.footerCopyright{font-weight:300;font-size: 14px;}
/* Footer */
@starting-style{
    .menu ul li:hover ul{display: flex;opacity:0;}
    .mobileMenu.active{display: flex;max-height:0;}
    .mobileMenu ul li:hover ul{display: flex;max-height:0rem;}
}
@media only screen and (max-width:1024px){
    .container{width:90%;}
    .menu{display: none;}
    .mobileMenuBtn{display: block;}
}