
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html,
* {
    margin: 0;
    padding: 0;
    font-family: Helvetica;
    font-family: 'Lato', sans-serif;
}
.navigation{
    z-index: 2;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    /* background-color: #71b4c0; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
    height: 10vh;
}
.mobileImage p{
    border: 2px solid #004E75;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background-color: #71b4c0;
    color: #ffffff;
    padding: 7px;
    border-radius: 100%;
    width: .5cm;
    /* text-align: center; */
    height: .5cm;
    /* font-weight: bolder; */
}
.NavLogo{
    height: 10vh;
    /* background-color: #000000; */
}
.NavLogo img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.NavBtns a{
    font-weight: bold;
    margin: 10px;
    text-decoration: none;
    color: #1d4d75;
    padding: 10px;
}
.NavBtns .linkHov:hover{
    color: #ffffff;
    background-color: #71b4c0;
}
.NavBtns{
    display: flex;
    align-items: start;
    justify-content: space-evenly;
}
.container {
    overflow: hidden;
    position: relative;
    /* background-color: #ECF3F4; */
    display: flex;
    /* align-items: start; */
    flex-direction: column;
    width: 100%;
}
.ExamContainer {
    position: relative;
    background-color: #ffffff;
    display: flex;
    width: 100%;
}

.ExamContainer>div {
    flex: 1;
}

.ExamContainer>.questionsBoxDiv {
    
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    flex: 2;
}
.centerQuestionDiv{
    margin-top: -2cm;
    /* background-color: #FF893B; */
    transform: scale(.8);
}
.headings {
    color: #262F38;
    border-left: 2px solid #262F38;
    /* padding: 10px; */
    margin: 10px;
    font-weight: bold;
    font-size: 16px;
}

.headings p {
    margin-left: 5px;
}

.btnType1 {
    color: #FFFFFF;
    padding: 5px;
    /* font-weight: bold; */
    margin: 10px;
    cursor: pointer;
}
.btnType1:hover{
    background-color: #FFFFFF;
    color: #262F38;
}


.examDiv {
    /* border: 1px solid #71b4c0; */
    /* width: 6cm; */
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: #262F38;
    background-color: #ECF3F4;
    cursor: pointer;
    margin: 10px;
    border-radius: 10px;
}
.examDiv:hover{
    background-color: #71b4c0;
}
.ExamBtnDesc {
    padding: 10px;
}


.tangiraBtn {
    background-color: #262F38;
    color: #ECF3F4;
    /* background-color: #FF893B; */
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.tangiraBtn:hover {
    background-color: #FF893B;
    /* color: #ECF3F4; */
}

.btns_container {
    /* overflow-x: hidden; */
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    height: 100vh;
}

.centerQuestionDiv {
    /* background-color: #FF893B; */
    height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding: .5cm;
}

.qnImage {
    align-self: center;
    width: 50%;
    background-color: #ECF3F4;
    height: 40vh;
    overflow: hidden;
}
.qnImage img{
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.question {
    color: #262F38;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #262F38;
}

/* .answer{
    color: #ECF3F4;
} */
#answers {
    padding: .5cm;
}

.answer {
    padding-left: 10px;
}

#next {
    background-color: #FF893B;
    padding: 10px;
    font-weight: bold;
    color: #262F38;
    border: none;
    width: 3cm;
    font-size: 18px;
    cursor: pointer;
}
#next:hover{
    color: #ECF3F4;
}
.results {
    border: 2px solid #71b4c0;
    background-color: #ECF3F4;
    width: 80%;
    height: 15cm;
    border-radius: 15px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #262F38;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.answerFullDiv{
    color: #000000;
    font-weight: bold;
    align-items: center;
    display: flex;
    padding: 10px;
    background-color: #ECF3F4;
    margin: 10px;
}
.answerFullDiv:hover{
    outline: 1px solid #71b4c0;
    cursor: pointer;
}
.resultContainer{
    width: 100%;
    height: 100vh;
    position: absolute;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
}
.resultContainerView {
    display: none;
}
.rightPart{
    border-left: 1px solid #71b4c0;
}
.none{
    display: none;
}
.ExamProgress{
    background-color: #71b4c0;
    color: white;
    padding: 10px;
    /* margin: 10px; */
}
.ExamDetails{
    margin: 10px;
    height: 1cm;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.ExamDetails>div{
    flex: 1;
}
#examNumber {
    font-weight: bold;
}
/* .ExamDetails>.examNumber{
    flex: 2;
} */
.examHomeImage img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hitUt{
    color: #262F38;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    background-color: #71b4c0;
}
.chosenAns{
    background-color: #71b4c0;
    color: #FFFFFF;
}
.uncheck{
    font-weight: bold;
    color: #262F38 ;
    background-color: #FFFFFF;
}
.RadAns{
    display: none;
}
.correct{
    background-color: #09c538 !important;
    color: #ECF3F4 !important;
}

