@font-face {
    font-family: 'Latin';
    src: url('../fonts/lmsans10-regular.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Latin';
    src: url('../fonts/lmsans10-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Latin';
    src: url('../fonts/lmsans10-oblique.otf') format('opentype');
    font-weight: bold;
    font-style: oblique;
}

@font-face {
    font-family: 'Latin';
    src: url('../fonts/lmsans10-boldoblique.otf') format('opentype');
    font-weight: bold;
    font-style: oblique;
}

@font-face {
    font-family: 'Latin';
    src: url('../fonts/lmsansdemicond10-regular.otf') format('opentype');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Light.otf') format('opentype');
    font-weight:lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-LightItalic.otf') format('opentype');
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Italic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand_Dash.otf') format('opentype');
    font-weight: bold;
    font-style: oblique;
}


@media (max-width: 920px) {
    .search-tab{
        right: 0 !important;
    }
    
    .banner-txt h1{
        margin-top: -20px !important;
    }
    .top-header{
        padding-left: 0px !important;
        margin-top: 5px;
    }
}

@media (max-width: 800px) {
    .banner-txt h1 {
    font-size: 1.8em; 
    }
    .banner-txt .desc {
        font-size: 1.5em;
    }
    .page2 .txt h3{
        font-size: 30px !important;
    }
    .page2 .txt h3 .g{
        font-size: 32px !important;
    }
    .page2 .txt h3 .b{
        font-size: 35px !important;
    }
    .page2 .txt h4{
        font-size: 30px !important;
    }
    .page4 .txt h3{
        font-size: 30px !important;
    }
    .page4 .txt h3 span{
        font-size: 30px !important;
    }
    .page4 .txt p{
        font-size: 15px !important;
    }
    .page5 .txt h2{
        font-size: 26px !important;
    }
    .page5 .txt a{
        font-size: 15px !important;
    }
    
} 

@media (max-width: 600px) {
    .banner-txt h1 {
    font-size: 1.8em;
    }
    .banner-txt .desc {
        font-size: 1.3em;
    }
    .page2 .txt h3{
        font-size: 30px;
    }
    .page4 .txt h3{
        font-size: 30px !important;
    }
    .page4 .txt h3 span{
        font-size: 30px !important;
    }
    .page4 .txt p{
        font-size: 15px !important;
    }
    .page5 .txt h2{
        font-size: 25px !important;
    }
}

@media (max-width: 400px) {
    .banner-txt h1 {
    font-size: 1.5em;
    }
    .banner-txt .desc {
        font-size: 10px;
    }
    .page2 .txt h3{
        font-size: 25px;
    }
}



body{
    margin:0;
    overflow-x: hidden;
    font-family: 'Rubik', sans-serif;
    height: 100%;
    overflow-y: scroll;
    font-weight: bold;
}

*{
    scrollbar-width: none;
    -ms-overflow-style: none;
}

*::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Edge */
}

.page1{
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.mobile-header{
    z-index: 2;
    position: absolute;
    top:25px;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100%;
    border-bottom: 1px rgba(255, 255, 255, 0.307) solid;
    
}

.mobile-header .logo-original{
    width: 120px;
    height: auto;
    cursor: pointer;
    position: absolute;
    top:10px;
}
.mobile-header .lines{
    position: absolute;
    left:20px;
    width: 30px;
    height: auto;
    cursor: pointer;
    filter: invert(100%);
}
.mobile-header .search{
    position: absolute;
    right:20px;
    width: 22px;
    top:20px;
    height: auto;
    cursor: pointer;
    filter: invert(100%);
}




.left-header .logo{
    width: 130px;
    height: auto;
    cursor: pointer;

}
.left-header .lines{
    width: 30px;
    height: auto;
    filter: invert(100%);
    margin-right: 25px;
    cursor: pointer;
}

.header{
    z-index: 3;
    height: 70px;
    width: 100%;
    position: absolute;
    top: 20px;
    /* background-color: black; */
    border-bottom: 1px rgba(255, 255, 255, 0.204) solid;
    box-sizing: border-box;
}
.header .logo-original{
    position: absolute;
    right: 0;
    width: 130px;
    height: auto;
    opacity: 0;
    cursor: pointer;

}
.header:hover{
    background-color: white;
}

.header:hover > .header-txt a{
    color: black;
}
.header:hover > .left-header .logo{
    opacity: 0;
}
.header:hover > .left-header .logo-original{
    opacity: 1;
}
.header:hover > .left-header .lines{
    filter: invert(0%);
}



.left-header{
    height: 100%;
    display: flex;
    position: absolute;
    left: 50px;
    align-items: center;
    justify-content: center;
}
.banner{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.banner-img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    /* filter: brightness(90%); */
}
.header-txt{
    display: flex;
    flex-direction: row;
    position: absolute;
    top:15px;
    left: 270px;
    height: 100%;
}
.header-txt a{
    font-family: 'Rubik', sans-serif;
    font-size: medium;
    margin: 10px;
    color:white;
    font-weight: 500;
}
#nav-7{
    margin-top: 10px;
    height: calc(100%-10px);
}
.link-7,.link-8,.link-9 {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    transition: 0.4s;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0;
    position: relative;
    cursor: pointer;
    height: 100%;
}

.link-7{
    padding: 5px 10px;
}

.link-7:hover,.link-8:hover{
    color: #4195d0 !important;
}


.link-7::after,.link-8::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-color: #4195d0;
    bottom: 0;
    left: 0;
    margin:0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s;
}
.link-7:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.link-8:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.link-7::before {
    transition: 0.4s;
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNyAxMGw1IDUgNS01IEc3eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPgo=');
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(100%);
}

