@import '../fonts/BodrumSweet/stylesheet.css';
:root {
    --body-font-family: 'Bodrum Sweet', Sans-Serif;
    --main-bg-color: #22365e;
    --lightblue-gb-color: #4464ad;
    --font-color-white: #ffff;
    --color-pink: #dfafd1;
    --color-light-blue: #7bccf3;
    --color-dark-blue: #21355d;
    --color-purple: #4464ad;

    --text-color-purple: #4464ad;
    --text-color-dark-blue: #22365e;
    --text-color-light-blue: #7bccf3;
    --text-color-pink: #dfb0d2;

    --heading-space-bottom: 6rem;
}
html{
    font-size: 16px;
}
body{
    font-size: 1rem;
    font-family: 'Bodrum Sweet', var(--body-font-family);
}
.container-out-bg-30:after {
    content: '';
    background: var(--lightblue-gb-color);
    width: 18vw;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
@media (min-width: 577px) {
    .container-out-bg-30:after {

        width: 28vw;

    }
}
@media (min-width: 1600px) {
    .container-out-bg-30:after {
        width: 35vw;
    }
}
.mobile-heading-bg{
    background: white url(../img/heading-bg.webp);
    background-size: cover;
    packground-position: center;
    height: 180px;
}
#footerContainer{
    background: var(--main-bg-color);
    color: var(--font-color-white);

}
h3{
    font-size: 2rem
}
.text-container{
    font-size: 1.125rem;
}
.size-2{
    font-size: 2rem;
}
.text-lightblue{
    color: var(--text-color-light-blue);
}
.text-darkblue{
    color: var(--text-color-dark-blue);
}
.text-pink{
    color: var(--text-color-pink);
}
.text-purple{
    color: var(--text-color-purple);
}
.bl-1-lightblue{
    border-left: 1px solid var(--color-light-blue);
}
.pt-6{
    padding-top: 6rem;
}
.pink-line{
    border-color: var(--color-pink);
    opacity:1;
}
.font-21{
    font-size: 1.31rem;
}
.font-25{
    font-size: 1.5625rem;
}
.back-top:hover{
    cursor:pointer;
}
.text-size-small{
    font-size: 0.7rem;
}
nav .container-fluid{
    /*border-bottom: 1px solid var(--color-pink);*/
}
.nav-account-btn,
.nav-account-btn:hover{
    background: transparent;
    color: var(--text-color-dark-blue);
    border: 1px solid var(--color-purple);

    line-height: 1.6rem;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-animate-bg-pink,
.btn-animate-bg-pink:hover{
    background: rgba(223, 175, 209, 0.4);
    background: linear-gradient(to left, transparent 50%, rgba(223, 175, 209, 0.4) 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.btn-animate-bg-pink:hover{
    background-position: left;
}

.nav-account-btn img{
    height: 20px;
    margin-right: 1rem
}
.header-phone,
.header-phone a{
    color: var(--text-color-purple);
    font-size: 0.9rem;
    text-decoration: none;
}
.phone-registration{
    border-bottom: 1px solid var(--color-pink);
}
.navbar-brand img{
    max-height: 65px;
    aspect-ratio: auto 35 / 20;
}
.nav-link{
    color: white;
    font-size: 2.275rem;
    position: relative;
}
footer .nav-link{
    font-size: 1.275rem;
}
.nav-link:hover{
    color: var(--text-color-pink);
}
.nav-link.active{
  color: var(--text-color-pink);
}

.box{
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align:center;
}
#rangeOfServices-section{
    background: url("../img/services-range-bg.webp") no-repeat left center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.service .box hr{
    width: 100%;
    height: 3px;
    color: var(--color-pink);
    opacity: 1;
}
.service .box h4{
    width:100%;
    font-size: 1.425rem;
    font-weight: 400;
}
.short-line-pink{
    width: 3.5rem;
    height: 3px;
    background: var(--color-pink);
    display: block;
}
.balloon{
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    color: white;
}

.balloon-pink{
    background: url('../img/tooltip-pink.png') no-repeat center;
    background-size: cover;
}

.balloon-lightblue{
    background: url('../img/tooltip-lightblue.png') no-repeat center;
    background-size: cover;
}

.balloon-darkblue{
    background: url('../img/tooltip-darkblue.png') no-repeat center;
    background-size: cover;
}
.balloon-purple{
    background: url('../img/tooltip-purple.png') no-repeat center;
    background-size: cover;
}
.balloon-img{
    position:relative;
}
.balloon-img img{
    position:absolute;
    top: -20px;
    height: 43px;
    width: 43px;
    left:5px;
}
.cross-img{
    position: absolute;
    top:0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: calc(var(--bs-gutter-x) * 0.5 - 50%);

}
#space-section .position-relative{
    height: 65px;
}
.blue-rectangle{
    background: var(--color-light-blue);
    height: 65px;
    width: 100%;
    position:absolute;
    left:0;
    bottom:0;
    border-top-left-radius: 80px;
}
.pink-rectangle{
    background: var(--color-pink);
    height: 65px;
    width: 100vw;
    position:absolute;
    right:0;
    bottom:0;
    border-top-right-radius: 80px;
    margin-right: calc(var(--bs-gutter-x) * -1 - 12px)
}
.back-top{
    position: absolute;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    right: 1rem;
    top: 50%;
    margin-top: -19px;
    line-height: 2.25rem;
    color: var(--text-color-dark-blue);
}
.back-top .img{
    height: 2.25rem;
}
#first-main-section .border-lightblue > div{
    border-bottom: 1px solid #7bccf3;

}
#first-main-section .border-lightblue > div:last-child{
    border-right: 1px solid #7bccf3;
}
#first-main-section h4{
    font-size: 1.2rem;
    font-weight: normal;
}
#second-main-section{
    padding-bottom: 5rem;
}

