*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, h4{
    font-family: "Lexend", sans-serif;
}

p, button, li, span, label{
    font-family: "Poppins", sans-serif;
}

.top-container{
    position: relative;
    width: 100%;
    height: 75px;
    background-color: #282853;
}

.top-container .top-holder{
    position: absolute;
    width: 80%;
    height: auto;
    display: flex;
    ;
    font-size: 15px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top-container span{
    position: absolute;
    width: auto;
    height: auto;
    right: 0;
    color: #ffffff;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.top-container p{
    position: relative;
    width: auto;
    height: auto;
    color: #ffffff;
    text-align: center;
    top: 10px;
}

.top-container button{
    position: relative;
    width: 180px;
    height: 40px;
    background-color: #ffffff;
    color: #282853;
    padding: 5px;
    font-weight: 600;
    margin-left: 20px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.3s;
}

.top-container button:hover{
    background-color: #ffffff;
    color: #33336a;
    cursor: pointer;
    font-weight: bold;
}

.heading{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #ffffff;
}

.heading nav{
    position: relative;
    width: 100%;
    height: 90px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
}

.heading nav ul{
    position: relative;
    width: 50%;
    height: 20px;
    display: flex;
    column-gap: 20px;
    top: 40%;
    justify-content: flex-end;
    margin-right: 30px;
}

.heading nav ul li{
    position: relative;
    width: auto;
    height: auto;
    font-size: 15px;
    list-style: none;
    cursor: pointer;
    color: #33336a;
}

.heading nav ul .search-btn{
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #33336a;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    overflow: hidden;
    cursor: pointer;
}

.heading nav .mobile-menu-open{
    display: none;
}

.heading nav .mobile-menu-close{
    display: none;
}

.heading .logo{
    position: relative;
    width: 120px;
    height: auto;
    background-image: url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 60px;
}

.heading .img-background{
    position: relative;-
    width: 100%;
    height: 480px;
    background-color: #22325D;
    display: flex;
}

.heading .img-background img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.3;
}

.heading .img-background .col-1{
    position: relative;
    width: 40%;
    height: 100%;
    z-index: 1;
}

.heading .img-background .col-1 .move-texts{
    position: absolute;
    width: 350px;
    height: auto;
    top: 20%;
    left: 20%;
}

.heading .img-background .col-1 .move-texts h1{
    position: relative;
    width: auto;
    height: auto;
    ;
    font-size: 40px;
    color: #ffffff;
    
}

.heading .img-background .col-1 .move-texts p{
    position: relative;
    width: auto;
    height: auto;
    ;
    color: #ffffff;
}

.heading .img-background .col-2{
    position: relative;
    width: 60%;
    height: 100%;
    padding-top: 50px;
    padding-left: 20px;
    z-index: 1;
}

.heading .img-background .col-2 .move{
    position: relative;
    width: 700px;
    height: 300px;
}

.heading .img-background .col-2 .move h1{
    position: relative;
    width: auto;
    height: auto;
    ;
    font-size: 25px;
    color: #ffffff;
}

.heading .img-background .col-2 .move .box{
    position: relative;
    width: 650px;
    height: 300px;
    background-color: #78D598;
    padding: 20px;
}

.heading .img-background .col-2 .move .box h2{
    position: relative;
    width: auto;
    height: auto;
    
    font-size: 40px;
    font-weight: 600;
    color: #22325D;
    margin-bottom: 10px;
}

.heading .img-background .col-2 .move .box p{
    position: relative;
    width: 100%;
    height: auto;
    
    font-size: 16px;
    color: #22325D;
}

.heading .img-background .col-2 .move .box button{
    position: absolute;
    width: 150px;
    height: 45px;
    background-color: #22325D;
    color: #ffffff;
    bottom: 20px;
    
    font-size: 15px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.3s;
}

.heading .img-background .col-2 .move .box button:hover{
    background-color: #33336a;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
}

/*/////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////*/

