body {
    font-family: 'Gilroy';
    font-weight: normal;
    font-style: normal;
    min-height: 100%;
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
}

/* globals start */

/*
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, label:focus, .btn:active, .btn.active,
select:hover, select:active,select:focus {
     
    outline: 0px !important;
    box-shadow: none !important;
    border-color: inherit !important; 
}
*/
.select2-results__option {
    padding:10px 15px;
}
a:hover {
    color:#8f60df;
}
::selection { 
    background: #8f60df; 
    color:#fff;
}
.shadow-1 {
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.14);
}
.zin-1 {
    z-index:1;
}
.btn-purple {
    background-color: #8f60df;
    color: #fff;
}

.btn-purple:hover {
    background-color: #7652CD;
    color: #fff;
}

.btn-magnoli {
    background-color: #f6f4f9;
    color: #8f60df;
}

.btn-fog {
    box-shadow: 0 2px 2px 0 rgba(9, 36, 32, 0.05);
    outline: solid 1px #e0dee4;
    background-color: rgba(216, 216, 216, 0);
}

.btn-fog.active {
    outline: solid 2px #8f60df;
    background-color: rgba(143, 96, 223, 0.1);
    box-shadow: 0 10px 20px 0 rgba(27, 77, 70, 0.1);
}

.btn-fog.active h6 {
    color: #8f60df;
}

.btn-suit {
    background-color: #8d84a3;
    color: #fff;
}

.rounded-lg {
    border-radius: 31px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-15 {
    border-radius: 15px;
}

.fs-60 {
    font-size: 60px;
}

.fs-36 {
    font-size: 36px;
}

.fs-30 {
    font-size: 30px;
}

.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-800 {
    font-weight: 800;
}

.text-minsk {
    color:#433068;
}
.text-grey {
    color:#7A7A7A;
}
.text-haze {
    color: #b4b0c0;
}

.text-snow {
    color: #2bc6b1!important;
}

.text-lila {
    color: #f4effb;
}

.border-lila {
    border-color: #f4effb;
}

.text-bastille {
    color: #2a2a35;
}

.text-deluge {
    color: #837c96;
}

.text-suit {
    color: #8d84a3;
}

.text-jaguar {
    color: #0d081d;
}

.text-ghost {
    color: #f9f9fe;
}

.text-smoky {
    color: #5e596d;
}

.text-violet {
    color: #261c46;
}

.text-purple {
    color: #8f60df;
}

a.text-purple:hover {
    color: #8f60df;
    text-decoration: underline!important;
}

.text-magno {
    color: #eceaef;
}

.text-rose {
    color: #ffad94;
}

.border-magnoli {
    border-color: #f6f4f9!important;
}

.border-haiti {
    border-color: #151417!important;
}

.bg-magnoli {
    background-color: #f8f7fa;
}

.text-magnoli {
    color: #f8f7fa;
}

.bg-whisper {
    background-color: #fcfbfd;
}

.bg-russia {
    background-color: #0a090f;
}

.bg-jaguar {
    background-color: #0d081d;
}

.bg-misk {
    background-color: #403466;
}

.bg-suit {
    background-color: #8d84a3;
}

.blue-gradient {
    background-image: linear-gradient(294deg, #5f5ff5 106%, #8f60df);
}

.py-sm {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}

.py-md {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
}

.py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.px-md {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
}

.pt-8 {
    padding-top: 8px;
}

.pe-100 {
    padding-right: 100px!important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px!important;
}

.mb-10 {
    margin-bottom: 10px;
}

.me-10 {
    margin-right: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-13 {
    margin-bottom: 13px;
}

.mb-14 {
    margin-bottom: 14px;
}

.mb-15 {
    margin-bottom: 15px!important;
}

header>div {
    max-width: 1440px;
    margin: 0 auto;
}

.btn-54 {
    min-height: 54px;
}

.btn-46 {
    min-height: 54px;
}

/* globals end */

/* header start */
.header_fixed {
	position: fixed;
	width: 100%;
	top: -70px;
	left: 0;
	right: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.05);
	-webkit-transform: translateY(70px);
	-moz-transform: translateY(70px);
	-ms-transform: translateY(70px);
	-o-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: background 200ms ease, -webkit-transform 700ms ease;
	transition: background 200ms ease, -webkit-transform 700ms ease;
	-o-transition: background 200ms ease, -o-transform 700ms ease;
	-moz-transition: transform 700ms ease, background 200ms ease, -moz-transform 700ms ease;
	transition: transform 700ms ease, background 200ms ease;
}
#mynav>ul>li.dropdown {
	padding-right:12px;
}
#mynav>ul>li>a {
    color: #0d081d;
}

