:root {
    --background: linear-gradient(90deg, rgba(0,186,255,0.6815768543745624) 0%, rgba(8,182,253,1) 67%);
    --pink-color: #FB9ECA;
    --blue-color: #08B6FD;
}

html, body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
 
  }
  body {
    position: relative;
    background: var(--background);
  }


.nav-link {
    color: white !important;
    font-size: 20px !important;
  
}

.is-active {
    text-decoration: underline !important;
    text-underline-offset: 0.4rem;
    
    
}

.nav-link:hover {
    font-size: 22px !important;   
}

.contacts-text{
    font-size: 15px;
    color: var(--blue-color);
    text-decoration: none;
    float:right;
    
    

        
}

.color{
    background-color: #FB9ECA;
}

.contacts-pink{
    color: var(--pink-color);
    
    
}

.icon-header {
    background: var(--pink-color);
    font-size: 55px;
    text-align: center;
    width: 95px !important;
}

.pink {
    background-color: var(--pink-color);
    border-top-left-radius: 55px;
    
}

.list-home{
    list-style: circle;
}

.balls{
    background-color: var(--pink-color);
    border: 1px solid var(--pink-color);
    border-top-left-radius: 45px;
    margin: 0;
    display: flex;
    justify-content: center;
    

}

.box-social{
    background-color: var(--blue-color);


}

.col-sm-1 {
    width: 15%;
}

.welcome{
font-family: 'Bitter', serif;
color: white;
font-size: 25px;



}

.dvish {
    color:white;
    font-weight: 900px;
    font-size: 58px;
    
    
    
    
}

.bg-pink {
    background: var(--pink-color);
}



.booking-link {
     text-decoration: none;
     color: white;
     font-weight: 700;
    font-size: 20px;
}

.booking-link:hover {
    color: var(--pink-color);
    
    
    
    
}
.booking {
    border: 5px solid var(--pink-color);
    background-color: var(--pink-color);
    border-radius: 30px;
    padding: 10px 15px;
    
    

   
    
}

.booking:hover {
    border: 5px solid white;
    background: white;
    color: var(--pink-color);
}




strong {
    font-size: 15px;
}

.box-about{
    background-color: var(--pink-color);
    
    
}

.collapse {
display: flex;
justify-content:space-around;
}

.box-blue{
background-color: var(--blue-color);
}

.about-name {
    font-family: 'Bitter', serif;
color: black;
font-size: 45px;
}
about-us {
    background-color: white;
    
    
    
}

.about-text {
    
color: black;
font-size: 16px;
text-align: justify;
}






.servise {
    color: white;
    font-family: 'Bitter', serif !important;
    font-size: 45px;
}

.list-service {
    height: 20px;
    font-size: 14px;
}

.servise-name{
    color: white;
    font-family: 'Bitter', serif !important;
    font-size: 18px !important;
    text-align: center;
}


.botton-page {
    background: radial-gradient(circle, rgba(8,149,253,1) 0%, rgba(8,182,253,1) 45%);
    width: 100%;

}

#circle-pink {
	width: 500px;
	height: 500px;
	background: #FFB3D9;
	-moz-border-radius: 250px;
	-webkit-border-radius: 250px;
	border-radius: 250px;
    position: relative;
    right: 230px;
    z-index: -1;
    bottom: -10px;
}

#circle-purple {
	width: 350px;
	height: 350px;
	background: #6593f5;
	-moz-border-radius: 175px;
	-webkit-border-radius: 175px;
	border-radius: 175px;
    position: relative;
    left: 300px;
    top: 70px;
    z-index: -1;
    
}




.box-bigger {
    background-color: #2fcfff;
    width: 290px !important;
    

}

.box-bigger:hover{
    background-color: #6593f5;
     position: relative;
    opacity: 1;
    transform: scale(1.1);
   
}

.babyshark{
    display: block;
    margin: auto;
}


.gallery-name{
        color: white;
        font-family: 'Bitter', serif !important;
        font-size: 45px;

}






.photo-link {
    text-decoration: none;
    color: white;
    font-weight: 700;
   font-size: 20px;
}

.photo-link:hover {
   color: var(--pink-color);
   
   
   
   
}
.photo {
   border: 5px solid var(--pink-color);
   background-color: var(--pink-color);
   border-radius: 30px;
   padding: 4px 25px;
   
   

  
   
}

.photo:hover {
   border: 5px solid white;
   background: white;
   color: var(--pink-color);
}






.about-page {
    background-color: white;
   
    border: 2px solid #6593f5;
    border-radius: 25px;
   
}


a {
    text-decoration: none !important;
    
}


.more-photo{
    border: 5px solid var(--pink-color);
    background-color: var(--pink-color);
    border-radius: 10px;
    padding: 5px 18px !important;
    color: white;
    font-weight: 500;
    
    

   
    
}

.more-photo:hover {
    border: 5px solid white;
    background: white;
    color: var(--pink-color);
}




