body {
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    background-color: #fff;
}

.wrapper {

}

.header .head {
    background-color: #ffffff;
}

.header .head.shadow-bottom {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.25);
}


.header .navbar {
    width: 100%;
    padding-top: 65px;
    padding-bottom: 15px;
}

.header .navbar .navbar-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .navbar .navbar-brand {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-right: 90px;
    padding-bottom: 0.65rem;
}

.header .navbar .navbar-brand a {
    color: #000;
    text-decoration: none;
}

.header .navbar .navbar-brand a:hover,
.header .navbar .navbar-brand a:active,
.header .navbar .navbar-brand a:focus {
    color: #000;
    text-decoration: none;
}

.header .navbar .nav-link {
    font-size: 20px;
    color: #000;
    padding: 0.5rem 1rem;
}
.header .navbar .nav-link-language {
    font-size: 18px;
    color: #000;
    padding: 0.5rem 1rem;
}

.header .call {
    display: inline-block;
    font-size: 16px;
    background-color: #34ACD2;
    color: #ffffff;
    padding: 15px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.header .call:hover {
    text-decoration: none;
    background-color: #3b94b1;
}

.header .navbar .navbar-toggler {
    width: 42px;
    padding: 10px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1);
}

.header .navbar .navbar-toggler .icon-bar {
    background: #34ACD2;
}

.navbar ul.language i.flag, .navbar .dropdown-menu i.flag{
    width: 20px;
    height: 20px;
    aspect-ratio: 1 / 1;
    vertical-align: middle;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    background: 0 0 !important;
}
.flag {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(flags.png) no-repeat;
}

.navbar ul.language i.flag.flag-en {
    content: url(../img/icon/en.svg);
}

.navbar ul.language i.flag.flag-tr {
    content: url(../img/icon/tr.svg);
}

.navbar-toggler {
    background: none;
    border: none;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: 0;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px 0 4px 0;
    transition: all 0.2s;
}

.navbar-toggler.collapsed .icon-bar {
    margin: 4px 0 4px 0;
}

.navbar-dark .navbar-toggler .icon-bar {
    background: #ffffff;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    transform: rotate(0);
}

.header .header-slider {
    position: relative;
    padding-top: 127px;
}
.header .header-swiper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.4) 80%);
}


.header .header-slider .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
    object-position: center;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
}

.swiper-pagination-bullet {
    width: 80px;
    height: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #D9D9D9;
    opacity: 0.5;
    margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
    background: #D9D9D9;
    opacity: 1;
}

.btn-primary {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #34ACD2;
    border-color: #34ACD2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px 25px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #3b94b1;
    border-color: #3b94b1;
}

.btn-primary:active,
.btn-primary:focus {
    box-shadow: none;
    background-color: #3b94b1;
    border: 1px solid #3b94b1;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    box-shadow: none;
    background-color: #3b94b1;
    border: 1px solid #3b94b1;
}

.home .who {
    padding: 30px 0;
}

.home .who h2 {
    font-size: 64px;
}

.home .who p {
    font-size: 22px;
}

.home .banner {
    padding: 50px 0;
}

.home .banner h3 {
    font-size: 64px;
    color: #fff;
}

.home .banner p {
    font-size: 22px;
    color: #fff;
}

.home .banner a {
    font-size: 22px;
    color: #fff;
}

.home .banner.arctic {
    background: url('../img/home-banner1.jpg') no-repeat;
    background-size: cover;
}

.home .banner.scandinavia {
    background: url('../img/home-banner2.jpg') no-repeat;
    background-size: cover;
}

.home .banner.antarctica {
    background: url('../img/home-banner3.jpg') no-repeat;
    background-size: cover;
}

.home .destination {
    padding: 20px 0 120px 0;
}

.home .destination .caption {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    color: #34ACD2;
    border-bottom: 1px solid #34ACD2;
    padding-bottom: 7px;
    margin-bottom: 17px;
}

.home .row > [class*=col-] {
    margin-bottom: 30px;
}

.home .destination .item {
    height: 100%;
    background-color: #F3F3F3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.home .destination .item .desc {
    padding: 20px;
}

.home .destination .item .desc a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    color: #34ACD2;
}

.home .destination .item .desc p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.home .destination .item .desc a img {
    margin-left: 15px;
}

.destinations {
    padding-top: 134px;
}

.destinations .route .caption {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #34ACD2;
    padding-bottom: 7px;
    margin: 30px 0 20px 0;
}

