@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

html{
    font-size: 14px;

}

body{
    font-family: 'Montserrat', sans-serif;
    color: #1B367D;



}

h1, h2, h3, h4, h5{
    font-family: 'Sensei', sans-serif;
}
h1{
    font-size: 3.42rem;
}

h2{
    font-size: 1.71rem;
}

.z-100{
    z-index: 10000;
}

.z-index-top{
    position: relative;
    z-index: 1000;
}


.nav-item{
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-brand{
    color: #1B367D !important;
    font-family: 'Sensei', sans-serif;
}
.navbar-brand img{
    margin-right: 15px;
}

.phone{
    margin-left: 15px !important;
    font-weight: 600;
    color: #1B367D !important;

}
.phone > a{
    text-decoration: none;
}

.nav-item a{
    color: #1B367D !important;

}
.nav-link{
    color: #2447a5 !important;

    background: #FABF09;
}
.nav-item > .active{
    color: #182f6e !important;
    font-weight: 600;
    background: none;
    border-left: 1px dashed #182f6e;
    padding-left: 15px;

}

.navbar{
    top: -100px;
    position: sticky;

    transition: top ease-in-out 2s;
}

.navbar-transparent{
    background: #FABF09 !important;
}

.margin-nav{
    margin-top: -65px !important;
}

.top0{
    top: 0px !important;
}
.top--100{
    top: -100px !important;
}


.menu-bg{
    background: #FABF09 !important;

    /*box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.1);*/
}








.logo{
    border-radius: 0px !important;
    height: 54px;
    padding: 0;
    margin: 0;
}


#offer{
    position: relative;
    padding: 0 0 40px 0;
    background: #FABF09;
    margin-top: -65px;
}
#offer > .container > .row{
    height: 90vh;
}

#offer h1{
    padding-top: 60px;
    padding-bottom: 20px;
}

#offer p{
    padding-bottom: 20px;
}

#about{
    position: relative;
    padding: 30px 15px;
}


#reasons{
    position: relative;
    padding: 100px 0;
    background: #6FBEE5;
}
#reasons h1{
    padding-bottom: 4rem;
}

#reasons h2{
    color: #fff;
    padding-bottom: .3rem;

}

#reasons p{
    color: #fff;
    margin-bottom: 0 !important;
    line-height: 1.5;
}

#excursion{
    padding: 100px 0;
    background: url('/img/spiral-background-1.png') no-repeat;
    background-position: 50%;
    position: relative;
}

#reviews{
    position: relative;
    padding: 100px 0;
    background: #6FBEE5;
}

#faq{
    position: relative;
    padding: 100px 0;
    background: #6FBEE5;
}

.review-wrapper{
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 6px;
    padding: 15px;
}


.review{
    text-align: left !important;
}

.review .name span{
    font-size: 10px;
    color: #1B367D;
}

.review .date{
    font-size: 10px;
    color: #676767;
}

.review a{
    color: #1B367D;
    text-decoration: none;
}


#askme{
    padding: 100px 0;
    background: url('/img/star-background-1.png') no-repeat;
    background-position: 50%;
    position: relative;
}


#contacts{
    padding: 100px 0;
    background: url('/img/spiral-background-2.png') #E6E935 no-repeat;
    background-position: 100% 50%;
    position: relative;
    color: #1B367D;
}

#contacts a{
    color: #1B367D !important;
    text-decoration: none;

}

#contacts .fa-phone,
#contacts .fa-map-marker,
#contacts .fa-instagram,
#contacts .fa-vk,
#contacts .fa-whatsapp{
    width:32px;
    height: 32px;
    text-align: center;
    line-height: 2.3;
    background: #1B367D;
    border-radius: 50%;
    color: #fff;
    margin-right: 15px;
    transition: all ease-in-out .5s;
}

#contacts .fa-phone:hover,
#contacts .fa-map-marker:hover{
    background: #0b1738;
}

#contacts .fa-instagram{
    background: #E47885;
    color: #fff;
    transition: all ease-in-out .5s;
}
#contacts .fa-instagram:hover{
    background: #9a5159;
}

#contacts .fa-vk{
    background: #6FBEE5;
    color: #fff;
    transition: all ease-in-out .5s;
}
#contacts .fa-vk:hover{
    background: #508aa6;
}

#contacts .fa-whatsapp{
    background: #C9E447;
    color: #fff;
    transition: all ease-in-out .5s;
}

#contacts .fa-whatsapp:hover{
    background: #92a634;
}
.form-control{
    border: 1px solid #1B367D;
    border-radius: 6px;
}


.accordion-header{
    font-family: 'Montserrat', sans-serif !important;

}