.page-2{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 100px 0px;
}

.page-2 .shift{
    position: relative;
    width: 80%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.page-2 .shift h1{
    position: relative;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    font-size: 25px;
    color: #22325D;
}

.page-2 .shift .container{
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #FBE77C;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.page-2 .shift .container:last-child{
    background-color: #03798c;
}

.page-2 .shift .container .holder{
    position: relative;
    width: 50%;
    height: auto;
    margin: 30px 20px;
}

.page-2 .shift .container .holder:last-child{
    position: relative;
    width: 50%;
    height: auto;
    margin: 30px 20px;
    display: flex;
    justify-content: flex-end;
}

.page-2 .shift .container .holder h2{
    position: relative;
    width: auto;
    height: auto;
    font-size: 35px;
    color: #22325D;
    margin-bottom: 20px;
}

.page-2 .shift .container:last-child .holder h2{
    color: #fff;
}

.page-2 .shift .container .holder p{
    position: relative;
    width: auto;
    height: auto;
    font-size: 19px;
    color: #22325D;
}

.page-2 .shift .container:last-child .holder p{
    color: #fff;
}

.page-2 .shift .container .holder img{
    position: relative;
    width: 80%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-bottom-left-radius: 150px;
}

.page-2 .shift .part-2{
    position: relative;
    width: 100%;
    height: 300px;
    background-color: 
    top: 20px;
    display: flex;
    top: 50px;
}

.page-2 .shift .part-2 .left{
    position: relative;
    width: 48%;
    height: auto;
    top: 30px;
    left: 20px;
}

.page-2 .shift .part-2 .left h3{
    position: relative;
    width: auto;
    height: auto;
    ;
    font-size: 35px;
    color: #ffffff;
}

.page-2 .shift .part-2 .left p{
    position: relative;
    width: auto;
    height: auto;
    ;
    font-size: 19px;
    color: #f7f7ff;
}

.page-2 .shift .part-2 .right{
    position: relative;
    width: 40%;
    height: 260px;
    background-color: #ffffff;
    left: 105px;
    top: 20px;
    border-bottom-left-radius: 150px;
}

.page-2 .shift .part-2 .right img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-bottom-left-radius: 150px;
}

/*/////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////*/

.page-3{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #edfac7;
    padding: 160px 0;
}