.slider-action{
    background: var(--color-light-blue);
    height:100%;
    width: 100%;
    border-bottom-right-radius: 80px;
}
.slider-action:before{
    content:'';
    background: var(--color-pink);
    height:100%;
    width: 100vw;
    border-top-right-radius: 80px;
    position:absolute;
    left:-100vw;
    top:0;
}
.slider-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1.65rem;
    position: absolute;
    top:0;
    margin: auto;
    bottom: 0;
    color: white;
    left:16.66666667%;
}

.slider-register-section > *{
    position: absolute;
    top: 0; left: -50%;  bottom: 0;
    margin: auto;
}
.slider-register-section img{
    left:-154px
}
.slider-register-section a img{
    height: 32px;
}
.slider-register-section a,
.slider-register-section a:hover,
.slider-register-section a:focus,
.slider-register-section a:focus-visible{
    background: #b9e8ff;
    text-decoration: none;
    color: var(--text-color-dark-blue);
    font-size: 1.1rem;
    height: 4.4rem;
    line-height: 4.4rem;
    border-radius: 40px;
    width: 256px;
    left:-128px;
    text-align: center;
}
.cross-line:before {
    content:'';
    width: 1px;
    height: 4rem;
    background: #7bccf3;
    position: absolute;
    top: -3rem;
}

.cross-line:after{
    content:'';
    width: 1px;
    
    background: #7bccf3;
    position: absolute;
    left: calc(var(--bs-gutter-x) * 0.5);
    bottom: -5rem;
    height: 7rem;
}