.link-7:hover::before{
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNyAxMGw1IDUgNS01IEc3eiIgZmlsbD0iIzQxOTVkMCIvPjwvc3ZnPgo=');
    transform: rotate(180deg) translateY(50%);
}

.header:hover > .header-txt #nav-7 .link-7::before{
    filter: invert(0%);
}


.header:hover > .header-txt #nav-7 .link-7::before{
    filter: invert(0%);
}

.header:hover > .search a{
    color: gray;
}
.header:hover > .search img{
    filter: invert(0%);
    opacity: 0.5 !important;
}
.search{
    position: absolute;
    right: 40px;
    top:10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-bar{
    position: absolute;
    left: 100%;
    width: calc(100% - 500px);
    height: 100%;
    background-color: white;
    z-index: 4;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 15px;
    box-sizing: border-box;
    transition: 0.4s;

}

.search-bar img{
    height: 22px;
    width: 22px;
    cursor: pointer;
}

.search-bar input{
    height: 100%;
    width: 90%;
    box-sizing: border-box;
    padding: 10px 10px;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    border: 0;
    outline: none;
    font-weight: bold;
    color: rgba(0,0,0,0.65);
}

.mobile-search-bar{
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 4;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 15px;
    box-sizing: border-box;
    transition: 0.4s;
}
.mobile-search-bar input{
    height: 100%;
    width: 90%;
    box-sizing: border-box;
    padding: 10px 10px;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    border: 0;
    outline: none;
    font-weight: bold;
    color: rgba(0,0,0,0.65);
}

.mobile-search-bar img{
    height: 22px;
    width: 22px;
    cursor: pointer;
}





.search img{
    height: 19px;
    width: 19px;
    filter: invert(100%);
}

.link-9{
    font-size: 16px;
    margin: 10px;
    color:white;
    font-weight: bold;
    padding: 5px 0px;

}

.shadow{
    height: 100%;
    width: 10px;
    position: absolute;
    left:-10px;
    box-shadow: 0px 0px 500px 700px rgba(0, 0, 0, 0.54);
    z-index: 0;
}

.bot-shadow{
    height: 10px;
    width: 100%;
    position: absolute;
    bottom:-10px;
    box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.416);
    z-index: 0;
}

.down-img{
    height: auto;
    width: 40px;
    position: absolute;
    bottom: 20px;
    filter: invert(100%);
    z-index: 1;
    left: calc(50% - 20px);
    cursor: pointer;
    transition: 0.4s;
}

.down-img:hover{
    bottom: 10px;
}

.banner-txt{
    max-width: 600px;
    position: absolute;
    top: 120px;
    z-index: 1;
    margin: 0px 70px;
}

.banner-txt h1{
    max-width: 100%;
    font-family: 'Latin', 'Rubik', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 2em;
    line-height: 1.2;
    word-spacing: -5px;
    /* white-space: nowrap; */
    color: white;
    text-shadow: 5px 0px 20px rgba(0, 0, 0, 0.581);
}


