*{
    padding: 0;
    box-sizing: border-box;
}

a, p , span, h1, h2, h3, h4, h5, h6, div{
    font-family: AmadeusAP;
}

.container-fluid{
    padding: 0;
}

.header{
    width: 100%;
    height: 100vh;
    background: url("../images/header.webp") center no-repeat;
    background-size: cover;
    position: relative;
}

.header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}

.header-top-menu{
    padding-top: 15px;
}

.header .logo img{
    width: 40%;
    z-index: 9999999;
    position: relative;
}

.header .menu{
    display: flex;
    justify-content: space-evenly;
    text-transform: uppercase;
    z-index: 99999999;
}

.header .menu a{
    color: #FEFFFF;
    text-decoration: none;
}

.header-title{
    margin-top: 9rem;
    display: block;
    text-align: center;
    color: #ffffff;
}

.header-title h1{
    font-size: 65px;
    font-weight: 600;
    z-index: 999999999999;
    position: relative;
}

.header-title-bottom{
    position: absolute;
    color: #BDB7A9;
    z-index: 2;
    bottom: 20px;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.header-title-bottom p{
    font-style: italic;
    font-weight: bold;
    color: #fff;
}

/*why-us?*/

.why-us{
    width: 100%;
    margin-top: 90px;
}

.why-us-body{
    justify-content: space-evenly;
}

.why-us-body h2{
    font-size: 40px;
}

.why-us-body p{
    font-size: 18px;
    margin-top: 38px;
}

/*for-whom*/


.title-h h2{
    margin-top: 7rem;
    font-size: 40px;
    border-top: 2px solid #00D8FF;
    padding-top: 10px;
}

.for-whom-body{
    justify-content: space-evenly;
    margin-top: 3rem;
}

.for-whom-body .card{
    border: none;
    width: 15rem;
}

/*our tours*/

.our-tours-title h2{
    border: none;
}

.our-tours-button span{
    background: #00D8FF;
    border-color: #00D8FF;
    border-radius: 0;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.our-tours-button span:hover{
    background: #00D8FF;
    border-color: #00D8FF;
}

.our-tours-button p{
    padding: 0 20%;
    text-align: center;
    margin-bottom: 3rem;
}

.our-tours-body .col-sm-1{
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    background: #F5F5F5;
    font-size: 19px;
    max-width: 20%;
    flex: 0 0 12.333333%;
}

.our-tours-body .nav-pills a{
    color: #000;
}

.our-tours-body .nav-pills .active{
    border-bottom: 3px solid #00D8FF;
    background: none;
    border-radius: 0;
    font-size: 25px;
    color: #000;
}

.our-tours-body .col-sm-9{
    margin-left: 20px;
    padding-top: 10px;
}

.our-tours-body .col-sm-9 .days-content{
    line-height: initial;
    margin-top: 20px;
    margin-bottom: 20px;
}

.our-tours-body .col-sm-9 .days-content p{
    color: #000;
}

.our-tours-body .col-sm-9 .days-images{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.our-tours-body .col-sm-9 .days-images .col-sm-5{
    margin-bottom: 30px;
}

.standart-tours{
    margin-top: 40px;
}

/*included*/

.included{
    margin-top: 8rem;
}

.included .included-line div{
    width: 200px;
    border-bottom: 3px solid #00D8FF;
}

.included .included-body{
    text-align: center;
    margin-top: 4rem;
}

.included .included-body .col-sm-4 h4{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}

.included .included-body .col-sm-4 .include-body-bg-blue{
    padding: 35px 22px;
    background: #00D8FF;
    color: #fff;
    text-align: left;
}

.included .included-body .col-sm-4 .include-body-bg-white{
    padding: 35px 22px;
    background: #E5E5E5;
    text-align: left;
}

.included-body p{
    font-size: 23px;
}

/*take-with-you-title*/
.take-with-you{
    margin-top: 6rem;
}

.take-with-your-bg{
    background: #E5E5E5;
    padding-bottom: 3rem;
}

.take-with-you-title h2{
    border: none;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.take-with-you-body .take-with-you-body-content{
    position: relative;
}

.take-with-you-body .take-with-you-body-content p{
    position: absolute;
    left: 51px;
    top: 15px;
    font-size: 14px;
}

.take-with-you-body .take-with-you-body-content img{
    width: 9%;
}

/*personal-calculation-title*/

.personal-calculation-title h2{
    border: none;
    margin-bottom: 3rem;
}

.personal-calculation-body .form-group label{
    font-size: 14px;
    color: #4E4E4E;
}

.personal-calculation-body .form-group input{
    border: 1px solid #4E4E4E;
    padding-left: 10px;
    font-size: 13px;
    color: #4E4E4E;
}

.personal-calculation-body .form-group button{
    width: 100%;
    border-radius: 0;
    border:none;
    background: #00D8FF;
    font-size: 15px;
    text-transform: uppercase;
}

.personal-calculation-body{
    justify-content: center;
}

.personal-calculation-body .pct-block-2{
    padding-left: 4rem;
    line-height: 35px;
    margin-top: -3rem;
}

.personal-calculation-body .pct-block-2 p{
    font-size: 20px;
    color: #4E4E4E;
}

/*gallery-of-attractions*/

.gallery-of-attractions h2{
    border: none;
}

.slider-index{
    display: flex;
    justify-content: space-evenly;
}

.slick-prev:before, .slick-next:before {
    color: #000 !important;
}

.slick-prev:before {
   content: '\2039' !important;
}

.slick-next:before {
    content: '\203A' !important;
}

.slider-index div{
    padding: 5px;
}

/*gallery-of-rewiews*/
.gallery-of-rewiews h2{
    border: none;
}

.gallery-of-rewiews-body{
    justify-content: center;
    margin-top: 3rem;
    text-align: center;
}

.gallery-of-rewiews-body .card{
    border: none;
    margin: 0 auto;
    display: block;
}

.gallery-of-rewiews-body .card .rounded-circle {
    border: none;
    width: 40%;
}

.gallery-of-rewiews-body .card h5{
    font-size: 15px;
    padding-bottom: 25px;
    border-bottom: 2px solid #00D8FF;
    display: inline-block;
}

/*contact*/

.contact{
    background: #7F7F7F;
    padding: 30px;
    margin-top: 4rem;
}

.contact-body{
    color: #fff;
}

.contact-body a{
    color: #fff;
}

.contact-body .lead{
    font-size: 25px;
    line-height: 27px;
}

.contact-body .share-contact a .inst{
    font-size: 45px;
    color: #fff;
}

.contact-body .share-contact a .fb{
    font-size: 45px;
    color: #fff;
}

.contact-body .share-contact{
    letter-spacing: 15px;
}

.slider-index-mobile{
    display: none;
}

.first-img-vip{
    margin-bottom: 10px;
}

.faq-blog{
    display: none;
}

.header-top-menu-mobile{
    display: none;
}

.gallery-of-rewiews-body .card-body iframe{
    height: 200px;
}

.img-photo-hunt a {
    cursor: pointer;
}

@media(max-width:990px) and (min-width: 250px) {
    .logo{
        display: none;
    }

    .header{
        height: 56vh;
    }

    .header-title-bottom p {
        font-size: 11px;
    }

    .header:after{
        height: 56vh;
    }

    .header-title h1 {
        font-size: 46px;
        position: absolute;
        top: 8rem;
        width: 100%;
        margin-top: 5px;
    }

    .header-title-bottom {
        bottom: 5px;
    }

    .mob-menu-a{
        background: #fff;
        opacity: .5;
        margin-top: 10px;
    }

    .mob-menu-a .nav-link{
        color: #000 !important;
        padding: 8px 18px;
    }

    .header-title {
        margin-top: 4rem;
    }

    .header-top-menu{
        display: none;
    }

    .header-top-menu-mobile{
        display: block;
    }

    .bg-light {
        background-color: transparent !important;
        box-shadow: 5px 0 10px #ccc;
        z-index: 2;
    }

    .navbar-brand {
        width: 22%;
    }

    .navbar-light .navbar-toggler {
        border-color: #fff;
        color: #fff;
        background: #ccc;
        opacity: 0.3;
    }

    .why-us {
        margin-top: 40px;
    }

    .why-us-body h2 {
        text-align: center;
    }

    .why-us-body p {
        margin-top: 19px;
        text-align: center;
    }

    .title-h h2 {
        margin-top: 4rem;
        padding-top: 5px;
    }

    .for-whom-body {
        justify-content: center;
        margin-top: 1rem;
    }

    .for-whom-body .card {
        width: 80%;
    }

    .our-tours-body{
        display: none;
    }

    .faq-blog{
        display: block;
    }

    .faq-blog .card{
        background-color: #fff;
        border-radius: 20px !important;
        margin-bottom: 9px;
        border-bottom: 5px solid #999999 !important;
        border: none;
    }

    .faq-blog .card-header {
        padding: 0 !important;
        background: #fff;
    }

    .faq-blog .accordion-button {
        font-size: 15px;
        color: #000;
        padding: 8px 137px;

    }

    .days-images .col-sm-5{
        margin-bottom: 10px;
    }

    .faq-blog .blockquote-footer {
        font-size: 15px;
        line-height: 18px;
    }

    .our-tours-button p {
        padding: 0 11px;
        font-size: 14px;
        margin-bottom: 1rem;
        text-decoration: none;
    }


    .included {
        margin-top: 4rem;
    }

    .included .included-body .col-sm-4 h4 {
        margin-top: 25px;
    }

    .included .included-body {
        margin-top: 1rem;
    }

    .take-with-you {
        margin-top: 4rem;
    }

    .take-with-you-title h2{
        margin-top: 1rem;
    }

    .take-with-you-body{
        padding: 0 0 0 25px;
    }

    .take-with-you-body .col-sm-4 .take-with-you-body-content p {
        margin-left: 5px;
        top: 10px;
        font-size: 13px;
        padding-right: 5px;
    }

    .personal-calculation-title h2{
        margin-top: 3rem;
        padding-top: 4px;
        text-align: center;
        margin-bottom: 1rem;
    }

    .personal-calculation-body .pct-block-2 {
        padding-left: 15px;
        text-align: center;
        margin-top: 0;
    }

    .gallery-of-attractions h2 {
        margin-top: 3rem;
        padding-top: 5px;
        text-align: center;
    }

    .title-h {
        text-align: center;
    }

    .slider-index{
        display: none;
    }

    .slider-index-mobile{
        display: block;
    }

    .contact-body {
        text-align: center;
        margin-top: 1rem;
    }

    .contact-body .lead {
        font-size: 17px;
        line-height: 20px;
    }

    .take-with-you-body .take-with-you-body-content {
        line-height: 13px;
    }

    .take-with-you-body .take-with-you-body-content img {
        width: 11%;
    }

    .take-with-you-body .take-with-you-body-content p {
        left: 44px;
        top: 13px;
    }
}