.call-me {
    font-size: 18px;
    padding-top: 12px;
    font-weight: 700;
    color: white;
}

.information {
    font-size: 13px;   
    font-weight: 500;
    color: white;
    margin-bottom: 2px;
}

.phone {
    font-size: 28px;   
    font-weight: 600;
    color: white;
    text-decoration: none;
   
}

.phone:hover{
    color: var(--pink-color);
}

.code {
    color: var(--pink-color);
}




.block-pink {
    background: var(--pink-color);
    border: 2px solid white;
    border-radius: 25px;
    
}

.contact-text {
    color: white;
    text-decoration: none;  
    font-size: 25px;
   
}

.tel {
    font-size: 25px;
}

.second-text {
    color: white;
    text-decoration: none;  
    font-size: 20px;
    font-weight: 400;
    
}

.second-text:hover {
color: black;
}

.social-big:hover {
    position: relative;
    opacity: 1;
    transform: scale(1.1);
}



.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}

.btn-pink {
    color: white;
    background-color: var(--pink-color);
    border: 1px solid white;
    border-radius: 5px;
    font-size: 22px;
    padding: 2px 5px !important;
    text-align: center;
    text-decoration: none !important;
    
}

.btn-pink:hover {
    text-decoration: none;
    color: var(--blue-color) !important;
}



.card {
    width: 350px !important;
  height: 250px !important ;
  overflow: hidden !important;
  
 
  border: 1px solid white !important;
  }
  
 .card img {
    min-height: 250px !important;
    min-width: 300px !important;
    vertical-align: middle !important;
    }
   





  .photo-item {
    width: 750px !important;
    height: 506px !important;
   
    display: block;
    margin: auto;
    
    
    
    
}

.photo-item img {
    padding: 10px;
    min-height: 506px !important;
    min-width: 750px !important;
    
   
    }

    .photo-page {
        margin-left: 190px;
    }


.vertical {
    
    width: 440px !important;
    height: 510px !important;
    display: block;
    margin: auto;
    
}





    .carousel1 {
        width: 800px;
        height: 506px;
        display: block;
        margin: auto;
    }

 .title{
    font-size: 20px;
 }





  







.carousel-2 .owl-item {
    padding: 10px 0 30px 0;
}
.carousel-2 .owl-pic  {
    background: #000;
    margin: 40px 0;
    border: 5px solid #000;
    border-top: 10px solid #000;
    border-bottom: 10px solid #000;
    transition: all 0.4s ease;
    height: 240px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.3), 0 16px 20px rgba(0,0,0,0.2);
}
.carousel-2 .owl-item.center .owl-pic {
    opacity: 1;
    border: 8px solid #BFE2FF;
    margin: 0 0 0 -15%;
    width: 130%;
    height: 320px;
}
.carousel-2 .owl-item.center + .owl-item {
    position: relative;
    z-index: -1;
}
.carousel-2 .owl-pic img {
    width: 100%;
    height: 100%;
    transition: 0.3s opacity ease, 0.3s transform ease;
    opacity: 0.6;
    object-fit: cover;
}
.carousel-2 .owl-item .owl-pic:hover img,
.carousel-2 .owl-item.center .owl-pic img {
    opacity: 1;
}
.carousel-2 .owl-nav .owl-prev,
.carousel-2 .owl-nav .owl-next {
    position: absolute;
    cursor: pointer;
    font-size: 60px!important;
    color: #FFF!important;
    top: 0;
    height: 100%;
    width: 70px;
    transition: 0.3s opacity ease;
    opacity: 0.6;
    margin: 0;
    padding: 0;
}
.carousel-2 .owl-nav .owl-prev:hover,
.carousel-2 .owl-nav .owl-next:hover {
    opacity: 1;
}
.carousel-2 .owl-nav .owl-prev,
.carousel-2 .owl-nav .owl-prev:hover {
    left: 0;
}
.carousel-2 .owl-nav .owl-next,
.carousel-2 .owl-nav .owl-next:hover {
    right: 0;
}

/*SERVISE PAGE*/
ul {
    list-style: none;
}




/* Style the tab */
.tab {
  
  
  background-color: var(--pink-color);
  color: white;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 14px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: white;
  color: var(--pink-color);
  
}

/* Create an active/current tablink class */
.tab button.active {
    font-weight: 700;
    
    background-color: #6593f5;

}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  
  border-top: none;
  background-color: white;
}


.block-main {
    background-color: var(--pink-color);
}

.list-text {
    line-height:50px
}

.photo-service {
    background-color: #6593f5;
    
   
}

.blue{
  
    color: white;
    font-weight: 600;
    font-size: 30px;
   
    
    display: block;
    margin: auto;
}

.tablinks {
    color: white;
}


.icon-service {
    font-size: 25px;
}

.price {
    font-size: 45px;
    color: red;
    font-weight: 700;
}

.uah {
    font-size: 35px;
    color: red;
    font-weight: 500;
}

.time-price {
    font-size: 25px;
    color: black;
    font-weight: 500;
}