.banner-txt .desc{
    max-width: 100%;
    font-family:'Rubik', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.855);
    text-shadow: 5px 0px 20px rgba(0, 0, 0, 0.581);
    margin-bottom: 10px;
}

.banner-txt .desc span{
    font-weight: bold;
}

.banner-txt h1 .r-46{
    color: #4195d0;
    font-style: oblique;
}

.banner-txt h1 .r-45{
    font-style: oblique;
    color: white !important;
}

.check{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    color: white;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    margin-top: 7px;
}

.more{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    color: white;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    margin-top: 15px;
    margin-left: 20px;
    cursor: pointer;
}

.banner-txt .check img{
    width: 25px;
    height: auto;
    margin-bottom: 3px;
    margin-right: 14px;
}

.banner-txt .more img{
    transition: 0.4s;
    width: 35px;
    height: auto;
    margin-bottom: 3px;
    margin-left: 14px;
}

.banner-txt .more:hover > img{
    margin-left: 30px;
}

.capabilities-banner,.industries-banner{
    position: absolute;
    max-width: 820;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    top:70px;
    height: auto;
    background-color: white;
    z-index: -1;
    padding: 50px 50px;
    box-sizing: border-box;
    opacity: 0;
    flex-direction: row;
    display: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 7px solid #4195d0;
    border-left: 1px solid rgba(0, 0, 0, 0.362);
    border-right: 1px solid rgba(0, 0, 0, 0.362);
    box-sizing: border-box;
}

.about-banner{
    position: absolute;
    max-width: 280px;
    left: 50%;
    transform: translateX(-50%);
    top:70px;
    height: auto;
    background-color: white;
    z-index: -1;
    padding: 50px 50px;
    box-sizing: border-box;
    opacity: 0;
    flex-direction: row;
    display: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 7px solid #4195d0;
    border-left: 1px solid rgba(0, 0, 0, 0.362);
    border-right: 1px solid rgba(0, 0, 0, 0.362);
    box-sizing: border-box;
}

.about-banner .group {
    width: 100%;
}

.group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 40%;
}

.group a {
    margin: 10px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    color: rgba(0,0,0,0.85);
    text-decoration: none;
}

.group a:hover {
    color: #4195d0;
    text-decoration-line: underline;
    text-underline-offset: 4px;
    
}

.group a span{
    font-weight: bold;
}

.capabilities-banner h2,.industries-banner h2,.about-banner h2{
    color: #4195d0;
    position: absolute;
    top: -7px;
    left: 50px;
    font-size: 20px;
}
.capabilities-banner .group h3{
    color: rgba(0, 0, 0, 0.911);
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
}

.capabilities-banner .group h3:hover{
    color: #4195d0;
    text-decoration-line: underline;
}

.capabilities-banner .group p{
    color: rgba(0, 0, 0, 0.656);
    font-weight: bold;
    font-size: 15px;
    margin:0px 0px;
}

.group.ft{
    position: relative;
    padding-left: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.437);
}

.group.ft h4{
    position: absolute;
    color: #4195d0;
    font-weight: bold;
    font-size: 17px;
    top: -48px;
    left: 13px;
}


.drawer{
    transition: 0.4s;
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 320px;
    display: flex;
    left: -320px;
    top: 0;
    background-color: white;
    z-index: 4;
    flex-wrap: wrap;
    flex-direction: column;
}

.drawer-ind,.drawer-cap,.drawer-abt{
    transition: 0.4s;
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 320px;
    display: flex;
    left: -320px;
    top: 0;
    background-color: white;
    z-index: 4;
    flex-wrap: wrap;
    flex-direction: column;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}



.drawer-ind::-webkit-scrollbar {
    display: none;
  }

.drawer .logo,.drawer-ind .logo,.drawer-cap .logo,.drawer-abt .logo{
    width: 120px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 50px;
}

.drawer .back,.drawer-ind .back,.drawer-cap .back,.drawer-abt .back{
    position: absolute;
    width: 40px;
    height: auto;
    top: 20px;
    right: 10px;
    rotate: 90deg;
    cursor: pointer;
}

.drawer .nav-2{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-left: 50px;
}

.drawer .nav-2 a{
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    margin: 10px 0px;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    color: black;
    text-decoration:none;
}

.drawer .nav-2 a:hover{
    color: #4195d0;
}