#mynav>ul>li:hover>a {
    color: #8f60df;
}

.dropdown-item {
    color: #0d081d;
}

.dropdown-item:hover, .dropdown-item:focus {
    background: unset;
    color: #8f60df;
}

#mynav .register {
    font-size: 14px;
    padding: 0.725rem 38px;
}

.searchbox>button {
    border-radius: 31px;
    border: solid 1px #f6f4f9;
    background-color: rgba(216, 216, 216, 0);
    width: 46px;
    height: 46px;
}

.search-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    transform: translateY(-100%);
}

.search-wrapper>.d-flex {
    min-height: 100px;
    position: relative;
    z-index: 1;
}

.search-wrapper.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.search-wrapper [name="s"]::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #837c96;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: #0d081d;
    z-index: 99;
    transition: .3s;
    visibility: hidden;
}

body.search-opened .overlay {
    visibility: visible;
    opacity: .3;
}

.search-result {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0;
}

body.search-opened.keying .search-result {
    transform: translateY(100%);
    visibility: visible;
    opacity: 1;
}

.search-result .shadow {
    padding: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.05)!important;
}

.search-result ul li img {
    margin-right: 10px;
}

.search-result ul li a {
    color: #261c46;
}

.search-result .seperator {
    position: absolute;
    left: -1px;
    width: 2px;
    height: 100%;
    border-radius: 1px;
    background-color: #f6f4f9;
}

/* header end */

/* blog detail start */

ul.blog-cat li a {
    padding: 2px 13px;
    border-radius: 13px;
    font-size: 14px;
}

ul.blog-cat .btn-dark {
    background-color: #0d081d;
}

.author h6 {
    color: #0d081d;
}

.author p {
    color: #837c96;
}
.share > div {
    height: 46px;
    padding-left:30px;
    padding-right:30px;
}
.share-icon {
    overflow: hidden;
}

.share-icon ul {
    transform: translateX(100%);
    transition: transform .3s;
    white-space: nowrap;
    width: 0;
    margin-left: 0px;
}
.share-icon ul > li {
    margin-right: 20px;
}

#btn-share:checked~.share-icon ul {
    transform: translateX(0);
    width: unset;
}

#btn-share2:checked~.share-icon ul {
    transform: translateX(0);
    width: unset;
    margin-left: 51px;
}

.blockquote p span {
    color: #ffae95;
}

/* blog detail end */

/* main-block start */

.img-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background-color: #0a090f;
    z-index: 1;
}

.img-wrapper .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.img-wrapper .desc:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -webkit-filter: blur(41px);
    filter: blur(41px);
    border: solid 1px #979797;
    background-color: #000;
    position: absolute;
    z-index: 1;
    border-bottom-left-radius: 15px;
}

.img-wrapper .desc-inner {
    position: relative;
    z-index: 2;
}

.img-wrapper img {
    -webkit-transition: .3s;
    transition: .3s;
}

.img-wrapper:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.opacity-03 {
    opacity: 0.3;
}

img.scale {
    -webkit-transition: .3s;
    transition: .3s;
}

img.scale:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* main block end */

/* second block start */

.card-wrapper {
    min-height: 250px;
    background-color: #0d081d;
}

.card-block:hover .card-wrapper img:nth-of-type(1) {
    transform: translate(10px, 10px);
}

