body {
    margin: 0 auto;
    padding: 0
}

section .text-header {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px
}

.alert {
    border: 0
}

.alert.alert-success {
    background-color: #28a745;
    color: #fff
}

.color-gradient {
    background: linear-gradient(0deg, #7ed5f0, #6c63ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0
}

header.header {
    position: relative;
    z-index: 10;
    padding-top: 20px
}

header.header ul.menu {
    display: table;
    float: right;
    display: none
}

header.header ul.menu li {
    float: left
}

header.header ul.menu li a {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    font-size: 16px
}

section.slider {
    padding-left: 0;
    padding-right: 0;
    margin-top: -106px;
    position: relative;
    z-index: 9
}

section.slider .item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 10
}

section.slider .item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #5f5f5f;
    opacity: .1;
    z-index: 9
}

section.slider .text {
    position: relative;
    z-index: 11;
    width: calc(100% - 80px)
}

section.slider .text h1 {
    font-size: 34px;
    color: #fff
}

section.slider .text .subtext {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400
}

.slick-slider .slick-arrow {
    display: none !important;
    background-color: transparent;
    font-size: 50px;
    color: #fff;
    text-align: center;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 0
}

.slick-slider .slick-arrow.slick-prev {
    left: 30px
}

.slick-slider .slick-arrow.slick-next {
    right: 30px
}

.slick-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 30px
}

.slick-slider .slick-dots li {
    float: left;
    margin-left: 10px;
    cursor: pointer
}

.slick-slider .slick-dots li.slick-active button {
    width: 20px
}

.slick-slider .slick-dots li button {
    background-color: #fff;
    border: 0;
    width: 12px;
    height: 8px;
    border-radius: 4px;
    color: red;
    font-size: 12px;
    line-height: 16px;
    text-indent: -100px;
    overflow: hidden;
    padding: 0;
    cursor: pointer
}

section.our-solution, section.our-vision {
    padding-top: 100px;
    padding-bottom: 100px
}

section.our-solution {
    background: #f4fdfe
}

section.pricing {
    padding-top: 100px;
    padding-bottom: 100px
}

section.pricing .card {
    margin: 32px;
    border: 0
}

section.pricing .card .card-title {
    margin-top: 16px
}

section.pricing .icons-wrapper {
    position: relative
}

