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; 
}
*/

.btn-jaguar {
    background-color: #0D081D;
    color: #fff !important;
}

.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-700 {
    font-weight: 600;
}

.fw-800 {
    font-weight: 800;
}
.text-sorbus {
    color:#E15E36;
}
a.text-sorbus:hover {
    color:#da3c0c;
}
.text-haze {
    color:#B4B0C0!important;
}
.text-lila {
    color: #f4effb;
}

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

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

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

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

.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;
}

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

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

.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;
}

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

.btn-54 {
    min-height: 54px;
}
.btn-47 {
    min-height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* globals end */

/* header start */

#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-icon {
    overflow: hidden;
}

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

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

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

.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;
    color: #0d081d;
    font-weight: 500;
}
textarea.custom-form {
    padding-top:12px;
    padding-bottom:12px;
}

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

.custom-form::placeholder .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) {
    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;
    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;
    width: 100%;
}

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

/* hero slider end */

/* widgets start */

.widgets, .fixed-width {
    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;
}

/* 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;
    top: 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>img {
    max-width: 100%;
    border-radius: 20px;
}

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

.camps .desc {
    display: none;
}

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

/* camps end */

/* features start */

.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 */

.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: -50%;
    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 */


/* pegasus bg start */
.pegasus-bg {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background-color: #ECEBEF;
}

.pegasus-bg > div:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: -25%;
    z-index: 1;
}

.pegasus-bg > div:nth-of-type(2) {
    position: absolute;
    top: 13%;
    right: -18%;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.pegasus-bg > div:nth-of-type(3) {
    position: absolute;
    top: 9%;
    right: 0;
    z-index: 1;
    height: 100%;
}

.pegasus-bg > div:nth-of-type(4) {
    position: absolute;
    top: 39%;
    right: 22%;
    z-index: 1;
    transform: rotate(330deg);
}

.pegasus-bg > div:nth-of-type(4)>img {
    filter: drop-shadow(0px 68px 68px rgba(6, 4, 15, 0.120615));
}

.pegasus-bg > div:nth-of-type(5) {
    position: absolute;
    bottom: -2%;
    right: 0;
    z-index: 0;
}

/* pegasus bg end */

/* kizilay bg start */
.kizilay-bg {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background-color: #ECEBEF;
}

.kizilay-bg > div:nth-of-type(1) {
    position: absolute;
    top: calc(50% - 351px);
    right: 0;
    z-index: 1;
}

.kizilay-bg > div:nth-of-type(2) {
    position: absolute;
    top: calc(50% - 116px);
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.country-select [data-id]:not(.active) {
    display: none;
}

/* corp start */
.login-register .corp-wrapper {
    background-color: #0D081D;
    background-position: 0 top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 2;
}


.corp-wrapper .top-circle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/kurumsal-top.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    z-index: -1;
    transition: .3s;
    animation: corp-bg-action 1s;
}

@keyframes corp-bg-action {
    0% {
        background-position: -80% 0%;
        opacity: 0;
    }

    100% {
        background-position: 0% 0%;
        opacity: 1;
    }
}

.corp-wrapper .bottom-shape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/kurumsal-bottom.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    display: block;
    z-index: -1;
    transition: .3s;
    animation: corp-bg-action2 1s;
}

@keyframes corp-bg-action2 {
    0% {
        background-position: 500% 100%;
        opacity: 0;
    }

    100% {
        background-position: 100% 100%;
        opacity: 1;
    }
}

.custom-file-input {
    color: transparent;
    max-width: 100%;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: 'Kimlik Fotokopisi';
    background-image:url(../images/plus-alt.svg) ;
    background-repeat:no-repeat;
    background-position:10% center ;
    color: black;
    display: inline-block;
    padding: 15px 22px 15px 42px;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
    border: 1px dashed #0D081D;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(9, 36, 32, 0.0494564);
    border-radius: 6px;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active {
    outline: 0;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.sirketYetkili {
    position:relative
}
.sirketYetkili:not(.active) > input {
    display:none;
}
.sirketYetkili.active > div {
    display:none!important;
}
.sirketYetkili > div > span:nth-of-type(1) {
    line-height: 17px;
}
/* login type start */
.login-type .card {
    box-shadow: 4px 4px 20px 1px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding-top:69px;
    padding-bottom:69px;
}
/* login type end */

/* open app start */
.open-app {
    background-image: url(../images/open-app-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position:relative;
}
.open-app:after {
    content:"";
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom:0;
    background: linear-gradient(0deg, #433068 0.3%, rgba(67, 48, 104, 0) 100%); 
}
/* open app end */

/* visaform bg start */
.visaform-bg {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background-color: #ECEBEF;
}

.visaform-bg > div:nth-of-type(1) {
    position: absolute;
    top: 30%;
    left: 14%;
    z-index: 1;
}
.visaform-bg > div:nth-of-type(2) {
    position: absolute;
    top: calc(50% - 192px);
    left: calc(50% - 218px);
    z-index: 2;
}
.visaform-bg > div:nth-of-type(3) {
    position: absolute;
    top: 32%;
    right: 10%;
    z-index: 1;
}

/* visaform bg end */

/* troyform bg start */
.troyform-bg {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background-color: #ECEBEF;
}

.troyform-bg > div:nth-of-type(1) {
    position: absolute;
    top: 55%;
    left: 17%;
    z-index: 3;
}
.troyform-bg > div:nth-of-type(2) {
    position: absolute;
    top: calc(50% - 112px);
    left: calc(50% - 172px);
    z-index: 2;
}

/* troyform bg end */