.destinations .route .caption span {
    color: #34ACD2;
}

.destinations .route .caption .divider {
    font-weight: normal;
    color: #000;
}

.destinations .route .photo {
    position: relative;
    margin-bottom: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.destinations .route .photo:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 25%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 6%, rgba(0, 0, 0, 0) 90%);
}

.destinations .route .photo .descr {
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 5;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}

.destinations .route .items {
    margin-bottom: 15px;
}

.destinations .route .item {
    background-color: #F9F8F8;
    margin-bottom: 5px;
}

.destinations .route .item {
    background-color: #F9F8F8;
    padding: 15px 0;
}

.destinations .route .item .title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
}

.destinations .route .item .sub-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    color: #34ACD2;
}

.destinations .route .item .center {
    position: relative;
    text-align: center;
}

.destinations .route .item .middle:before,
.destinations .route .item .middle:after {
    content: '';
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    display: block;
    border: 1px solid #333;
    z-index: 1;
}

.destinations .route .item .middle:before {
    left: 0;
}

.destinations .route .item .middle:after {
    right: 0;
}

.destinations .route .item .header {
    text-transform: lowercase;
    font-size: 15px;
    font-weight: 500;
    color: #A3A3A3;
    margin-bottom: 5px;
}

.destinations .route .item .days {
    font-size: 24px;
    font-weight: 600;
}

.destinations .route .item .right:before {
    content: '';
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    border: 1px solid #333;
    z-index: 1;
}

.destinations .route .item .icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.destinations .route .item .icons img {
    margin: 0 5px;
}

.destinations .route .item .price {
    font-size: 24px;
    font-weight: 600;
}

.destinations .route .item .price span {
    font-weight: normal;
}

.destinations .route .btn-primary {
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
}

.destinations .route .btn-primary img {
    margin-left: 12px;
}


.modal-more .modal-dialog {
    max-width: 781px;

}