.card-block:hover .card-wrapper img:nth-of-type(2) {
    transform: translate(40px, 40px);
}

.card-block:hover .card-wrapper img:nth-of-type(3) {
    transform: translate(50px, 0px);
}

.card-wrapper img {
    position: absolute;
}

.card-wrapper img:nth-of-type(1) {
    bottom: 0;
    right: 0;
    transition: .4s;
}

.card-wrapper img:nth-of-type(2) {
    bottom: 0;
    right: 0;
    transition: .5s;
}

.card-wrapper img:nth-of-type(3) {
    bottom: 0;
    right: 0;
    transition: .6s;
}

.second-block .caption {
    z-index: 1;
}

.zoom-wrapper {
    min-height: 250px;
    background-image: linear-gradient(to bottom, #160f2a, #0d081d);
}

.zoom-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .4s;
}

.zoom-block:hover .zoom-wrapper img {
    transform: scale(1.3);
}

.rotate-block {
    box-shadow: 0 20px 40px 0 rgba(21, 13, 47, 0.14);
    background-color: #0d081d;
}

.rotate-wrapper img {
    transition: .4s;
}

.rotate-block:hover .rotate-wrapper img {
    transform: scale3d(1.5, 1.5, 1.5);
}

/* second block end */

/* footer start */

.footer-top {
    background-image: linear-gradient(to bottom, #8f60df, #7a4bca);
}

.footer-shape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.footer-shape img {
    position: absolute;
    z-index: 1;
    height: 100%;
}

.footer-shape img:nth-of-type(1) {
    top: 0;
    left: 0;
}

.footer-shape img:nth-of-type(2) {
    top: 0;
    right: 0;
}

/* footer end */

/* login-register start */

.select2-selection__rendered span>img {
    vertical-align: unset;
}

.card-switch>div:not(.show) {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #b4b0c0;
}

.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e0dee4;
}

.datepicker.dropdown-menu {
    padding: 16px;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background-color: #8f60df;
    color: #fff;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background-color: #8f60df;
    color: #fff;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background-color: #8f60df;
    color: #fff;
}

.login-register {
    max-width: 1440px;
}

.login-register .hero-wrapper {
    background-color: #6b39c0;
    /* background-image: url(../images/login-bg.png); */
    background-position: 0 top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.login-register .hero-circle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/login-bg-circle.png);
    background-repeat: no-repeat;
    background-position: 70% 40%;
    display: block;
    z-index: -1;
    transition: .3s;
    animation: bg-action 1s;
}

@keyframes bg-action {
    0% {
        background-position: 0 100%;
        opacity: 0;
    }
    100% {
        background-position: 70% 40%;
        opacity: 1;
    }
}

.login-register .hero-shadow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/login-bg-shadow.png);
    background-repeat: no-repeat;
    background-position: -100% -500px;
    display: block;
    z-index: -1;
    transition: .3s;
}

ul.social li>a {
    width: 54px;
    height: 54px;
    box-shadow: 0 2px 2px 0 rgba(9, 36, 32, 0.05);
    border: solid 1px #e0dee4;
    background-color: rgba(216, 216, 216, 0);
}

.back-to {
    width: 46px;
    height: 46px;
}

.btn-cards>label {
    padding: 12px 20px;
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(9, 36, 32, 0.05)!important;
    outline: solid 1px #e0dee4;
    background-color: rgba(216, 216, 216, 0);
}

.btn-cards>label>span.radio {
    width: 20px;
    height: 20px;
    box-shadow: 0 2px 2px 0 rgba(9, 36, 32, 0.05);
    border: solid 1px #e0dee4;
    background-color: rgba(216, 216, 216, 0);
}

.btn-cards:not(.card-disabled) .btn-check:checked+label {
    outline: solid 2px #8f60df;
    background-color: rgba(143, 96, 223, 0.1);
    color: #000;
}

.btn-cards:not(.card-disabled) .btn-check:checked+label>span.radio {
    background-color: #8f60df;
}