.selected{
    background-color: #ECF3F4;
    color: #262F38 !important;
}
.fail{
    background-color: #FF893B;
    color: #ECF3F4;
}
.show{
    text-align: center;
    cursor: pointer;
}
.show i{
    padding: 5px;
    color: #FFFFFF;
    background-color: #71b4c0;
}
.DeskNone{
    display: none;
}
.logo{
    height: 100%;
}
.logo img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.ansImage{
    width: 3cm;
    height: 3cm;
}
.finish{
    background-color: #262F38;
    color:#ECF3F4;
    padding: 10px;
    cursor: pointer;
    margin: 10px;
}
.letter{
    font-size: 14px;
    background-color: #262F38;
    color: #ECF3F4;
    padding: 10px;
    /* border-radius: 5px; */
}
.noImg{
    display: none;
}
.thumbnair{
    padding: 5px;
    width: 5cm;
}
.thumbnair img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hideDetails{
    display: none;
}
.trialAlert{
    background-color: #ff9900;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px;
    align-self: center;
}
@media(max-width: 500px){
    .qnImage {
        height: 30vh;
        width: 100%;
    }
    .rightPart{
        display: none;
    }
    .btns_container{
        /* display: none; */
        position: absolute;
        /* height: 120vh; */
    }
    .hide_btns_container{
        background-color: #262F38;
        display: none;
    }
    .mobileNone{
        display: none;
    }
    .question{
        font-size: 18px;
    }
    .answerFullDiv{
        font-size: 14px;
        width: 90%;
    }
    .NavLogo{
        height: 1cm;
        width: 3cm;
        /* background-color: #000000; */
    }
}
/* AMATEGEKO STYLES */
html,*{
    margin: 0;
    padding: 0;
    /* font-family: Helvetica; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.container{
    width: 100%;
    display: flex;
    flex-direction: column;
    /* height: 100vh; */
}
.navigation{
     /* background-color: #F9DB38;  */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
    height: 10vh;
}
.navigationSign{
    padding: 20px;
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigationSignUp{
    padding: 20px;
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigationSign a{
    text-decoration: none;
    color: #004E75;
}
/* .NavLogo{
    height: 10vh;
} */
/* .NavLogo img{
    height: 100%;
    width: 100%;
    object-fit: cover;
} */

.content{
    display: flex;
    background-color: #F9DB38;
    width: 100%;
    height: 60vh;
    justify-content: center;
    align-items: center;
}
.title{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #1d4d75;
    padding: 1cm;
}
.tangiraBtn a{
    padding: 10px;
    background-color: #1d4d75;
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;
}
.geragezaTitle{

    text-transform: uppercase;
    color: black;
    padding: 1cm;
    align-self: center;
}
.Ibirimo{
    padding: 2cm;
    /* overflow-x: scroll; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.ibirimoSingleDiv{
    padding: 10px;
    border: 1px solid #004E75;
    color: #004E75;
    width: 5cm;
    height: 6cm;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.ibirimoSingleDiv > div{
    flex: 1;
    padding: 5px;
}
.ibirimoSingleDiv > .ibirimoImg{
    flex: 2;
}
.ibirimoImg{
    width: 2cm;
    height: 2cm;
    background-color: #004E75;
    border-radius: 100%;
}
.ibirimoTitle{
    font-weight: bold;
}
.ibirimoContent{
    font-size: 14px;
}
.geragezaCont{
    padding: 5px;
    background-color: #004E75;
}
.geragezaCont a{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}
.InfoContents{
    padding: 1cm;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.InfoContents > div{
    text-align: justify;
    padding: 10px;
    width: 20cm;
    border-bottom: 1px solid #004E75;
}
.SignUpForm{
    /* margin: 1cm; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.SignUpForm input{
    border-radius: 30px;
    padding: 15px;
    width: 10cm;
    margin: 5px;
    font-size: 16px;
    outline: none;
    border: none;
    background-color: #C4DCDF;
    color: #004E75;
    font-weight: bold;
}
.SignUpForm input:-ms-input-placeholder{
    color: #004E75;
}
.SignUpForm input::-webkit-input-placeholder{
    color: #004E75;
}
.SignUpForm form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.formMsgFail{

    background-color: #ff00005e;
    border: 2px solid #ad0e0e;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ad0e0e;
}

.formMsgSuccess{
    background-color: #45bb0038;
    border: 2px solid #45bb00;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
    color: #45bb00;
}
/* sign in and sign up page  */
.SignInContainer{
    display: flex;
}
.SignInContainer>div{
    flex: 1;
}
.SignInContainer>.inputContainer{
    flex: 2;
}
/* .relative{
    position: sticky;
    top: 0;
} */
.AmategekoContainer{
    /* background-color: #ECF3F4; */
    position: sticky;
    top: 0px;
    width: 100%;
    /* background-color: #09c538; */
    padding: .2cm .5cm;
}
.AmategekoMainHeading{
    
    padding: 10px 0px;
    font-size: 20px;
    font-weight: bold;
}
.AmategekoMainDivCont{

    padding: 0px 0px .5cm 0px;
 display: flex;
 overflow-y: scroll;

}
.AmategekoMainDivCont::-webkit-scrollbar-track{
    background-color: #D6E6E8;
    /* height: 10px; */
}
.AmategekoMainDivCont::-webkit-scrollbar{
    height: 10px;
}
.AmategekoMainDivCont::-webkit-scrollbar-thumb{
    background-color: #004E75;
}
.amategekoSingleFolder{
    /* transform: scale(1.1); */
    /* white-space: nowrap ; */
    overflow: hidden;
    width: 5cm;
    height: 1.5cm;
    display: flex;
    background-color: #D6E6E8;
    padding: 10px;
    margin: 0px 10px 0px 0px;
    border-radius: 10px;
}
.amategekoSingleFolder:hover{
    background-color: #88B3BE;
    cursor: pointer;
}
.amategekoSingleFolder .TitleAmat{
    white-space: nowrap ;
    font-size: 16px;
    color: #004E75;
    font-weight: bold;
}
.amategekoSingleFolder .TitleDetail{
    /* text-align: center; */
    width: 10cm;
    font-size: 12px;
    background-color: #004E75;
    color: #ffffff;
    /* font-weight: bold; */
    padding: 2px;
    border-radius: 5px;
}
.AmategekoMainDivCont a{
    text-decoration: none;
}
.amategekoSingleFolder i{
    padding: 0px 5px 0px 0px;
    font-size: 40px;
    color: #004E75;
    /* bottom: 0; */
}
.AmategekoDivisions{
    /* background-color: #09c538; */
    padding: .2cm 1cm;
    display: flex;
    flex-wrap: wrap;
}
.AmategekoSingleDiv{
    background-color: white;
    margin: .5cm;
    width: 13cm;
    padding: .5cm;
    background-color: #e7e7e7;
    cursor: default;
}
/* .AmategekoSingleDiv:hover{
    background-color: #e7e7e7;
    cursor: default;
} */
.AmategekoSingleDiv .heading{
    font-size: 24px;
    font-weight: bold;
    padding: .5cm;
    color: #004E75;
    border-bottom: 1px solid #004E75;
}
.AmategekoSingleDiv .Contents{
    padding: .5cm;
    /* color: #004E75; */
}
.goToSignIn{
    background-color: #88B3BE;
    /* width: 40%; */
    height: 100vh;
}
.signUpContiner{
    display: flex;
}
.signUpContiner>div{
    flex: 1;
}
.signUpContiner>.signInFormContainer{
    flex: 2;
}

.SignUpForm input:focus{
    border: 1px solid #004E75;
    background-color: #ffffff;
}
.SignUpForm>.createAccountContainer{
    flex: 2;
}
.SignUpForm button{
    width: 5cm;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    background-color: #004E75;
    color: #ffffff;
    border: none;
    padding: 10px;
    margin: 5px;
}
.SideLoginButton button{
    width: 5cm;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    background-color: #ffffff;
    color: #004E75;
    border: none;
    padding: 10px;
    margin: 5px;
}
.goToSignUp{
    height: 100vh;
   background-color: #88B3BE;
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.createAccCont{
    margin-bottom: 2cm;
    top: 20px;
    width: 80%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.createAccCont a{
    background-color: #ffffff;
    text-decoration: none;
    color: #004E75;
    padding: 10px;
}
.goToSignUp > div{
    padding: 10px;
}
.create_heading{
    font-weight: bold;
    color: #004E75;
    padding: 10px;
    font-size: 20px;
    /* background-color: #71b4c0; */
}
.buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .background img{
    width: 534px;
    height: 217px;
    object-fit: cover;
  
} */
.divs{
    padding: 1cm;
    display: flex;
    justify-content: space-evenly;
    background-color: #ECF3F4;
}
.divs > div{
    /* height: 4cm; */
    padding: 20px;
    margin: 10px;
    /* width: 10cm; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: white;
    cursor: default;
}
.div1{
    background-color: #2d9419;
}
.div2{
    /* height: 5cm ; */
    background-color: #ff9900;
}
.div3{
    background-color: #1d4d75;
}
.viewBtn{
    text-decoration: none;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
}
.viewBtn:hover{
    border-bottom: 1px solid #ffffff;
}
.footer{
    display: flex;
    justify-content: space-around;
    background-color: #1d4d75;
    color: white;
    /* font-weight: bold; */
    /* text-align: center; */
    padding: 10px;
}
.footer a{
    font-weight: bold;
    text-decoration: none;
    color: #ECF3F4;
}
.show{
    display: none;
}
.close{
    display: none;
}
.Alternate{
    background-color: #ffffff !important;
    border: 1px solid gray !important;
    border-radius: 10px !important;
    align-items: center;
    display: flex;
    height: 1cm;
    width: 8cm;
    padding: 10px;
    color: gray !important;

}
.Alternate>div{
    padding: 10px;
}
.facebook{
    background-color: #2f8ad4 !important;
    border: 1px solid #2f8ad4 !important;
    border-radius: 10px !important;
    align-items: center;
    display: flex;
    height: 1cm;
    width: 8cm;
    padding: 10px;
    color: #ffffff !important;

}
.facebook>div{
    padding: 10px;
}
.googleLogo img{
    width: 100%;
    height: 1cm;
    object-fit: scale-down;
}
.facebookLogo img{
    width: 100%;
    height: 1cm;
    object-fit: scale-down;
}
.privacyBody{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: justify;
}
.privacyPolicyContainer{
    width: 70%;
}
.privacyPolicyContainer h2{
    background-color: #004E75;
    padding: 5px;
    margin: 10px;
}
.privacyPolicyContainer p{
    border-bottom: 2px solid #004E75;
    padding: 10px;
    margin: 10px;
}
@media(max-width:500px){
    .content{
        flex-direction: column-reverse;
        width: 100%;
        height: 70vh;
    }
    .tangiraBtn a{
    margin-top: 10px;
    }
    .title{
        height: 30vh;
    }
    .footer{
        flex-direction: column;
    }
    .close{
        display: block;
    }
    .show{
        display: block;
        /* background-color: #71b4c0; */
        color: #1d4d75;
        font-weight: bolder;
        font-size: 23px;
        /* padding: 5px; */
    }
    .divs{
        flex-direction: column;
        padding: 10px;
    }
    /* .NavBtns{
        display: none;
    } */
    /* .NavBtns{
        padding: 0px;
        position: fixed;
        background-color: #ecf3f4ea;
        height: 100vh;
        top: 0;
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
        overflow: hidden;
    } */
    .showMobileNav{
        display: block;
        animation:  1s showMobile forwards;
    }
    .hideMobileNav{
        display: block;
        animation:  1s hideMobile forwards;
    }
    /* .NavLogo{
        height: 1cm;
        width: 3cm;
    } */

    /* sign in sign up mobile view */
    .SignInContainer{
        flex-direction: column;
        /* height: 120vh; */
        
    }
    .signUpContiner{
        /* height: 120vh; */
        /* background-color: #ad0e0e; */
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .SignUpForm{
        margin-top: 1cm;
        margin-bottom: 1cm;
    }
    .SignUpForm input{
        font-size: 14px;
        font-weight: 400;
        width: 7cm;
    }
    
    .SignUpForm button{
        font-size: 14px;
        font-weight: 300;
        /* width: 7cm; */
    }
    .goToSignUp{
        padding-top: 1cm;
        padding-bottom: 1cm;
        height: 5cm;
        width: 100%;
        /* height: 50%; */
    }
    .navigationSign{
        width: 80%;
        justify-content: space-between;
    }
    @keyframes showMobile {
        0%{
            left: 50cm;
        }
        100%{
            left: 1cm;
        }
        
    }
    @keyframes hideMobile {
        0%{
            left: 1cm;
        }
        100%{
            left: 50cm;
        }
        
    }
    .close{
        text-align: center;
        /* padding: 10px; */
        width: 10cm !important;
        background-color: #1d4d75 !important;
        color: white;
        font-weight: bold;
    }
    /* .NavBtns>div{
        padding: 10px;
        margin-bottom: 10px;
        background-color: #1d4d7518;
        width: 100%;
    } */
    .title h1{
        font-size: 20px;
    }
    .Ibirimo{
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0cm;
        flex-direction: column;
    }
    .ibirimoSingleDiv{
        margin-bottom: 1cm;
        width: 6cm;
    }
    .InfoContents > div{
        font-size: 12px;
        width: 10cm;
    }
    .privacyPolicyContainer{
        width: 90%;
    }
    
}

.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
  }
  .accordion-item {
    background-color: white;
    color: #111;
    margin: 1rem 0;
    border-top: 1px solid black;
    
  }
  .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: regular;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
  }
  .accordion-item-header.active::after {
    content: "\2212";
  }
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  }
.boxcont{
    /* word-wrap: break-word; */
    
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items:center;
}
  .box1{
    box-shadow: 2px 2px 9px 2px #00000038;
    display: flex;
    border-radius: 10px;
    /* padding: 10px; */
    font-size: 13px;
    color: #000000;
    /* font-weight: 100; */
    width: 7cm;
    height: 2cm;
    background-color: #fff;
    overflow: hidden;
    /* background-color: #F9DB38; */
  }
.number{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px 0 0;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    padding: 10px;
    background-color: #004E75;
}

   
  .button {
    text-decoration: none;
    font-size: .875rem;
    /* text-transform: uppercase; */
    /* display: inline-block; */
    /* border-radius: 1.5rem; */
    background-color: #fff;
    /* color: #47BDFF; */
    padding: 1rem 1rem;
    /* font-weight: 300; */
  }
   
  .popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    /* visibility: hidden; */
    /* opacity: 0; */
    /* overflow: hiden; */
    transition: .64s ease-in-out;
  }
  .popup-inner {
    /* overflow-y: scroll; */
    /* overflow: hidden; */
    position: relative;
    /* bottom: vw; */
    /* right: -100vh; */
    display: flex;
    align-items: center;
    max-width: 800px;
    max-height: 600px;
    width: 60%;
    height: 80%;
    background-color: #fff;
    /* transform: rotate(32deg); */
    transition: .64s ease-in-out;
  }
  .popupphoto {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 40%;
    height: 100%;
    overflow: hidden;
  }
  .popupphoto img {
    width: auto;
    height: 100%;
  }
  .popuptext {
    /* background-color: #09c538; */
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    height: 60%;
    padding: 4rem;
  }
  .popuptext::-webkit-scrollbar {
    height: 1cm;
    width: 10px;
    background-color: #ebebeb;
  }
  .popuptext::-webkit-scrollbar-thumb {
    height: 1cm;
    width: 10px;
    background-color: #004E75;
  }
  .popuptext h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #0A0A0A;
  }
  .popuptext p {
    font-size: .875rem;
    color: #686868;
    line-height: 1.5;
  }
   
  .popuptext a {
      text-decoration: none;
      color:  #47BDFF;
  }
  /* .popup:target {
    visibility: visible;
    opacity: 1;
  }
  .popup:target .popup-inner {
    bottom: 0;
    right: 0;
    transform: rotate(0);
  } */
  .closepopup {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 3rem;
    height: 3rem;
    font-size: .875rem;
    font-weight: 300;
    border-radius: 100%;
    background-color: #F9DB38;
    z-index: 13;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
  }
.box1:hover{
    background-color: rgba(0, 0, 0, 0.245);
}

.holizontalBoxView{
    width: 100%;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    align-items: flex-start;
}
.holizontalBoxView::-webkit-scrollbar{
    background-color: #e7e7e7;
    height: 5px;
    /* display: none; */
}
.holizontalBoxView::-webkit-scrollbar-thumb{
    background-color: #004E75;
    height: 10px;
    /* display: none; */
}
  @media only screen and (max-width: 939px) {
    .background img{
        width: 207px;
        height: 99px;
        object-fit: cover;      
    }
    .tt2{
        font-size: 20px;
    }
  }
  @media only screen and (max-width: 600px) {
    .examHomeImage img{
        height: 100vh;
    }
    .AmategekoDivisions{
        /* background-color: #09c538; */
        padding: .2cm .5cm;

    }
    .AmategekoSingleDiv{
        background-color: white;
        margin: .5cm .1cm;
        width: 13cm;
        padding: .3cm;
        background-color: #e7e7e7;
        cursor: default;
    }
    /* .AmategekoSingleDiv{
    } */
    .AmategekoSingleDiv .heading{
        font-size: 20px;
        font-weight: bold;
        padding: .3cm;
        color: #004E75;
        border-bottom: 1px solid #004E75;
    }
    .AmategekoSingleDiv .Contents{
        padding: .3cm;
        font-size: 15px;
        /* color: #004E75; */
    }
    .popup {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        width: 100vw;
        height: 100vh;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 10;
        /* visibility: hidden; */
        /* opacity: 0; */
        /* overflow: hiden; */
        transition: .64s ease-in-out;
      }
      .popup-inner {
        position: relative;
        /* bottom: -100vw; */
        /* right: -100vh; */
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        /* max-width: 800px; */
        /* max-height: 600px; */
        width: 80%;
        height: 80%;
        background-color: #fff;
        /* transform: rotate(32deg); */
        transition: .64s ease-in-out;
      }
      .popupphoto {
        display: flex;
        justify-content: center;
        align-items: center;
        width:100%;
        height: 80%;
        overflow: hidden;
      }
      /* .popupphoto img {
        width: auto;
        height: 80%;
      } */
      .popuptext {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 60%;
        height: 80%;
        padding: 2rem;
      }
      .popuptext h1 {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 1rem;
        text-transform: uppercase;
        color: #0A0A0A;
      }
      .popuptext p {
        font-size: .800rem;
        color: #686868;
        line-height: 1;
      }
       
      .popuptext a {
          text-decoration: none;
          color:  #47BDFF;
      }
      /* .popup:target {
        visibility: visible;
        opacity: 1;
      }
      .popup:target .popup-inner {
        bottom: 0;
        right: 0;
        transform: rotate(0);
      } */
      .closepopup {
        position: absolute;
        right: -1rem;
        top: -1rem;
        width: 3rem;
        height: 3rem;
        font-size: .875rem;
        font-weight: 300;
        border-radius: 100%;
        background-color: #F9DB38;
        z-index: 4;
        color: #fff;
        line-height: 3rem;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
      }
  }
  @media only screen and (max-width: 400px) {
    .tt2{
        font-size: 10px;
    }
  }
  
