@font-face {
    font-family: Cocogoose;
    src: url("../font/Cocogoose.otf");
    /*src: url("../font/Cocogoose.otf");*/
}
@font-face {
    font-family: Cocogoose-regular;
    src: url("../font/Cocogoose-regular.ttf");
    /*src: url("../font/Cocogoose.otf");*/
}
@font-face {
    font-family: Roboto;
    src: url("../font/Roboto.ttf");
    /*src: url("../font/Cocogoose.otf");*/
}
@font-face {
    font-family: Roboto-light;
    src: url("../font/Roboto-LightItalic.ttf");
    /*src: url("../font/Cocogoose.otf");*/
}
body {
    /*font-family: "Josefin Sans", sans-serif;*/
}

h3 {
    font-size: 1.4rem;
}

a{
    color: black;
}
a:hover{
    text-decoration: none;
    color: black;
}
hr {
    border-top: 1px solid rgb(255 255 255);
}
iframe{
    width: 100%!important;
    height: 247px!important;
}
.link{
    color: white;
}
.link:hover{
    color: #e3caa1;
    text-decoration: none;
}

.cocogoose{
    font-family: "Cocogoose";
}
.cocogoose-regular{
    font-family: "Cocogoose-regular";
}
.roboto-light{
    font-family: "Roboto-light";
}

/*.nav-item {
    padding: 5px;
}
.nav-item:hover {
    color: #800c04;
}
.nav-link{
    color: white!important;
    font-size: 21px;
}
.dropdown-toggle::after {
    vertical-align: 0.1em;
    font-size: 30px;
}*/

/* Removed for conflicts 2/4/2021 */
/*.text-blue{
    color: #1e2957!important;
}
.text-white{
    color: white!important;
}*/
/**/
.text-yellow{
    color: #fdd20d;
}

/*.bg-yellow{
    background-color: #fdd20b;
}*/
.bg-white{
    background-color: white;
}
.bg-blue{
    background-color: #1e2957;
}
.bg-blue2{
    background-color: #172046
}
.bg-green{
    background-color: #33CC33;
}
.bg-red{
    background-color: #FF3300;
}
.bg-lightblue{
    background-color: #e1e9f6;
}
.bg-lightblue2{
    background-color: #00CCCC;
}

.f-size20{
    font-size: 20px;
}
.f-size25{
    font-size: 25px;
}

.no-margin{
    margin: 0;
}
.uppercase{
    text-transform: uppercase;
}

.scratch{
    background-image: url("../img/scratch.png");
    background-size: 80%;
}
.blue-scratch{
    background-image: url("../img/blue-scratch.png");
    background-size: 80%;
}
.box{
    box-shadow: 0px 0px 7px 1px black;
}
.red-underline{
    text-decoration: underline;
    text-decoration-color: red;
}
.gradient{
    background: rgb(0,237,255);
    background: linear-gradient(90deg, rgba(0,237,255,1) 0%, rgba(78,209,182,1) 79%, rgba(113,196,149,1) 100%);
    border-radius: 17px;
    height: 4px;
}
.list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.big-yellow-btn{
    padding: 10px;
    width: max-content;
    display: inline-block;
    font-size: 21px;
}
.footer-bg{
    background-image: url("../img/follow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer__social{
    margin: 0 5px;
}

.program-square{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 120px;
}
.city-categories{
    width: fit-content;
    margin-right: 10px;
    padding: 10px;
}
.lion::before{
    background-image: url(../img/logo.png);
    width: 220px;
    height: 220px;
    left: 44%;
    content: " ";
    background-size: contain;
    top: 145px;
    position: absolute;
    background-repeat: no-repeat;
}
.arrows-b::before{
    background-image: url(../img/right-arrows.png);
    width: 25%;
    height: 318px;
    right: 0;
    content: " ";
    background-size: cover;
    bottom: 0;
    position: absolute;
    background-repeat: no-repeat;
}

.arrows-a::after{
    background-image: url(../img/left-arrows.png);
    width: 25%;
    height: 400px;
    left: 0;
    content: " ";
    background-size: contain;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
}
.right-scratch::after{
    background-image: url(../img/right-scratch.png);
    width: 503px;
    height: 400px;
    right: 0;
    content: " ";
    background-size: contain;
    bottom: 0;
    position: absolute;
    background-repeat: no-repeat;
}

::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #1e2957;
    border-radius: 10px;
}