.drawer .nav-3{
    position: absolute;
    bottom: 10px;
    left: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.drawer .nav-3 a{
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    margin: 7px 0px;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    color: rgba(0,0,0,0.85);
    text-decoration: none;
}

.drawer .nav-3 a:hover{
    color: #4195d0;
    text-underline-offset: 4px;
    text-decoration-line: underline;
}


.drawer .sep{
    position: absolute;
    bottom: 50px;
    width: 80%;
    left: 10%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 60px;
}

.link-2::after{
    content: '';
    display: inline-block;
    width: 30px; 
    height: 30px; 
    background-color: #4195d0;
    -webkit-mask: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNyAxMGw1IDUgNS01IEc3eiIgZmlsbD0iIzQxOTVkMCIvPjwvc3ZnPgo=');
    mask: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNyAxMGw1IDUgNS01IEc3eiIgZmlsbD0iIzQxOTVkMCIvPjwvc3ZnPgo=');
    mask-size: cover;
    -webkit-mask-size: cover;
    transform: rotate(270deg);
}

.dark{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.273);
    top: 0;
    left: 0;
    z-index: 3;
}


/* ind drawer */

.drawer-ind .nav-5{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 80px;
    margin-left: 50px;
}

.drawer-ind .nav-5 h2{
    margin-left: -10px;
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    color: #4195d0;
}

.drawer-ind .nav-5 a{
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    margin: 10px 0px;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    color: rgba(0,0,0,0.85);
    text-decoration: none;
}

.drawer-ind .nav-5 a:hover{
    color: #4195d0;
    text-decoration-line:underline;
    text-underline-offset: 4px;
}

/* cap drawer */

.drawer-cap .nav-5,.drawer-abt .nav-5{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 80px;
    margin-left: 50px;
    padding-bottom: 50px;
}

.drawer-cap .nav-5 h2,.drawer-abt .nav-5 h2{
    margin-left: -10px;
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    color: #4195d0;
}

.drawer-cap .nav-5 h3{
    margin-left: -7px;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    color: #4195d0;
}


.drawer-cap .nav-5 a,.drawer-abt .nav-5 a{
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    margin: 10px 0px;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    color: rgba(0,0,0,0.85);
    text-decoration: none;
}

.drawer-cap .nav-5 a:hover,.drawer-abt .nav-5 a:hover{
    color: #4195d0;
    text-decoration-line:underline;
    text-underline-offset: 4px;
}
.drawer-cap .nav-5 .sep{
    width: 80%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-left: calc(10%-50px);
    margin-top: 20px;
}

.drawer-cap .nav-5 h4{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    color: rgba(0, 0, 0, 0.911);
    margin-top: 5px;
    margin-bottom: 0px;
    cursor: pointer;
}

.drawer-cap .nav-5 h4:hover{
    color: #4195d0;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.drawer-cap .nav-5 .t-12{
    margin-top: 30px;
}

.drawer-cap .nav-5 p{
    font-size: 15px;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    height: 1px;
    color: rgba(0, 0, 0, 0.656);
    margin-top: 12px;
    margin-right: 10px;
}

.page2{
    width: 100%;
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 30px 0px;
}

.page2 .txt{
    height: 100%;
    width: 55%;
    padding: 0px 20px;
    box-sizing: border-box;
}

.page2 .txt h3{
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    font-weight: 500;
    width: 70%;
    color: rgba(0, 0, 0, 0.937);
    margin-left: 20px;

}

.page2 .txt h4{
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    font-weight: bold;
    width: 60%;
    color: rgba(0, 0, 0, 0.937);
    margin-block-start: 40px;
    margin-bottom: 40px;
    margin-left: 20px;

}

.page2 .txt h3 .b{
    font-family: 'Latin', 'Rubik', sans-serif;
    color: #4195d0;
    font-style: oblique;
    font-weight: bolder;
    font-size: 42px;
    
}

.page2 .txt h3 .g{
    font-family: 'Lora';
    font-weight: bolder;
    font-size: 42px;
    color: black;
}


.page2 .img{
    height: 100%;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page2 .txt h5{
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.918);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: 5px;
    cursor: pointer;
    margin-left: 20px;
    
}

.page2 .txt h5:hover::after{
    background-color: #4195d0;
    margin-left: 20px;
}

