body {
    font-family: "Nunito", sans-serif;
}
.btn-primary.btn-shadow {
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(193, 5, 226 , 0.9) !important;
}
.btn-primary:hover {
    background-color: #F566FF !important;
    border-color: #F566FF;
}

html {
    scroll-behavior:smooth !important;
}

.sliderImg{
    width:400px;
    height:400px;
    border-radius:50%;
    background-position:center;
    background-size:cover;
}

@media screen and (max-width:767px){
    .sliderImg {
        width: 300px;
        height: 300px;
    }
}
.navbar-light .nav-item{
    background-color:transparent;
}

.slider1 {
    height: 520px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
@media (max-width: 880px) {
    .slider1 {
        background-attachment: scroll;
        height: 350px;
        background-position: center center;
        background-size: cover;
    }
}

.btn-booking {
    background-color: white;
    color: #F566FF;
    border: none;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 0, 0, 0.3) !important;
    transition: 0.5s;
}
    .btn-booking:hover {
        background-color: #F566FF;
        color: white;
        box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(245, 102, 255, 0.5) !important;
        transition: 0s;
    }

.btn-phone {
    background-color: white;
    color: #60838c;
    border: none;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 0, 0, 0.3) !important;
    transition: 0.5s;
}
    .btn-phone:hover {
        background-color: #60838c;
        color: white;
        box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(96, 131, 140, 0.5) !important;
        transition: 0s;
    }

.btn-whats {
    background-color: white;
    color: #25D366;
    border: none;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 0, 0, 0.3) !important;
    transition: 0.5s;
}
    .btn-whats:hover {
        background-color: #25D366;
        color: white;
        box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(37, 211, 102, 0.5) !important;
        transition: 0s;
    }
.btn-gmail {
    background-color: white;
    color: #C71610;
    border: none;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 0, 0, 0.3) !important;
    transition: 0.5s;
}
    .btn-gmail:hover {
        background-color: #C71610;
        color: white;
        box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(37, 211, 102, 0.5) !important;
        transition: 0s;
    }

.btn-insta {
    background-color: white;
    color: #515bd4;
    transition: .5s;
    border: none;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 0, 0, 0.3) !important;
}

    .btn-insta:hover {
        background-image: linear-gradient(45deg, #515bd4, #8134af, #f58529);
        border-color: transparent;
        color:white;
        transition: 0s;
    }