section.pricing .icons-wrapper:before {
    content: "";
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(180deg, #7ed5f0, #6c63ff)
}

section.pricing .icons-wrapper .icon-wrapper .icon-title {
    text-transform: uppercase
}

section.pricing .icons-wrapper .icon-wrapper .circle {
    width: 80px;
    height: 80px;
    background-color: red;
    border-radius: 50%;
    position: relative;
    background: linear-gradient(90deg, #7ed5f0, #6c63ff)
}

section.pricing .icons-wrapper .icon-wrapper .circle img {
    max-width: 50px;
    max-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

section.gallery .bg-image {
    height: 200px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

section.gallery .bg-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #5f5f5f;
    opacity: .2;
    transition: all .3s ease-in
}

section.gallery .bg-image:hover:before {
    opacity: .5
}

section.gallery .bg-image:hover a {
    opacity: 1
}

section.gallery .bg-image a {
    padding: 6px 32px;
    background-color: hsla(0, 0%, 100%, .2901960784313726);
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    position: absolute;
    opacity: 0;
    transition: all .3s ease-in
}

section.premium {
    padding-top: 100px;
    padding-bottom: 100px
}

section.premium .wrapper {
    padding: 16px;
    margin-bottom: 32px;
    background: #fff;
    position: relative;
    border-radius: 3px
}

section.premium .wrapper:before {
    content: "";
    border-radius: 5px;
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    z-index: -1;
    background: linear-gradient(180deg, #7ed5f0, #6c63ff)
}

section.premium .wrapper .text-header {
    height: 100px;
    margin-bottom: 16px
}

section.premium .wrapper .text-header h5 {
    font-size: 24px;
    font-weight: 700;
    color: linear-gradient(0deg, #7ed5f0, #6c63ff);
    background: linear-gradient(0deg, #7ed5f0, #6c63ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0
}

section.premium .wrapper .text-wrapper {
    min-height: 230px
}

section.premium .wrapper .text-wrapper > div {
    width: 100%
}

section.premium .wrapper .text-wrapper p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500
}

section.contact {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(180deg, #7ed5f0, #6c63ff)
}

section.contact h2 {
    color: #fff
}

section.contact textarea {
    height: 217px
}

section.contact .form-control {
    margin-bottom: 5px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #dddbff
}

section.contact .form-control::-moz-placeholder {
    color: #fff
}

section.contact .form-control:-ms-input-placeholder {
    color: #fff
}

section.contact .form-control::placeholder {
    color: #fff
}

section.contact .btn {
    background-color: rgba(148, 141, 247, .3137254901960784);
    border: 2px solid #dddbff;
    color: #fff
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #6259f3;
    display: none
}

footer ul.social-links li {
    float: left;
    margin-right: 16px
}

footer ul.social-links li a {
    color: #fff;
    font-size: 20px
}

footer .footer-logo {
    width: 100px
}

footer p {
    color: #fff;
    margin-bottom: 0
}

section.switcher {
    padding-top: 90px;
    padding-bottom: 50px
}

section.switcher .text-header {
    margin-bottom: 16px
}

section.switcher .subtext {
    margin-bottom: 40px
}

section.switcher .switch-wrapper {
    display: none;
    height: 600px;
    background-color: #fff;
    position: relative;
    overflow: hidden
}

section.switcher .switch-wrapper:before {
    content: "";
    position: absolute;
    width: calc(100% - 140px);
    height: calc(200% - 280px);
    border-radius: 50%;
    border: 2px dotted #6c63ff;
    left: 70px;
    top: 70px
}

section.switcher .switch-wrapper .text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%)
}

section.switcher .switch-wrapper .text-wrapper .item-text {
    display: none
}

section.switcher .switch-wrapper .text-wrapper .item-text.tours {
    display: block
}

section.switcher .switch-wrapper .items .item {
    position: absolute;
    display: table;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff
}

section.switcher .switch-wrapper .items .item .img {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all .4s ease-out
}

section.switcher .switch-wrapper .items .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: #fff;
    z-index: -1;
    transition: all .4s ease-out
}

section.switcher .switch-wrapper .items .item .img:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border-radius: 50%;
    background: linear-gradient(0deg, #7ed5f0, #6c63ff);
    z-index: -2;
    transition: all .4s ease-out
}

section.switcher .switch-wrapper .items .item .img:hover:after {
    opacity: .3
}

section.switcher .switch-wrapper .items .item .img:hover:before {
    background: linear-gradient(0deg, #7ed5f0, #6c63ff)
}

section.switcher .switch-wrapper .items .item .img:hover img {
    filter: brightness(0) invert(1)
}

section.switcher .switch-wrapper .items .item .img img {
    max-width: 60px;
    max-height: 60px
}

section.switcher .switch-wrapper .items .item span.name {
    position: absolute;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    font-weight: 500;
    font-size: 17px;
    line-height: 17px
}

section.switcher .switch-wrapper .items .item:first-child {
    left: 0;
    bottom: 0
}

section.switcher .switch-wrapper .items .item:nth-child(2) {
    left: 20%;
    top: 25%;
    transform: translate(-60%, -10%)
}

section.switcher .switch-wrapper .items .item:nth-child(3) {
    left: 50%;
    top: 0;
    transform: translate(-50%)
}

section.switcher .switch-wrapper .items .item:nth-child(4) {
    right: 20%;
    top: 25%;
    transform: translate(60%, -10%)
}

section.switcher .switch-wrapper .items .item:nth-child(5) {
    right: 0;
    bottom: 0
}

section.switcher .switch-control {
    display: none;
    position: relative
}

section.switcher .switch-control .switch-control-imgs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

section.switcher .switch-control .switch-control-imgs .switch-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    width: auto;
    height: 270px;
    transition: all .4s ease-in-out
}

section.switcher .switch-control .switch-control-imgs .switch-text {
    width: 200px
}

section.switcher .mobile .item {
    border: 2px solid #6c63ff;
    border-radius: 5px;
    margin-bottom: 32px;
    padding: 16px
}

section.switcher .mobile .item span.name {
    display: inline-block;
    width: 100%
}

section.switcher .mobile .item .img {
    width: 120px
}

@media (min-width: 768px) {
    .slick-slider .slick-arrow {
        display: inline-block !important
    }

    section.gallery .bg-image {
        height: 400px;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative
    }

    footer {
        display: block
    }
}

@media (min-width: 992px) {
    section.switcher .switch-control, section.switcher .switch-wrapper {
        display: block
    }

    section.switcher .mobile {
        display: none !important
    }

    section.switcher .text-header {
        margin-bottom: 50px
    }

    section.switcher .subtext {
        display: none
    }
}
