@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

@import "style.css";
@import "typography-default.css";
@import "animations.css";
@import "skins/orange.css";
@import "itsramp.css";

:root{
    --primary-grey-bg:#14141F;
    --secondary-grey-bg:#3C3C56;
    --default-bg: #191923;
    --primary-bg: #24a828;
    --font-grotesk: 'Familjen Grotesk', sans-serif;
}

.auction__card-media video {
    border-radius: 20px;
}

.container{
    max-width: 1440px;
}

@media only screen and (max-width: 1199px){
    .container{
        max-width: 1200px;
    }
}

@media only screen and (max-width: 991px){
    .container{
        max-width: 1440px;
    }
}

@media only screen and (max-width: 767px){
    .container{
        max-width: 740px;
    }
}

.pointer{
    cursor: pointer !important;
}
.p-20{
    padding: 20px;
}
.pv-20{
    padding: 20px 0;
}
.ph-20{
    padding: 0 20px;
}
.pv-80{
    padding: 80px 0;
}

button:active,
button:focus,
button:hover{
    box-shadow: none !important;
    outline: none !important;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover{
    color: white;
}



/* header 
-----------------------------------------*/
.cart .dropdown-item{
    padding: 20px !important;
}
.mobile__buttons .circle{
    padding: 0;
    width: 45px;
    height: 45px;
    margin: 0;
}
#header .header .navbar-nav li .nav-link:not(button),
#header button{
    /* color: #fff; */
    /* border: none !important; */
}
#header .header .navbar-nav li .nav-link{
    border: none !important;
}
#header .header .navbar-nav li .nav-link:hover,
#header .header .navbar-nav li .nav-link:active,
#header .header .navbar-nav li .nav-link:focus,
#header .header .navbar-nav li .nav-link:visited{
    background-color: transparent !important;
    border: none !important;
    /* color: rgba(255,255,255,.8) !important; */
}
#header .collapse{
    border-top: none;
}
#header .header{
    background-color: transparent !important;
    /* border-bottom: 1px solid #fed992; */
    transition: all .3s ease;
}
.fixed-header-on #header .header{
    background-color: hsla(0,0%,100%,.7) !important;
    /* border-bottom: 1px solid #fed992; */
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.gotas-box{
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 12px;
    padding: 16px;
    display: none;
}
.gotas-box div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gotas-box div span:first-child{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #000;
}
.gotas-box div:not(:last-child){
    margin-bottom: 15px;
}
.close:focus,
.close:active{
    border: none !important;
    outline: none !important;
}
.custom-modal .modal-dialog{
    max-width: 380px;
}
.custom-modal .modal-content{
    border-radius: 20px;
}
.custom-modal .modal-body{
    padding: 32px;
}
.custom-modal,
.custom-modal p{
    color: #000;
}
.user-address-box{
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,.2);
    padding: 20px;
}
.checkout-resume div:not(:last-child){
    border-bottom: 2px solid rgba(0,0,0,.1);
    margin-bottom: 10px;
}
.list-gotas{
    background-color:rgb(39, 64, 216);
    border-radius: 16px;
    padding: 20px;
    color: #fff;
}
.list-gotas-append > div{
    /* border-bottom: 2px solid rgba(255,255,255,.1); */
    margin-bottom: 10px;
}
.list-gotas-append > div:last-child{
    margin-bottom: 0;
}
.list-gotas-text a{
    color: #fff;
    text-decoration: underline;
}
.loader-texts{
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
.about-gotas-content{
    width: 100%;
    background: #000;
    border-radius: 16px;
    padding: 35px 45px;
}
.about-gotas-discounts{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.about-gotas-discounts li{
    color: #fff;
    font-weight: 700;
}
.coupon-box{
    background-color: rgba(0,0,0,.1);
    border: 2px dashed rgba(0,0,0,.2);
    border-radius: 16px;
    padding: 5px 20px;
}
.coupon-box input{
    flex: 0 0 60%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    /* border-bottom: 1px solid rgba(0,0,0,.2); */
    border-radius: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.coupon-box input:focus,
.coupon-box input:active{
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
.coupon-box button{
    margin: 0;
}
.buy-options > .btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-gotas-class{
    transition: all .3s ease;
}
.coupon-resume{
    transition: all .3s ease;
}
.see-coupon{
    color: #777777;
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin2 1s linear infinite;
    margin: 0 auto;
}
.see-coupon .loader{
    width: 30px;
    height: 30px;
    border-width: 2px;
}
.list-gotas-text .loader{
    width: 20px;
    height: 20px;
    border-width: 2px;
    margin: 0;
}
.txt-result-validate-coupon .loader{
    width: 15px;
    height: 15px;
    border-width: 2px;
    margin: 0;
}
.swal2-loader{
    border-color: #000 #f3f3f3 #000 #f3f3f3 !important;
    border-width: 3px !important;
}
@keyframes spin2 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media (max-width:767px){
    .header .row{
        justify-content: center !important;
    }
    .about-gotas-content{
        padding: 20px;
    }
    .about-gotas-content h2{
        font-size: 22px;
    }
    .about-gotas-discounts{
        display: flex;
        align-items: center;
        font-size: 13px;
        justify-content: space-between;
    }
}

/* banner
-------------------------------------------*/
.banner{
    padding: 120px 0 80px 0;
    min-height: max(900px,100%);
}
.banner h1{
    font-size: 72px;
    line-height: 1;
}
.banner p{
    font-size: 1.5rem;
    line-height: 1.5;
}
.banner__image img{
    display: inline;
}
.animate-fly {
    animation: fly 6s cubic-bezier(.75,.02,.31,.87) infinite;
}
.swal2-confirm{
    border-radius: 50px !important;
    font-weight: 700 !important;
    background-color: #fa6400 !important;
    border-color: #cc7324 !important;
}
.form-control{
    font-weight: 400 !important;
    color: #000 !important;
}
.form-control::placeholder{
    color: #777777;
}

@keyframes fly {
    0%,to {
        transform: translateY(5%)
    }

    50% {
        transform: translateY(0)
    }
}
@media (max-width: 767px){
    .banner{
        height: fit-content;
        padding: 120px 0;
    }
    .banner h1{
        font-size: 56px;
    }
    .banner p{
        font-size: 1.5rem;
        line-height: 135%;
    }
}

/* general sections
----------------------------------------------*/
.section__title h3{
    font-size: 2rem;
    line-height: 120%;
}
.section__title h3 span{
    font-size: 60%;
    font-weight: 400;
    opacity: .7;
}
.section__title p{
    font-size: 1.2rem;
    line-height: 135%;
}

@media(max-width: 767px){
    .section__title h3 span{
        display: none;
    }
    .section__title h2{
        font-size: 32px !important;
        line-height: 1.15 !important;
    }
    .section__title p{
        font-size: 1rem;
        line-height: 135%;
    }
}

/* mint
--------------------------------------------------------*/
.box-contract{
    border-radius: 20px;
    /* background-color: #283a5e; */
    min-height: 160px;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-image: url(https://etherscan.io/images/svg/waves-light.svg);
    /* background-color: rgba(17,27,54,1)!important; */
    background-color: #140035!important;
    padding: 16px 46px;
    gap: .5rem;
}
.box-contract p{
    margin: 0;
    color: #fff !important;
    font-weight: 700;
}
.link-etherscan:hover{
    text-decoration: none;
}

/* auction section
---------------------------------------------------*/
.auction__countdown{
    /* width: 280px;
    background: black;
    border-radius: 20px;
    padding: 16px; */
    /* width: fit-content; */
}
.swiper-container{
    padding-top: 20px;
    padding-bottom: 20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 20px;
}
.swiper-button-next, .swiper-button-prev{
    /* display: none; */
    bottom: 2px;
    top: auto;
    font-size: 14px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.swiper-button-prev{left: 30%;}
.swiper-button-next{right: 30%;}
@media(max-width:767px){
    .swiper-button-prev{left: 0;}
    .swiper-button-next{right: 0;}
    .swiper-pagination{
        /* display: none; */
    }
}
.swiper-pagination-bullet{
    margin: 0 11px 0 5px !important;
    background-color: var(--white) !important;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: var(--white) !important;
    position: relative;
}
.swiper-pagination-bullet-active:before{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 50%;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid var(--white);
    overflow: visible;
}
.auction__card{
    border-radius: 20px;
    box-shadow: 0px 3px 16px rgb(47 83 109 / 12%);
    background-color: #fff;
    padding: 20px;
}
.auction__card img{
    border-radius: 20px;
}
.auction__button{
    position: absolute;
    top: 45%;
    display: flex;
    justify-content: center;
    width: 100%;
}
.auction__button a{
    width: 180px;
    margin: 0;
}
.auction__countdown{
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
    display: none;
}
.auction__countdown h3{
    border-radius: 13px;
    background-color: #343444;
    padding: 10px;
    font-size: 16px;
}
.auction__card-info h4,
.auction__card-info a:not(.btn-default){
    color: #333333 !important;
    text-decoration: none !important;
}
.auction__card-info a:hover{
    text-decoration: none;
}
.auction__card-info span:first-child{
    font-weight: 700;
    color: #333333 !important;
    font-size: .9rem;
}
.auction__card-info span:last-child{
    color: #333333;
}

@media(max-width: 767px){
    .auction__countdown{
        width: 100%;
    }
    .auction__countdown h3{
        font-size: 1.2rem;
    }
}

/* lazy mint
-------------------------------------------*/
.lazy__mint p{
    font-size: 1.1rem;
    line-height: 120%;
}
.auction__card.card__lazy-mint{
    background-color: #000;
    width: 320px;
}
.auction__card.card__lazy-mint :is(h4,a,span){
    color: #fff !important;
}
.lazy__mint ul{
    padding-left:20px;
    list-style: disc;
}
.lazy__mint ul li{
    margin-bottom: .7rem;
}
.quantity-nft-area button:first-child{
    border-radius: 50px 0 0 50px;
}
.quantity-nft-area input{
   height: 40px;
   border-radius: 0;
   border: none;
}
.quantity-nft-area button:last-child{
    border-radius:  0 50px 50px 0;
}
.info-collection__social{
    background-color: #777;
    border-radius:  0 0 20px 20px;
    padding: 20px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
#lazymint .auction__card{
    border-radius: 20px 20px 0 0 !important;
}

/* details
--------------------------------*/
.main{
    padding-top: 120px;
}
.details__title span{
    cursor: pointer;
}
.details__info{
    border-radius: 10px;
    border: 1px solid rgb(229, 232, 235);
}
.details__info p{
    font-size: 1.2rem;
}
.details__info > div{
    padding: 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.details__info h4{
    font-size: 30px;
    font-weight: 400;
}
.item .card,
.item .card-header:first-child,
.item .card-header{
    border-radius: 10px;
}
.item .card-block {
    border-radius: 0 0 10px 10px;
    padding: 20px;
    background-color: #fff;
    color: #000;
}
.item .card-header{
    padding: 20px;
}
.item .card-header a{
    color: #000 !important;
    padding: 0;
    font-weight: 700;
}
.collapse{
    border-top: 1px solid rgb(229, 232, 235);
}
.accordion-glued .card:first-of-type .card-header{
    border-radius: 10px 10px 0 0;
}
.accordion-glued .card:first-of-type{
    border-radius: 10px;
}
.details__table.details__info > div{
    padding: 0 !important;
}
.details__info-countdown h5{
    font-size: 1.9rem;
}
.details__table{
    /* border-bottom: none !important; */
    margin-bottom: .25rem;
}
.details__table .item .card-block{
    padding: 0;
    max-height: 332px;
}
.details__table .item .card-block .table-responsive,
.details__table .table-responsive{
    height: 332px;
}
.details__table .table{
    border-bottom: none;
    margin-bottom: 5px;
}
.details__table thead tr th,
.details__table tfoot tr th{
    color: #000;
    padding: 4px 15px;
    background-color: transparent;
    font-weight: 400;
    font-size: 13px;
}
.details__table tbody tr td{
    padding: 12px 20px;
    color: #000;
}
.details__table tbody tr td:first-child{
    font-weight: 700;
}
.details__table tbody tr td img{
    display: inline;
}
.details__table tbody tr td:first-child span{
    color:#14141F;
    font-size: 13px;
    font-weight: 400;
}
@media (max-width:767px){
    .main{
        padding-top: 40px;
    }
    .main-container{
        padding-top: 40px !important;
    }
    .details__info button{
        width: 100%;
    }
    .details__info p{
        font-size: 16px;
    }
    .details__info-countdown h5{
        font-size: 1.4rem;
    }
    .details__info-bid h4{
        display: flex;
        flex-direction: column;
    }
    .details__info-bid h4 small{
        font-size: 14px;
    }
}

/* modal popup
-------------------------------------------------*/
.bid__subtotal p{
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
}
.dropdown__input{
    cursor: pointer
}
.bid__options input{
    cursor: pointer;
    font-size: 1rem;
    color: #212529;
    height: 50px;
}
.dropdown__input span{
    position: absolute;
    right: 15px;
    top: 20px;
}
.dropdown-item > div{
    width: 30px;
    display: flex;
    justify-content: center;
}
.bid__options .dropdown .dropdown-menu{
    min-width: 100%
}
.bid__options .dropdown-item{
    padding: .7rem 1.5rem;
}

/* modal qr code
------------------------------------------*/
.copy-qrcode{
	position: relative;
	width: 100%;
}
.copy-qrcode input{
	width: 100%;
	padding-right: 35px;
	cursor: pointer;
}
.copy-qrcode input:active,
.copy-qrcode input:focus{
	outline: none;
	box-shadow: none;
}
.copy-qrcode input::selection {
	background: transparent !important;
}
.copy-qrcode button{
	position: absolute;
	top: 10px;
	right: 5px;
	outline: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: all .4s ease;
}
.mensagem-texto-copiado{
	color: #333;
	font-size: 12px;
	font-weight: 700;
	border-radius: 10px;
	text-align: center;
}

/* account
-----------------------------------------*/
.header__info div{
	border-radius: 50px;
}
.cursor-pointer,
.account .benefits__box{
    cursor: pointer !important;
}
.proview-token{
    width: 100%;
    border-radius: 13px;
    background-color: #f7f6f6;
    color: #000;
    padding: 20px;
    font-weight: 700;
    text-align: center;
}
.proview-token i{
    position: absolute;
    right: 20px;
    font-size: 22px;
    cursor: pointer;
}

/* PreLoad
-------------------------------------------------------------- */
.preload {
    overflow: hidden;
} 
.preload-container {
    position  : relative;
    width     : 100%;
    height    : 100%;
    background: #fff;
    position  : fixed;
    top       : 0;
    bottom    : 0;
    right     : 0;
    left      : 0;
    z-index   : 99999999999;
    display   : block;
    overflow: hidden;
}
.preload-logo {
	position           : absolute;
	top                : 35%;
	left               : 45%;
	width              : 150px;
	height             : 150px;
	z-index            : 100;
	margin             : 0 auto;
	background: #ffffff;
	border-radius: 50%;
	background-image   : url(../img/preload.png);
	background-repeat  : no-repeat;
	background-position: center center;
	animation: preload 1s linear infinite alternate;
	-webkit-animation-name:bounceIn; 
	animation-name:bounceIn; 
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
@media (max-width: 767px){
    .preload-logo {
        top                : 35%;
        left               : 35%;
    }
    .header-dropdown-buttons .btn-group .dropdown-menu{
        left: 0;
    }
    #header .header{
        background-color: hsla(0,0%,100%,.8) !important;;
    }
}
.swal2-popup{
    border-radius: 20px !important;
}
.dropdown-item{
    color: #000 !important;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #f8f9fa;
}

/*=============================
Right Side Modal CSS
===============================*/
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 420px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.right .modal-body {
	padding: 20px;
}
.modal.right.fade .modal-dialog {
	right: -420px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
	right: 0;
}
.modal-content {
	border-radius: 0;
	border: none;
}
.modal-header {
	border-bottom-color: transparent;
	background-color: transparent;
	padding: 20px 30px 0;
}
.modal-header .close {
	color: #000;
	font-size: 35px;
	outline: 0 !important;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.modal-header .close:not(:disabled):not(.disabled):focus, .modal-header .close:not(:disabled):not(.disabled):hover {
	color: #ff6d34;
	text-decoration: none;
	opacity: 1;
}
.modal.right .modal-body p {
	margin-top: 20px;
}
.modal.right .modal-body ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.modal.right .modal-body .modal-contact-info {
	margin-top: 30px;
	margin-bottom: 20px;
}
.modal.right .modal-body .logo a {
	color: #283a5e;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 900;
}
.modal.right .modal-body .logo a span {
	color: #ff6d34;
}
.modal.right .modal-body .modal-contact-info li {
	position: relative;
	padding-left: 45px;
	font-size: 18px;
	margin-bottom: 25px;
}
.modal.right .modal-body .modal-contact-info li b {
	display: block;
}
.modal.right .modal-body .modal-contact-info li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 35px;
	color: #ff6d34;
}

@media(max-width: 767px){
    .modal.right .modal-dialog{
        width: 100%;
    }
}

/** elementos de dentro do righ side modal
-----------------------------------------------------------------*/
.side-modal-header{
    padding: 20px;
    border-bottom: 1px solid rgba(1,1,1,.05);
}
.side-modal-header .dropdown-toggle{
    cursor: pointer;
    color: #000;
}
.side-modal-body{
    padding: 20px;
}
.side-modal-item{
    border: 1px solid rgba(1,1,1,.05);
    border-radius: 9px;
    margin-bottom: 20px;
}
.side-modal-body-token{
    padding: 16px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.side-modal-body-token .token-time{
    display: flex;
    flex-direction: column;
}
.side-modal-body-token .token-time span:first-child{
    font-weight: 700;
}
.side-modal-body-token .token-time span:last-child{
    font-weight: 700;
    font-size: 14px;
    color: #000;
}
.side-modal-body-funds{
    text-align: center;
}
.side-modal-body-funds .funds-info{
    display: flex;
    flex-direction: column;
    padding: 16px;
}
.side-modal-body-funds .funds-info span:first-child{
    font-size: 14px;
    font-weight: 700;
}
.side-modal-body-funds .funds-info span:last-child{
    font-size: 32px;
    font-weight: 700;
    color: #000;
}
.side-modal-body-funds .funds-add{
    background-color: #fa6400;
    font-weight: 700;
    font-size: 18px;
    padding: 16px;
    color: #fff;
    border-radius: 0 0 10px 10px;
    transition: all .3s ease;
    cursor: pointer;
}
.side-modal-body-funds .funds-add:hover{
    opacity: .9;
}

.how-to-mint__title h2{
    font-size: 64px;
    line-height: 1;
}
.how-to-mint__box{
    border-radius: 20px;
    background-color: #c7c7c7;
    box-shadow: 0 3px 8px -1px rgba(0,0,0,.16);
    padding: 28px;
    height: 100%;
}
.how-to-mint__box .bi{
    font-size: 56px;
    color: #000;
}

@media (max-width: 767px){
    .how-to-mint{
        padding: 45px 0;
    }
    svg.svg-separator{
        width: 75%;
    }
}

.section:not(.auction) p{
    font-size: 18px;
    line-height: 135%;
    color: #000;
}
.second-phase,
.first-phase,
.third-phase{
    padding: 80px 0;
}
.second-phase h2,
.first-phase h2,
.third-phase h2,
.f-92{
    font-size: 64px;
    line-height: 1;
}
.benefits__box{
    padding: 32px;
    border: 1px solid #777;
    box-shadow: 0 3px 8px -1px rgba(0,0,0,.16);
    border-radius: 20px;
    height: 100%;
}
.benefits__box .bi{
    font-size: 70px;
    color: #fa6400;
    margin-bottom: 10px;
}
.benefits__box p{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

@media(max-width: 767px){
    .second-phase,
    .first-phase,
    .third-phase{
        padding: 45px 0;
    }
    .second-phase h2,
    .first-phase h2,
    .third-phase h2,
    .f-92{
        font-size: 46px;
    }
    .benefits__box{
        padding: 16px;
    }
    .benefits__box p{
        font-size: 16px;
    }
}

.roadmap__line::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid #e5e5e5;
    z-index: 1;
    padding-left: 25px !important; 
}
.roadmap__dot::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: red;
}

.timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 1px;
    background: #333;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.roadmap__container {
padding: 15px 30px;
position: relative;
background: inherit;
width: 50%;
}

.roadmap__container.left {
left: 0;
}

.roadmap__container.right {
left: 50%;
}

.roadmap__container::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #333333;
    border-radius: 16px;
    z-index: 1;
}

.roadmap__container.right::after {
left: -8px;
}
/* 
.roadmap__container::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #333333;
    z-index: 1;
} */

.roadmap__container.right::before {
left: 8px;
}

.roadmap__container .date {
position: absolute;
display: inline-block;
top: calc(50% - 8px);
text-align: center;
font-size: 14px;
font-weight: bold;
color: #333333;
text-transform: uppercase;
letter-spacing: 1px;
z-index: 1;
}

.roadmap__container.left .date {
right: -75px;
}

.roadmap__container.right .date {
left: -75px;
}

.roadmap__container .icon {
position: absolute;
display: inline-block;
width: 40px;
height: 40px;
padding: 9px 0;
top: calc(50% - 20px);
background: #F6D155;
border: 2px solid #333333;
border-radius: 40px;
text-align: center;
font-size: 18px;
color: #333333;
z-index: 1;
}

.roadmap__container.left .icon {
    right: 56px;
}

.roadmap__container.right .icon {
    left: 56px;
}

.roadmap__container .content {
    padding: 65px 40px;
    background: #5d668d;
    position: relative;
    border-radius: 20px;
}

.roadmap__container.right .content {
    padding: 65px 40px;
    border-radius: 20px;
}

.roadmap__container .content span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: rgba(255,255,255,.2) !important;
    padding: 5px 15px;
    border-radius: 50px;
}

.roadmap__container .content h2 {
    margin: 0 0 10px 0;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-top: 5px;
}

.roadmap__container .content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

@media (max-width: 767.98px) {
.timeline::after {
    left: 90px;
}

.roadmap__container {
    width: 100%;
    padding-left: 65px;
     padding-right: 0;
}

.roadmap__container.right {
    left: 0%;
}

.roadmap__container.left::after, 
.roadmap__container.right::after {
    left: 82px;
}

.roadmap__container.left::before,
.roadmap__container.right::before {
    left: 100px;
    border-color: transparent #333333 transparent transparent;
}

.roadmap__container.left .date,
.roadmap__container.right .date {
    right: auto;
    left: 15px;
}

.roadmap__container.left .icon,
.roadmap__container.right .icon {
    right: auto;
    left: 146px;
}

.roadmap__container.left .content,
.roadmap__container.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 20px;
}
}

.modal.popup .modal-content{
    border-radius: 20px !important;
    border: none !important;
    box-shadow: 0px 3px 16px rgb(47 83 109 / 12%) !important;
    background-color: #fff;
    width: 100%;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
}
.modal.popup .close{
    overflow: hidden;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: #fff;
    font-weight: 400;
    border: none;
    outline: none;
    z-index: 10 !important;
    opacity: 1;
    box-shadow: 0px 3px 16px rgb(47 83 109 / 12%);
}
.modal.popup .close:hover{
    opacity: 1 !important;
}
.modal.popup .close span{
    text-shadow: none;
}
.modal.popup .modal-body{
    padding: 40px !important;
}
.modal.popup .modal-body h2{
    font-weight: 700;
}
@media(max-width: 767px){
    .modal.popup .modal-dialog{
        margin: 1rem 0.5rem !important;
    }
    .modal.popup .modal-body{
        padding: 16px !important;
    }
}