*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'inter';
}
html{
    scroll-behavior: smooth;
}
:root{
    --primary-color: #ff7301;
    --secondary-color: #0e0e30;
}
a{
    text-decoration: none;
    color: #000;
}
ul{
    list-style: none;
}
button,input, textarea{
    outline: none;
}
@font-face {
    font-family: 'logo';
    src: url('https://revas.co.rw/include/img/icomoonlogo/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'wing';
    src: url('img/icomoonwing/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'winghover';
    src: url('https://revas.co.rw/include/img/icomoonwinghover/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'bnr';
    src: url('https://revas.co.rw/include/img/icomoonbnr/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'rdb';
    src: url('img/icomoonrdb/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'integrity';
    src: url('img/integrity/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'sustainability';
    src: url('img/sustainability/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'excellence';
    src: url('img/excellence/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'innovation';
    src: url('img/innovation/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'client-centricity';
    src: url('https://revas.co.rw/include/img/client-central/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'collaboration';
    src: url('https://revas.co.rw/include/img/collaboration/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'empowerment';
    src: url('https://revas.co.rw/include/img/empowerment/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'micro';
    src: url('img/microfinance/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'private';
    src: url('img/private_buss/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'entrepreneur';
    src: url('img/enterpreneur/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'ngo';
    src: url('img/NGO/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'institution';
    src: url('img/govenment_institution/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'tax';
    src: url('img/taxpayer/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'vision';
    src: url('https://revas.co.rw/include/img/vision/fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'mission';
    src: url('img/mission/fonts/icomoon.woff') format('woff');
}
.logo:before{
    font-family: 'logo';
    content: '\e900';
}
.wing:before{
    font-family: 'wing';
    content: '\e500';
}
.winghover:before{
    font-family: 'winghover';
    content: '\e1100';
}
.bnr::before{
    font-family: 'bnr';
    content: '\e400';
}
.rdb::before{
    font-family: 'rdb';
    content: '\e100';
}
.integrity::before{
    font-family: 'integrity';
    content: '\e900';
}
.sustainability::before{
    font-family: 'sustainability';
    content: '\e900';
}
.excellence::before{
    font-family: 'excellence';
    content: '\e900';
}
.innovation::before{
    font-family: 'innovation';
    content: '\e900';
}
.client-centricity::before{
    font-family: 'client-centricity';
    content: '\e900';
}
.collaboration::before{
    font-family: 'collaboration';
    content: '\e900';
}
.empowerment::before{
    font-family: 'empowerment';
    content: '\e900';
}
.micro::before{
    font-family: 'micro';
    content: '\e900';
}
.private::before{
    font-family: 'private';
    content: '\e900';
}
.vision::before{
    font-family: 'vision';
    content: '\e900';
}
.mission::before{
    font-family: 'mission';
    content: '\e900';
}
.entrepreneur::before{
    font-family: 'entrepreneur';
    content: '\e900';
}
.ngo::before{
    font-family: 'ngo';
    content: '\e900';
}
.institution::before{
    font-family: 'institution';
    content: '\e900';
}
.tax::before{
    font-family: 'tax';
    content: '\e900';
}
@media all {
.landing_page{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    width: 100%;
    height: 100vh;
    border-radius: 0px 0px 80px 80px;
    overflow: hidden;
    z-index: 12;
    transition: 0.3s;
}
.landing_page .background_image{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.landing_page .background_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: brightness(40%);
}
.landing_page .background_image::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#ff73010e 30%, #ff7301a5 100%);
    z-index: 1;
    pointer-events: none;
}
.landing_page .topheader{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    color: white;
}
.landing_page .topheader span:nth-child(1){
    transform: scaleX(-1);
}
.landing_page .topheader h1{
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 5px;
    white-space: nowrap;
    text-transform: uppercase;
}
.landing_page .topheader .line{
    position: relative;
    width: 20%;
    height: 1px;
    background-color: white;
}
.landing_page .mid_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
}
.landing_page .mid_content .since{
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
}
.landing_page .mid_content .since span{
    font-size: 15px;
}
.landing_page .mid_content .since span:nth-child(1){
    transform: scaleX(-1);
}
.landing_page .mid_content .since h1{
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 6px;
}
.landing_page .mid_content .main_text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.landing_page .mid_content .main_text span{
    color: white;
}
.landing_page .mid_content .main_text span:nth-child(1){
    transform: scaleX(-1);
}
.landing_page .mid_content .main_text h1{
    font-size: 80px;
    font-weight: 900;
    text-align: center;
    word-spacing: 60px;
    letter-spacing: 20px;
    color: white;
    text-transform: uppercase;
}
.landing_page .mid_content .tagline{
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: 300px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.landing_page .bottom_button{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.landing_page .bottom_button button{
    padding: 6px;
    width: 40px;
    height: 40px;
    border: 1px solid white;
    background: none;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    animation: downup 1s infinite ease-in-out;
}
.landing_page .bottom_button i {
    font-size: 14px;
    color: white;
    animation: downup 1s infinite ease-in-out;
    animation-delay: 0.1s;
}
@keyframes downup {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.home_page{
    background-color: white;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 120px;
    padding: 180px 40px 140px 40px;
    border-radius: 0px 0px 80px 80px;
    margin-top: -15vh;
    z-index: 11;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}
.home_page .background_image{
    position: absolute;
    width: 60%;
    top: 40px;
    left: -280px;
    z-index: -1;
    opacity: 4%;
}
.home_page .navbar{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    transition: 0.3s ease-in-out;
}
.home_page .navbar .list_link{
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.3s ease-in-out;
}
.home_page .navbar .holder_logo{
    display: none;
}
.home_page .navbar .modal_open_form{
    display: none;
}
.logPayButton{
    cursor: pointer;
    font-weight: bold;
    color: var(--primary-color);
}
.home_page .navbar .logPayButton span.wing:last-of-type{
    opacity: 1;
    transform: rotate(-4deg) translateY(0);
}
.home_page .navbar .logPayButton span.wing:first-of-type{
    opacity: 1;
    transform: rotate(4deg) translateY(0px) scaleX(-1);
}
.home_page .navbar a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px;
    overflow: hidden;
}
.home_page .navbar a li{
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
}
.home_page .navbar a:hover li{
    font-weight: bold;
    word-spacing: 0.2px;
}
.home_page .navbar a span.logo{
    font-size: 26px;
    color: var(--primary-color);
}
.home_page .navbar a span.wing:first-of-type{
    font-size: 8px;
    transform: rotate(-40deg) translateY(38px) scaleX(-1);
    opacity: 0;
    transition: 
    transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s, 
    opacity 0.3s ease-out 0.1s;
}
.home_page .navbar a:hover span.wing:first-of-type{
    opacity: 1;
    transform: rotate(4deg) translateY(0px) scaleX(-1);
}
.home_page .navbar a span.wing:last-of-type{
    font-size: 8px;
    transform: rotate(40deg) translateY(38px);
    opacity: 0;
    transition: 
        transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s, 
        opacity 0.3s ease-out 0.1s;
}
.home_page .navbar a:hover span.wing:last-of-type{
    opacity: 1;
    transform: rotate(-4deg) translateY(0);
}
.home_page .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.home_page .content .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.home_page .content .header span:first-of-type{
    margin-top: -8px;
    font-size: 12px;
    animation: flyleft 1.8s ease-in-out infinite;
    transition: 0.3s ease-in-out;
}
@keyframes flyleft {
    0%{
        transform: rotate(20deg) translateY(0) scaleX(-1);
    }
    50%{
        transform: rotate(-20deg) translateY(14px) scaleX(-1);
        filter: blur(0.2px);
    }
    100%{
        transform: rotate(20deg) translateY(0) scaleX(-1);
    }    
}
.home_page .content .header span:last-of-type{
    margin-top: -12px;
    margin-left: -5px;
    font-size: 12px;
    animation: flyright 1.8s ease-in-out infinite;
    transition: 0.8s ease-in-out;
}
@keyframes flyright {
    0%{
        transform: rotate(-20deg) translateY(0);
    }
    50%{
        transform: rotate(20deg) translateY(14px);
        filter: blur(0.2px);
    }
    100%{
        transform: rotate(-20deg) translateY(0);
    }    
}
.home_page .content .header span:first-of-type{
    transform: scaleX(-1);
}
.home_page .content .header h1{
    position: relative;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    text-transform: uppercase;
}
.home_page .content .header h1 span{
    color: #0e0e30;
}
.home_page .content .header h1::after{
    content: '';
    position: absolute;
    width: 6%;
    height: 3px;
    border-radius: 20px;
    background-color: var(--secondary-color);
    bottom: -26px;
    transition: 0.3s ease-in-out;
}
.home_page .content p{
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    text-align: center;
    width: 50%;
    letter-spacing: 2px;
    line-height: 24px;
}
.home_page .content .who_btn{
    position: relative;
    background: none;
    border: 1.5px solid var(--secondary-color);
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 10px;
    z-index: 1;
    transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    overflow: hidden;
}
.home_page .content .who_btn:hover{
    color: white;
}
.home_page .content .who_btn .winghover{
    position: absolute;
    top: -10px;
    left: -220%;
    font-size: 50px;
    pointer-events: none;
    color: #0e0e30;
    transition:
    left 1s cubic-bezier(0.25, 1, 0.5, 1),
    filter 0.6s ease-out,
    color 0.6s ease-out;
    z-index: -1;
    filter: blur(2px);
}
.home_page .content .who_btn:hover .winghover{
    left: -10px;
    filter: blur(0px);
}
.supervision{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    width: 100%;
    margin-top: -9%;
    background-color: var(--primary-color);
    color: white;
    padding: 160px 0px 40px 0px;
    border-radius: 0px 0px 80px 80px;
    z-index: 10;
    transition: 0.3s ease-in-out;
}
.supervision h1{
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 12px;
}
.supervision .institution_gov{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30%;
}
.supervision .institution_gov .bnr{
    font-size: 50px;
}
.supervision .institution_gov .rdb{
    font-size: 40px;
}
.about{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background-color: rgb(255, 255, 255);
    padding: 180px 0px 30px 0px;
    margin-top: -90px;
    border-radius: 0px 0px 80px 80px;
    z-index: 9;
}
.about .card{
    position: relative;
    width: 80%;
    padding: 80px 70px 80px 70px;
    border-radius: 40px;
    background: linear-gradient(120deg, #0e0e30 60%, #0e0e30c7 100%);
    color: white;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.about .card .details{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.about .card .details h1{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.about .card .details h1::after{
    content: '';
    position: absolute;
    width: 4%;
    height: 3px;
    border-radius: 20px;
    background-color: white;
    bottom: -26px;
    transition: 0.3s ease-in-out;
}
.about .card .details h1 span:first-of-type{
    display: none;
}
.about .card .details h1 span{
    font-size: 12px;
}
.about .card .details p{
    width: 70%;
    font-size: 11px;
    font-weight: 200;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 28px;
}
.about .card img{
    position: absolute;
    top: 20px;
    right: -80px;
    width: 35%;
    filter: invert(100%);
    transform: scaleX(-1);
    opacity: 10%;
}
.about .about_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    background: none;
    border: 1px solid black;
}
.values_page{
    position: relative;
    background-color: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 200px 80px 100px 80px;
    margin-top: -90px;
    border-radius: 0px 0px 80px 80px;
    overflow: hidden;
    z-index: 8;
}
.values_page .back_image{
    position: absolute;
    width: 60%;
    bottom: -70%;
    right: -30%;
    filter: invert(100%);
    transform: scaleX(-1);
    opacity: 10%;
}
.values_page .card_holder{
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 40px;
    row-gap: 40px;
}
.values_page .card_holder .heading{
    position: relative;
}
.values_page .card_holder .heading h1{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 30px;
    display: flex;
    align-items: start;
}
.values_page .card_holder .heading h1::after{
    content: '';
    position: absolute;
    width: 12%;
    height: 3px;
    border-radius: 20px;
    background-color: white;
    bottom: -36px;
    transition: 0.3s ease-in-out;
}
.values_page .card_holder .heading h1 span:first-of-type{
    display: none;
    transform: scaleX(-1);
}
.values_page .card_holder .heading h1 span{
    font-size: 12px;
}
.values_page .card_holder .logo_card{
    display: flex;
    align-items: end;
    justify-content: end;
}
.values_page .card_holder .logo_card button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: none;
    border: 1px solid white;
    color: white;
    font-size: 14px;
}
.values_page .card_holder .card{
    position: relative;
    width: 290px;
    height: 200px;
    padding: 50px 20px 50px 30px;
    border-radius: 10px;
    background: none;
    border: 1px solid white;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.values_page .card_holder .card .card_content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.values_page .card_holder .card .card_content h1{
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.values_page .card_holder .card .card_content p{
    font-size: 9px;
    font-weight: 200;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 20px;
}
.values_page .card_holder .card .sign{
    background-color: var(--primary-color);
    padding: 10px;
    position: absolute;
    top: -30px;
    width: fit-content;
}
.values_page .card_holder .card .sign span{
    font-size: 40px;
}
.structure{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 150px 60px 120px 60px;
    margin-top: -90px;
    border-radius: 0px 0px 80px 80px;
    background-color: white;
    z-index: 7;
}
.structure .head{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.structure .structure_holder{
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
}
.structure .structure_holder .level{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    cursor: pointer;
}
.structure .structure_holder .level .title{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: 0.3s ease-in-out;
    color: #00000056;
}
.structure .structure_holder .level:hover .title{
    color: black;
}
.structure .structure_holder .level .title span{
    font-size: 12px;
}
.structure .structure_holder .level .title span:first-of-type{
    transform: rotate(-40deg) translateY(40px) scaleX(-1);
    opacity: 0;
    transition: 
    transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s, 
    opacity 0.3s ease-out 0s;
}
.structure .structure_holder .level:hover .title span:first-of-type{
    opacity: 1;
    transform: rotate(0deg) translateY(0) scaleX(-1);
}
.structure .structure_holder .level .title span:last-of-type{
    transform: rotate(40deg) translateY(40px);
    opacity: 0;
    transition: 
    transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s, 
    opacity 0.3s ease-out 0s;
}
.structure .structure_holder .level:hover .title span:last-of-type{
    opacity: 1;
    transform: rotate(0deg) translateY(0);
}
.structure .structure_holder .level .circle{
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00000056;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: 0.3s ease-in-out;
}
.structure .structure_holder .level:hover .circle{
    background-color: #000;
}
.structure .structure_holder .level .circle::after{
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #00000056;
    transition: 0.3s ease-in-out;
}
.structure .structure_holder .level:hover .circle::after{
    border: 2px solid #000;
}
.structure .structure_holder .level:hover .names{
    opacity: 1;
    visibility: visible;
    bottom: -100%;
}
.structure .structure_holder .level .names{
    position: absolute;
    bottom: -90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}
.structure .structure_holder .level .names h1{
    font-size: 8px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.structure .structure_holder .line{
    width: 300px;
    height: 1px;
    background-color: #000;
}
.services{
    position: relative;
    background-color: var(--secondary-color);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 160px 60px 80px 60px;
    gap: 100px;
    margin-top: -80px;
    border-radius: 0px 0px 80px 80px;
    z-index: 6;
}
.services .achieve{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.services .achieve .title{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.services .achieve .title::after{
    content: '';
    position: absolute;
    width: 5%;
    height: 2px;
    background-color: white;
    bottom: -30px;
    border-radius: 10px;
}
.services .achieve .title span{
    font-size: 14px;
}
.services .achieve .title span:first-of-type{
    transform: scaleX(-1);
}
.services .achieve p{
    width: 80%;
    font-size: 11px;
    font-weight: 200;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 25px;
}
.services .achieve .tree{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
}
.services .achieve .tree .line{
    width: 100%;
    height: 0.5px;
    background-color: white;
}
.services .achieve .tree .content_holder{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.services .achieve .tree .content_holder .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.services .achieve .tree .content_holder .content h1{
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.services .achieve .tree .content_holder .content .logo_holder{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.services .achieve .tree .content_holder .content .logo_holder .lines{
    position: relative;
    width: 1px;
    height: 30px;
    background-color: white;
}
.services .achieve .tree .content_holder .content .logo_holder span{
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid white;
    display: flex;
    align-items: center;
    font-size: 11px;
    justify-content: center;
}
.services .serve{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.services .serve .title{
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.services .serve .title::after{
    content: '';
    position: absolute;
    bottom: -20px;
    width: 8%;
    height: 2px;
    border-radius: 10px;
    background-color: white;
}
.services .serve .card_holder{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}
.services .serve .card_holder .row{
    position: relative;
    display: flex;
    align-items: center;
}
.services .serve .card_holder .row .line{
    position: relative;
    width: 1px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.66);
}
.services .serve .card_holder .row:last-of-type .line:first-of-type{
    display: none;
}
.services .serve .card_holder .row .card{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.services .serve .card_holder .row .card:hover{
    transform: translateY(-10px);
}
.services .serve .card_holder .row .card .number{
    font-size: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}
.services .serve .card_holder .row .card:hover .number{
    background-color: white;
    color: #000;
}
.services .serve .card_holder .row .card h1{
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 25px;
    letter-spacing: 4px;
}
.services .serve .card_holder .row .card p{
    width: 50%;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
}
.services .serve .card_holder .row .card button{
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px 10px 20px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: white;
    background: none;
    border: 1px solid white;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.services .serve .card_holder .row .card:hover button{
    color: #000;
    background-color: white;
}
.services .serve .card_holder .row .card button span{
    font-size: 8px;
}
.services .serve .card_holder .row .card button span:first-of-type{
    transform: scaleX(-1);
}
.achievement{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -100px;
    padding: 150px 50px 60px 50px;
    border-radius: 0px 0px 80px 80px;
    z-index: 5;
    gap: 30px;
    background-color: white;
}
.achievement .head{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.achievement p{
    width: 80%;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 24px;
}
.achievement .numbers{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.achievement .numbers .line{
    width: 1px;
    height: 50px;
    background-color: #c8c8c8;
}
.achievement .numbers h1{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    font-size: 35px;
    font-weight: bolder;
    letter-spacing: 2px;
    color: #c8c8c8;
}
.achievement .numbers h1 span{
    font-size: 16px;
    text-transform: uppercase;
}
.client{
    position: relative;
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    gap: 80px;
    margin-top: -100px;
    padding: 180px 50px 60px 50px;
    border-radius: 0px 0px 80px 80px;
    z-index: 4;
}
.client .head{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.client .head span{
    font-size: 14px;
}
.client .head::after{
    content: '';
    position: absolute;
    width: 8%;
    height: 2px;
    background-color: white;
    bottom: -30px;
    border-radius: 10px;
}
.client .head span:first-of-type{
    transform: scaleX(-1);
}
.client .card_holder{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}
.client .card_holder .row{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.client .card_holder .row:last-of-type .line:first-of-type{
    display: none;
}
.client .card_holder .row .line{
    width: 1px;
    height: 80px;
    background-color: rgb(255, 255, 255);
}
.client .card_holder .card{
    position: relative;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.client .card_holder .card h1{
    position: relative;
    text-align: center;
    line-height: 24px;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.client .card_holder .card::after{
    content: '';
    position: absolute;
    width: 10%;
    height: 1.5px;
    background-color: white;
    bottom: -20px;
    border-radius: 10px;
}
.client .card_holder .card span{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 1px solid white;
    border-radius: 50%;
}
.client button{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    background: none;
    border-radius: 50%;
    color: white;
}
.focus_page{
    position: relative;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -100px;
    padding: 160px 50px 60px 50px;
    border-radius: 0px 0px 80px 80px;
    z-index: 3;
}
.focus_page .line{
    width: 1px;
    height: 100px;
    background-color: rgb(171, 171, 171);
}
.focus_page .card{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.focus_page .card h1{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}
.focus_page .card h1 span{
    font-size: 10px;
}
.focus_page .card h1 span:first-of-type{
    transform: scaleX(-1);
}
.focus_page .card p{
    width: 60%;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: capitalize;
}
.focus_page .card span{
    font-size: 28px;
}
.law{
    position: relative;
    background-color: var(--secondary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    margin-top: -100px;
    padding: 160px 50px 60px 50px;
    border-radius: 0px 0px 80px 80px;
    z-index: 2;
    gap: 30px;
    overflow: hidden;
}
.law img{
    width: 20%;
    opacity: 10%;
}
.law img:first-of-type{
    position: absolute;
    top: 100px;
    left: -80px;
    transform: scaleX(-1);
}
.law img:last-of-type{
    position: absolute;
    top: 100px;
    right: -80px;
}
.law h1{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.law p{
    width: 70%;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 3px;
    text-transform: capitalize;
}
.booking{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -100px;
    padding: 160px 50px 60px 50px;
    border-radius: 0px 0px 80px 80px;
    background-color: white;
    gap: 60px;
}
.booking img{
    position: absolute;
    width: 40px;
}
.booking img:first-of-type{
    transform: scaleX(-1);
    left: 100px;
}
.booking img:last-of-type{
    right: 100px;
}
.booking .title{
    position: relative;
    font-size: 25px;
    text-transform: uppercase;
    word-spacing: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.booking .title::after{
    content: '';
    position: absolute;
    width: 10%;
    height: 3px;
    background-color: black;
    bottom: -15px;
    border-radius: 10px;
}
.booking .title span{
    font-size: 12px;
}
.booking .title span:first-of-type{
    transform: scaleX(-1);
}
.booking form{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.booking form .row{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.booking form .row input{
    outline: none;
    width: 100%;
    padding: 12px;
    background: none;
    border: 1px solid black;
}
.booking form .row select{
    outline: none;
    width: 100%;
    padding: 12px;
    background: none;
    border: 1px solid black;
}
.booking form .row input::placeholder{
    font-size: 10px;
    color: #000;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}
.booking form .row select{
    font-size: 10px;
    color: #000;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}
.booking form .row input{
    font-size: 10px;
    color: #000;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}
.booking form .book_form_link{
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
}
.booking form .book_form_link p{
    white-space: nowrap;
    color: var(--secondary-color);
}
.booking form .book_form_link a{
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-color);
    cursor: pointer;
}
.booking form button{
    position: relative;
    margin-top: 40px;
    width: fit-content;
    padding: 8px 35px 8px 35px;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: 1px solid black;
    background: none;
    cursor: pointer;
    overflow: hidden;
    border-radius: 1px;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.booking form button:hover{
    color: white;
}
.booking form button .winghover{
    position: absolute;
    top: -5px;
    left: -235%;
    font-size: 40px;
    pointer-events: none;
    color: #000;
    transition:
    left 1s cubic-bezier(0.25, 1, 0.5, 1),
    filter 0.6s ease-out;
    filter: blur(2px);
    z-index: -1;
}
.booking form button:hover .winghover{
    left: -10px;
    filter: blur(0px);
}
.account_creation_back{
    position: fixed;
    background-color: rgba(0, 0, 0, 0.525);
    backdrop-filter: blur(10px);
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.account_creation_back .creation_shape{
    position: relative;
    top: -40px;
    display: flex;
    flex-direction: column;
    width: 40%;
    max-height: calc(1000vh - 5%);
    /* height: 60%; */
    border-radius: 15px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}
.account_creation_back .creation_shape .bunch_buttons{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 21;
}
.account_creation_back .creation_shape .bunch_buttons .close_form{
    position: fixed;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
}
.account_creation_back .creation_shape .bunch_buttons .indicator{
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    background-color: rgb(0, 0, 0);
    border-radius: 6px 6px 0px 0px;
    z-index: -1;
    transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.account_creation_back .creation_shape .bunch_buttons .book_btn{
    padding: 18px 14px 14px 14px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: white;
    gap: 10px;
    font-size: 14px;
    width: 200px;
    border-radius: 6px 6px 0px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.account_creation_back .creation_shape .bunch_buttons .pbook_btn{
    padding: 18px 14px 14px 14px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: white;
    gap: 10px;
    font-size: 14px;
    width: 200px;
    border-radius: 6px 6px 0px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    /* background-color: var(--primary-color); */
}
.account_creation_back .creation_shape .bunch_buttons button span{
    font-size: 8px;
}
.account_creation_back .creation_shape .bunch_buttons button span:first-of-type{
    transform: scaleX(-1);
}
.account_creation_back .creation_shape .account_row{
    display: flex;
    width: 200%;
    height: 100%;
    transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.account_creation_back .creation_shape .account_row .book_hold{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: black;
    width: 100%;
    height: 100%;
    padding: 40px;
    gap: 30px;
}
.account_creation_back .creation_shape .account_row .book_hold h1{
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
    margin-top: 40px;
}
.account_creation_back .creation_shape .account_row .book_hold h1 span{
    font-size: 10px;
}
.account_creation_back .creation_shape .account_row .book_hold h1 span:first-of-type{
    transform: scaleX(-1);
}
.account_creation_back .creation_shape .account_row .book_hold form{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 70%;
    height: 80%;
    margin-top: 20px;
}
.account_creation_back .creation_shape .account_row .book_hold form .row{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.account_creation_back .creation_shape .account_row .book_hold form .row input{
    padding: 15px;
    width: 100%;
    border: 1px solid white;
    background: none;
    color: white;
    font-size: 12px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}
.account_creation_back .creation_shape .account_row .book_hold form .row input[type="date"]::-webkit-calendar-picker-indicator {
  font-size: 12px;
  filter: invert(1);
  cursor: pointer;
}
.account_creation_back .creation_shape .account_row .book_hold form .row input::placeholder{
    color: white;
}
.account_creation_back .creation_shape .account_row .book_hold form .row select{
    padding: 15px;
    width: 100%;
    border: 1px solid white;
    background: none;
    color: white;
    font-size: 12px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}
.account_creation_back .creation_shape .account_row .book_hold form .row select option{
    color: #000;
}
.account_creation_back .creation_shape .account_row .book_hold form button{
    position: relative;
    margin-top: 20px;
    width: fit-content;
    padding: 8px 35px 8px 35px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid white;
    color: black;
    background: white;
    cursor: pointer;
    overflow: hidden;
    border-radius: 1px;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.account_creation_back .creation_shape .account_row .book_hold form button:hover{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}
.account_creation_back .creation_shape .account_row .bpay_hold{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    padding: 40px;
    gap: 30px;
    border-radius: 5px;
}
.account_creation_back .creation_shape .account_row .bpay_hold h1{
    font-size: 25px;
    text-transform: uppercase;
    word-spacing: 10px;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
    margin-top: 10px;
}
.account_creation_back .creation_shape .account_row .bpay_hold h1 span{
    font-size: 10px;
}
.account_creation_back .creation_shape .account_row .bpay_hold h1 span:first-of-type{
    transform: scaleX(-1);
}
.account_creation_back .creation_shape .account_row .bpay_hold form{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 95%;
    height: 80%;
    margin-top: 20px;
}
.account_creation_back .creation_shape .account_row .bpay_hold form .row{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.account_creation_back .creation_shape .account_row .bpay_hold form .row input{
    padding: 14px;
    width: 100%;
    border: 1px solid white;
    background: none;
    color: white;
    font-size: 12px;
    /* text-transform: Capitalize; */
    letter-spacing: 2px;
}
.account_creation_back .creation_shape .account_row .bpay_hold form .row input[type="date"]::-webkit-calendar-picker-indicator {
  font-size: 14px;
  filter: invert(1);
  cursor: pointer;
}
.account_creation_back .creation_shape .account_row .bpay_hold form .row input::placeholder{
    color: white;
}
.account_creation_back .creation_shape .account_row .bpay_hold form .row select{
    padding: 14px;
    width: 100%;
    border: 1px solid white;
    background: none;
    color: white;
    font-size: 12px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}
.account_creation_back .creation_shape .account_row .bpay_hold form .row select option{
    color: #000;
}
.account_creation_back .creation_shape .account_row .bpay_hold form button{
    position: relative;
    margin-top: 20px;
    width: fit-content;
    padding: 8px 35px 8px 35px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: 1px solid white;
    color: black;
    background: white;
    cursor: pointer;
    overflow: hidden;
    border-radius: 1px;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.account_creation_back .creation_shape .account_row .bpay_hold form button:hover{
    background-color: black;
    border: 1px solid black;
    color: #fff;
}
.footer{
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    background-color: var(--primary-color);
    color: white;
    margin-top: -100px;
    padding: 160px 50px 60px 50px;
}
.footer .intro{
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer .intro h1{
    font-size: 16px;
    letter-spacing: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.footer .intro h1 span{
    font-size: 20px;
}
.footer .intro p{
    font-size: 10px;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: capitalize;
}
.footer .intro .media_link{
    display: flex;
    margin-top: 20px;
    margin-left: 10px;
    width: 20%;
    align-items: center;
    justify-content: space-between;
}
.footer .intro .media_link a{
    color: white;
    font-size: 11px;
}
.footer .links{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.footer .links h1{
    font-size: 11px;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.footer .links ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer .links ul a{
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-weight: 200;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.footer .links ul a span{
    font-size: 6px;
    transform: scaleX(-1);
}
.footer .contact{
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.footer .contact h1{
    font-size: 11px;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.footer .contact p{
    font-size: 10px;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: capitalize;
}
.footer .contact .plot{
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}
.footer .contact .plot p{
    display: flex;
    align-items: center;
    gap: 10px;
}
.book_creation_back1, 
.book_creation_back2, 
.book_creation_back3, 
.book_creation_back4, 
.book_creation_back{
    position: fixed;
    background-color: rgba(0, 0, 0, 0.525);
    backdrop-filter: blur(10px);
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.book_creation_back1 .creation_shape, 
.book_creation_back2 .creation_shape, 
.book_creation_back3 .creation_shape, 
.book_creation_back4 .creation_shape, 
.book_creation_back .creation_shape{
    position: relative;
    top: -20px;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-height: calc(100vh - 5%);
    /* height: 80%; */
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}
.book_creation_back1 .creation_shape .bunch_buttons, 
.book_creation_back2 .creation_shape .bunch_buttons, 
.book_creation_back3 .creation_shape .bunch_buttons, 
.book_creation_back4 .creation_shape .bunch_buttons, 
.book_creation_back .creation_shape .bunch_buttons{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 21;
}
.book_creation_back1 .creation_shape .bunch_buttons .close_form, 
.book_creation_back2 .creation_shape .bunch_buttons .close_form, 
.book_creation_back3 .creation_shape .bunch_buttons .close_form, 
.book_creation_back4 .creation_shape .bunch_buttons .close_form, 
.book_creation_back .creation_shape .bunch_buttons .close_form{
    position: fixed;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
}
.book_creation_back1 .creation_shape .bunch_buttons .indicator, 
.book_creation_back2 .creation_shape .bunch_buttons .indicator, 
.book_creation_back3 .creation_shape .bunch_buttons .indicator, 
.book_creation_back4 .creation_shape .bunch_buttons .indicator, 
.book_creation_back .creation_shape .bunch_buttons .indicator{
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    background-color: rgb(0, 0, 0);
    border-radius: 6px 6px 0px 0px;
    z-index: -1;
    transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.book_creation_back1 .creation_shape .bunch_buttons .book_btn, 
.book_creation_back2 .creation_shape .bunch_buttons .book_btn, 
.book_creation_back3 .creation_shape .bunch_buttons .book_btn, 
.book_creation_back4 .creation_shape .bunch_buttons .book_btn, 
.book_creation_back .creation_shape .bunch_buttons .book_btn{
    padding: 18px 14px 14px 14px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: white;
    gap: 10px;
    font-size: 10px;
    width: 200px;
    border-radius: 6px 6px 0px 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}
.book_creation_back1 .creation_shape .bunch_buttons .pbook_btn, 
.book_creation_back2 .creation_shape .bunch_buttons .pbook_btn, 
.book_creation_back3 .creation_shape .bunch_buttons .pbook_btn, 
.book_creation_back4 .creation_shape .bunch_buttons .pbook_btn, 
.book_creation_back .creation_shape .bunch_buttons .pbook_btn{
    padding: 18px 14px 14px 14px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: white;
    gap: 10px;
    font-size: 10px;
    width: 200px;
    border-radius: 6px 6px 0px 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    /* background-color: var(--primary-color); */
}
.book_creation_back1 .creation_shape .bunch_buttons button span, 
.book_creation_back2 .creation_shape .bunch_buttons button span, 
.book_creation_back3 .creation_shape .bunch_buttons button span, 
.book_creation_back4 .creation_shape .bunch_buttons button span, 
.book_creation_back .creation_shape .bunch_buttons button span{
    font-size: 8px;
}
.book_creation_back1 .creation_shape .bunch_buttons button span:first-of-type, 
.book_creation_back2 .creation_shape .bunch_buttons button span:first-of-type, 
.book_creation_back3 .creation_shape .bunch_buttons button span:first-of-type, 
.book_creation_back4 .creation_shape .bunch_buttons button span:first-of-type, 
.book_creation_back .creation_shape .bunch_buttons button span:first-of-type{
    transform: scaleX(-1);
}
.book_creation_back1 .creation_shape .account_row, 
.book_creation_back2 .creation_shape .account_row, 
.book_creation_back3 .creation_shape .account_row, 
.book_creation_back4 .creation_shape .account_row, 
.book_creation_back .creation_shape .account_row{
    display: flex;
    width: 200%;
    height: 100%;
    transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.book_creation_back1 .creation_shape .account_row .book_hold,
.book_creation_back2 .creation_shape .account_row .book_hold,
.book_creation_back3 .creation_shape .account_row .book_hold,
.book_creation_back4 .creation_shape .account_row .book_hold,
.book_creation_back .creation_shape .account_row .book_hold{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: black;
    width: 100%;
    height: 100%;
    padding: 40px;
    gap: 30px;
}
.book_creation_back1 .creation_shape .account_row .book_hold h1,
.book_creation_back2 .creation_shape .account_row .book_hold h1,
.book_creation_back3 .creation_shape .account_row .book_hold h1,
.book_creation_back4 .creation_shape .account_row .book_hold h1,
.book_creation_back .creation_shape .account_row .book_hold h1{
    font-size: 16px;
    text-transform: uppercase;
    word-spacing: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
    margin-top: 10px;
}
.book_creation_back1 .creation_shape .account_row .book_hold h1 span,
.book_creation_back2 .creation_shape .account_row .book_hold h1 span,
.book_creation_back3 .creation_shape .account_row .book_hold h1 span,
.book_creation_back4 .creation_shape .account_row .book_hold h1 span,
.book_creation_back .creation_shape .account_row .book_hold h1 span{
    font-size: 10px;
}
.book_creation_back1 .creation_shape .account_row .book_hold h1 span:first-of-type,
.book_creation_back2 .creation_shape .account_row .book_hold h1 span:first-of-type,
.book_creation_back3 .creation_shape .account_row .book_hold h1 span:first-of-type,
.book_creation_back4 .creation_shape .account_row .book_hold h1 span:first-of-type,
.book_creation_back .creation_shape .account_row .book_hold h1 span:first-of-type{
    transform: scaleX(-1);
}
.book_creation_back1 .creation_shape .account_row .book_hold form,
.book_creation_back2 .creation_shape .account_row .book_hold form,
.book_creation_back3 .creation_shape .account_row .book_hold form,
.book_creation_back4 .creation_shape .account_row .book_hold form,
.book_creation_back .creation_shape .account_row .book_hold form{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 90%;
    height: 80%;
    margin-top: 20px;
}
.book_creation_back1 .creation_shape .account_row .book_hold form .row,
.book_creation_back2 .creation_shape .account_row .book_hold form .row,
.book_creation_back3 .creation_shape .account_row .book_hold form .row,
.book_creation_back4 .creation_shape .account_row .book_hold form .row,
.book_creation_back .creation_shape .account_row .book_hold form .row{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.book_creation_back1 .creation_shape .account_row .book_hold form .row input,
.book_creation_back2 .creation_shape .account_row .book_hold form .row input,
.book_creation_back3 .creation_shape .account_row .book_hold form .row input,
.book_creation_back4 .creation_shape .account_row .book_hold form .row input,
.book_creation_back .creation_shape .account_row .book_hold form .row input{
    padding: 10px;
    width: 100%;
    border: 1px solid white;
    background: none;
    color: white;
    font-size: 10px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}
.book_creation_back1 .creation_shape .account_row .book_hold form .row input[type="date"]::-webkit-calendar-picker-indicator, 
.book_creation_back2 .creation_shape .account_row .book_hold form .row input[type="date"]::-webkit-calendar-picker-indicator, 
.book_creation_back3 .creation_shape .account_row .book_hold form .row input[type="date"]::-webkit-calendar-picker-indicator, 
.book_creation_back4 .creation_shape .account_row .book_hold form .row input[type="date"]::-webkit-calendar-picker-indicator, 
.book_creation_back .creation_shape .account_row .book_hold form .row input[type="date"]::-webkit-calendar-picker-indicator {
  font-size: 14px;
  filter: invert(1);
  cursor: pointer;
}
.book_creation_back1 .creation_shape .account_row .book_hold form .row input::placeholder, 
.book_creation_back2 .creation_shape .account_row .book_hold form .row input::placeholder, 
.book_creation_back3 .creation_shape .account_row .book_hold form .row input::placeholder, 
.book_creation_back4 .creation_shape .account_row .book_hold form .row input::placeholder, 
.book_creation_back .creation_shape .account_row .book_hold form .row input::placeholder {
    color: white;
}
.book_creation_back1 .creation_shape .account_row .book_hold form .row select, 
.book_creation_back2 .creation_shape .account_row .book_hold form .row select, 
.book_creation_back3 .creation_shape .account_row .book_hold form .row select, 
.book_creation_back4 .creation_shape .account_row .book_hold form .row select, 
.book_creation_back .creation_shape .account_row .book_hold form .row select {
    padding: 10px;
    width: 100%;
    border: 1px solid white;
    background: none;
    color: white;
    font-size: 8px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}
.book_creation_back1 .creation_shape .account_row .book_hold form .row select option, 
.book_creation_back2 .creation_shape .account_row .book_hold form .row select option, 
.book_creation_back3 .creation_shape .account_row .book_hold form .row select option, 
.book_creation_back4 .creation_shape .account_row .book_hold form .row select option, 
.book_creation_back .creation_shape .account_row .book_hold form .row select option {
    color: #000;
}
.book_creation_back1 .creation_shape .account_row .book_hold form button, 
.book_creation_back2 .creation_shape .account_row .book_hold form button, 
.book_creation_back3 .creation_shape .account_row .book_hold form button, 
.book_creation_back4 .creation_shape .account_row .book_hold form button, 
.book_creation_back .creation_shape .account_row .book_hold form button {
    position: relative;
    margin-top: 20px;
    width: fit-content;
    padding: 8px 35px 8px 35px;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: 1px solid white;
    color: black;
    background: white;
    cursor: pointer;
    overflow: hidden;
    border-radius: 1px;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.book_creation_back1 .creation_shape .account_row .book_hold form button:hover, 
.book_creation_back2 .creation_shape .account_row .book_hold form button:hover, 
.book_creation_back3 .creation_shape .account_row .book_hold form button:hover, 
.book_creation_back4 .creation_shape .account_row .book_hold form button:hover, 
.book_creation_back .creation_shape .account_row .book_hold form button:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}
.book_creation_back1 .creation_shape .account_row .bpay_hold, 
.book_creation_back2 .creation_shape .account_row .bpay_hold, 
.book_creation_back3 .creation_shape .account_row .bpay_hold, 
.book_creation_back4 .creation_shape .account_row .bpay_hold, 
.book_creation_back .creation_shape .account_row .bpay_hold{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    padding: 40px;
    gap: 30px;
    border-radius: 5px;
}
.book_creation_back1 .creation_shape .account_row .bpay_hold h1, 
.book_creation_back2 .creation_shape .account_row .bpay_hold h1, 
.book_creation_back3 .creation_shape .account_row .bpay_hold h1, 
.book_creation_back4 .creation_shape .account_row .bpay_hold h1, 
.book_creation_back .creation_shape .account_row .bpay_hold h1 {
    font-size: 16px;
    text-transform: uppercase;
    word-spacing: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
    margin-top: 10px;
}
.book_creation_back1 .creation_shape .account_row .bpay_hold h1 span, 
.book_creation_back2 .creation_shape .account_row .bpay_hold h1 span, 
.book_creation_back3 .creation_shape .account_row .bpay_hold h1 span, 
.book_creation_back4 .creation_shape .account_row .bpay_hold h1 span, 
.book_creation_back .creation_shape .account_row .bpay_hold h1 span {
    font-size: 10px;
}
.book_creation_back1 .creation_shape .account_row .bpay_hold h1 span:first-of-type, 
.book_creation_back2 .creation_shape .account_row .bpay_hold h1 span:first-of-type, 
.book_creation_back3 .creation_shape .account_row .bpay_hold h1 span:first-of-type, 
.book_creation_back4 .creation_shape .account_row .bpay_hold h1 span:first-of-type, 
.book_creation_back .creation_shape .account_row .bpay_hold h1 span:first-of-type {
    transform: scaleX(-1);
}
.book_creation_back1 .creation_shape .account_row .bpay_hold form, 
.book_creation_back2 .creation_shape .account_row .bpay_hold form, 
.book_creation_back3 .creation_shape .account_row .bpay_hold form, 
.book_creation_back4 .creation_shape .account_row .bpay_hold form, 
.book_creation_back .creation_shape .account_row .bpay_hold form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 90%;
    height: 80%;
    margin-top: 20px;
}
.book_creation_back1 .creation_shape .account_row .bpay_hold form .row, 
.book_creation_back2 .creation_shape .account_row .bpay_hold form .row, 
.book_creation_back3 .creation_shape .account_row .bpay_hold form, 
.book_creation_back4 .creation_shape .account_row .bpay_hold form .row, 
.book_creation_back .creation_shape .account_row .bpay_hold form .row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.book_creation_back1 .creation_shape .account_row .bpay_hold form .row input,
.book_creation_back2 .creation_shape .account_row .bpay_hold form .row input, 
.book_creation_back3 .creation_shape .account_row .bpay_hold form .row input, 
.book_creation_back4 .creation_shape .account_row .bpay_hold form .row input, 
.book_creation_back .creation_shape .account_row .bpay_hold form .row input {
    padding: 10px;
    width: 100%;
    border: 1px solid white;
    background: none;
    color: white;
    font-size: 10px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}
.book_creation_back1 .creation_shape .account_row .bpay_hold form .row input[type="date"]::-webkit-calendar-picker-indicator, 
.book_creation_back2 .creation_shape .account_row .bpay_hold form .row input[type="date"]::-webkit-calendar-picker-indicator, 
.book_creation_back3 .creation_shape .account_row .bpay_hold form .row input[type="date"]::-webkit-calendar-picker-indicator, 
.book_creation_back4 .creation_shape .account_row .bpay_hold form .row input[type="date"]::-webkit-calendar-picker-indicator, 
.book_creation_back .creation_shape .account_row .bpay_hold form .row input[type="date"]::-webkit-calendar-picker-indicator {
  font-size: 14px;
  filter: invert(1);
  cursor: pointer;
}
.book_creation_back1 .creation_shape .account_row .bpay_hold form .row input::placeholder, 
.book_creation_back2 .creation_shape .account_row .bpay_hold form .row input::placeholder, 
.book_creation_back3 .creation_shape .account_row .bpay_hold form .row input::placeholder, 
.book_creation_back4 .creation_shape .account_row .bpay_hold form .row input::placeholder, 
.book_creation_back .creation_shape .account_row .bpay_hold form .row input::placeholder {
    color: white;
}
.book_creation_back1 .creation_shape .account_row .bpay_hold form .row select,
.book_creation_back2 .creation_shape .account_row .bpay_hold form .row select, 
.book_creation_back3 .creation_shape .account_row .bpay_hold form .row select, 
.book_creation_back4 .creation_shape .account_row .bpay_hold form .row select, 
.book_creation_back .creation_shape .account_row .bpay_hold form .row select {
    padding: 10px;
    width: 100%;
    border: 1px solid white;
    background: none;
    color: white;
    font-size: 8px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}
.book_creation_back1 .creation_shape .account_row .bpay_hold form .row select option, 
.book_creation_back2 .creation_shape .account_row .bpay_hold form .row select option, 
.book_creation_back3 .creation_shape .account_row .bpay_hold form .row select option, 
.book_creation_back4 .creation_shape .account_row .bpay_hold form .row select option, 
.book_creation_back .creation_shape .account_row .bpay_hold form .row select option {
    color: #000;
}
.book_creation_back1 .creation_shape .account_row .bpay_hold form button, 
.book_creation_back2 .creation_shape .account_row .bpay_hold form button, 
.book_creation_back3 .creation_shape .account_row .bpay_hold form button, 
.book_creation_back4 .creation_shape .account_row .bpay_hold form button, 
.book_creation_back .creation_shape .account_row .bpay_hold form button {
    position: relative;
    margin-top: 20px;
    width: fit-content;
    padding: 8px 35px 8px 35px;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: 1px solid white;
    color: black;
    background: white;
    cursor: pointer;
    overflow: hidden;
    border-radius: 1px;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.book_creation_back1 .creation_shape .account_row .bpay_hold form button:hover, 
.book_creation_back2 .creation_shape .account_row .bpay_hold form button:hover, 
.book_creation_back3 .creation_shape .account_row .bpay_hold form button:hover, 
.book_creation_back4 .creation_shape .account_row .bpay_hold form button:hover, 
.book_creation_back .creation_shape .account_row .bpay_hold form button:hover {
    background-color: black;
    border: 1px solid black;
    color: #fff;
}
}

@media (max-width: 1020px){
    .home_page .navbar{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100vw;
        transition: 0.3s ease-in-out;
    }
    .home_page .navbar a li{
        text-transform: uppercase;
        font-size: 8px;
        white-space: nowrap;
        transition: 0.3s ease-in-out;
    }
    .home_page .navbar .holder_logo{
        display: flex;
        font-size: 20px;
        color: var(--primary-color);
    }
    .home_page .navbar .modal_open_form{
        display: flex;
    }
    .home_page .navbar .modal_open_form button{
        background: none;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }
    .home_page .navbar .list_link{
        position: absolute;
        top: 100%;
        right: -100%;
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
        gap: 20px;
        border-left: 1px solid rgba(255, 255, 255, 0.354);
        height: 90vh;
        background-color: var(--primary-color);
        z-index: 1000;
        opacity: 95%;
    }
    .home_page .navbar .list_link a{
        color: white;
    }
    .home_page .navbar .list_link a:nth-child(4){
        display: none;
    }
    .home_page .navbar .logPayButton span.wing:last-of-type{
        visibility: hidden;
    }
    .home_page .navbar .logPayButton span.wing:first-of-type{
        visibility: hidden;
    }
    .home_page .content .header{
        position: relative;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        z-index: -1;
    }
    .home_page .content .header h1{
        position: relative;
        font-size: 16px;
        font-weight: 800;
        text-align: center;
        line-height: 24px;
        letter-spacing: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--secondary-color);
        text-transform: uppercase;
    }
    .home_page .content .who_btn{
        z-index: -1;
    }
    .home_page .content p{
        font-size: 10px;
        width: 85%;
    }
    .about .card {
        overflow: hidden;
    }
    .values_page .card_holder .logo_card{
        display: flex;
        align-items: start;
        justify-content: start  ;
    }
    .values_page .card_holder{
        display: grid;
        grid-template-columns: auto auto;
        gap: 100px;
        row-gap: 100px;
    }
    .values_page .card_holder .heading{
        position: relative;
        display: flex;
        align-items: start;
        justify-content: start;
    }
    .values_page .card_holder .heading h1{
        display: flex;
        align-items: center;
        justify-content: start;
        text-align: start;
        gap: 20px;
    }
    .values_page .card_holder .heading h1 span:first-of-type{
        display: none;
        transform: scaleX(-1);
    }
    .values_page .card_holder .heading h1::after{
        content: '';
        position: absolute;
        width: 12%;
        height: 3px;
        border-radius: 20px;
        background-color: white;
        bottom: -36px;
        transition: 0.3s ease-in-out;
    }
}

@media (max-width: 768px) {
    .home_page{
        border-radius: 0px 0px 40px 40px;
    }
    .supervision{
        border-radius: 0px 0px 40px 40px;
    }
    .about{
        border-radius: 0px 0px 40px 40px;
    }
    .values_page{
        border-radius: 0px 0px 40px 40px;
    }
    .structure{
        border-radius: 0px 0px 40px 40px;
    }
    .services{
        border-radius: 0px 0px 40px 40px;
    }
    .achievement{
        border-radius: 0px 0px 40px 40px;
    }
    .client{
        border-radius: 0px 0px 40px 40px;
    }
    .focus_page{
        border-radius: 0px 0px 40px 40px;
    }
    .law{
        border-radius: 0px 0px 40px 40px;
    }
    .booking{
        border-radius: 0px 0px 40px 40px;
    }
    .home_page .navbar{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100vw;
        transition: 0.3s ease-in-out;
    }
    .home_page .navbar a li{
        text-transform: uppercase;
        font-size: 8px;
        white-space: nowrap;
        transition: 0.3s ease-in-out;
    }
    .home_page .navbar .holder_logo{
        display: flex;
        font-size: 20px;
        color: var(--primary-color);
    }
    .home_page .navbar .modal_open_form{
        display: flex;
    }
    .home_page .navbar .modal_open_form button{
        background: none;
        font-size: 16px;
        border: none;
    }
    .home_page .navbar .list_link{
        position: absolute;
        top: 100%;
        right: -100%;
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
        gap: 20px;
        border-left: 1px solid rgba(255, 255, 255, 0.354);
        height: 90vh;
        background-color: var(--primary-color);
        z-index: 1000;
        opacity: 95%;
    }
    .home_page .navbar .list_link a{
        color: white;
    }
    .home_page .navbar .list_link a:nth-child(4){
        display: none;
    }
    .home_page .navbar .logPayButton span.wing:last-of-type{
        visibility: hidden;
    }
    .home_page .navbar .logPayButton span.wing:first-of-type{
        visibility: hidden;
    }
    .home_page .content .header{
        position: relative;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        z-index: -1;
    }
    .home_page .content .header h1{
        position: relative;
        font-size: 16px;
        font-weight: 800;
        text-align: center;
        line-height: 24px;
        letter-spacing: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--secondary-color);
        text-transform: uppercase;
    }
    .home_page .content .who_btn{
        z-index: -1;
    }
    .home_page .content p{
        font-size: 10px;
        width: 85%;
    }
    .about .card {
        overflow: hidden;
    }
    .landing_page{
        border-radius: 0px 0px 40px 40px;
    }
    .landing_page .topheader h1{
        font-size: 6px;
        font-weight: 200;
        letter-spacing: 2px;
        white-space: nowrap;
        text-transform: uppercase;
    }
    .landing_page .topheader .line{
        position: relative;
        width: 10%;
        height: 0.1px;
        background-color: white;
    }
    .landing_page .topheader span{
        font-size: 11px;
    }
    .landing_page .mid_content{
        gap: 10px;
    }
    .landing_page .mid_content .since span{
        font-size: 8px;
    }
    .landing_page .mid_content .since h1{
        font-size: 8px;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 6px;
    }
    .landing_page .mid_content .main_text h1{
        font-size: 30px;
        font-weight: 900;
        text-align: center;
        word-spacing: 10px;
        color: white;
        text-transform: uppercase;
    }
    .landing_page .mid_content .main_text span{
        font-size: 12px;
    }
    .landing_page .mid_content .tagline{
        display: flex;
        align-items: center;
        font-size: 6px;
        font-weight: 300px;
        color: white;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 24px;
    }
    .landing_page .bottom_button button{
        padding: 6px;
        width: 30px;
        height: 30px;
        border: 1px solid white;
        background: none;
        color: white;
        font-size: 10px;
        border-radius: 50%;
        cursor: pointer;
        animation: downup 1s infinite ease-in-out;
    }
    .landing_page .bottom_button i {
        font-size: 12px;
        color: white;
        animation: downup 1s infinite ease-in-out;
        animation-delay: 0.1s;
    }
    .structure .head{
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 6px;
    }
    .structure .structure_holder .line{
        width: 1px;
        height: 60px;
        background-color: #0000004a;
    }
    .structure{
        border-radius: 0px 0px 40px 40px;
    }
    .structure .structure_holder{
        position: relative;
        display: flex;
        gap: 20px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .structure .structure_holder .level{
        gap: 14px;
    }
    .structure .structure_holder .level .title{
        font-size: 10px;
    }
    .structure .structure_holder .level:hover .title{
        color: black;
    }
    .structure .structure_holder .level .circle{
        position: relative;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #00000056;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        transition: 0.3s ease-in-out;
    }
    .structure .structure_holder .level .circle::after{
        content: '';
        position: absolute;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        border: 1px solid #00000056;
        transition: 0.3s ease-in-out;
    }
    .structure .structure_holder .level .names{
        position: absolute;
        bottom: -90%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1px;
        opacity: 0;
        line-height: 18px;
        visibility: hidden;
        pointer-events: none;
        transition: 0.3s ease-in-out;
        background-color: white;
        padding: 0px 5px 0px 5px;
    }
    .structure .structure_holder .level:hover .names{
        opacity: 1;
        visibility: visible;
        bottom: -120%;
    }
    .structure .structure_holder .level .names h1{
        font-size: 8px;
        text-align: center;
        white-space: nowrap;
    }
    .structure .structure_holder .level:hover .circle::after{
        border: 1px solid #000;
    }
    .supervision h1{
        font-size: 8px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 6px;
    }
    .supervision .institution_gov{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 60%;
    }
    .supervision .institution_gov .bnr{
        font-size: 40px;
    }
    .supervision .institution_gov .rdb{
        font-size: 30px;
    }
    .values_page .card_holder .logo_card{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .values_page .card_holder{
        display: grid;
        grid-template-columns: auto;
        gap: 100px;
        row-gap: 100px;
    }
    .values_page .card_holder .heading{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .values_page .card_holder .heading h1{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 20px;
    }
    .values_page .card_holder .heading h1 span:first-of-type{
        display: flex;
        transform: scaleX(-1);
    }
    .values_page .card_holder .heading h1::after{
        content: '';
        position: absolute;
        width: 12%;
        height: 3px;
        border-radius: 20px;
        background-color: white;
        bottom: -36px;
        transition: 0.3s ease-in-out;
    }
    .achievement{
        border-radius: 0px 0px 40px 40px;
    }
    .achievement p{
        font-size: 10px;
    }
    .achievement .numbers{
        width: 100%;
    }
    .achievement .numbers h1{
        font-size: 25px;
    }
    .achievement .numbers h1 span{
        font-size: 12px;
    }
    .client .head{
        font-size: 19px;
        width: 80%;
        text-align: center;
        line-height: 30px;
        gap: 10px;
    }
    .client .head span{
        font-size: 12px;
    }
    .client .card_holder .row{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 60px;
    }
    .client .card_holder .card{
        width: 100%;
    }
    .client .card_holder .row:last-of-type .line:first-of-type{
        display: flex;
    }
    .services .achieve .title{
        font-size: 16px;
        text-align: center;
        line-height: 34px;
        gap: 10px;
    }
    .services .achieve .tree{
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }
    .services .serve .title{
        text-align: center;
        line-height: 24px;
    }
    .services .achieve .tree .line{
        width: 1px;
        height: 100px;
        background-color: white;
    }
    .services .achieve .tree .content_holder{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        justify-content: start;
    }
    .services .achieve .tree .content_holder .content{
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        gap: 20px;
    }
    .services .achieve .tree .content_holder .content .logo_holder{
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .services .achieve .tree .content_holder .content .logo_holder .lines{
        position: relative;
        width: 80px;
        height: 1px;
        background-color: white;
    }
    .services .achieve .title span{
        font-size: 10px;
    }
    .services .achieve p {
        width: 100%;
    }
    .services .serve .card_holder .row .card p {
        width: 100%;
    }
    .services .achieve .tree .content_holder{
        align-items: start;
    }
    .services .achieve .tree .content_holder .content h1{
        font-size: 8px;
        text-align: start;
        line-height: 13px;
        font-weight: 300;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    .services .achieve .tree .content_holder .content .logo_holder span{
        position: relative;
        width: 25px;
        height: 25px;
        font-size: 6px;
        border-radius: 50%;
        border: 1px solid white;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .services .serve .card_holder{
        gap: 40px;
    }
    .services .serve .card_holder .row{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .services .serve .card_holder .row:last-of-type .line:first-of-type{
        display: flex;
    }
    .services .serve .card_holder .row .card{
        width: 100%;
    }
    .law{
        justify-content: center;
        border-radius: 0px 0px 40px 40px;
    }
    .law h1{
        font-size: 10px;
        font-weight: 700;
        text-align: center;
        line-height: 30px;
        text-transform: uppercase;
        letter-spacing: 4px;
    }
    .law p{
        width: 100%;
        font-size: 9px;
        font-weight: 200;
    }
    .law img:first-of-type{
        position: absolute;
        top: 50%;
        left: -50px;
        transform: scaleX(-1);
    }
    .law img:last-of-type{
        position: absolute;
        top: 50%;
        right: -50px;
    }
    .booking .title{
        font-size: 14px;
    }
    .booking .title span{
        font-size: 8px;
    }
    .booking form .row{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .booking img{
        position: absolute;
        width: 30px;
    }
    .booking img:first-of-type{
        transform: scaleX(-1);
        left: 20px;
    }
    .booking img:last-of-type{
        right: 20px;
    }
    .booking form{
        width: 80%;
    }
    .focus_page{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 50px;
        border-radius: 0px 0px 40px 40px;
    }
    .focus_page .card p{
        font-size: 10px;
    }
    .focus_page .line{
        width: 100px;
        height: 1px;
        background-color: rgb(171, 171, 171);
    }
    .footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
    }
    .footer .intro{
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }
    .footer .intro p{
        text-align: center;
    }
    .footer .intro .media_link{
        display: flex;
        margin-top: 20px;
        margin-left: 10px;
        width: 50%;
        align-items: center;
        justify-content: space-between;
    }
    .footer .links{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }
    .footer .links ul{
        display: grid;
        grid-template-columns: auto auto auto;
        flex-direction: column;
        gap: 20px;
    }
    .footer .contact{
        width: 80%;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }
    .footer .contact p{
        font-size: 10px;
        font-weight: 200;
        letter-spacing: 2px;
        line-height: 24px;
        text-align: center;
        text-transform: capitalize;
    }
    .about .card .details{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 50px;
    }
    .about .card{
        width: 90%;
        overflow: hidden;
    }
    .about .card .details h1{
        font-size: 15px;
        line-height: 26px;
        text-align: center;
        display: flex;
        align-items: center;
        letter-spacing: 4px;
        justify-content: center;
        gap: 10px;
    }
    .about .card .details p{
        width: 100%;
    }
    .about .card .details h1 span:first-of-type{
        display: flex;
        transform: scaleX(-1);
    }
    .about .card .details h1 span{
        display: flex;
        font-size: 10px;
    }
    .about .card .details p{
        text-align: center;
        width: 100%;
        font-size: 10px;
    }
    .about .card img{
        position: absolute;
        top: 85%;
        right: -80px;
        width: 55%;
        filter: invert(100%);
        transform: scaleX(-1);
        opacity: 10%;
    }
    .book_creation_back1, 
    .book_creation_back2, 
    .book_creation_back3, 
    .book_creation_back4, 
    .book_creation_back {
        width: 100vw;
        height: 100%;
    }
    .book_creation_back1 .creation_shape, 
    .book_creation_back2 .creation_shape, 
    .book_creation_back3 .creation_shape, 
    .book_creation_back4 .creation_shape, 
    .book_creation_back .creation_shape{
        width: 80%;
        height: 94%;
    }
    .account_creation_back .creation_shape{
        width: 80%;
        height: 94%;
    }
    .book_creation_back1 .creation_shape .bunch_buttons .indicator, 
    .book_creation_back2 .creation_shape .bunch_buttons .indicator, 
    .book_creation_back3 .creation_shape .bunch_buttons .indicator, 
    .book_creation_back4 .creation_shape .bunch_buttons .indicator, 
    .book_creation_back .creation_shape .bunch_buttons .indicator {
        position: absolute;
        top: 0;
        left: 0;
        width: 130px;
        height: 100%;
        background-color: rgb(0, 0, 0);
        border-radius: 6px 6px 0px 0px;
        z-index: -1;
        transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    }
    .account_creation_back .creation_shape .bunch_buttons .indicator{
        position: absolute;
        top: 0;
        left: 0;
        width: 130px;
        height: 100%;
        background-color: rgb(0, 0, 0);
        border-radius: 6px 6px 0px 0px;
        z-index: -1;
        transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    }
    .book_creation_back1 .creation_shape .bunch_buttons .book_btn, 
    .book_creation_back2 .creation_shape .bunch_buttons .book_btn, 
    .book_creation_back3 .creation_shape .bunch_buttons .book_btn, 
    .book_creation_back4 .creation_shape .bunch_buttons .book_btn, 
    .book_creation_back .creation_shape .bunch_buttons .book_btn {
        padding: 10px;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        color: white;
        gap: 8px;
        font-size: 7px;
        line-height: 15px;
        width: 140px;
        border-radius: 6px 6px 0px 0px;
        text-transform: uppercase;
        letter-spacing: 2px;
        cursor: pointer;
    }
    .account_creation_back .creation_shape .bunch_buttons .book_btn{
        padding: 10px;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        color: white;
        gap: 8px;
        font-size: 7px;
        line-height: 15px;
        width: 140px;
        border-radius: 6px 6px 0px 0px;
        text-transform: uppercase;
        letter-spacing: 2px;
        cursor: pointer;
    }
    .book_creation_back1 .creation_shape .bunch_buttons .book_btn span, 
    .book_creation_back2 .creation_shape .bunch_buttons .book_btn span, 
    .book_creation_back3 .creation_shape .bunch_buttons .book_btn span, 
    .book_creation_back4 .creation_shape .bunch_buttons .book_btn span, 
    .book_creation_back .creation_shape .bunch_buttons .book_btn span {
        font-size: 4px;
    }
    .account_creation_back .creation_shape .bunch_buttons .book_btn span{
        font-size: 4px;
    }
    .account_creation_back .creation_shape .bunch_buttons{
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .book_creation_back1 .creation_shape .bunch_buttons .pbook_btn, 
    .book_creation_back2 .creation_shape .bunch_buttons .pbook_btn, 
    .book_creation_back3 .creation_shape .bunch_buttons .pbook_btn, 
    .book_creation_back4 .creation_shape .bunch_buttons .pbook_btn, 
    .book_creation_back .creation_shape .bunch_buttons .pbook_btn {
        padding: 10px;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        color: white;
        gap: 8px;
        font-size: 7px;
        line-height: 15px;
        width: 140px;
        border-radius: 0px;
        text-transform: uppercase;
        letter-spacing: 2px;
        cursor: pointer;
    }
    .account_creation_back .creation_shape .bunch_buttons .pbook_btn{
        padding: 10px;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        color: white;
        gap: 8px;
        font-size: 7px;
        line-height: 15px;
        width: 120px;
        border-radius: 0px;
        text-transform: uppercase;
        letter-spacing: 2px;
        cursor: pointer;
    }
    .book_creation_back1 .creation_shape .bunch_buttons .pbook_btn span, 
    .book_creation_back2 .creation_shape .bunch_buttons .pbook_btn span, 
    .book_creation_back3 .creation_shape .bunch_buttons .pbook_btn span, 
    .book_creation_back4 .creation_shape .bunch_buttons .pbook_btn span, 
    .book_creation_back .creation_shape .bunch_buttons .pbook_btn span {
        font-size: 4px;
    }
    .account_creation_back .creation_shape .bunch_buttons .pbook_btn span{
        font-size: 4px;
    }
    .account_creation_back{
        width: 100vw;
        height: 100%;
    }
    .book_creation_back1 .creation_shape .account_row .book_hold, 
    .book_creation_back2 .creation_shape .account_row .book_hold, 
    .book_creation_back3 .creation_shape .account_row .book_hold, 
    .book_creation_back4 .creation_shape .account_row .book_hold, 
    .book_creation_back .creation_shape .account_row .book_hold {
        gap: 10px;
    }
    .book_creation_back1 .creation_shape .account_row .book_hold h1, 
    .book_creation_back2 .creation_shape .account_row .book_hold h1, 
    .book_creation_back3 .creation_shape .account_row .book_hold h1, 
    .book_creation_back4 .creation_shape .account_row .book_hold h1, 
    .book_creation_back .creation_shape .account_row .book_hold h1 {
        font-size: 12px;
        word-spacing: 5px;
        gap: 10px;
    }
    .book_creation_back1 .creation_shape .account_row .book_hold h1 span,
    .book_creation_back2 .creation_shape .account_row .book_hold h1 span, 
    .book_creation_back3 .creation_shape .account_row .book_hold h1 span, 
    .book_creation_back4 .creation_shape .account_row .book_hold h1 span,
    .book_creation_back .creation_shape .account_row .book_hold h1 span {
        font-size: 7px;
    }
    .book_creation_back1 .creation_shape .account_row .book_hold form, 
    .book_creation_back2 .creation_shape .account_row .book_hold form, 
    .book_creation_back3 .creation_shape .account_row .book_hold form, 
    .book_creation_back4 .creation_shape .account_row .book_hold form, 
    .book_creation_back .creation_shape .account_row .book_hold form {
        gap: 10px;
    }
    .book_creation_back1 .creation_shape .account_row .book_hold form .row, 
    .book_creation_back2 .creation_shape .account_row .book_hold form .row, 
    .book_creation_back3 .creation_shape .account_row .book_hold form .row, 
    .book_creation_back4 .creation_shape .account_row .book_hold form .row, 
    .book_creation_back .creation_shape .account_row .book_hold form .row {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .book_creation_back1 .creation_shape .account_row .book_hold form button, 
    .book_creation_back2 .creation_shape .account_row .book_hold form button, 
    .book_creation_back3 .creation_shape .account_row .book_hold form button, 
    .book_creation_back4 .creation_shape .account_row .book_hold form button, 
    .book_creation_back .creation_shape .account_row .book_hold form button {
        font-size: 10px;
        margin-top: 10px;
        padding: 8px 30px 8px 30px;
    }
    .book_creation_back .creation_shape .account_row .bpay_hold h1{
        font-size: 12px;
        word-spacing: 5px;
        gap: 10px;
    }
    .book_creation_back1 .creation_shape .account_row .bpay_hold h1 span, 
    .book_creation_back2 .creation_shape .account_row .bpay_hold h1 span, 
    .book_creation_back3 .creation_shape .account_row .bpay_hold h1 span, 
    .book_creation_back4 .creation_shape .account_row .bpay_hold h1 span, 
    .book_creation_back .creation_shape .account_row .bpay_hold h1 span{
        font-size: 7px;
    }
    .book_creation_back1 .creation_shape .account_row .bpay_hold form .row, 
    .book_creation_back2 .creation_shape .account_row .bpay_hold form .row, 
    .book_creation_back3 .creation_shape .account_row .bpay_hold form .row, 
    .book_creation_back4 .creation_shape .account_row .bpay_hold form .row, 
    .book_creation_back .creation_shape .account_row .bpay_hold form .row{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .book_creation_back1 .creation_shape .account_row .bpay_hold, 
    .book_creation_back2 .creation_shape .account_row .bpay_hold, 
    .book_creation_back3 .creation_shape .account_row .bpay_hold, 
    .book_creation_back4 .creation_shape .account_row .bpay_hold,  
    .book_creation_back .creation_shape .account_row .bpay_hold{
        gap: 22px;
    }
    .book_creation_back1 .creation_shape .account_row .bpay_hold form button, 
    .book_creation_back2 .creation_shape .account_row .bpay_hold form button, 
    .book_creation_back3 .creation_shape .account_row .bpay_hold form button, 
    .book_creation_back4 .creation_shape .account_row .bpay_hold form button, 
    .book_creation_back .creation_shape .account_row .bpay_hold form button {
        position: relative;
        margin-top: 10px;
        width: fit-content;
        padding: 8px 35px 8px 35px;
        font-size: 11px;
        font-weight: 300;
        letter-spacing: 3px;
        text-transform: uppercase;
        border: 1px solid white;
        color: black;
        background: white;
        cursor: pointer;
        overflow: hidden;
        border-radius: 1px;
        z-index: 1;
        transition: 0.3s ease-in-out;
    }
    .book_creation_back1 .creation_shape .account_row .bpay_hold form, 
    .book_creation_back2 .creation_shape .account_row .bpay_hold form, 
    .book_creation_back3 .creation_shape .account_row .bpay_hold form, 
    .book_creation_back4 .creation_shape .account_row .bpay_hold form, 
    .book_creation_back .creation_shape .account_row .bpay_hold form {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 90%;
        height: 100%;
        margin-top: 0px;
    }
    .account_creation_back .creation_shape .account_row .book_hold{
        gap: 10px;
    }
    .account_creation_back .creation_shape .account_row .book_hold h1{
        margin-top: 2px;
        font-size: 12px;
        word-spacing: 5px;
        gap: 10px;
    }
    .account_creation_back .creation_shape .account_row .book_hold h1 span{
        font-size: 7px;
    }
    .account_creation_back .creation_shape .account_row .book_hold form{
        gap: 10px;
    }
    .account_creation_back .creation_shape .account_row .book_hold form .row{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }
    .account_creation_back .creation_shape .account_row .book_hold form button{
        font-size: 10px;
        padding: 8px 30px 8px 30px;
    }
    .account_creation_back .creation_shape .account_row .bpay_hold h1 span{
        font-size: 7px;
    }
    .account_creation_back .creation_shape .account_row .bpay_hold form .row{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .account_creation_back .creation_shape .account_row .bpay_hold{
        gap: 20px;
    }
    .account_creation_back .creation_shape .account_row .bpay_hold h1{
        margin-top: 2px;
        font-size: 12px;
        word-spacing: 5px;
        gap: 10px;
    }
    .account_creation_back .creation_shape .account_row .bpay_hold form button{
        position: relative;
        margin-top: 4px;
        width: fit-content;
        padding: 8px 35px 8px 35px;
        font-size: 11px;
        font-weight: 300;
        letter-spacing: 3px;
        text-transform: uppercase;
        border: 1px solid white;
        color: black;
        background: white;
        cursor: pointer;
        overflow: hidden;
        border-radius: 1px;
        z-index: 1;
        transition: 0.3s ease-in-out;
    }
    .account_creation_back .creation_shape .account_row .bpay_hold form{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        width: 90%;
        height: 100%;
        margin-top: 2px;
    }
    .account_creation_back .creation_shape .account_row .bpay_hold form .row{
        gap: 14px;
    }
}

@media (max-width: 428px) {
    .landing_page{
        border-radius: 0px 0px 40px 40px;
    }
    .landing_page .topheader h1{
        font-size: 6px;
        font-weight: 200;
        letter-spacing: 2px;
        white-space: nowrap;
        text-transform: uppercase;
    }
    .landing_page .topheader .line{
        position: relative;
        width: 10%;
        height: 0.1px;
        background-color: white;
    }
    .landing_page .topheader span{
        font-size: 11px;
    }
    .landing_page .mid_content .since span{
        font-size: 8px;
    }
    .landing_page .mid_content .since h1{
        font-size: 8px;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 6px;
    }
    .landing_page .mid_content .main_text h1{
        font-size: 30px;
        font-weight: 900;
        text-align: center;
        word-spacing: 10px;
        color: white;
        text-transform: uppercase;
    }
    .landing_page .mid_content .main_text span{
        font-size: 12px;
    }
    .landing_page .mid_content .tagline{
        display: flex;
        align-items: center;
        font-size: 6px;
        font-weight: 300px;
        color: white;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 24px;
    }
    .landing_page .bottom_button button{
        padding: 6px;
        width: 30px;
        height: 30px;
        border: 1px solid white;
        background: none;
        color: white;
        font-size: 10px;
        border-radius: 50%;
        cursor: pointer;
        animation: downup 1s infinite ease-in-out;
    }
    .landing_page .bottom_button i {
        font-size: 12px;
        color: white;
        animation: downup 1s infinite ease-in-out;
        animation-delay: 0.1s;
    }
    .structure .structure_holder{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: 100%;
    }
    .structure .structure_holder .line{
        width: 1px;
        height: 60px;
        background-color: #0000004a;
    }
    .home_page{
        border-radius: 0px 0px 40px 40px;
    }
    .home_page .navbar{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100vw;
        transition: 0.3s ease-in-out;
    }
    .home_page .navbar a li{
        text-transform: uppercase;
        font-size: 8px;
        white-space: nowrap;
        transition: 0.3s ease-in-out;
    }
    .home_page .navbar .holder_logo{
        display: flex;
        font-size: 20px;
        color: var(--primary-color);
    }
    .home_page .navbar .modal_open_form{
        display: flex;
    }
    .home_page .navbar .modal_open_form button{
        background: none;
        font-size: 16px;
        border: none;
    }
    .home_page .navbar .list_link{
        position: absolute;
        top: 100%;
        right: -100%;
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
        gap: 20px;
        border-left: 1px solid rgba(255, 255, 255, 0.354);
        height: 90vh;
        background-color: var(--primary-color);
        z-index: 1000;
        opacity: 95%;
    }
    .home_page .navbar .list_link a{
        color: white;
    }
    .home_page .navbar .list_link a:nth-child(4){
        display: none;
    }
    .home_page .navbar .logPayButton span.wing:last-of-type{
        visibility: hidden;
    }
    .home_page .navbar .logPayButton span.wing:first-of-type{
        visibility: hidden;
    }
    .home_page .content .header{
        position: relative;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        z-index: -1;
    }
    .home_page .content .header h1{
        position: relative;
        font-size: 16px;
        font-weight: 800;
        text-align: center;
        line-height: 24px;
        letter-spacing: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--secondary-color);
        text-transform: uppercase;
    }
    .home_page .content .who_btn{
        z-index: -1;
    }
    .home_page .content p{
        font-size: 10px;
        width: 85%;
    }
    .supervision{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
        width: 100%;
        margin-top: -20%;
        background-color: var(--primary-color);
        color: white;
        padding: 160px 0px 40px 0px;
        border-radius: 0px 0px 40px 40px;
        z-index: 10;
        transition: 0.3s ease-in-out;
    }
    .supervision h1{
        font-size: 8px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 6px;
    }
    .supervision .institution_gov{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 60%;
    }
    .supervision .institution_gov .bnr{
        font-size: 30px;
    }
    .supervision .institution_gov .rdb{
        font-size: 20px;
    }
    .about{
        border-radius: 0px 0px 40px 40px;
    }
    .about .card .details{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 50px;
    }
    .about .card{
        width: 90%;
        overflow: hidden;
    }
    .about .card .details h1{
        font-size: 15px;
        line-height: 26px;
        text-align: center;
        display: flex;
        align-items: center;
        letter-spacing: 4px;
        justify-content: center;
        gap: 10px;
    }
    .about .card .details p{
        width: 100%;
    }
    .about .card .details h1 span:first-of-type{
        display: flex;
        transform: scaleX(-1);
    }
    .about .card .details h1 span{
        display: flex;
        font-size: 10px;
    }
    .about .card .details p{
        text-align: center;
        width: 100%;
        font-size: 10px;
    }
    .about .card img{
        position: absolute;
        top: 85%;
        right: -80px;
        width: 55%;
        filter: invert(100%);
        transform: scaleX(-1);
        opacity: 10%;
    }
    .values_page{
        border-radius: 0px 0px 40px 40px;
    }
    .values_page .card_holder .logo_card{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .values_page .card_holder{
        display: grid;
        grid-template-columns: auto;
        gap: 100px;
        row-gap: 100px;
    }
    .values_page .card_holder .heading{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .values_page .card_holder .heading h1{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 20px;
    }
    .values_page .card_holder .heading h1 span:first-of-type{
        display: flex;
        transform: scaleX(-1);
    }
    .values_page .card_holder .heading h1::after{
        content: '';
        position: absolute;
        width: 12%;
        height: 3px;
        border-radius: 20px;
        background-color: white;
        bottom: -36px;
        transition: 0.3s ease-in-out;
    }
    .structure{
        border-radius: 0px 0px 40px 40px;
    }
    .structure .head{
        font-size: 11px;
        text-align: center;
        line-height: 24px;
    }
    .structure .structure_holder .level .title{
        font-size: 10px;
    }
    .structure .structure_holder .level .circle{
        width: 6px;
        height: 6px;
    }
    .structure .structure_holder .level .circle::after{
        width: 10px;
        height: 10px;
        border: 1px solid #00000056;
    }
    .structure .structure_holder .level:hover .circle::after{
        border: 1px solid #000;
    }
    .structure .structure_holder .level .names{
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1px 10px 1px 10px;
    }
    .structure .structure_holder .level .names h1{
        white-space: nowrap;
    }
    .services{
        border-radius: 0px 0px 40px 40px;
    }
    .services .achieve .title{
        font-size: 16px;
        text-align: center;
        line-height: 34px;
        gap: 10px;
    }
    .services .achieve .tree{
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 90%;
    }
    .services .serve .title{
        text-align: center;
        line-height: 24px;
    }
    .services .achieve .tree .line{
        width: 1px;
        height: 100px;
        background-color: white;
    }
    .services .achieve .tree .content_holder{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        justify-content: start;
    }
    .services .achieve .tree .content_holder .content{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        gap: 20px;
    }
    .services .achieve .tree .content_holder .content .logo_holder{
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .services .achieve .tree .content_holder .content .logo_holder .lines{
        position: relative;
        width: 60px;
        height: 1px;
        background-color: white;
    }
    .services .achieve .title span{
        font-size: 10px;
    }
    .services .achieve p {
        width: 100%;
    }
    .services .serve .card_holder .row .card p {
        width: 100%;
    }
    .services .achieve .tree .content_holder{
        align-items: start;
    }
    .services .achieve .tree .content_holder .content h1{
        font-size: 6px;
        text-align: start;
        line-height: 13px;
        font-weight: 300;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    .services .achieve .tree .content_holder .content .logo_holder span{
        position: relative;
        width: 25px;
        height: 25px;
        font-size: 6px;
        border-radius: 50%;
        border: 1px solid white;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .services .serve .card_holder{
        gap: 40px;
    }
    .services .serve .card_holder .row{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .services .serve .card_holder .row:last-of-type .line:first-of-type{
        display: flex;
    }
    .services .serve .card_holder .row .card{
        width: 100%;
    }
    .achievement{
        border-radius: 0px 0px 40px 40px;
    }
    .achievement p{
        font-size: 10px;
    }
    .achievement .numbers{
        width: 100%;
    }
    .achievement .numbers h1{
        font-size: 25px;
    }
    .achievement .numbers h1 span{
        font-size: 12px;
    }
    .client{
        border-radius: 0px 0px 40px 40px;
    }
    .client .head{
        font-size: 19px;
        width: 80%;
        text-align: center;
        line-height: 30px;
        gap: 10px;
    }
    .client .head span{
        font-size: 12px;
    }
    .client .card_holder .row{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 60px;
    }
    .client .card_holder .card{
        width: 100%;
    }
    .client .card_holder .row:last-of-type .line:first-of-type{
        display: flex;
    }
    .focus_page{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 50px;
        border-radius: 0px 0px 40px 40px;
    }
    .focus_page .card p{
        font-size: 10px;
    }
    .focus_page .line{
        width: 100px;
        height: 1px;
        background-color: rgb(171, 171, 171);
    }
    .law{
        justify-content: center;
        border-radius: 0px 0px 40px 40px;
    }
    .law h1{
        font-size: 10px;
        font-weight: 700;
        text-align: center;
        line-height: 30px;
        text-transform: uppercase;
        letter-spacing: 4px;
    }
    .law p{
        width: 100%;
        font-size: 9px;
        font-weight: 200;
    }
    .law img:first-of-type{
        position: absolute;
        top: 50%;
        left: -50px;
        transform: scaleX(-1);
    }
    .law img:last-of-type{
        position: absolute;
        top: 50%;
        right: -50px;
    }
    .book_creation_back1, 
    .book_creation_back2, 
    .book_creation_back3, 
    .book_creation_back4,
    .book_creation_back {
        width: 100vw;
        height: 100%;
    }
    .book_creation_back1 .creation_shape, 
    .book_creation_back2 .creation_shape, 
    .book_creation_back3 .creation_shape, 
    .book_creation_back4 .creation_shape, 
    .book_creation_back .creation_shape {
        width: 90%;
        height: 60%;
    }
    .account_creation_back .creation_shape{
        width: 90%;
        height: 60%;
    }
    .book_creation_back1 .creation_shape .bunch_buttons .indicator, 
    .book_creation_back2 .creation_shape .bunch_buttons .indicator, 
    .book_creation_back3 .creation_shape .bunch_buttons .indicator, 
    .book_creation_back4 .creation_shape .bunch_buttons .indicator, 
    .book_creation_back .creation_shape .bunch_buttons .indicator {
        position: absolute;
        top: 0;
        left: 0;
        width: 130px;
        height: 100%;
        background-color: rgb(0, 0, 0);
        border-radius: 6px 6px 0px 0px;
        z-index: -1;
        transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    }
    .account_creation_back .creation_shape .bunch_buttons .indicator{
        position: absolute;
        top: 0;
        left: 0;
        width: 130px;
        height: 100%;
        background-color: rgb(0, 0, 0);
        border-radius: 6px 6px 0px 0px;
        z-index: -1;
        transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    }
    .book_creation_back1 .creation_shape .bunch_buttons .book_btn, 
    .book_creation_back2 .creation_shape .bunch_buttons .book_btn, 
    .book_creation_back3 .creation_shape .bunch_buttons .book_btn, 
    .book_creation_back4 .creation_shape .bunch_buttons .book_btn, 
    .book_creation_back .creation_shape .bunch_buttons .book_btn {
        padding: 10px;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        color: white;
        gap: 8px;
        font-size: 7px;
        line-height: 15px;
        width: 140px;
        border-radius: 6px 6px 0px 0px;
        text-transform: uppercase;
        letter-spacing: 2px;
        cursor: pointer;
    }
    .account_creation_back .creation_shape .bunch_buttons .book_btn{
        padding: 10px;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        color: white;
        gap: 8px;
        font-size: 7px;
        line-height: 15px;
        width: 140px;
        border-radius: 6px 6px 0px 0px;
        text-transform: uppercase;
        letter-spacing: 2px;
        cursor: pointer;
    }
    .book_creation_back1 .creation_shape .bunch_buttons .book_btn span, 
    .book_creation_back2 .creation_shape .bunch_buttons .book_btn span, 
    .book_creation_back3 .creation_shape .bunch_buttons .book_btn span, 
    .book_creation_back4 .creation_shape .bunch_buttons .book_btn span, 
    .book_creation_back .creation_shape .bunch_buttons .book_btn span {
        font-size: 4px;
    }
    .account_creation_back .creation_shape .bunch_buttons .book_btn span{
        font-size: 4px;
    }
    .account_creation_back .creation_shape .bunch_buttons{
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .book_creation_back1 .creation_shape .bunch_buttons .pbook_btn, 
    .book_creation_back2 .creation_shape .bunch_buttons .pbook_btn, 
    .book_creation_back3 .creation_shape .bunch_buttons .pbook_btn, 
    .book_creation_back4 .creation_shape .bunch_buttons .pbook_btn, 
    .book_creation_back .creation_shape .bunch_buttons .pbook_btn {
        padding: 10px;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        color: white;
        gap: 8px;
        font-size: 7px;
        line-height: 15px;
        width: 140px;
        border-radius: 0px;
        text-transform: uppercase;
        letter-spacing: 2px;
        cursor: pointer;
    }
    .account_creation_back .creation_shape .bunch_buttons .pbook_btn{
        padding: 10px;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        color: white;
        gap: 8px;
        font-size: 7px;
        line-height: 15px;
        width: 120px;
        border-radius: 0px;
        text-transform: uppercase;
        letter-spacing: 2px;
        cursor: pointer;
    }
    .book_creation_back1 .creation_shape .bunch_buttons .pbook_btn span, 
    .book_creation_back2 .creation_shape .bunch_buttons .pbook_btn span, 
    .book_creation_back3 .creation_shape .bunch_buttons .pbook_btn span, 
    .book_creation_back4 .creation_shape .bunch_buttons .pbook_btn span, 
    .book_creation_back .creation_shape .bunch_buttons .pbook_btn span {
        font-size: 4px;
    }
    .account_creation_back .creation_shape .bunch_buttons .pbook_btn span{
        font-size: 4px;
    }
    .account_creation_back{
        width: 100vw;
        height: 100%;
    }
    .book_creation_back1 .creation_shape .account_row .book_hold h1, 
    .book_creation_back2 .creation_shape .account_row .book_hold h1, 
    .book_creation_back3 .creation_shape .account_row .book_hold h1, 
    .book_creation_back4 .creation_shape .account_row .book_hold h1, 
    .book_creation_back .creation_shape .account_row .book_hold h1 {
        font-size: 12px;
        word-spacing: 5px;
        gap: 10px;
    }
    .book_creation_back1 .creation_shape .account_row .book_hold h1 span, 
    .book_creation_back2 .creation_shape .account_row .book_hold h1 span, 
    .book_creation_back3 .creation_shape .account_row .book_hold h1 span, 
    .book_creation_back4 .creation_shape .account_row .book_hold h1 span, 
    .book_creation_back .creation_shape .account_row .book_hold h1 span {
        font-size: 7px;
    }
    .book_creation_back1 .creation_shape .account_row .book_hold form .row, 
    .book_creation_back2 .creation_shape .account_row .book_hold form .row, 
    .book_creation_back3 .creation_shape .account_row .book_hold form .row, 
    .book_creation_back4 .creation_shape .account_row .book_hold form .row, 
    .book_creation_back .creation_shape .account_row .book_hold form .row {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .book_creation_back1 .creation_shape .account_row .book_hold form button, 
    .book_creation_back2 .creation_shape .account_row .book_hold form button, 
    .book_creation_back3 .creation_shape .account_row .book_hold form button, 
    .book_creation_back4 .creation_shape .account_row .book_hold form button,  
    .book_creation_back .creation_shape .account_row .book_hold form button{
        font-size: 10px;
        padding: 8px 30px 8px 30px;
    }
    .book_creation_back1 .creation_shape .account_row .bpay_hold h1,
    .book_creation_back2 .creation_shape .account_row .bpay_hold h1, 
    .book_creation_back3 .creation_shape .account_row .bpay_hold h1, 
    .book_creation_back4 .creation_shape .account_row .bpay_hold h1, 
    .book_creation_back .creation_shape .account_row .bpay_hold h1 {
        font-size: 12px;
        word-spacing: 5px;
        gap: 10px;
    }
    .book_creation_back1 .creation_shape .account_row .bpay_hold h1 span, 
    .book_creation_back2 .creation_shape .account_row .bpay_hold h1 span, 
    .book_creation_back3 .creation_shape .account_row .bpay_hold h1 span, 
    .book_creation_back4 .creation_shape .account_row .bpay_hold h1 span, 
    .book_creation_back .creation_shape .account_row .bpay_hold h1 span{
        font-size: 7px;
    }
    .book_creation_back1 .creation_shape .account_row .bpay_hold form .row,
    .book_creation_back2 .creation_shape .account_row .bpay_hold form .row, 
    .book_creation_back3 .creation_shape .account_row .bpay_hold form .row, 
    .book_creation_back4 .creation_shape .account_row .bpay_hold form .row, 
    .book_creation_back .creation_shape .account_row .bpay_hold form .row {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .book_creation_back1 .creation_shape .account_row .bpay_hold, 
    .book_creation_back2 .creation_shape .account_row .bpay_hold, 
    .book_creation_back3 .creation_shape .account_row .bpay_hold, 
    .book_creation_back4 .creation_shape .account_row .bpay_hold, 
    .book_creation_back .creation_shape .account_row .bpay_hold {
        gap: 20px;
    }
    .book_creation_back1 .creation_shape .account_row .bpay_hold form button,
    .book_creation_back2 .creation_shape .account_row .bpay_hold form button, 
    .book_creation_back3 .creation_shape .account_row .bpay_hold form button, 
    .book_creation_back4 .creation_shape .account_row .bpay_hold form button, 
    .book_creation_back .creation_shape .account_row .bpay_hold form button {
        position: relative;
        margin-top: 4px;
        width: fit-content;
        padding: 8px 35px 8px 35px;
        font-size: 11px;
        font-weight: 300;
        letter-spacing: 3px;
        text-transform: uppercase;
        border: 1px solid white;
        color: black;
        background: white;
        cursor: pointer;
        overflow: hidden;
        border-radius: 1px;
        z-index: 1;
        transition: 0.3s ease-in-out;
    }
    .book_creation_back1 .creation_shape .account_row .bpay_hold form, 
    .book_creation_back2 .creation_shape .account_row .bpay_hold form, 
    .book_creation_back3 .creation_shape .account_row .bpay_hold form, 
    .book_creation_back4 .creation_shape .account_row .bpay_hold form, 
    .book_creation_back .creation_shape .account_row .bpay_hold form {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 90%;
        height: 100%;
        margin-top: 10px;
    }
    .account_creation_back .creation_shape .account_row .book_hold{
        gap: 10px;
    }
    .account_creation_back .creation_shape .account_row .book_hold h1{
        margin-top: 2px;
        font-size: 12px;
        word-spacing: 5px;
        gap: 10px;
    }
    .account_creation_back .creation_shape .account_row .book_hold h1 span{
        font-size: 7px;
    }
    .account_creation_back .creation_shape .account_row .book_hold form{
        gap: 10px;
    }
    .account_creation_back .creation_shape .account_row .book_hold form .row{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }
    .account_creation_back .creation_shape .account_row .book_hold form button{
        font-size: 10px;
        padding: 8px 30px 8px 30px;
    }
    .account_creation_back .creation_shape .account_row .bpay_hold h1 span{
        font-size: 7px;
    }
    .account_creation_back .creation_shape .account_row .bpay_hold form .row{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .account_creation_back .creation_shape .account_row .bpay_hold{
        gap: 20px;
    }
    .account_creation_back .creation_shape .account_row .bpay_hold h1{
        margin-top: 2px;
        font-size: 12px;
        word-spacing: 5px;
        gap: 10px;
    }
    .account_creation_back .creation_shape .account_row .bpay_hold form button{
        position: relative;
        margin-top: 4px;
        width: fit-content;
        padding: 8px 35px 8px 35px;
        font-size: 11px;
        font-weight: 300;
        letter-spacing: 3px;
        text-transform: uppercase;
        border: 1px solid white;
        color: black;
        background: white;
        cursor: pointer;
        overflow: hidden;
        border-radius: 1px;
        z-index: 1;
        transition: 0.3s ease-in-out;
    }
    .account_creation_back .creation_shape .account_row .bpay_hold form{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        width: 90%;
        height: 100%;
        margin-top: 2px;
    }
    .account_creation_back .creation_shape .account_row .bpay_hold form .row{
        gap: 14px;
    }
    .booking{
        border-radius: 0px 0px 40px 40px;
    }
    .booking .title{
        font-size: 14px;
    }
    .booking .title span{
        font-size: 8px;
    }
    .booking form .row{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .booking img{
        position: absolute;
        width: 30px;
    }
    .booking img:first-of-type{
        transform: scaleX(-1);
        left: 20px;
    }
    .booking img:last-of-type{
        right: 20px;
    }
    .booking form{
        width: 80%;
    }
    .footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
    }
    .footer .intro{
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }
    .footer .intro p{
        text-align: center;
    }
    .footer .intro .media_link{
        display: flex;
        margin-top: 20px;
        margin-left: 10px;
        width: 50%;
        align-items: center;
        justify-content: space-between;
    }
    .footer .links{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }
    .footer .links ul{
        display: grid;
        grid-template-columns: auto auto auto;
        flex-direction: column;
        gap: 20px;
    }
    .footer .contact{
        width: 80%;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }
    .footer .contact p{
        font-size: 10px;
        font-weight: 200;
        letter-spacing: 2px;
        line-height: 24px;
        text-align: center;
        text-transform: capitalize;
    }
    
}
@media (max-width: 375px){
    .home_page .navbar .list_link{
        position: absolute;
        top: 100%;
        right: -140%;
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
        gap: 20px;
        border-left: 1px solid rgba(255, 255, 255, 0.354);
        height: 90vh;
        background-color: var(--primary-color);
        z-index: 1000;
        opacity: 95%;
    }
    .landing_page .mid_content .main_text h1{
        font-size: 25px;
        font-weight: 900;
        text-align: center;
        word-spacing: 10px;
        color: white;
        text-transform: uppercase;
    }
    .landing_page .mid_content .main_text{
        gap: 15px;
    }
    .supervision h1 {
        font-size: 7px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 4px;
        text-align: center;
    }
    .booking form .book_form_link{
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 10px;
    }
}
@media (max-width: 320px){
    .booking form .book_form_link{
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 8px;
    }
    .landing_page .topheader h1{
        font-size: 5px;
        font-weight: 200;
        letter-spacing: 1px;
        white-space: nowrap;
        text-transform: uppercase;
    }    
    .booking .title {
        line-height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 12px;
        word-spacing: 2px;
    }
    .landing_page .mid_content .main_text h1{
        font-size: 20px;
        font-weight: 900;
        text-align: center;
        word-spacing: 10px;
        color: white;
        text-transform: uppercase;
    }
    .supervision h1 {
        font-size: 7px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 4px;
        text-align: center;
    }
    .footer .links ul {
        display: grid;
        grid-template-columns: auto auto;
        flex-direction: column;
        gap: 20px;
    }
    .book_creation_back1 .creation_shape .bunch_buttons .pbook_btn, 
    .book_creation_back2 .creation_shape .bunch_buttons .pbook_btn, 
    .book_creation_back3 .creation_shape .bunch_buttons .pbook_btn, 
    .book_creation_back4 .creation_shape .bunch_buttons .pbook_btn, 
    .book_creation_back .creation_shape .bunch_buttons .pbook_btn {
        white-space: nowrap;
    }
    .book_creation_back1 .creation_shape .account_row .bpay_hold h1,
    .book_creation_back2 .creation_shape .account_row .bpay_hold h1, 
    .book_creation_back3 .creation_shape .account_row .bpay_hold h1, 
    .book_creation_back4 .creation_shape .account_row .bpay_hold h1, 
    .book_creation_back .creation_shape .account_row .bpay_hold h1 {
        font-size: 11px;
        word-spacing: 5px;
        gap: 10px;
        text-align: center;
        line-height: 24px;
        margin-top: 0px;
    }
    .book_creation_back1 .creation_shape .account_row .bpay_hold h1 span, 
    .book_creation_back2 .creation_shape .account_row .bpay_hold h1 span, 
    .book_creation_back3 .creation_shape .account_row .bpay_hold h1 span, 
    .book_creation_back4 .creation_shape .account_row .bpay_hold h1 span, 
    .book_creation_back .creation_shape .account_row .bpay_hold h1 span {
        font-size: 4px;
    }
    .book_creation_back1 .creation_shape .account_row .bpay_hold, 
    .book_creation_back2 .creation_shape .account_row .bpay_hold, 
    .book_creation_back3 .creation_shape .account_row .bpay_hold, 
    .book_creation_back4 .creation_shape .account_row .bpay_hold, 
    .book_creation_back .creation_shape .account_row .bpay_hold {
        gap: 10px;
        overflow-y: auto;
    }
    .book_creation_back1 .creation_shape .account_row .bpay_hold form, 
    .book_creation_back2 .creation_shape .account_row .bpay_hold form, 
    .book_creation_back3 .creation_shape .account_row .bpay_hold form, 
    .book_creation_back4 .creation_shape .account_row .bpay_hold form,  
    .book_creation_back .creation_shape .account_row .bpay_hold form{
        gap: 6px;
    }
    .book_creation_back1 .creation_shape .account_row .bpay_hold form .row, 
    .book_creation_back2 .creation_shape .account_row .bpay_hold form .row, 
    .book_creation_back3 .creation_shape .account_row .bpay_hold form .row, 
    .book_creation_back4 .creation_shape .account_row .bpay_hold form .row, 
    .book_creation_back .creation_shape .account_row .bpay_hold form .row {
        gap: 6px;
    }
    .book_creation_back1 .creation_shape .account_row .bpay_hold form button, 
    .book_creation_back2 .creation_shape .account_row .bpay_hold form button, 
    .book_creation_back3 .creation_shape .account_row .bpay_hold form button, 
    .book_creation_back4 .creation_shape .account_row .bpay_hold form button, 
    .book_creation_back .creation_shape .account_row .bpay_hold form button {
        margin-top: 10px;
    }
    .book_creation_back1 .creation_shape .account_row .book_hold, 
    .book_creation_back2 .creation_shape .account_row .book_hold, 
    .book_creation_back3 .creation_shape .account_row .book_hold, 
    .book_creation_back4 .creation_shape .account_row .book_hold, 
    .book_creation_back .creation_shape .account_row .book_hold {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        background-color: black;
        width: 100%;
        height: 100%;
        padding: 40px;
        gap: 10px;
    }
    .book_creation_back1 .creation_shape .account_row .book_hold h1, 
    .book_creation_back2 .creation_shape .account_row .book_hold h1, 
    .book_creation_back3 .creation_shape .account_row .book_hold h1, 
    .book_creation_back4 .creation_shape .account_row .book_hold h1, 
    .book_creation_back .creation_shape .account_row .book_hold h1 {
        font-size: 12px;
        text-transform: uppercase;
        word-spacing: 5px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: white;
        margin-top: 0px;
    }
    .book_creation_back1 .creation_shape .account_row .book_hold h1 span, 
    .book_creation_back2 .creation_shape .account_row .book_hold h1 span, 
    .book_creation_back3 .creation_shape .account_row .book_hold h1 span, 
    .book_creation_back4 .creation_shape .account_row .book_hold h1 span, 
    .book_creation_back .creation_shape .account_row .book_hold h1 span {
        font-size: 4px;
    }
    .book_creation_back1 .creation_shape .account_row .book_hold form, 
    .book_creation_back2 .creation_shape .account_row .book_hold form, 
    .book_creation_back3 .creation_shape .account_row .book_hold form, 
    .book_creation_back4 .creation_shape .account_row .book_hold form, 
    .book_creation_back .creation_shape .account_row .book_hold form {
        gap: 6px;
    }
    .book_creation_back1 .creation_shape .account_row .book_hold form .row, 
    .book_creation_back2 .creation_shape .account_row .book_hold form .row, 
    .book_creation_back3 .creation_shape .account_row .book_hold form .row, 
    .book_creation_back4 .creation_shape .account_row .book_hold form .row, 
    .book_creation_back .creation_shape .account_row .book_hold form .row {
        gap: 6px;
    }
    .book_creation_back1 .creation_shape .account_row .book_hold form button, 
    .book_creation_back2 .creation_shape .account_row .book_hold form button, 
    .book_creation_back3 .creation_shape .account_row .book_hold form button, 
    .book_creation_back4 .creation_shape .account_row .book_hold form button, 
    .book_creation_back .creation_shape .account_row .book_hold form button {
        margin-top: 10px;
    }
    .book_creation_back1 .creation_shape .bunch_buttons .indicator, 
    .book_creation_back2 .creation_shape .bunch_buttons .indicator, 
    .book_creation_back3 .creation_shape .bunch_buttons .indicator, 
    .book_creation_back4 .creation_shape .bunch_buttons .indicator, 
    .book_creation_back .creation_shape .bunch_buttons .indicator {
        position: absolute;
        top: 0;
        left: 0;
        width: 118px;
        height: 100%;
        background-color: rgb(0, 0, 0);
        border-radius: 6px 6px 0px 0px;
        z-index: -1;
        transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    }
}