.g-maps {
    position: relative;
    padding-bottom: 90%;
    height: 0;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.g-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
   max-height: 440px;
}
/*----------------------------------------------*/
/*                  HEADING                     */
/*----------------------------------------------*/
#heading-section .container .pink-section:before{
    content:'';
    background: var(--color-pink);
    height:100%;
    width: 100vw;
    border-top-right-radius: 80px;
    position:absolute;
    right:0;
    top:0;
}
#heading-section .pink-section{
    position: absolute;
    display: inline-block;
    height: 100%;
}
#heading-section .subheading{
    font-size: 1.8rem;
    color: var(--text-color-purple);
}
.heading-lightblue-section{
    background: var(--color-light-blue);
    height:100%;
    width: 100%;
    border-bottom-right-radius: 80px;
}
#heading-section .container .row .heading-text,
#heading-section .container .row .heading-mouse{
    bottom: 2rem;
}
#heading-section .container .row:last-child .heading-text,
#heading-section .container .row:last-child .heading-mouse{
    bottom: calc(var(--heading-space-bottom) + 2rem);
}

.heading-text{
    position: absolute;

    left: 3rem;
    color: white;
    align-content:stretch;
    display: flex;

}
.heading-text h1{
    font-size: 40px;
    line-height: 40px;
}
.heading-text>*{
    align-self: flex-start;
}
.heading-text h1{
    margin:0px;
    margin-left: 10px;
}
.heading-mouse{
    position: absolute;
    right: 4.15%;
}
#heading-section .container .row:last-child>div{
    padding-bottom: var(--heading-space-bottom);
    border-bottom: 1px solid  var(--color-light-blue);
}

#heading-section .container .row+.row>div{
    padding: 2.3rem 0 1rem;
}

#heading-section .container .row:last-child>div:last-child:after{
    content: '';
    width: 1px;
    height: var(--heading-space-bottom);
    background: var(--color-light-blue);
    position: absolute;
    right:0;
    bottom: 0;
}

#heading-section .container .row+.row>div:last-child:after{
    height: 100%;
}
/*----------------------------------------------*/
/*                  SPECJALIST                  */
/*----------------------------------------------*/
.specjalist h2.name{
    font-size: 1.875rem;
    color: var(--text-color-dark-blue);
    font-weight: 400;
}
.specjalist h4.specialization{
    font-size: 1.125rem;
    font-weight: 400;
}

.specjalist .small-cross{
    position: absolute;
    margin-left: -42.5px;
    left:0;
}

.specjalist .info-section{
    display: flex;
    margin-top: 1.5rem;
    color: var(--text-color-dark-blue);
}
.specjalist .info-section>div:last-child{
    padding-left: 0.75rem;
}
/*----------------------------------------------*/
/*                  ENDOMETRIOSE                */
/*----------------------------------------------*/
#about-endommetriose-section h2{
    font-size: 1.875rem;
    color: var(--text-color-dark-blue);
    font-weight: 400;
}
.section-borer-left-icon{
    position: relative;
}

.endo-list{
    list-style: none;
    padding-left: 1rem;
}
.endo-list li{
    border-bottom: 1px solid var(--color-dark-blue);
    padding: 0.5rem 0;
}
.endo-list li:last-child{
    border-bottom: none;
}
.endo-list li:nth-child(2n){
    color: var(--text-color-purple);
}

.education-item{
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-light-blue);
}
.education-item .education-title{
    font-size: 1.25rem;
    color: var(--text-color-purple);
}
.education-item .education-title,
.education-item .education-teaser{
    padding-right: 1rem;
}
.video-thumb-container{
    position: relative;
    display: inline-block;
}
.video-thumb-container:after{
    content:'';
    display: inline-block;
    position: absolute;
    left:0; top:0;
    width:100%;
    height:100%;
    background-color:rgba(123,203,243,0.85);
    background-image: url(../img/play-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}
#videoModal #video{
    width: var(--bs-modal-width);
    height: calc(9 * var(--bs-modal-width) / 16);
}
/*----------------------------------------------*/
/*                  PRICELIST                */
/*----------------------------------------------*/
#pricelist-section h2{
    font-size: 1.875rem;
    color: var(--text-color-dark-blue);
    font-weight: 400;
}
#pricelist-section .container-out-bg-30:after{
    display: none;
}
.baloon-bg{
    width: 44px;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    background: transparent url(../img/tooltip-darkblue.png) no-repeat center right;
    color: white;
    background-size: 44px;
    padding-right: 7px;
}
.price-list li div:first-child,
.price-item-header>:first-child{
    flex: 1 1 auto;
}
.price-list li div:last-child,
.price-item-header>:last-child{
    flex: 0 0 30%
}


