@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');
/*font-family: 'Source Sans Pro', sans-serif;*/

body{
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: .5px !important;
}

body h1,body h2,body h3,body h4{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 2px;
    line-height: 1.4;
}

body h1 {
    font-size: 3.2em;
    letter-spacing: 3px;
}

body h5 {
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.45;
}

body p{
    color: #777;
    letter-spacing: .25px !important;
}
body p a:hover{
    color: #4584f8;
}


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

.btn.btn1 {
    display: inline-block;
    font-weight: 500;
    width: auto;
    min-width: 170px;
    color: #002f38;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 15px 30px;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif !important;
    transition: all 0.4s ease;
    white-space: normal;
    box-shadow: 0 2px 10px rgb(0 0 0 / 5%) !important;
    outline: none !important;
}
.btn.btn1:hover {
    color: #fff;
    background: #002f38;
    border-color: #002f38;
}

.btn.btn-gold {
    border: 0;
    background: #cea969; 
    background: linear-gradient(-45deg, #cda968, #e5cf9c);
}
.btn.btn-gold:hover {
    color: #002f38; 
    background: linear-gradient(145deg, #cda968, #e5cf9c);
}

.padding{
    padding-top: 4em;
    padding-bottom: 4em;
}
.padding2{
    padding-top: 6em;
    padding-bottom: 6em;
}

.text-black{
    color: #000 !important;
}
.text-gold {
    color: #cda968 !important;
}
.text-blue{
    color: #002f38 !important;
}
.text-1{
    color: #a1c0bb !important;
}

.text-gold-grt {
    background: -webkit-linear-gradient(0deg, #cda968, #e5cf9c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fw-300{
  font-weight: 300 !important;
}
.fw-500{
  font-weight: 500 !important;
}
.fw-600{
  font-weight: 600 !important;
}

.bg-gray {
    background-color: #ecf6f4 !important;
}
.text-14{
  font-size: 14px;
}
.text-18{
  font-size: 1.125em;
}

.hr2{
    border-color: #cea969;
    max-width: 75px;
}
.hr3{
    border-color: #002f38;
    max-width: 75px;
}

/*title1*/
.title1 {
    position: relative;
    padding: 2px 0 4px 0;
    padding-left: 30px;
}

.title1:before {
    content: '';
    background: #a1c0bb;
    position: absolute;
    left: 6px;
    top: 0px;
    width: 1px;
    height: 100%;
}

.title1:after {
    content: '';
    background: #a1c0bb;
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/*title2*/
.title2 {
    position: relative;
    padding: 0;
    padding-right: 40px;
}

.title2:before {
    content: '';
    background: #a1c0bb;
    position: absolute;
    right: 6px;
    top: 0px;
    width: 1px;
    height: 100%;
}

.title2:after {
    content: '';
    background: #a1c0bb;
    position: absolute;
    right: 1px;
    top: 35%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}


.lh-40{
    line-height: 40px;
}


.logo1{
    width: 250px;
    transition: all .3s ease;
}



/*nav.navbar*/
nav.navbar {
    background: transparent;
    padding: 15px 0;
    padding-top: 55px;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
nav.navbar .navbar-brand{
    color: #fff !important;
    font-size: 1.6em;
    padding: 0;
}

nav.navbar .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
    font-size: 1.1em;
    font-weight: 400;
    padding: 5px 0px;
    margin: 0 20px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif !important;
}
nav.navbar .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 1px;
    background: #cea969;
}
nav.navbar .navbar-nav .nav-link:hover {
    color: #fff;
}
nav.navbar .navbar-nav .nav-link.active {
    color: #cea969;
}

nav.navbar .navbar-toggler {
    border: 0;
    outline: none;
    padding: 0;
}

nav.navbar .navbar-nav .login .btn.btn1 {
    padding: 10px 20px;
    min-width: 140px;
}

nav.navbar .navbar-nav .nav-link.disabled {
    color: #9c9c9c;
}
nav.navbar .navbar-nav .nav-link.disabled:before {
    background: #9c9c9c;
}

nav.navbar .navbar-nav .soon {
    position: relative;
    /* overflow: hidden; */
}

nav.navbar .navbar-nav .soon .c-soon {
    color: #cda968;
    background: #fff;
    display: inline-block;
    width: 62px;
    text-align: center;
    /* transform: rotate(45deg); */
    position: absolute;
    top: -6px;
    right: 4px;
    font-size: 8px;
    line-height: 10px;
    ;padding: 1px 1px;
    border-radius: 10px 0 10px;
    border: 1px solid #fff;
}


/*fixed*/
nav.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #00343e;
    padding-top: 15px;
}

nav.navbar.fixed .logo1 {
    width: 200px;
}



/*banner-section*/
.banner-section{
    background: url('../images/Background_1.png');
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.banner-section .banner-row {
    padding-top: 150px;
    padding-bottom: 90px;
}
.banner-section .img-pyramide {
    position: absolute;
    right: -210px;
    top: 20px;
    width: 800px;
}

.banner-section.bg-overlay{
    position: relative;
}
.banner-section.bg-overlay:before {
    content: '';
    background: rgb(0 52 62 / 65%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.login{
    background: url('../images/Background_3.png');
    background-size: cover;
}

.contact{
    background: url('../images/Background_3.png');
    background-size: cover;
}

.der-club{
    background: url('../images/Background_2.png');
    background-size: cover;
}



/*section-01*/
.section-01{
    background: #cea969;
    background: url('../images/Background_4.png');
    background-size: cover;
    background-position: center;
}
.section-01 .f-icon {
    background: #002f38;
    display: block;
    margin: auto;
    width: 100px;
    min-width: 100px;
    height: 100px;
    line-height: 95px;
    border-radius: 50%;
    text-align: center;
}

.section-01 .f-icon img {
    width: 25px;
}


.section-02 .row-bottom {
    margin-bottom: -75px;
}


/*.team-section*/

.team-section .box-in {
    height: 100%;
}
.team-section .box-in .img1 {
    height: 700px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.team-section .box-in .txt {
    background: #fff;
    width: 95%;
    height: 100%;
    margin: auto;
    margin-top: -90px;
    position: relative;
    z-index: 1;
    padding: 110px 60px 50px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}

/*new*/
.team-section .box-in .img1 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    z-index: 9;
    display: block;
    margin: auto;
    background: #fff;
    border: 4px solid #d8d8d8;
}

.team-section .box-in .txt {
    margin-top: -75px;
    border-radius: 10px;
    text-align: center;
}


.flip-box {
    height: 560px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-box.flip .flip-box-inner {
    transform: rotateY(180deg);
}
/*.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}*/

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
}

.flip-box-front {
 
}

.flip-box-back {  
    color: #000;
    transform: rotateY(180deg);
}




.list1 {}

.list1 li {
    color: #002f38;
    margin-bottom: 5px;
}


/*.testimonial-section*/

.testimonial-section .box {
    margin-top: 40px;
}
.testimonial-section .box-in {
    height: 100%;
}
.testimonial-section .box-in .img1 {
    width: 65px;
    margin-left: 60px;
    margin-bottom: -32px;
}

.testimonial-section .box-in .txt {
    background: #fff;
    width: 95%;
    margin: auto;
    padding: 80px 60px 60px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}

/*krypto-section*/
.krypto-section{

}
.krypto-section .arrow {
    margin-right: 50px;
    position: relative;
    display: flex;
    align-items: center;
}

.krypto-section .arrow h5 {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-orientation: mixed;
    margin: 0;
    margin-right: 10px;
    letter-spacing: 2px;
}

.krypto-section .arrow:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    background: #002f38;
}
.krypto-section .arrow:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #002f38;
    border-top: 1px solid #002f38;
    right: -5px;
    top: 0;
    transform: rotate(45deg);
}

/*.exclusive-section*/
.exclusive-section{
    background: url('../images/Background_2.png');
    background-size: cover;
}

.exclusive-section .exclusive-box {
    background: #fff;
    padding: 0 20px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}

.exclusive-section .exclusive-box .box {
    position: relative;
}

.exclusive-section .exclusive-box .box:hover:before {
    content: '';
    background: #b8ddd7;
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    box-shadow: 0 2px 15px rgb(0 0 0 / 15%);
    transform: scale(1, 1.1);
}

.exclusive-section .exclusive-box .box-in {
    padding: 40px 60px 40px 20px;
    position: relative;
}

.exclusive-section .exclusive-box .box-in .icon {
    background: #003f4b;
    color: #fff;
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    font-size: 22px;
    position: relative;
}

.exclusive-section .exclusive-box .box-in .icon-box {
    position: relative;
    margin-right: 20px;
}
.exclusive-section .exclusive-box .box-in .icon-box:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #003f4b;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.exclusive-section .exclusive-box .box:hover p{
    color: #002f38 !important;
}

/*form1*/
.form.form1 .form-group {
    margin-bottom: 2em;
}
.form.form1 .form-label {
    color: #a1c0bb;
    letter-spacing: 1px;
}

.form.form1 .form-control {
    height: 55px;
    border-radius: 0;
    outline: none;
    border-color: #fff;
    color: #002f38;
    box-shadow: 0 2px 15px rgb(0 0 0 / 12%);
}

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


/*.swiper-slide*/
.swiper-01 .swiper-wrapper {
    padding: 20px 0;
}
.swiper-01 .swiper-slide{
    /*width: 25%;*/
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}
.swiper-01 .swiper-button-prev, 
.swiper-01 .swiper-button-next {
    background: #003f4b;
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

.swiper-01 .swiper-button-next:after, 
.swiper-01 .swiper-button-prev:after {
    color: #fff;
    font-size: 30px;
}


/*.services-section*/

.services-section .box {
    margin-top: 40px;
}
.services-section .box-in {
    height: 100%;
}
.services-section .box-in .img{
    background: linear-gradient(-45deg, #cda968, #e5cf9c);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding-top: 12px;
    margin: auto;
    margin-bottom: -30px;
    position: relative;
}
.services-section .box-in .img1 {
    height: 35px;
}

.services-section .box-in .txt {
    background: #fff;
    padding: 60px 40px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
    text-align: center;
}

/*.price-section*/

.price-section {
    background: url('../images/Background_1.png');
    background-size: cover;
}
.price-section .box {
    margin-top: 40px;
}
.price-section .box-in {
    height: 100%;
}

.price-section .box-in .txt {
    background: #fff;
    padding: 60px 40px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
    text-align: center;
}







/*accordion1*/
.accordion1{
}

.accordion1 .card {
    /* margin-bottom: 15px; */
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    border-top: 1px solid #a6c3bf;
    /* box-shadow: 0 5px 25px rgb(52 73 102 / 12%); */
}
.accordion1 .card-header {
    padding: 0;
    position: relative;
    border: 0;
    background: #fff;
}
.accordion1 .card-header a {
    padding: 20px 20px;
    display: block;
    background: #fff;
    color: #002f38;
    padding-right: 40px;
    transition: all .4s ease;
    font-weight: 600;
    font-size: 1.25em;
    border: 0;
}
.accordion1 .card-header a.collapsed {
    background: transparent;
    color: #002f38;
}


.accordion1 .card .card-header .collapsed i:before{
    content: "\f067";
}
.accordion1 .card .card-header i{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.accordion1 .card .card-body {
  padding: 0px 20px 20px;
}
.accordion1 .card .card-body p{
    color: #002f38;
    font-size: .875em;
}














/*footer-section*/
.footer-section {
    background: #00343e;
}

.footer-section .nav.list-group {}

.footer-section .nav.list-group .list-group-item {
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    padding: 0;
    margin-bottom: 6px;
    font-size: 1.125em;
    letter-spacing: 1px;
}
.footer-section .nav.list-group .list-group-item.active {
    color: #cea969;
}

.footer-section .social {}

.footer-section .social img {
    height: 40px;
    margin-right: 35px;
    object-fit: contain;
    object-position: center;
}
.footer-section .hr1{
    border-color: #cea969;
    max-width: 140px;
}