.btn-cards:not(.card-disabled) .btn-check:checked+label>span.radio>i.dot {
    width: 8px;
    height: 8px;
}

.card-disabled label>div {
    opacity: .5;
}

/* login register end */

/* ui start */

.custom-btn {
    min-height: 54px;
}

.custom-form {
    min-height: 54px;
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(9, 36, 32, 0.05);
    outline: solid 1px #e0dee4;
    border: 1px solid transparent!important;
    background-color: rgba(216, 216, 216, 0);
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
}

.custom-form:focus {
    outline: solid 2px #8f60df!important;
    box-shadow: 0 2px 2px 0 rgba(9, 36, 32, 0.05)!important;
}

.custom-form::placeholder, .custom-form option:first-child, .input-group.custom-form>input::placeholder {
    font-weight: 500;
    color: #b4b0c0;
}

.custom-form:required:invalid {
    color: #b4b0c0;
}

.custom-form option[value=""][disabled] {
    display: none;
}

.custom-form option {
    color: #000;
}

.custom-check .form-check-input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(9, 36, 32, 0.05)!important;
    border: solid 1px #e0dee4;
    background-color: rgba(216, 216, 216, 0);
}

.custom-check .form-check-input:checked[type="checkbox"] {
    background-image: url(../images/tick.svg);
    border-color: #8f60df;
    background-color: #8f60df;
    background-size: 12px 9px;
}

.btn.disabled, .btn-disabled {
    background-color: #b4b0c0;
    opacity: unset;
}

.list-style-tick li {
    list-style-image: url(../images/list-tick.svg);
}

.custom-btn-group {
    border: solid 1px #eceaef;
    border-radius: 6px;
}

.custom-btn-group .btn {
    border-radius: 6px!important;
}

.custom-btn-group .btn-check+label {
    font-size: 14px;
    font-weight: bold;
    padding: 16px 24px;
}

.custom-btn-group .btn-check:checked+label {
    box-shadow: 0 13px 43px 0 rgba(7, 22, 20, 0.04);
    background-color: #0d081d;
    color: #fff;
}

.custom-check .form-check-input:checked {
    background-color: #403366;
}

.custom-switch .form-check-input {
    width: 44px;
    height: 26px;
    border: solid 1px #eceaef;
    border-radius: 15px;
    background-image: url(../images/rounded-circle.svg);
    background-size: 22px;
}

.form-switch.custom-switch .form-check-input:checked {
    background-color: #403366;
    border-color: #403366;
}

/* ui end */

/* hero slider start */

.hero-slider .hero-desc {
    display: none;
}

.hero-slider .hero-desc[data-id="0"] {
    display: block;
}

.hero-slider .notify-box {
    position: absolute;
    bottom: 20%;
    left: -14%;
}

.notify-box {
    padding: 10px;
    border-radius: 54px;
    box-shadow: 38px 30px 100px 0 rgba(0, 0, 0, 0.06);
    border: solid 2px rgba(255, 255, 255, 0.28);
}

.notify-inner {
    width: 360px;
    min-height: 68px;
    padding: 14px 22px 14px 18px;
    border-radius: 54px;
    box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.08);
    background-color: rgba(255, 255, 255, 0.97);
}

.hero-thumb .swiper-slide:not(.swiper-slide-thumb-active),
.testi-thumb .swiper-slide:not(.swiper-slide-thumb-active) {
    opacity: 0.4;
}

.hero-thumb .swiper-slide span.bar, .testi-thumb .swiper-slide span.bar {
    height: 2px;
    border-radius: 1px;
    background-color: #8f60df;
    display: block;
    /* transition: .5s;  */
    opacity: 0;
    visibility: hidden;
    /* width: 0; */
    width: 100%;
    margin: 10px auto 0;
}

.hero-thumb .swiper-slide.swiper-slide-thumb-active span.bar, .testi-thumb .swiper-slide.swiper-slide-thumb-active span.bar {
    opacity: 1;
    visibility: visible;
    animation: barwidth 3s ease-in-out;
    animation-fill-mode:both; 
}