.page2 .txt h5::after {
    transition: 0.3s;
    margin-left: 3px;
    content: '';
    display: inline-block;
    width: 30px; 
    height: 30px; 
    background-color: rgba(0, 0, 0, 0.875);
    -webkit-mask: url('../imgs/arrow.svg');
    mask: url('../imgs/arrow.svg');
    mask-size: cover;
    -webkit-mask-size: cover;
}

.page2 .img img,.page4 .img img{
    width: 85%;
    height: 80%;
    object-fit: cover;
    border-radius: 2px;
}

.page3{
    width: 100%;
    /* height: ; */
    background: linear-gradient(-78deg,#4195d0,#002450fb, #001734fb);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}

.stat1,.stat2,.stat3{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 33%;
    margin: 20px 0px;
    text-align: center;
}

.stat1 h2,.stat2 h2,.stat3 h2{
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin-top: 0;
    width: 100%;
    align-self: center;
}

.stat1 .count,.stat2 .count,.stat3 .count{
    color: white;
    font-family: 'Latin';
    font-weight: bold;
    font-size: 47px;
}

.stat1 .count::after{
    color: white;
    font-family: 'Rubik', sans-serif;
    font-size: 47px;
    content: '+';
}

.stat3 .count::after{
    color: white;
    font-family: 'Rubik', sans-serif;
    font-size: 47px;
    content: '%';
}

.page4{
    width: 100%;
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 30px 0px;
}

.page4 .txt{
    height: 100%;
    width: 55%;
    padding: 0px 20px;
    box-sizing: border-box;
}

.page4 .img{
    height: 100%;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.page4 .txt h3{
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    font-weight: bold;
    width: 70%;
    color: rgba(0, 0, 0, 0.937);
    margin-left: 20px;
    margin-bottom: 10px;
}

.page4 .txt h3 span{
    font-family: 'Latin', 'Rubik', sans-serif;
    color: #4195d0;
    font-style: oblique;
    font-weight: bolder;
    font-size: 42px;   
}

.page4 .txt p{
    font-family: 'Latin', 'Rubik', sans-serif;
    font-size: 21px;
    font-weight: bold;
    width: 70%;
    color: rgba(0, 0, 0, 0.937);
    margin-left: 20px;

}

.page4 .txt a{
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: bold;
    width: 70%;
    color: rgba(0, 0, 0, 0.937);
    margin-left: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.page4 .txt a::after{
    transition: 0.3s;
    margin-left: 3px;
    content: '';
    display: inline-block;
    width: 30px; 
    height: 30px; 
    background-color: rgba(0, 0, 0, 0.875);
    -webkit-mask: url('../imgs/arrow.svg');
    mask: url('../imgs/arrow.svg');
    mask-size: cover;
    -webkit-mask-size: cover;
}

.page4 .txt a:hover::after{
    margin-left: 20px;
    background-color: #4195d0;
}

.page5{
    /* height: 350px; */
    width: 100%;
    background: radial-gradient(circle, rgba(0,36,80,1) 45%, rgba(6,61,128,1) 100%);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
}

.page5 .txt{
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 40px;
}

.page5 .txt h2{
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    font-size: 35px;
    width: 70%;
}

.page5 .txt a{
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    font-size: 17px;
    padding: 15px 20px;
    border: 1px solid white;
    cursor: pointer;
    text-decoration: none;
}

.page5 .txt a:hover{
    background-color: white;
    color:#002450fb;
}

.page5 .bar{
    height: 75%;
    width: 10px;
    background-color: white;
}

.page6{
    width: 100%;
    background-color: white;
    padding: 30px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: start;
    position: relative;
}

.page6 img{
    height: auto;
    width: 180px;
}

.page6 .cytos {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    flex-wrap: wrap;
}

.page6 .cytos a{
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: rgb(49, 49, 49);
    margin: 5px 10px;
    cursor: pointer;
    text-decoration: none;
    
}

.page6 .cytos a:hover{
    color:#4195d0;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.page6 .bar{
    width: 85%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.499);
    margin: 20px 0px;
    align-self: center;
}

.page6 p{
    position: absolute;
    bottom: 0px;
    align-self: center;
    color: gray;
}

.search-tab{
    width:100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -425px;
    right: 100px;
    z-index: 3;
    background-color: white;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px 20px;
    transition: 0.4s;
    box-sizing: border-box;
}

.search-tab a{
    color: black;
    text-decoration: none;
    margin: 10px;
    font-weight: bold;
    color: rgba(0,0,0,0.65);
}

.search-tab p{
    color: rgb(66, 66, 66);
    text-align: center;
    font-weight: bold;
    color: rgba(0,0,0,0.65);
    display: none;
}

.search-tab a:hover{
    color: #4195d0;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}


.top-header{
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding-left: 34px;
}

.top-header a{
    color: white;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.4s;
    text-decoration: none;
}

.top-header:hover{
    background-color: white;
    
}

.top-header:hover > a{
    color: black;
    
}

.header:hover + .top-header{
    background-color: white;
    border-bottom: 1px rgb(208, 208, 208) solid;
    
}

.header:hover + .top-header a{
    color: black;
    
}

.language-switch::after {
    content: "";
    display: inline-block;
    width: 20px; /* Adjust size as needed */
    height: 20px; /* Adjust size as needed */
    margin-left: 2px; /* Space between text and icon */
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M21%2012C21%2016.9706%2016.9706%2021%2012%2021M21%2012C21%207.02944%2016.9706%203%2012%203M21%2012C21%2013.6569%2016.9706%2015%2012%2015C7.02944%2015%203%2013.6569%203%2012M21%2012C21%2010.3431%2016.9706%209%2012%209C7.02944%209%203%2010.3431%203%2012M12%2021C7.02944%2021%203%2016.9706%203%2012M12%2021C10.3431%2021%209%2016.9706%209%2012C9%207.02944%2010.3431%203%2012%203M12%2021C13.6569%2021%2015%2016.9706%2015%2012C15%207.02944%2013.6569%203%2012%203M3%2012C3%207.02944%207.02944%203%2012%203%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
}

.header:hover + .top-header .language-switch::after, .top-header:hover > .language-switch::after{
    content: "";
    display: inline-block;
    width: 20px; /* Adjust size as needed */
    height: 20px; /* Adjust size as needed */
    margin-left: 2px; /* Space between text and icon */
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M21%2012C21%2016.9706%2016.9706%2021%2012%2021M21%2012C21%207.02944%2016.9706%203%2012%203M21%2012C21%2013.6569%2016.9706%2015%2012%2015C7.02944%2015%203%2013.6569%203%2012M21%2012C21%2010.3431%2016.9706%209%2012%209C7.02944%209%203%2010.3431%203%2012M12%2021C7.02944%2021%203%2016.9706%203%2012M12%2021C10.3431%2021%209%2016.9706%209%2012C9%207.02944%2010.3431%203%2012%203M12%2021C13.6569%2021%2015%2016.9706%2015%2012C15%207.02944%2013.6569%203%2012%203M3%2012C3%207.02944%207.02944%203%2012%203%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
}

.page7{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px dashed rgb(197, 197, 197);
}

.page7 h3{
    font-family: 'Rubik', sans-serif;
    font-size: 30px;
    font-weight: bold;
    width: 70%;
    color: rgba(0, 0, 0, 0.937);
    margin-bottom: 10px;
    text-align: center;
}

.page7 a{
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.937);
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: start;
    text-decoration: none;
    margin-bottom: 20px;
}

.page7 a::after{
    transition: 0.3s;
    margin-left: 3px;
    content: '';
    display: inline-block;
    width: 30px; 
    height: 30px; 
    background-color: rgba(0, 0, 0, 0.875);
    -webkit-mask: url('../imgs/arrow.svg');
    mask: url('../imgs/arrow.svg');
    mask-size: cover;
    -webkit-mask-size: cover;
}

.page7 a:hover::after{
    margin-left: 20px;
    background-color: #4195d0;
}

.slider {
    width: 80%;
    overflow: hidden;
    position: relative;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    color: white;
    font-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px 20px;
    box-sizing: border-box;
    background-size:60%;
}
/* Default: 5 slides */
.slide {
    flex: 1 0 20%;
}

/* 4 slides */
@media (max-width: 1200px) {
    .slide {
        flex: 1 0 25%;
    }
}

/* 3 slides */
@media (max-width: 900px) {
    .slide {
        flex: 1 0 33.33%;
    }
}

/* 2 slides */
@media (max-width: 600px) {
    .slide {
        flex: 1 0 50%;
    }
}

/* 1 slide */
@media (max-width: 400px) {
    .slide {
        flex: 1 0 100%;
    }
    .slider {
        width: 60% !important;
    }
}