@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif !important;
    background: #0f1b35 !important;
    color: #fff !important;
}
body::-webkit-scrollbar{
    width: 0;
}

body a:hover,
body a:focus,
body a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

body p a:hover {
    color: #2d7fcd;
}
body h6{
    font-weight: 400;
}

.link:hover {
    color: #2d7fcd;
}

body p {
    line-height: 1.75;
}

.text-main {
    color: #2d7fcd !important;
}

.fs-18{
    font-size: 1.125rem !important;
}

.fs-14{
    font-size: .875rem !important;
}
.fs-12{
    font-size: .75rem !important;
}
.fs-11 {
    font-size: .6875rem !important;
}
.fs-10 {
    font-size: .625rem !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
hr.hr1 {
    height: 2px !important;
    background: #333;
    opacity: 1;
}

.btn.btn1 {
    background: #2d7fcd;
    border: 2px solid #2d7fcd;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 7px;
    width: auto;
    min-width: 150px;
    padding: 11px 20px;
    font-size: .875rem;
    font-weight: 400;
    transition: all .4s ease;
}

.btn.btn1:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}

.btn.btn-border {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn.btn-border:hover {
    background: #fff;
    color: #000;
}

.btn.btn-border2 {
    background: transparent;
    border-color: rgb(255 255 255 / 20%);
    color: rgb(255 255 255 / 60%);
}

.btn.btn-border2:hover {
    background: #fff;
    color: #000;
}

.bg-darks {
    background-color: rgb(0 0 0 / 30%) !important;
}

.padding {
    padding: 95px 4px;
}

.logo1 {
    /* width: 110px; */
    height: 50px !important;
}

.header-top {
    padding: 20px 16px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
nav.navbar .container-fluid {
    background-color: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 10px 10px;
    border: 2px solid rgb(255 255 255 / 5%);
}

nav.navbar {
    padding: 0;
}
nav.navbar .navbar-toggler {
    padding: 0;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
}
nav.navbar .navbar-nav .nav-link {
    color: rgb(255 255 255 / 60%);
    font-size: .875rem;
    padding: 10px 15px;
    text-align: center;
}

nav.navbar .navbar-nav .nav-link.active, 
nav.navbar .navbar-nav .nav-link:hover {
    color: #fff;
}

nav.navbar .btn.btn1 {
    min-width: auto;
    padding: 7px 20px;
    font-size: .875rem;
}

/* nav.navbar .navbar-nav {
    background: rgb(255 255 255 / 4%);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 15px;
    padding: 0 10px;
} */


.order-form {
    width: 100%;
    max-width: 800px;
    margin: auto;
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}

.form.form1 .form-control {
    height: 42px;
    border-radius: 6px;
    box-shadow: none !important;
    outline: none !important;
    padding: 5px 15px;
    font-size: .875rem;
    background: #191919;
    border-color: #191919;
    color: #fff;
}

.form.form1 .form-control:focus {
    border-color: #2d7fcd;
}

.form.form1 .form-check-input {
    box-shadow: none !important;
}

.form.form1 .form-check-input:checked {
  background-color: #2d7fcd!important;
}

.form.form1 .search {
    position: relative;
    max-width: 420px;
}

.form.form1 .search .icon {
    position: absolute;
    top: 3px;
    right: 3px;
    background: #2d7fcd;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    transition: all .6s ease;
}

.form.form1 .search .icon:hover {
    background: #fff;
    color: #111;
}


/* form2 */
.form.form2 .form-select,
.form.form2 .form-control {
    height: 35px;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    padding: 0;
    font-size: .875rem;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    color: #fff;
}

.form.form2 .form-select:focus,
.form.form2 .form-control:focus {
    border-color: #2d7fcd;
}

.form.form2 .form-select option {
    background: #0f1b35;
}

.form.form2 .form-check-input {
    box-shadow: none !important;
}

.form.form2 .form-check-input:checked {
  background-color: #2d7fcd!important;
}



.list1 {
    list-style: circle;
    padding-left: 16px;
}

.list1 li {
    margin-bottom: 10px;
}

.list1 li::marker {
    color: #2d7fcd;
}

.bg-1 {
    background: linear-gradient(90deg, rgb(45 127 205 / 0%), rgb(45 127 205 / 15%), rgb(45 127 205 / 0%)) !important;
}


.banner {
    /* height: 100vh;
    min-height: 620px; */
    padding-top: 15em;
    padding-bottom: 70px;
    background: linear-gradient(0deg, #1a212b, #334452) !important;
    /* background-image: url('../images/banner.avif');
    background-size: cover; */
}
.banner .swiper1 {
    width: 100%;
    max-width: 480px;
    margin: auto;
    border: 1.6pt solid rgba(255, 255, 255, .4);
    background-color: rgba(255, 255, 255, .04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 24px;
}

.banner .swiper1 .inner {
    overflow: hidden;
}

.banner .swiper1 .swiper-box {
    padding-top: 20px;
    text-align: center;
}

.banner .swiper-progress-bar {
    width: 100%;
    height: 3px;
    position: relative;
    margin: 0 auto;
    background: rgb(255 255 255 / 50%);
}

.banner .swiper-progress-bar .progress {
    height: inherit;
    left: 0;
    top: 0;
    position: absolute;
    background: #2d7fcd;
    z-index: 1;
}

.banner .swiper-progress-bar .progress-sections {
    left: 0;
    top: 0;
    position: absolute;
    height: inherit;
    width: inherit;
    z-index: 2;
    display: flex;
    flex-direction: row;
}

.banner .swiper-progress-bar .progress-sections span {
    flex: 1;
    height: inherit;
    border-right: 3px solid #000000;
}

.banner .swiper-progress-bar .progress-sections span:last-child {
    border-right-width: 0;
}

.banner .swiper-counter {
    width: 600px;
    margin: 0 auto;
}

.banner .icon-1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


.list2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list2 li {
    position: relative;
    padding-left: 24px;
    font-size: .875rem;
    margin-bottom: 10px;
    color: #333;
}

.list2 li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #000;
}


.imgs {
    height: 850px;
    position: relative;
}

.imgs .img {
    position: absolute;
}

.imgs .img.img4 {
    bottom: 10px;
    right: -50%;
}

.imgs .img.img3 {
    bottom: 10px;
    right: 32%;
}

.imgs .img.img2 {
    bottom: 120px;
    right: 36%;
}

.imgs .img.img1 {
    bottom: 80px;
    right: 38%;
    z-index: 2;
}

.ellipsis-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exchange-box {
    background: linear-gradient(175deg, rgb(255 255 255 / 4%), rgb(255 255 255 / 8%));
    padding: 24px;
    border-radius: 15px;
    height: 100%;
}

.exchange-box .img1 {
    width: 50px;
    min-width: 50px;
}

.exchange-box .arrow {
    background: rgb(255 255 255 / 5%);
    border-radius: 50%;
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: .75rem;
}

.subtitle .txt {
    background: rgb(255 255 255 / 5%);
    border-radius: 100px;
    padding: 5px 14px;
}


/* slider */

.slider-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

/* Image Slider */
.slider-container .image-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    margin-bottom: 10px;
}

.slider-container .slide {
    min-width: 100%;
    background-size: cover;
    background-position: center;
    border: 2px solid rgb(255 255 255 / 25%);
    border-radius: 10px;
    overflow: hidden;
}

.slider-container .slide .img1 {
    max-height: 420px;
    object-fit: cover;
}

/* .slide:nth-child(1) {
    background-image: url('../images/bg1.jpeg');
  }
  .slide:nth-child(2) {
    background-image: url('../images/bg1.jpeg');
  }
  .slide:nth-child(3) {
    background-image: url('../images/bg1.jpeg');
  } */

/* Text Slider */
.slider-container .text-slider {
    position: relative;
    /* bottom: 20px;
    left: 0; */
    width: 100%;
    display: flex;
    justify-content: center;
}

.slider-container .text-slide {
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    text-align: left;
}

.slider-container .text-slide.active {
    opacity: 1;
}

/* Steps Navigation */
.slider-container .steps {
    margin-top: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.slider-container .step {
    font-size: .75rem;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
}

.slider-container .step.active {
    color: #fff;
}

/* Progress Bar */
.slider-container .progress-bar-container {
    position: relative;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    overflow: hidden;
}

.slider-container .progress-bar {
    height: 100%;
    width: 0;
    background-color: #2d7fcd !important;
    transition: width 0.5s ease-in-out;
}

/* Navigation Arrows */
.slider-container .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    display: none;
}

.slider-container .arrow-left {
    left: 10px;
}

.slider-container .arrow-right {
    right: 10px;
}

.choose-box {
    background: linear-gradient(45deg, rgb(45 127 205 / 70%), #2d7fcd, rgb(45 127 205 / 50%));
    padding: 24px;
    border-radius: 15px;
    height: 100%;
}

.choose-box .img1 {
    height: 110px;
    width: 110px;
    object-fit: contain;
}
.choose-box .icon {
    background: rgb(255 255 255 / 8%);
    border: 2px solid rgb(255 255 255 / 8%);
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin-bottom: 20px;
    font-size: 1.5rem;
}
.choose-box .btn.btn-border2 {
    min-width: auto;
}
.choose-box .icon img {
    width: 75%;
    height: 75%;
    object-fit: contain;
}
  

.job-box1 {
    background: linear-gradient(45deg, #131714, #131714, #131714, rgb(45 127 205 / 10%), rgb(45 127 205 / 75%));
    padding: 24px;
    border-radius: 15px;
    height: 100%;
}

.logo-box{
    background: linear-gradient(145deg, #131714, #131714, #131714, #131714, #131714, rgb(45 127 205 / 10%), rgb(45 127 205 / 75%));
    padding: 40px 24px;
    border-radius: 15px;
    height: 100%;
}
.logo-box .logos {
    border-right: 1px solid rgb(255 255 255 / 25%);
    text-align: center;
}
.logo-box .logos:last-child{
    border-right: 0;
}

.recovery-box .icon {
    background: rgb(45 127 205 / 15%);
    border: 1px solid rgb(255 255 255 / 5%);
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.banner-about {
    padding-top: 15em !important;
    padding-bottom: 70px !important;
    background: linear-gradient(0deg, #1a212b, #334452) !important;
}


/* .table1 */
.table.table1 thead tr th {
    background: #3f4e5a;
    color: #fff;
    font-weight: 500;
    border-color: rgb(255 255 255 / 20%);
}

.table.table1 tbody tr th {
    color: #fff;
    font-weight: 400;
    border-color: rgb(255 255 255 / 20%);
}
.table.table1 tbody tr td {
    color: #fff;
    font-weight: 300;
    border-color: rgb(255 255 255 / 20%);
}
.table.table1 thead tr, 
.table.table1 tbody tr {
    border-color: rgb(255 255 255 / 20%);
}

















/* footer-section */
.footer-section {
    background: #0e0e0e;
    color: #fff;
}
.footer-section .padding{
    padding: 60px 4px;
}
.footer-section .border-1 {
    border-color: rgb(255 255 255 / 25%) !important;
}
.footer-section h6{
    color: #8d969e;
    font-weight: 400;
}
.footer-section h6 a:hover{
    color: #fff;
}
.footer-section .title{
    margin-bottom: 128px;
}

.social a {
    color: #fff;
    background: #3d3d3d;
    border-radius: 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    transition: all .4s ease;
    font-size: .75rem;
    margin-right: 2px;
}

.social a:hover {
    background: #fff;
    color: #000;
}

.footer-copy {
    padding: 24px 8px;
    background: #2d7fcd;
    color: #fff;
}

.footerlogos img {
    width: 70px;
    height: 50px;
    object-fit: contain;
    margin: 10px;
}

.footerlogos2 .img {
    max-width: 180px;
    min-width: 150px;
    text-align: center;
}

.footerlogos2 .img img {
    width: 110px;
    margin-bottom: 8px;
}

.menu-footer a {
    font-size: .75rem;
    color: #8d969e;
    display: block;
    margin-bottom: 16px;
}

.menu-footer a:hover {
    color: #fff;
}