.hero-thumb .swiper-slide {
    width: auto
}
@keyframes barwidth {
    from {
        /* width:0; */
        transform:scaleX(0);
    }
    to {
        /* width:100%; */
        transform:scaleX(100%);
    }
}
/* hero slider end */

/* widgets start */

.fixed-width {
    max-width: 1440px;
    margin: 0 auto;
}
.widgets .container-fluid {
    max-width: 1440px; 
    margin:0 auto;
}
.title-icon {
    background-image: url(../images/title-icon.svg);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 15px 27px 0;
}

.widget-item:nth-of-type(even) .notify-wrapper {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
}

.widget-item:nth-of-type(odd) .notify-wrapper {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
}


.troy-bg img:nth-of-type(1){
    filter: drop-shadow(0px 68px 68px rgba(6, 4, 15, 0.120615));
}
.sanal-bg img:nth-of-type(1) {
    filter: drop-shadow(0px 68px 68px rgba(6, 4, 15, 0.120615));
}
.kizilay-bg img:nth-of-type(1) {
    filter: drop-shadow(0px 68px 68px rgba(6, 4, 15, 0.120615));
}
.drop-shadow {
    filter: drop-shadow(0px 70px 100px rgba(6, 4, 15, 0.08));
}

.gift-box {
    position:absolute;
    top:10%;
    left: -11%;
}
/* widgets end */

/* feature slider start */

.feature-slider .inner {
    background-color: #f6f4f9;
    border-radius: 30px;
    box-shadow: 0 40px 100px 0 rgba(254, 196, 199, 0.1);
}

.title-icon-left {
    background-image: url(../images/title-icon-left.svg);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 15px 27px 0;
}

.feature-slider .swiper-pagination-bullet {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    color: #8d84a3;
    background-color: #eceaef;
    opacity: 1;
    margin: 0!important;
}

.feature-slider .swiper-pagination-bullet:not(:last-child) {
    margin: 0 10px 0 0!important;
}

.feature-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #8f60df;
    color: #fff;
}

/* feature slider end */

/* tab slider start */

.tab-thumb {
    border-bottom: 1px solid #f6f4f9;
}

.tab-thumb button {
    color: #5e596d;
    border-width: 2px;
}

.tab-thumb .swiper-slide-thumb-active button {
    border-bottom-color: #8f60df;
    color: #8f60df;
}

.tab-thumb .swiper-slide {
    width: auto
}

.tab-thumb .swiper-wrapper {
    justify-content: center;
}

.animate__animated.animate__fastly {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: calc(var(--animate-duration)*1);
    animation-duration: calc(var(--animate-duration)*1)
}

/* tab slider end */

/* testimonials start */

.testi-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.testi-bg-wrapper {
    min-height: 635px;
    width: 100%;
}

.testi-bg-wrapper img {
    position: absolute;
}

.testi-bg-wrapper img:nth-of-type(1) {
    bottom: 0;
    right: 0;
    transition: .4s;
}

.testi-bg-wrapper img:nth-of-type(2) {
    bottom: 0;
    right: 0;
    transition: .5s;
}

.testi-bg-wrapper img:nth-of-type(3) {
    bottom: 0;
    right: 0;
    transition: .6s;
}

.testi-thumb .swiper-slide {
    width: auto
}

/* testimonails end */

/* camps start */

.camps .swiper-slide {
    text-align: center;
}

.camps .swiper-slide .item >img {
    max-width: 100%;
    border-radius: 20px;
}
.camps .item {
    position: relative;
}
.camps .item:after {
    content:"";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height: 100%;;
    z-index: 999;
    box-shadow: 0px 20px 100px rgba(21, 13, 47, 0.14);
}

.camps .swiper-wrapper {
    align-items: center;
}

.camps .desc {
    display: none;
}

.camps .desc[data-id="0"] {
    display: block;
}

/* camps end */