.page-3 .container{
    position: relative;
    width: 600px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.page-3 .container .top{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.page-3 .container .top h1{
    position: relative;
    width: auto;
    height: auto;
    font-weight: 700;
    color: #22325D;
    text-align: center;
    margin-bottom: 20px;
}

.page-3 .container .top p{
    position: relative;
    width: 550px;
    height: auto;
    text-align: center;
    color: #22325D;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.page-3 .container .form-control{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.page-3 .container .form-control label{
    position: relative;
    width: auto;
    height: auto;
    font-size: 13px;
    font-weight: 600;
    color: #22325D;
}

.page-3 .container .form-control input{
    position: relative;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 18px;
    border-bottom: 2px solid #000;
    margin-bottom: 30px;
    outline-style: none;
}

.page-3 .container .final{
    position: relative;
    width: auto;
    height: auto;
}

.page-3 .container .final p{
    position: relative;
    width: auto;
    height: auto;
    color: #22325D;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.page-3 .container .final .text{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.page-3 .container .final .text p{
    position: relative;
    width: auto;
    height: auto;
    
    color: #22325D;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
}

.page-3 .container .radio-select{
    position: relative;
    width: auto;
    height: auto;
    display: flex;
}

.page-3 .container .radio-select p{
    position: relative;
    width: auto;
    height: auto;
    
    font-weight: 700;
    font-size: 14px;
    color:  #22325D;
}

.page-3 .container .radio-select input{
    position: relative;
    bottom: 10px;
    margin-right: 10px;

}

.page-3 .container .final button{
    position: relative;
    width: 120px;
    height: 45px;
    background-color: #22325D;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 30px;
}

.page-3 .container .final button:hover{
    background-color: #22325D;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
}

/*/////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////*/

.cookie{
    position: fixed;
    width: 390px;
    height: 160px;
    background-color: #03798c;
    z-index: 2;
    bottom: 0;
    right: 0;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 30px;
}
.cookie p{
    position: relative;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
}
.cookie button{
    position: relative;
    width: 325px;
    height: 35px;
    background-color: #fff;
    font-weight: 500;
    
    cursor: pointer;
    outline-style: none;
}

/*/////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////*/

.page-4{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #000;
}

.page-4 img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.3;
}

.page-4 .move-it{
    position: relative;
    width: 100%;
    height: auto;
    padding: 150px;
}

.page-4 .move-it h1{
    position: relative;
    width: auto;
    height: auto;
    color: #ffffff;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.page-4 .move-it p{
    position: relative;
    width: auto;
    height: auto;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.page-4 .move-it button{
    position: relative;
    width: 200px;
    height: 50px;
    background-color: #5c9dd6;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #ffffff;
    font-weight: 500;
    border-radius: 30px;
    transition: 0.3s;
}

.page-4 .move-it button:hover{
    font-weight: bolder;
    cursor: pointer;
}

/*/////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////*/

.page-5{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    padding: 150px;
}

.page-5 .container{
    position: relative;
    width: 50%;
    height: 100%;
    
}

.page-5 .container .photo{
    position: relative;
    width: 500px;
    height: 500px;
    background-color: #000;
    object-fit: cover;
}

.page-5 .container .to-flex{
    position: relative;
    width: auto;
    height: 50px;
    display: flex;
    padding-top: 10px;
}

.page-5 .container .to-flex figure{
    position: relative;
    width: 40px;
    height: 20px;
    border-bottom: 2px solid #22325D;
    border-top: 2px solid #22325D;
    cursor: pointer;
}

.page-5 .container .to-flex p{
    position: relative;
    width: auto;
    height: auto;
    padding-left: 10px;
    font-size: 20px;
    color: #22325D;
}

.page-5 .container h1{
    position: relative;
    width: auto;
    height: auto;
    font-size: 40px;
    padding-bottom: 30px;
}

.page-5 .container p{
    position: relative;
    width: 500px;
    height: auto;
    font-size: 17px;
    padding-bottom: 40px;
}

.page-5 .container button{
    position: relative;
    width: 150px;
    height: 45px;
    background-color: #ffffff;
    color: #22325D;
    border-radius: 30px;
    font-weight: 550;
    outline-style: solid;
    transition: 0.4s;
}

.page-5 .container button:hover{
    cursor: pointer;
    font-weight: bolder;
    

}

/*/////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////*/

.final-page{
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
}

.final-page h1{
    position: relative;
    width: auto;
    height: auto;
    font-size: 35px;
    text-align: center;
    margin-bottom: 100px;
}

.final-page .container{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
}

.final-page .holder{
    position: relative;
    width: 350px;
    height: auto;
}

.final-page .holder img{
    position: relative;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.final-page .holder .write-up{
    position: relative;
    bottom: 0;
    width: 80%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 20px;
    transition: 0.6s;
    cursor: pointer;
}

.final-page .holder:hover .write-up{
    background: #22325D;
    bottom: 100px;
}

.final-page .holder:hover .write-up h2{
    color: #fff;
}

.final-page .holder h2{
    position: relative;
    width: auto;
    height: auto;
    
    font-size: 25px;
    text-align: center;
/*    margin-bottom: 10px;*/
}

.final-page .holder p{
    position: relative;
    width: auto;
    height: auto;
    
    color: #549bd9;
    text-align: center;
}

/*/////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////*/

.copyrights{
    position: relative;
    width: 100%;
    height: 70px;
    padding: 25px;
    border-top: 1px solid #e6d8d8;
}

.copyrights p{
    position: relative;
    width: auto;
    height: auto;
    text-align: center;
}

