@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* font-family: "Inter", sans-serif; */

:root{
--primary: #4180f4;
--primaryLight: #6a9efd;
--secondary: #031a53;
--Dark: #201515;
--black: #000000;
--white: #ffffff;
--font_inter:"Inter", sans-serif;;
--font_DegularD:'Degular Display';
}

body{ padding:0; margin:0; font-size:16px; color:var(--Dark); font-family: var(--font_inter); font-weight: normal;}
a, button{outline:none !important; text-decoration:none; box-shadow:none; transition:all .4s ease-in-out;}
a:hover, a:focus, select:focus, button:focus,.btn:focus,btn.focus { outline:none; text-decoration:none; box-shadow:none;}
* { margin:0; padding:0;}
img { border:none; vertical-align:middle; max-width:100%; height:auto;}
li{ list-style:none;}
h1, h2, h3, h4, h5, h6{ outline:none !important;}
input, select, textarea, button{ outline:none !important; box-shadow:none;}
input, textarea, select{ /*-moz-appearance: none; -webkit-appearance: none;*/ box-shadow:none !important;}

.container{ width:96%; max-width:1410px; margin:0 auto; padding:0;}
.container.sm{ max-width: 1300px;}

::selection {
    background-color: var(--primary);
    color: var(--white);
}

@font-face {
    font-family: 'Degular Display';
    src: url('../fonts/DegularDisplay-Light.eot');
    src: url('../fonts/DegularDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DegularDisplay-Light.woff2') format('woff2'),
        url('../fonts/DegularDisplay-Light.woff') format('woff'),
        url('../fonts/DegularDisplay-Light.ttf') format('truetype'),
        url('../fonts/DegularDisplay-Light.svg#DegularDisplay-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Degular Display';
    src: url('../fonts/DegularDisplay-Regular.eot');
    src: url('../fonts/DegularDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DegularDisplay-Regular.woff2') format('woff2'),
        url('../fonts/DegularDisplay-Regular.woff') format('woff'),
        url('../fonts/DegularDisplay-Regular.ttf') format('truetype'),
        url('../fonts/DegularDisplay-Regular.svg#DegularDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Degular Display';
    src: url('../fonts/DegularDisplay-Medium.eot');
    src: url('../fonts/DegularDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DegularDisplay-Medium.woff2') format('woff2'),
        url('../fonts/DegularDisplay-Medium.woff') format('woff'),
        url('../fonts/DegularDisplay-Medium.ttf') format('truetype'),
        url('../fonts/DegularDisplay-Medium.svg#DegularDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Degular Display';
    src: url('../fonts/DegularDisplay-SemiBold.eot');
    src: url('../fonts/DegularDisplay-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DegularDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/DegularDisplay-SemiBold.woff') format('woff'),
        url('../fonts/DegularDisplay-SemiBold.ttf') format('truetype'),
        url('../fonts/DegularDisplay-SemiBold.svg#DegularDisplay-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Degular Display';
    src: url('../fonts/DegularDisplay-Bold.eot');
    src: url('../fonts/DegularDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DegularDisplay-Bold.woff2') format('woff2'),
        url('../fonts/DegularDisplay-Bold.woff') format('woff'),
        url('../fonts/DegularDisplay-Bold.ttf') format('truetype'),
        url('../fonts/DegularDisplay-Bold.svg#DegularDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*===================
 		HEADER 
===================*/
.header_sec{ width:100%; padding:30px 0 20px; margin:0; background: rgba(255,255,255,0.7); backdrop-filter: blur(9px); position:relative; top:0; z-index:1025; transition:all .4s ease-in-out;}
.header_sec .navbar{ margin:0; padding:0;}
.header_sec .navbar-brand{ width: 122px; min-width: 122px; margin:0 50px 0 0; padding:0; display: inline-flex;}
.header_sec .navbar-brand img{ width: 100%; transition:all .4s ease-in-out;}
.header_sec .navbar-light .navbar-nav .nav-item{ margin:0 35px 0 0; transition:all .4s ease-in-out;}
.header_sec .navbar-light .navbar-nav .nav-link{ margin:0; padding:0px 0; font-weight: 600; font-size: 16px; color: var(--Dark);}
.header_sec .navbar-light .navbar-nav .nav-link:focus, .header_sec .navbar-light .navbar-nav .nav-link:hover{ color: var(--primary);}
.header_sec .navbar-light .navbar-nav .nav-link.active, .header_sec .navbar-light .navbar-nav .show > .nav-link{ color: var(--primary);}
.header_sec .dropdown-toggle::after{ border: none; width: 9px; height: 6px; background: url(../images/drop_arrow.png) center center no-repeat; background-size: 100% 100%; vertical-align: middle; transition:all .1s ease-in-out;}
.header_sec .navbar-light .navbar-nav .nav-link:focus::after, .header_sec .navbar-light .navbar-nav .nav-link:hover::after{ filter: brightness(0) saturate(100%) invert(41%) sepia(57%) saturate(1353%) hue-rotate(196deg) brightness(99%) contrast(93%);}
.header_sec .navbar-light .navbar-nav .nav-link.active::after, .header_sec .navbar-light .navbar-nav .show > .nav-link::after{ filter: brightness(0) saturate(100%) invert(41%) sepia(57%) saturate(1353%) hue-rotate(196deg) brightness(99%) contrast(93%);}

.header_sec .dropdown-menu{ border: 1px solid rgba(255,255,255,0.5); box-shadow:3px 3px 17px rgba(0,0,0,0.1); padding: 0; overflow: hidden; margin-top: 20px !important; background: rgba(255,255,255,0.7); backdrop-filter: blur(9px);}
.header_sec .dropdown-item{ padding: 0.5rem 1.25rem; color: var(--Dark);}
.header_sec .dropdown-item:hover, .header_sec .dropdown-item:focus{ color: var(--white); background: var(--primary);}

.head_btns{ display: flex; gap: 5px; flex-wrap: wrap;}
.language_btn{ margin: 0; padding: 0; background: #f1f8fe; display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 50%;}
.language_btn:hover{ background: #b8daf6;}
.sign_btn{ margin: 0; padding: 4px 17px 6px 17px; border-radius: 50px; font-size: 16px; color: var(--Dark); display: inline-flex; font-weight: 600; justify-content: center;}
.sign_btn:hover{ background: #f1f8fe; color: var(--primary);}
.sign_btn:hover span{ background: #fef0e8;}
.sign_btn.fill{ width: 130px; background: linear-gradient(to right, #4180f4 34%, #6a9efd 99%); color: var(--white); background-size: 200% 100%;}
.sign_btn.fill:hover{ background-size: 100% 100%; color: var(--white);}

.header_sec.sticky{ padding: 10px 0; width: 100%; position: fixed; left: 0; top: 0; transition:all .4s ease-in-out; box-shadow: 0 0 20px rgba(0,0,0,0.1);}

@keyframes slide-down{
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

/*=================================
 		SECTION START HERE 
=================================*/
section{ padding:0; margin:0;}

/* Hero */
.hero_sec{ margin: 0; padding: 10px 0 0; text-align: center;}
.hero_sec .inner{ margin: 0 0 20px; padding: 130px 0 7px 0; background: #f1f8fe;}
.hero_sec .detail{ width: 96%; margin: 0 auto; padding: 0; max-width: 900px; position: relative; z-index: 5;}
.hero_sec h1{ margin: 0; padding: 0; font-size: 94px; font-family: var(--font_DegularD); font-weight: 600; color: var(--Dark);}
.hero_sec p{ margin: 0 0 30px; padding: 0; font-size: 29px; font-family: var(--font_DegularD); font-weight: 400; color: var(--Dark);}
.hero_sec figure{ margin: -60px -2px -20px;}
.hero_sec figure img{ width: 100%;}

.move-up{ animation: float 2s ease-in-out infinite;}
@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-35px);
    }

    100% {
        transform: translateY(0);
    }
}

.btn_info{ margin: 0; padding: 0; display: flex; gap: 15px; justify-content: center; align-items: center;}

.btns{ margin: 0; padding: 13px 50px; font-size: 18px; font-weight: 800; color: var(--white); background: linear-gradient(to right, var(--primary) 0%, var(--primaryLight) 100%); background-size: 300% 100%; border-radius: 53px; display: inline-block;}
.btns:hover{ background-size: 100% 100%; box-shadow: 0 9px 24px 4px rgba(65,128,244,0.49);}
.btns.dark:hover{ box-shadow: 0 9px 24px 4px rgba(38,70,171,0.49);}

.video_btn{ margin: 0; padding: 13px 35px 13px 60px; font-size: 18px; font-weight: 800; background: #b8daf6; color: var(--primary); border-radius: 53px; display: inline-block; position: relative;}
.video_btn::before{ content: ""; width: 26px; height: 26px; border-radius: 50%; background: rgba(65,128,244,0.20) url(../images/play.svg) no-repeat center center; position: absolute; left: 27px; top: 50%; transform: translateY(-50%); transition:all .4s ease-in-out;}
.video_btn:hover{ background: var(--white); color: var(--primary);}
.video_btn:hover::before{ background-color: var(--primary);}

/* Logo Sec */
.logo_sec{ padding: 30px 0 65px;}
.logo_sec ul{ margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; gap: 69px;}
.logo_sec ul li{ display: inline-flex;}

.sec_title{ margin: 0 0 50px; padding: 0; font-size: 52px; color: var(--Dark); font-weight: 500; line-height: 50px; letter-spacing: 0.6px; font-family: var(--font_DegularD);}
.sec_title.white{ color: var(--white);}
.sec_title span{ color: var(--primary);}

/* Communites */
.communites_sec{ padding: 65px 0 40px; text-align: center;}
.communites_sec .container{ max-width: 1150px;}
.communites_sec .sec_title{ margin:0 auto 100px; max-width: 840px;}
.community{ margin:0 auto 30px; max-width: 334px;}
.community figure{ text-align: center; margin: 0 0 40px;}
.community h3{ margin: 0; font-size: 20px; line-height: 30px; font-weight: normal;}

/* Value */
.value_sec{ padding: 40px 0 27px;}
.value_sec .bg{ padding: 0; background: url(../images/value_bg.jpg) no-repeat center center; background-size: cover; border-radius: 10px; position: relative;}
.value_sec .bg::before{ content: ""; width: 1154px; height: 47px; background: url(../images/shadow.png) no-repeat center top; position: absolute; right: 0; bottom: 0; z-index: 5;}
.value_sec .inner{  max-width: 1008px; margin: 0 auto; width: 96%;}
.value_sec .info{ margin: 0 0 30px; font-size: 20px; line-height: 30px; font-weight: 300; color: #fff;}
.vroll2{ padding-top: 138px;}
.value_sec .detail{ padding: 112px 0 50px; position: sticky; top: 50px;}
.value_sec .blocks{ padding: 112px 0 0; margin-left: 60px; position: relative;}
.value_sec .blocksinn{ height: 100%; overflow-y: auto; padding-bottom: 60px; -ms-overflow-style: none; scrollbar-width: none;}
.value_sec .blocksinn::-webkit-scrollbar { display: none;}
.value{ margin: 0 0 21px; padding: 44px 24px; background: var(--white); border-radius: 10px; box-shadow: 0 0 46px rgba(16,39,45,0.1); text-align: center;}
.value figure{ margin-bottom: 20px;}
.value h3{ margin: 0 0 14px; font-size: 20px; line-height: 25px; font-weight: 700; color: var(--Dark);}
.value p{ margin: 0; font-size: 17px; line-height: 25px; color: var(--Dark);letter-spacing: -0.5px;}
.btns.bordered{ border: 1px solid rgba(255,255,255,0.24); background: rgba(255,255,255,0.1); box-shadow: none;}
.btns.bordered:hover{ background: rgba(255,255,255,0.3); border-color: rgba(255,255,255,0.44);}

/* System */
.system_sec{ margin: 0; padding: 27px 0 0; text-align: center; position: relative;}
.system_sec::before{ content: ""; width: 75%; height: 1px; background: #e5e5e5; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.system_sec .inner{ margin: 0 0 65px; padding: 100px 0 0 0; background: #f1f8fe; position: relative;}
.system_sec .inner:before{ content: ""; width: 466px; height: 433px; background: url(../images/curve_1.png) bottom left no-repeat; background-size: 100% 100%; position: absolute; bottom: 0; left: 0;}
.system_sec .inner:after{ content: ""; width: 457px; height: 536px; background: url(../images/curve_2.png) bottom right no-repeat; background-size: 100% 100%; position: absolute; bottom: 0; right: 0;}
.system_sec .detail{ width: 96%; margin: 0 auto; padding: 0; max-width: 900px; position: relative; z-index: 5;}
.system_sec h2{ margin: 0; padding: 0; font-size: 80px; font-family: var(--font_DegularD); font-weight: 600; color: var(--Dark);}
.system_sec .info{ margin: 0; padding: 0; font-size: 29px; font-family: var(--font_DegularD); font-weight: 400;}
.system_sec figure{ margin: 50px 0 0 0; position: relative; z-index: 2;}
.system_sec figure svg{ margin-bottom: -5px;}
.system{ margin: 0 0 78px; height: calc(100% - 78px); display: flex; flex-direction: column; justify-content: space-between; align-items: center;}
.system i{ display: flex; justify-content: center; align-items: center; margin: 0 auto 28px; width: 84px; height: 70px; font-family: var(--font_DegularD); font-size: 39px; color: var(--secondary); font-weight: 600; text-transform: uppercase; font-style: normal; background: url(../images/system_border.svg) center center no-repeat; background-size: 100% 100%;}
.system h3{ margin: 0 0 26px; padding: 0; font-size: 20px; font-weight: 700; color: var(--Dark); letter-spacing: -0.5px;}
.system ul{ margin: 0 auto 30px; padding: 0; text-align: left; max-width: 270px;}
.system ul li{ margin: 0 0 16px; padding: 0 0 0 34px; font-size: 18px; color: var(--Dark); line-height: 23px; background: url(../images/check.png) no-repeat left top; word-break: break-all; letter-spacing: -0.5px;}

.train{ animation: voyage 5s linear infinite;}

@keyframes voyage {
    0% {
      transform: translateX(-80%);
    }
    100% {
      transform: translateX(50%);
    }
}

/* Mission */
.mission_sec{ margin: 0; padding: 110px 0 100px 0; overflow: hidden;}
.mission_sec h2{ margin: 30px 0 0 0; padding: 0; font-size: 52px; font-family: var(--font_DegularD); line-height: 55px; font-weight: 500;}
.mission_sec h2 span{ background: var(--primary); color: var(--white); display: inline; line-height: 70px;}
.mission_sec p{ margin: 30px 0 0 0; padding: 0; font-size: 20px; line-height: 30px;}
.mission_sec .gx-5{ --bs-gutter-x: 4rem;}
.mission_sec figure{ margin: 0 4% 0 -8%; padding: 0;}
.mission_sec svg{ overflow: inherit;}

.cap{ animation: cap 1s linear infinite;}
@keyframes cap {
    0% {
      transform: skew(1deg, 0.5deg);
    }
    50% {
        transform: skew(-1.5deg, 0.2deg);
    }
    100% {
        transform: skew(1deg, 0.5deg);
    }
}

.lines{ animation: lines 0.5s linear infinite;}
@keyframes lines {
    0% {
      transform: translateX(0px);
    }
    100% {
        transform: translateX(-40px);
        opacity: 0;
    }
}

.worldrotate{ animation: worldrotate 10s linear infinite; transform-origin: 52% 47%; transform-box: fill-box;}
@keyframes worldrotate {
    0% {
      transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}


/* Engage */
.engage_sec{ margin: 0; padding: 0; text-align: center;}
.engage_sec .inner{ margin: 0; padding: 80px 30px 0 30px; border-radius: 10px; background: url(../images/engage_bg.jpg) center center no-repeat; background-size: cover; overflow: hidden;}
.engage_sec h2{ margin: 0 0 10px 0; padding: 0; font-size: 92px; color: var(--white); font-family: var(--font_DegularD); font-weight: 500;}
.engage_sec h2 span{ color: var(--primary);}
.engage_sec p{ margin: 0 0 30px 0; padding: 0; font-size: 29px; color: var(--white); font-family: var(--font_DegularD); font-weight: 300;}
.engage_sec figure{ margin: 50px 0 0 0;}

/*=================================
 		Footer START HERE 
=================================*/
.footer_sec{ margin: 0; padding: 0; display: contents;}
.footer_sec .footer_inn{ margin: 0; padding: 0;}
.footer_inn .container{ padding: 60px 0;}
.footer_sec .ft_logo{ margin: 0 0 25px 0; padding: 0; width: 122px;}
.footer_sec .copyright{ margin: 0; padding: 0; font-size: 14px;}
.footer_sec h3{ margin: 0 0 10px 0; padding: 0; font-size: 15px; font-weight: 700;}
.footer_sec .more_link{ margin: 85px 0 0 0; padding: 0; display: block; font-size: 15px; color: var(--Dark); font-weight: 700;}
.footer_sec .more_link:hover{ color: var(--primary);}

ul.ft_link{ margin: 0; padding: 0;}
ul.ft_link li{ margin: 0 0 3px 0; padding: 0; display: block;}
ul.ft_link li a{ margin: 0; padding: 0; font-size: 15px; color: var(--Dark); font-weight: 400; display: inline-block; position: relative;}
ul.ft_link li a:hover{ color: var(--primary); }

ul.ft_social{ margin: 0; padding: 0; display: flex; gap: 10px; align-items: center;}
ul.ft_social li{ margin: 0; padding: 0; display: flex;}
ul.ft_social li img{ height: 24px; filter: brightness(0) saturate(100%) invert(8%) sepia(25%) saturate(591%) hue-rotate(315deg) brightness(98%) contrast(97%);}
ul.ft_social li:hover img{ filter: inherit;}

.country{ padding:0; margin:111px 0 15px; min-height: 42px;}
.country .btn{ padding:8px 30px 8px 37px; font-size:16px; font-weight: 600; color: var(--Dark); border:1px solid #d9d9d9; background:var(--white) url(../images/country_ic.png) no-repeat center left 14px; display: flex; align-items: center; gap: 10px; border-radius: 5px; border-color: #d9d9d9 !important;}
.country .btn.show{ border-radius: 5px 5px 0 0; border-bottom: transparent !important;}
.country :not(.btn-check) + .btn:active{ border-color: #d9d9d9 !important; background: var(--white); color: var(--Dark);}
.country .btn.dropdown-toggle::after{ content: ""; width: 9px; height: 6px; background:url(../images/drop_arrow.png) no-repeat center center; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); border: none;}
.country .btn-secondary:not(:disabled):not(.disabled):active:focus, .country .btn-secondary:not(:disabled):not(.disabled).active:focus, .country .show > .btn-secondary.dropdown-toggle:focus{ background:none; box-shadow:none;}
.country .btn-secondary:not(:disabled):not(.disabled):active, .country .btn-secondary:not(:disabled):not(.disabled).active, .country .show > .btn-secondary.dropdown-toggle{ background:none; box-shadow:none;}
.country .dropdown-menu{ margin:0 !important; padding:0; min-width:125px; width: auto; text-align:center; left:auto; right:0; border-radius: 0 0 5px 5px; background:var(--white); border: 1px solid #d9d9d9; border-top: none; margin: 0;}
.country .dropdown-item{ padding:7px 20px; font-size:16px; font-weight: 600; color: var(--Dark); display: flex; align-items: center; gap: 10px; background: var(--white);}
.country img{ width: 16px; height: 16px; min-width: 16px; border-radius: 50%;}
.country .dropdown-item:hover, .country .dropdown-item.active{ background:#f1f1f1; color:var(--Dark);}
.country .dropdown-menu[data-popper-placement="top-start"]{ border-radius: 5px 5px 0 0; border-top: 1px solid #d9d9d9; border-bottom: none;}
.country .dropdown-menu[data-popper-placement="top-start"] ~ .btn.show{ border-radius: 0 0 5px 5px; border-bottom: 1px solid #d9d9d9 !important; border-top: transparent !important;}

.footer_bottom{ margin: 0; padding:17px 0; position: sticky; bottom: 0; z-index: 888; width: 100%; background: rgba(255,255,255,0.5); backdrop-filter: blur(9px); border-top: 1px solid rgba(255,255,255,0.5); border-top: 1px solid #e5e5e5;}
.footer_bottom p{ margin: 0; padding: 0; font-size: 14px; color: var(--Dark);}
.footer_bottom p a{ color: var(--Dark); text-decoration: underline;}
.footer_bottom p a:hover{ color: var(--primary);}
.option_btns{ display: inline-flex; gap: 13px; flex-wrap: wrap;}
.option_btns a{ margin: 0; padding: 3px 10px; font-size: 15px; border: 1px solid #d9d9d9; border-radius: 5px; background: var(--white); font-weight: 600; color: var(--Dark);}
.option_btns a.fill{ background: var(--primary); color: var(--white); border-color: #306cdb;}
.option_btns a.fill:hover{ background: #3a77e9; border-color: #3a77e9; color: var(--white);}
.option_btns a:hover{ background: #f6f5f4; border-color: #d9d9d9; color: var(--Dark);}