/* features start */
.features .box-img{
    margin-bottom: 21px;
}
.features .box-img img {
    
    filter: drop-shadow(0px 24px 55px rgba(182, 189, 247, 0.371164));
}
.features .box {
    border-radius: 15px;
    box-shadow: 0 61px 125px 0 rgba(0, 0, 0, 0.08);
    background-color: rgba(255, 255, 255, 0.97);
    padding: 40px 30px;
}

/* features end */

/* faqs start */
[name="fas"]::placeholder {
    color:#8D84A3;
    opacity: .5;
}
[name="fas"]:focus::placeholder {
    opacity: 1;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: unset;
}

.accordion-item {
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(9, 36, 32, 0.05);
    border: solid 1px #e0dee4;
    background-color: rgba(216, 216, 216, 0);
}

.accordion-item:not(:first-of-type) {
    border-top: solid 1px #e0dee4;
}

.accordion-item .accordion-button {
    border-radius: 6px;
}

.accordion-button {
    padding: 24px 30px;
}

.accordion-body {
    padding: 0 30px 24px;
}

.accordion-button::after {
    background-image: url(../images/angle-down-gray.svg);
    width: 10px;
    height: 6px;
    background-size: contain;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/angle-down-gray.svg);
}

/* faqs end */

/* cat list start */

ul.cat-list>li {
    position: relative;
}

ul.cat-list>li:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #8f60df;
    transition: .3s;
    opacity: 0;
}

ul.cat-list>li.active:after {
    opacity: 1;
}

.categories .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0d081d;
}

/* cat list end */

/* faq search start */

.faq-search>.container {
    z-index: 1;
}

.faq-search .input-group {
    padding: 12px 10px;
    opacity: 0.9;
    box-shadow: 0 15px 38px 0 rgba(23, 19, 80, 0.08);
    border-radius: 6px;
    color: #8d84a3;
}

body.keying .faq-search .input-group {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.searchlist {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.05);
}

.faq-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.faq-bg-wrapper {
    min-height: 540px;
    width: 100%;
}

.faq-bg-wrapper img {
    position: absolute;
}

.faq-bg-wrapper img:nth-of-type(1) {
    bottom: 0;
    right: 0;
    transition: .4s;
}

.faq-bg-wrapper img:nth-of-type(2) {
    bottom: 0;
    right: 0;
    transition: .5s;
}

.faq-bg-wrapper img:nth-of-type(3) {
    bottom: 0;
    right: 0;
    transition: .6s;
}

/* faq search end */

/* contact form start */

.contact-form {
    box-shadow: 0 100px 100px 0 rgba(0, 0, 0, 0.08);
}

.header-shadow {
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.05);
}

/* contact form end */

/* app img start */

.h-divider {
    height: 3px;
    width: 250px;
    box-shadow: 0 18px 48px 0 rgba(0, 0, 0, 0.06);
    background-color: #261c46;
    position: absolute;
    right: -52%;
    bottom: 23%;
}

.h-divider .box {
    width: 48px;
    height: 48px;
    padding: 12px;
    box-shadow: 0 9px 52px 0 rgba(27, 77, 70, 0.1);
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    position: relative;
    top: -23px;
    left: 16%;
}

.h-divider .box-icon {
    width: 24px;
    height: 24px;
    box-shadow: 0 10px 20px 0 rgba(27, 77, 70, 0.1);
    background-color: #fff;
    border-radius: 50%;
}

.box-80 {
    width: 80px;
    height: 80px;
    box-shadow: 0 24px 64px 0 rgba(38, 28, 70, 0.11);
    background-color: #261c46;
    border-radius: 50%;
    color: #ffae95;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    line-height: 80px;
    position: relative;
}

.v-divider {
    width: 48px;
    height: 48px;
    padding: 12px;
    box-shadow: 0 9px 52px 0 rgba(27, 77, 70, 0.1);
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: calc(50% - 24px);
    top: 140px;
}