.counter{
    text-align: center;
    width: 150px;
    margin: 0 auto;
    padding-bottom: 25px;
    margin-bottom: 1rem;
}
.counter .counter-content{
    height: 150px;
    padding: 25px 0 0;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}
.counter .counter-content:before,
.counter .counter-content:after{
    content: '';
    background: linear-gradient(to right bottom,#e9e9e9,#fff);
    border-radius: 50% 50% 0 50%;
    border: 4px solid #fff;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
    position: absolute;
    left: 7px;
    top: 7px;
    right: 7px;
    bottom: 7px;
    z-index: -1;
    transform: rotate(45deg);
}
.counter .counter-content:after{
    background: linear-gradient(to right bottom, transparent 50%, #EA237E 51%);
    height: 70%;
    width: 70%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    right: 0;
    bottom: -12px;
    left: 1px;
    top: auto;
    margin: auto;
    z-index: -2;
}
.counter .counter-icon{
    color:#999;
    font-size: 27px;
    line-height: 27px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: none;
}
.counter .counter-circle{
    display: flex;
    flex-direction: column;
    width: 95px;
    height: 95px;
    border-radius: 50px;
    background: #EA237E;
    margin: auto;
    justify-content: center;
}
.counter .counter-value{
    color:#fff;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
}
.counter .counter-text{
    font-size: 12px;
    color:#fff;
}
.counter h3{
    color: #888;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.counter.pink .counter-circle{ background: var(--color-pink); }
.counter.pink .counter-content:after{
    background: linear-gradient(to right bottom, transparent 50%, var(--color-pink) 51%);
}
.counter.darkblue .counter-circle{ background: var(--color-dark-blue); }
.counter.darkblue .counter-content:after{
    background: linear-gradient(to right bottom, transparent 50%, var(--color-dark-blue) 51%);
}
.counter.lightblue .counter-circle{ background: var(--color-light-blue); }
.counter.lightblue .counter-content:after{
    background: linear-gradient(to right bottom, transparent 50%, var(--color-light-blue) 51%);
}

.counter.purple .counter-circle{ background: var(--color-purple); }
.counter.purple .counter-content:after{
    background: linear-gradient(to right bottom, transparent 50%, var(--color-purple) 51%);
}

.navbar .container{
    flex-direction: column;
    align-items: stretch;
}

@media (max-width: 768px) {

    .overlay {
        /* Height & width depends on how you want to reveal the overlay (see JS below) */
        height: 0;
        width: 100vw;
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        background-color: rgb(68, 100, 173); /* Black fallback color */
        background-color: rgba(68, 100, 173, 0.9); /* Black w/opacity */
        overflow-x: hidden; /* Disable horizontal scroll */
        transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    }

    /* Position the content inside the overlay */
    .overlay-content {
        position: relative;
        top: 25%; /* 25% from the top */
        width: 100%; /* 100% width */
        text-align: center; /* Centered text/links */
        margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    }

    /* The navigation links inside the overlay */
    /*.overlay a {*/
    /*    padding: 8px;*/
    /*    text-decoration: none;*/
    /*    font-size: 36px;*/
    /*    color: #818181;*/
    /*    display: block; !* Display block instead of inline *!*/
    /*    transition: 0.3s; !* Transition effects on hover (color) *!*/
    /*}*/
    /*!* When you mouse over the navigation links, change their color *!*/
    /*.overlay a:hover, .overlay a:focus {*/
    /*    color: #f1f1f1;*/
    /*}*/
    /* Position the close button (top right corner) */
    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
    }
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