.btn-primary {
    color: #fff;
    background-color: #1B367D;
    border-color: #1B367D;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    border-radius: 100px !important;
    padding: 14px 30px;
    transition: all ease-in-out .25s;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b1738;
    border-color: #0b1738;
    border-radius: 100px !important;
    padding: 14px 30px;
}

.btn-secondary {
    color: #fff;
    background-color: #6FBEE5;
    border-color: #6FBEE5;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    border-radius: 100px !important;
    padding: 14px 30px;
    transition: all ease-in-out .25s;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5693b1;
    border-color: #5693b1;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    border-radius: 100px !important;
    padding: 14px 30px;
}

.btn-pink {
    color: #1B367D;
    background-color: #E47885;
    border-color: #E47885;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    margin-left: 15px;
    padding: 14px 18px;
    transition: all ease-in-out .25s;
}

.btn-pink:hover {
    color: #fff;
    background-color: #a55761;
    border-color: #a55761;
    padding: 14px 18px;
}

.btn-yellow {
    color: #1B367D;
    background-color: #E6E935;
    border-color: #E6E935;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    margin-left: 15px;
    padding: 14px 18px;
    transition: all ease-in-out .25s;
}

.btn-yellow:hover {
    color: #fff;
    background-color: #E6E935;
    border-color: #E6E935;
    padding: 14px 18px;
}

.btn-rounded{
    border-radius: 100px !important;
}





.footer{
    padding: 60px 0 0 0;
    background: #FABF09;
}

.logo-footer{
    font-family: 'Sensei', sans-serif;
    color: #1B367D !important;
    font-size: 1.25rem;
}
.logo-footer img{
    margin-right: 15px;
}

.animal{
    width: 70px;
    padding: 5px 0;
    border-radius: 6px;
    background: #FABF09;
    transition: all ease-in-out .25s;
}

.animal:hover{
    background: #E47885;
}

.animal-1{
    background: #FABF09;
}

.animal-2{
    background: #FCB4DA;
}

.animal-3{
    background: #C9E447;
}

.animal-4{
    background: #E6E935;
}


















/* CSS Bubbles */
.parallax-lvl-0, .parallax-lvl-1, .parallax-lvl-2, .parallax-lvl-3 {
    position: absolute;
    top: 0;
    pointer-events: none;
    transform: rotate(0deg);
}
.parallax-lvl-1 {
    z-index:5;
}
.parallax-lvl-2 {
    z-index:10;
}
.parallax-lvl-3 {
    z-index:20;
}

.ring-blured-1{
    position: relative;
    background: url('../img/ring-blured-1.png') no-repeat;
    width: 172px;
    height: 172px;
}

.ring-blured-2{
    position: relative;
    background: url('../img/ring-blured-2.png') no-repeat;
    width: 427px;
    height: 427px;
}

.ring-normal-1{
    position: relative;
    background: url('../img/ring-1.png') no-repeat;
    width: 256px;
    height: 256px;
}

.spiral-normal-1{
    position: relative;
    background: url('../img/spiral-1.png') no-repeat;
    width: 160px;
    height: 160px;
}

.spiral-normal-2{
    position: relative;
    background: url('../img/spiral-2.png') no-repeat;
    width: 160px;
    height: 160px;
}

.star-blured-1{
    position: relative;
    background: url('../img/star-blured-1.png') no-repeat;
    width: 250px;
    height: 278px;
}

.star-blured-2{
    position: relative;
    background: url('../img/star-blured-2.png') no-repeat;
    width: 151px;
    height: 140px;
}

.star-blured-3{
    position: relative;
    background: url('../img/star-blured-3.png') no-repeat;
    width: 217px;
    height: 244px;
}

.star-normal-1{
    position: relative;
    background: url('../img/star-1.png') no-repeat;
    width: 441px;
    height: 497px;
}

.star-normal-2{
    position: relative;
    background: url('../img/star-2.png') no-repeat;
    width: 102px;
    height: 93px;
}

.star-normal-3{
    position: relative;
    background: url('../img/star-3.png') no-repeat;
    width: 452px;
    height: 510px;
}

.stick-blured-1{
    position: relative;
    background: url('../img/stick-blured-1.png') no-repeat;
    width: 229px;
    height: 388px;
}


.stick-normal-1{
    position: relative;
    background: url('../img/stick-1.png') no-repeat;
    width: 250px;
    height: 157px;
}

.stick-normal-2{
    position: relative;
    background: url('../img/stick-2.png') no-repeat;
    width: 276px;
    height: 486px;
}

.wave-blured-1{
    position: relative;
    background: url('../img/wavw-blured-1.png') no-repeat;
    width: 417px;
    height: 174px;
}

.wave-blured-2{
    position: relative;
    background: url('../img/wave-blured-2.png') no-repeat;
    width: 314px;
    height: 333px;
}




.ring-1{
    top: 50px;
    left: 360px;
}