.v-divider .v-icon {
    width: 24px;
    height: 24px;
    box-shadow: 0 10px 20px 0 rgba(27, 77, 70, 0.1);
    background-color: #fff;
    border-radius: 50%;
}

/* app img end */

/* call to action start */

.call-to-action {
    background-image: url(../images/call-right.png), url(../images/call-left.png);
    background-position: right bottom, left top;
    background-repeat: no-repeat;
}

/* call to action end */

/* map address start */

.gm-ui-hover-effect:focus-visible, a:-webkit-any-link:focus-visible {
    outline: none;
}

.mapPopup {
    font-family: 'Gilroy';
}

.gm-style .gm-style-iw-c {
    max-width: 100%!important;
    padding:30px!important;
}
.gm-style-iw-d {
    overflow: hidden!important;
}
.gm-ui-hover-effect {
    display:none!important;
}
.gm-style [title="1"],
.gm-style [title="2"],
.gm-style [title="3"] {
    box-shadow: 0px 10px 20px rgba(27, 77, 70, 0.103318);
    border-radius: 50%;
}
/* map address end */

/* price start */

.calc-box {
    box-shadow: 0 100px 100px 0 rgba(0, 0, 0, 0.08);
}

.green-switch .form-check-input {
    width: 44px;
    height: 26px;
    border: solid 1px #eceaef;
    border-radius: 15px;
    background-image: url(../images/rounded-circle-green.svg);
    background-size: 18px;
    padding: 0 4px;
    background-origin: content-box;
}

.green-switch .form-check-input:checked {
    background-color: #2bc6b1;
    border-color: #2bc6b1;
}

.select2price+span {
    position: absolute;
    top: 11px;
    right: 12px;
    
}
.select2price.select2-selection--single .select2-selection__rendered{
    color:#5E596D;
}

.select2-container .select2-selection--single.select2price {
    background-color: #f8f7fa;
    height: 34px;
    min-height: unset;
}

.select2-container .select2-selection--single.select2price .select2-selection__rendered {
    line-height: 34px;
    padding-left: 0;
}

.select2-container--default .select2-selection--single.select2price .select2-selection__arrow b {
    height: 34px;
}

.select2-container--default .select2-selection--single.select2price .select2-selection__arrow {
    width: 20px;
}

.price-hero {
    background-image: url(../images/price-right.svg), url(../images/price-left.svg);
    background-position: right bottom, left top;
    background-repeat: no-repeat;
}

/* price end */

/* price table start */
.price-table tbody>tr>td {
    font-weight: 500;
    color: #0d081d;
    font-size: 14px;
    vertical-align: middle;
}

.price-table *>tr>th {
    vertical-align: middle;
}

.price-table .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #f8f7fa;
}

.tooltip-inner {
    max-width: 350px;
    text-align: left;
    padding: 15px 20px;
}

.price-table .custom-btn-group .btn-check+label {
    padding: 12px 37px;
}

/* price table end */

/* price card start */

.old-price:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: rotate(-15deg);
    background-color: #ff7277;
}

/* price card end */

/* bank limit start */

.bank-limit {
    background-image: url(../images/bank-limit-right.svg), url(../images/price-left.svg);
    background-position: right top, left top;
    background-repeat: no-repeat;
}
.shadow-limit {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}



/* bank limit end */

/* card hero start */

.card-hero {
    position: relative;
    height: 689px;
}

.card-hero img {
    position: absolute;
    filter: drop-shadow(84px 68px 102px rgba(6, 4, 15, 0.15));
}

.card-hero img:nth-of-type(1) {
    top: 5%;
    left: 0;
}

.card-hero img:nth-of-type(2) {
    left: 0;
    bottom: -60px;
}

.card-hero img:nth-of-type(3) {
    left: 350px;
    bottom: 20%;
}

/* card hero end */

.animate__rotate {
    animation:spin 1.5s linear infinite;
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
.step-shadow {
    box-shadow: 0px 20px 53px rgba(0, 0, 0, 0.06);
}

/* 404 start */
.notfound-content {
    height: calc(100vh - 80px);
}