.modal-more .modal-content {
    border: none;
    border: none;
    overflow: hidden;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.modal-more .modal-body {
    padding: 0;
    position: relative;
}

.modal-more .modal-body > div {
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: max-content;
}
.modal-more .modal-body > div > a {
    color: #ffffff;
}

.modal-backdrop.show {
    opacity: .7;
}

.modal-backdrop {
    background-color: #fff;
}

.footer {
    height: 700px;
    background: url('../img/footer-bg.jpg') no-repeat;
    background-size: cover;
    padding-top: 30px;
}

.footer .title {
    height: 29px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 7px;
}

.footer .title a {
    color: #fff;
}

.footer ul {
    padding-left: 28px;
}

.footer ul li {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
}

.footer ul li a {
    color: #fff;
}

.footer .email,
.footer .call {
    font-size: 18px;
    color: #fff;
    margin: 4px 0;
}

.footer .email a {
    color: #fff;
    margin-left: 7px;
}
.footer .call a {
    color: #fff;
    margin-left: 17px;

}

@media (min-width: 1200px) {
    .footer .container {
        padding: 0 150px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .header .navbar .navbar-brand {
        font-size: 26px;
        margin-right: 60px;
    }

    .header .navbar .nav-link {
        font-size: 18px;
    }

    .header .call {
        padding: 12px 25px;
    }

    .home .who h2,
    .home .banner h3 {
        font-size: 54px;
    }

    .home .who p,
    .home .banner p {
        font-size: 20px;
    }

    .home .destination .caption,
    .home .destination .item .desc a {
        font-size: 28px;
    }

    .destinations .route .item .title,
    .destinations .route .item .sub-title {
        font-size: 18px;
    }

    .destinations .route .item .header {
        font-size: 14px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .header .navbar {
        padding-top: 15px;
    }

    .header .navbar .navbar-brand {
        font-size: 26px;
        margin-right: 0;
        padding: 10px 0;
    }

    .header .navbar .nav-link {
        font-size: 18px;
    }
    .header .navbar-nav .dropdown-menu {
        border: none;
    }

    .header .call {
        margin: 10px 0 0 16px;
        padding: 10px 15px;
    }

    .header .header-slider {
        padding-top: 81px;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 15px;
    }

    .swiper-pagination-bullet {
        width: 40px;
        margin: 0 4px !important;
    }

    .home .who h2,
    .home .banner h3 {
        font-size: 46px;
    }

    .home .who p,
    .home .banner p {
        font-size: 18px;
    }

    .home .destination .caption,
    .home .destination .item .desc a {
        font-size: 24px;
    }

    .destinations {
        padding-top: 81px;
    }

    .destinations .route .item .left {
        margin-bottom: 15px;
    }

    .destinations .route .item .center {
        text-align: left;
    }

    .destinations .route .item .icons {
        justify-content: start;
    }

    .destinations .route .item .middle:before, .destinations .route .item .middle:after {
        display: none;
    }

    .destinations .route .item .right:before {
        display: none;
    }

    .destinations .route .item .title,
    .destinations .route .item .sub-title {
        font-size: 18px;
    }

    .destinations .route .item .header {
        font-size: 14px;
    }


    .footer {
        height: 420px;
    }

}

@media (min-width: 576px) and (max-width: 767px) {
    .header .navbar {
        padding-top: 15px;
    }

    .header .navbar .navbar-brand {
        font-size: 26px;
        margin-right: 0;
        padding: 10px 0;
    }

    .header .navbar .nav-link {
        font-size: 18px;
    }
    .header .navbar-nav .dropdown-menu {
        border: none;
    }

    .header .call {
        margin: 10px 0 0 16px;
        padding: 10px 15px;
    }

    .header .header-slider {
        padding-top: 81px;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 15px;
    }

    .swiper-pagination-bullet {
        width: 40px;
        margin: 0 4px !important;
    }

    .home .who h2,
    .home .banner h3 {
        font-size: 42px;
    }

    .home .who p,
    .home .banner p {
        font-size: 18px;
    }

    .home .destination .caption,
    .home .destination .item .desc a {
        font-size: 24px;
    }

    .destinations {
        padding-top: 81px;
    }

    .destinations .route .item .left {
        margin-bottom: 15px;
    }

    .destinations .route .item .center {
        text-align: left;
    }

    .destinations .route .item .icons {
        justify-content: start;
    }

    .destinations .route .item .middle:before, .destinations .route .item .middle:after {
        display: none;
    }

    .destinations .route .item .right:before {
        display: none;
    }

    .destinations .route .item .title,
    .destinations .route .item .sub-title {
        font-size: 18px;
    }

    .destinations .route .item .header {
        font-size: 14px;
    }

    .footer {
        height: 420px;
    }

}

@media (min-width: 0) and (max-width: 575px) {
    .header .navbar {
        padding-top: 15px;
    }

    .header .navbar .navbar-brand {
        font-size: 22px;
        margin-right: 0;
        padding: 10px 0;
    }

    .header .navbar .nav-link {
        font-size: 18px;
    }
    .header .navbar-nav .dropdown-menu {
        border: none;
    }

    .header .call {
        margin: 10px 0 0 16px;
        padding: 10px 15px;
    }

    .header .header-slider {
        padding-top: 76px;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 15px;
    }

    .swiper-pagination-bullet {
        width: 30px;
        margin: 0 4px !important;
    }

    .home .who h2,
    .home .banner h3 {
        font-size: 36px;
    }

    .home .who p,
    .home .banner p {
        font-size: 16px;
    }

    .home .destination .caption,
    .home .destination .item .desc a {
        font-size: 22px;
    }

    .home .destination .item .desc p {
        font-size: 14px;
    }

    .destinations {
        padding-top: 76px;
    }

    .destinations .route .photo .descr {
        font-size: 16px;
    }

    .destinations .route .item .left {
        margin-bottom: 15px;
    }

    .destinations .route .item .center {
        text-align: left;
    }

    .destinations .route .item .icons {
        justify-content: start;
    }

    .destinations .route .item .middle:before, .destinations .route .item .middle:after {
        display: none;
    }

    .destinations .route .item .right:before {
        display: none;
    }

    .destinations .route .item .title,
    .destinations .route .item .sub-title {
        font-size: 16px;
    }

    .destinations .route .item .header {
        font-size: 13px;
    }

    .destinations .route .item .days {
        font-size: 19px;
    }

    .destinations .route .item .price {
        font-size: 19px;
    }

    .destinations .route .item .icons img {
        height: 17px;
        width: auto;
        margin: 0 3px;
    }

    .btn-primary {
        font-size: 18px;
        padding: 6px 18px;
    }

    .modal-more .modal-body a {
        top: 30px;
        font-size: 18px;
    }

    .footer {
        height: 420px;
    }

    .footer .title {
        font-size: 20px;
    }

    .footer ul li {
        font-size: 16px;
    }

}