.ring-2{
    top: 600px;
    left: -60px;
}

.ring-3{
    top: -70px;
    left: 1280px;
}

.ring-4{
    top: 3670px;
    left: 300px;
}

.spiral-1{
    top: 250px;
    left: 150px;
}



.spiral-2{
    top: 540px;
    left: 20px;
}


.star-1{
    top: -140px;
    left: -260px;
}

.star-2{
    top: 300px;
    left: 320px;
}

.star-3{
    top: 540px;
    left: 640px;
}

.star-4{
    top: 870px;
    left: -90px;
}

.star-5{
    top: 1100px;
    left: -160px;
}

.star-6{
    top: 3200px;
    left: 1200px;
}

.star-7{
    top: 2300px;
    left: -140px;
}

.stick-1{
    top: 640px;
    left: 390px;
}

.stick-2{
    top: 1800px;
    left: 560px;
}

.stick-3{
    top: 2200px;
    left: -240px;
}

.wave-1{
    top: 0px;
    left: 0px;
}

.wave-2{
    top: 5100px;
    left: -100px;
}



/*// Устройства Small (телефоны с горизонтальной ориентацией, 576 пикселей и выше)*/
@media (min-width: 576px) {

}

/*// Устройства Medium (планшеты, 768 пикселей и выше)*/
@media (min-width: 768px) {

}

/*// Устройства Large (настольные компьютеры, 992 пикселей и выше)*/
@media (min-width: 992px) {

}