.cart-number{
    background-color: #ffd100;
    width: 19px;
    border-radius: 50%;
    font-weight: bolder;
    top: 26px;
    right: 8px;
    font-size: 13px;
    cursor: pointer;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.carousel-control-prev {
    left: -57px;
}
.carousel-control-next {
    right: -57px;
}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
}
.indicators--landing{
    bottom: -70px;
}
.program__picture{
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 266px;
}
.note{
    width: 266px;
    font-size: 26px;
    transform: rotate(90deg);
    transform-origin: left top 0;
}
/* SITE THINGS */

.main {
    height: 600px;
    padding: 0;
    background-image: url("../img/gellert.jpg");
    background-position: center;
    background-size: cover;
}

.main__title {
    bottom: 35%;
}

.box__img {
    height: 185px;
    overflow: hidden;
}
.box__text {
    padding: 10px;
}

.box__price{
    padding: 0 10px 10px 10px;
}
.box--min_height{
    min-height: 180px;
    height: 100%;
    overflow: hidden;
}
.content img{
    max-width: 100%!important;
    height: auto!important;
    margin: 0 auto;
    display: block;
}
.content table{
    width: 100%!important;
}
/*  
    BOOKING
    INPUT FOCUS ANIMATION 
*/
.form-item {
    position: relative;
    font-size: 17px;
    margin-bottom: 1rem;
}
.form-item__label {
    color: #1e2957;
    top: 0;
    left: 0;
    position: absolute;
    transform-origin: 0 0;
    padding: 9px 10px;
    margin: 0;
    transition: transform 0.2s;
    transition-timing-function: ease-out;
}
.form-item__input {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e2957;
    background-color: white;
    background-clip: padding-box;
    border: 2px solid #172046;
    border-radius: 0.25rem;
    display: block;
    transition: 0.1s all linear;
    width: 100%;
    padding: 10px 0 0 12px !important;
}
.cart-btn-container{
    width: 86%;
}
.cart-save-btn{
    width: 163px;
    margin: 0 0 0 64%;
}
.add-to-cart{
    cursor: pointer;
}
textarea {
    resize: none;
}

.goUp label {
    transform: translate3d(5px, -5px, 0) scale3d(0.7, 0.7, 1);
}

.booking-btn {
    width: 100%;
    padding: 10px;
}

@media screen and (max-width: 1600px) {
    .arrows-b::before, .arrows-a::after{
        width: 20%;
    }
}

@media screen and (max-width: 1200px) {
    .lion::before {
        left: 39%;
    }
    .nav-link {
        font-size: 17px;
    }
    .arrows-a::after, .arrows-b::before{
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .lion::before{
        display: none;
    }
}

@media screen and (min-width: 768px){
    .position-md-absolute{
        position: absolute;
    }
}

@media screen and (max-width: 768px) {
    .program_picture{
        height: 266px;
    }
    .note{
        margin-left: 38px;
    }
    .scroll-on-tablet{
        display: flex;
        overflow-x: scroll;
    }
    .cart-btn-container{
        width: 100%;
    }
    .cart-save-btn{
        margin: 0 auto;
    }
}

@media screen and (max-width: 576px) {
    .read-more-content{
        height: 0;
        opacity: 0;
    }
    .read-more-content--show{
        height: auto;
        opacity: 1;
    }
    .main__title {
        margin: 50px auto 0 auto;
    }
    .arrows-b::before, .arrows-a::after{
        display: none;
    }
    .carousel-control-next, .carousel-control-prev {
        display: none;
    }
    .scroll-on-mobile{
        display: flex;
        overflow-x: scroll;
    }
    .program-square {
        height: 75px;
    }
    .f-size20{
        font-size: 12px;
    }
    .indicators--landing{
        bottom: -33px;
    }
}

/*# sourceMappingURL=style.css.map */