.first-text {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: white;
}



.price-more{
    font-weight: 400;
    font-size: 18px!important;
}



.btn-1 {
    border: 2px solid var(--pink-color);
    background-color: var(--pink-color);
    border-radius: 10px;
    padding: 7px 9px;
    
    background: white;
    color: var(--pink-color);

   
    
}



.box-more {
    background-color: white;
    border: 1px solid transparent;
    border-radius: 25px;
    height: 650px;
}

.list-more{
    line-height: 8px;
    
}










@media (max-width: 1200px) {
.welcome {
    font-size: 45px;
}

.circle {
    display: none;
}
    
}



@media (max-width: 998px) {
    .welcome {
        font-size: 45px;
    }

    .box-service {
        display: flex;
        justify-content: center;
    }

    .gallery-box {
        display: none;
    }
    .pink-md {
        border-radius: 45px;
        background-color: var(--pink-color);
    }
    .servise {
        font-size: 35px;
    }

    .pink-md {
        border-radius: 45px;
        background-color: var(--pink-color);
    }
    
    .servise {
        font-size: 25px !important;
    }
    
    .first-text {
        padding-left: 1px !important;
        color: #000 !important;
        font-size: 14px;
        text-align: justify;
    }
    
    .tab {
        margin: 0px !important;
        
    }
    
    .tab button { 
        padding: 6px 10px;
        font-size: 14px;
      }
    
      .price {
        font-size: 40px;
        
    }
    
    .time-price {
        font-size: 20px;
       
    }
    
    .icon-service {
        font-size: 20px;
    
    }
    
    .list-text {
        line-height:40px
    }
    
    .list-text-sm {
        padding: 0px !important;
        margin: 0px;
    }
    
    .box-more {
        
        border-radius: 25px;
        height: 750px;
    }
    
    
    .list-more{
        padding: 0px;
        font-size: 15px !important;
    }

    .botton-page-photo {
        display: none;
    }
}



@media (max-width: 768px) {
       .box-service {
        display: flex;
        justify-content: center;
    }

    .pink-md {
        border-radius: 45px;
        background-color: var(--pink-color);
    }
    .servise {
        font-size: 35px;
    }

    .tab {
        margin: 0px !important;
        overflow: scroll;
    }

    .pink-md {
        border-radius: 45px;
        background-color: var(--pink-color);
    }
    
    .servise {
        font-size: 25px !important;
    }
    
    .first-text {
        padding-left: 1px !important;
        color: #000 !important;
        font-size: 14px;
        text-align: justify;
    }
    
    .tab {
        margin: 0px !important;
        
    }
    
    .tab button { 
        padding: 6px 10px;
        font-size: 14px;
      }
    
      .price {
        font-size: 40px;
        
    }
    
    .time-price {
        font-size: 20px;
       
    }
    
    .icon-service {
        font-size: 20px;
    
    }
    
    .list-text {
        line-height:40px
    }
    
    .list-text-sm {
        padding: 0px !important;
        margin: 0px;
    }
    
    .box-more {
        
        border-radius: 25px;
        height: 750px;
    }
    
    
    .list-more{
        padding: 0px;
        font-size: 15px !important;
    }

    .botton-page-photo {
        display: none;
    }

}







@media (max-width: 576px) {
    .carousel1 {
        width: 400px;
        height: 106px;
        display: block;
        margin: auto;
    }

    .box-service {
        display: flex;
        justify-content: center;
    }

    .box-name {
        padding-left: 1px;
        padding-right: 1px;
    }

    .box-home-page {
        margin-left: 1px;
        margin-right: 1px;
    }

    .welcome {
        font-size: 25px !important;
        padding-top: 1px !important;
        
    }

    .dvish{
        font-size: 45px !important;
    }

    .box-welcome {
        margin-top: 0px;
    }

  .balles{
    width: 300px;
    height: 340px ;
    border-radius: 45px;
  }
  
  .box-home-page {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .servise {
    font-size: 35px !important;
  }

  .about-text {
    padding-left: 1px !important;
    padding-right: 5px !important;
    margin: 0px !important;
    
  }

  .cont-about {
    margin: 2px !important;

  }

  .pink-md {
    border-radius: 45px;
    background-color: var(--pink-color);
}

.servise {
    font-size: 25px !important;
}

.first-text {
    padding-left: 1px !important;
    color: #000 !important;
    font-size: 14px;
    text-align: justify;
}

.tab {
    margin: 0px !important;
    
}

.tab button { 
    padding: 6px 10px;
    font-size: 14px;
  }

  .price {
    font-size: 40px;
    
}

.time-price {
    font-size: 20px;
   
}

.icon-service {
    font-size: 20px;

}

.list-text {
    line-height:40px
}

.list-text-sm {
    padding: 0px !important;
    margin: 0px;
}

.box-more {
    
    border-radius: 25px;
    height: 750px;
}


.list-more{
    padding: 0px;
    font-size: 15px !important;
}

.botton-page-photo {
    display: none;
}

}