/*// Устройства X-Large (большие настольные компьютеры, 1200 пикселей и выше)*/
@media (min-width: 1200px) {

    .nav-item{
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-brand{
        color: #1B367D !important;
        font-family: 'Sensei', sans-serif;
    }
    .navbar-brand img{
        margin-right: 15px;
    }

    .phone{
        margin-left: 60px !important;
        font-weight: 600;
        color: #1B367D !important;

    }
    .phone > a{
        text-decoration: none;
    }

    .nav-item a{
        color: #1B367D !important;


    }
    .nav-link{
        color: #2447a5 !important;
        border-radius: 50px;
        background: #FABF09;
        border-left: 1px dashed #FABF09;
    }
    .nav-item > .active{
        color: #2447a5 !important;
        background: #fff;
        border-radius: 50px;
        border-left: 1px dashed #fff;
    }

    .navbar{
        top: -100px;
        position: sticky;
        transition: top ease-in-out 2s;
    }

    .navbar-transparent{
        background: none !important;
    }

    .margin-nav{
        margin-top: -65px !important;
    }

    .top0{
        top: 0px !important;
    }
    .top--100{
        top: -100px !important;
    }


    .menu-bg{
        background: #FABF09 !important;

        /*box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.1);*/
    }








    .logo{
        border-radius: 0px !important;
        height: 54px;
        padding: 0;
        margin: 0;
    }


    #offer{
        position: relative;
        padding: 0 0 40px 0;
        background: #FABF09;
        margin-top: -65px;
    }
    #offer > .container > .row{
        height: 90vh;
    }

    #offer h1{
        padding-top: 60px;
        padding-bottom: 20px;
    }

    #offer p{
        padding-bottom: 20px;
    }

    #about{
        position: relative;
        padding: 100px;
    }


    #reasons{
        position: relative;
        padding: 100px 0;
        background: #6FBEE5;
    }
    #reasons h1{
        padding-bottom: 4rem;
    }

    #reasons h2{
        color: #fff;
        padding-bottom: .3rem;

    }

    #reasons p{
        color: #fff;
        margin-bottom: 0 !important;
        line-height: 1.5;
    }

    #excursion{
        padding: 100px 0;
        background: url('/img/spiral-background-1.png') no-repeat;
        background-position: 50%;
        position: relative;
    }

    #reviews{
        position: relative;
        padding: 100px 0;
        background: #6FBEE5;
    }

    #faq{
        position: relative;
        padding: 100px 0;
        background: #6FBEE5;
    }

    .review-wrapper{
        background: rgba(255, 255, 255, 0.4);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(10px);
        border-radius: 6px;
        padding: 15px;
    }


    .review{
        text-align: left !important;
    }

    .review .name span{
        font-size: 10px;
        color: #1B367D;
    }

    .review .date{
        font-size: 10px;
        color: #676767;
    }

    .review a{
        color: #1B367D;
        text-decoration: none;
    }


    #askme{
        padding: 100px 0;
        background: url('/img/star-background-1.png') no-repeat;
        background-position: 50%;
        position: relative;
    }


    #contacts{
        padding: 100px 0;
        background: url('/img/spiral-background-2.png') #E6E935 no-repeat;
        background-position: 100% 50%;
        position: relative;
        color: #1B367D;
    }

    #contacts a{
        color: #1B367D !important;
        text-decoration: none;

    }

    #contacts .fa-phone,
    #contacts .fa-map-marker,
    #contacts .fa-instagram,
    #contacts .fa-vk,
    #contacts .fa-whatsapp{
        width:32px;
        height: 32px;
        text-align: center;
        line-height: 2.3;
        background: #1B367D;
        border-radius: 50%;
        color: #fff;
        margin-right: 15px;
        transition: all ease-in-out .5s;
    }

    #contacts .fa-phone:hover,
    #contacts .fa-map-marker:hover{
        background: #0b1738;
    }

    #contacts .fa-instagram{
        background: #E47885;
        color: #fff;
        transition: all ease-in-out .5s;
    }
    #contacts .fa-instagram:hover{
        background: #9a5159;
    }

    #contacts .fa-vk{
        background: #6FBEE5;
        color: #fff;
        transition: all ease-in-out .5s;
    }
    #contacts .fa-vk:hover{
        background: #508aa6;
    }

    #contacts .fa-whatsapp{
        background: #C9E447;
        color: #fff;
        transition: all ease-in-out .5s;
    }

    #contacts .fa-whatsapp:hover{
        background: #92a634;
    }
    .form-control{
        border: 1px solid #1B367D;
        border-radius: 6px;
    }


    .accordion-header{
        font-family: 'Montserrat', sans-serif !important;

    }




    .btn-primary {
        color: #fff;
        background-color: #1B367D;
        border-color: #1B367D;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
        border-radius: 100px !important;
        padding: 14px 60px;
        transition: all ease-in-out .25s;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #0b1738;
        border-color: #0b1738;
        border-radius: 100px !important;
        padding: 14px 60px;
    }

    .btn-secondary {
        color: #fff;
        background-color: #6FBEE5;
        border-color: #6FBEE5;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
        border-radius: 100px !important;
        padding: 14px 60px;
        transition: all ease-in-out .25s;
    }

    .btn-secondary:hover {
        color: #fff;
        background-color: #5693b1;
        border-color: #5693b1;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
        border-radius: 100px !important;
        padding: 14px 60px;
    }

    .btn-pink {
        color: #1B367D;
        background-color: #E47885;
        border-color: #E47885;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
        margin-left: 15px;
        padding: 14px 18px;
        transition: all ease-in-out .25s;
    }

    .btn-pink:hover {
        color: #fff;
        background-color: #a55761;
        border-color: #a55761;
        padding: 14px 18px;
    }

    .btn-yellow {
        color: #1B367D;
        background-color: #E6E935;
        border-color: #E6E935;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
        margin-left: 15px;
        padding: 14px 18px;
        transition: all ease-in-out .25s;
    }

    .btn-yellow:hover {
        color: #fff;
        background-color: #E6E935;
        border-color: #E6E935;
        padding: 14px 18px;
    }

    .btn-rounded{
        border-radius: 100px !important;
    }





    .footer{
        padding: 60px 0 0 0;
        background: #FABF09;
    }

    .logo-footer{
        font-family: 'Sensei', sans-serif;
        color: #1B367D !important;
        font-size: 1.25rem;
    }
    .logo-footer img{
        margin-right: 15px;
    }

    .animal{
        width: 70px;
        padding: 5px 0;
        border-radius: 6px;
        background: #FABF09;
        transition: all ease-in-out .25s;
    }


    .ring-1{
        top: 50px;
        left: 360px;
    }

    .ring-2{
        top: 600px;
        left: -60px;
    }

    .ring-3{
        top: -70px;
        left: 1280px;
    }

    .ring-4{
        top: 3670px;
        left: 980px;
    }

    .spiral-1{
        top: 60px;
        left: 870px;
    }



    .spiral-2{
        top: 540px;
        left: 20px;
    }


    .star-1{
        top: -140px;
        left: -260px;
    }

    .star-2{
        top: 0px;
        left: 1080px;
    }

    .star-3{
        top: 540px;
        left: 640px;
    }

    .star-4{
        top: 870px;
        left: 910px;
    }

    .star-5{
        top: 1100px;
        left: -160px;
    }

    .star-6{
        top: 3200px;
        left: 1200px;
    }

    .star-7{
        top: 2300px;
        left: 20px;
    }

    .stick-1{
        top: 640px;
        left: 390px;
    }

    .stick-2{
        top: 1800px;
        left: 560px;
    }

    .stick-3{
        top: 2200px;
        left: -60px;
    }

    .wave-1{
        top: 0px;
        left: 0px;
    }

    .wave-2{
        top: 1670px;
        left: 990px;
    }
}

/*// Устройства XX-Large (большие настольные компьютеры, 1400 пикселей и выше)*/
@media (min-width: 1400px) {

}










.footer img{
    border-radius: 0px !important;
}

img.ciss{
    max-height: 30px;
}














































