html {
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;;
}

body {
    width: 100vw;
}

ul {
    list-style: none;
}

.nav-header {
    padding-block: 0.25em;
    padding-inline: min(5vw, 4em);
    display: flex;
    background: rgb(255, 255, 255);
    min-height: 3em;
    width: auto;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.75em solid rgb(128, 5, 128);
    gap: min(3vw, 4em);
}

.main-picture {
    display: inline-block;
    height: 2.5em;
    width: auto;
    border: 0.2em solid rgb(128, 5, 128);
    border-radius: 50%;
}

.main-name {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    height: 2.5em;
    flex: 0 0 200px;
}

.main-name h5 {
    font-weight: 600;
    font-size: min(1em, 3.75vw);
    padding-left: 0.4rem;
}

.main-name h6 {
    font-size: min(0.75em, 3vw);
    padding-left: 0.4rem;
}

.nav-pages {
    display: flex;
    justify-content: flex-end;
    gap: min(2vw, 3em);
    white-space: nowrap;
    flex: 1 1 600px;
}

.nav-pages li a {
    color: rgb(128, 5, 128);
    text-decoration: none;
    font-size: 1em;
    font-weight: 500;
}

.nav-pages li a:hover {
    text-decoration: underline solid rgb(128, 5, 128);
}

.nav-pages li a:visited {
    color: rgb(128, 5, 128)
}


.sm-icons {
    display: flex;
    justify-content: center;
    flex: 0 1 100px;
}

.sm-icons li {
    transition: box-shadow 0.2s, transform 0.2s;
}

.sm-icons li:hover {
    box-shadow: 0 0.5em 0.5em -0.4em rgb(128, 5, 128);
    transform: translateY(-0.2em);
}

.ig-header {
    font-size: 2.5em;
    color: rgb(199, 0, 199);
}


.nav-header .schedule-today {
    flex: 0 0 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
    gap: 0.25em;
}

.schedule-today h4 {
    font-size: min(1.25em, 4vw);
    font-weight: 500;
    color:rgb(128, 5, 128);
}

.wp-header {
    font-size: min(1.5em, 5vw);
    color: limegreen;
}

.schedule-today a p {
    display: inline-block;
    padding-left: 0.25em;
    padding-bottom: 0.4em;
}

.schedule-today a {
    color: black;
    text-decoration: none;
    font-size: min(1em, 4vw);
}

.schedule-today a:hover p {
    text-decoration: underline solid black;
}

.schedule-today a:visited {
    color: black;
}


.main-section {
    width: 100vw;
    min-height: calc((100vw * 600) / 1798);
    background-image: url(.././images/background-image-1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.main-section-content {
    max-width: 50%;
    min-height: calc((100vw * 600) / 1798);
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: min(1em, 3vw);
    gap: min(1vw);
}

.main-section-content h1 {
    font-weight: 600;
    font-size: min(2.5em, 3.75vw)
}

.main-section-content p {
    font-size: min(1.5em, 2.5vw);
}

.main-section-contact {
    padding: min(1em, 1vw) 0;
}

.main-section-contact h4 {
    font-weight: 600;
    font-size: min(1.5em, 5vw);
    padding-bottom: 1vw;
}

.wp-main {
    font-size: min(1.7em, 4.6vw);
    margin-right: 0.1em;
}

.main-section-contact a {
    text-decoration: none;
    background: none;
    color: rgb(128, 5, 128);
    border: 2px solid rgb(128, 5, 128);
    border-radius: 10px;
    padding: 1.25vw 1.75vw 0.75vw;
    background:rgba(184, 124, 184, 0.767);
    font-size: min(1.5em, 4.5vw);
    transition: box-shadow 0.2s;
}

.main-section-contact a:hover {
    border-color: rgb(128, 5, 128);
    color: rgb(128, 5, 128);
    box-shadow: 0 0.5em 0.5em -0.4em rgb(199, 0, 199);
}

.main-section-contact a:visited {
    color: rgb(128, 5, 128);
}

.advertisement-div {
    width: 100vw;
    max-height: 4.5em;
    color:rgb(255, 255, 255);
    background: rgba(173, 82, 173, 0.767);
    text-align: center;
    padding-block: 0.25em;
    line-height: clamp(1em, 1.5em, 2em);
    font-size: min(5vw, 1.5em);
    font-weight: 600;
}

.float {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 2px 2px 3px #999;
    -moz-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    animation: effect 5s infinite ease-in;
}

@keyframes effect {
    20%, 100% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    0%, 10%{
        width: 55px;
        height: 55px;
        font-size: 35px;
    }
    5%{
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}

/* .lower-bg {
    background: linear-gradient(180deg, rgb(217, 196, 255), rgb(240, 240, 240), rgb(217, 196, 255));
} */

.services {
    /* padding: 1.25em min(5vw, 4em); */
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
}

.service-block-1 {
    display: flex;
    justify-content: center;
    width: 50%;
}

.service-block-1 .service:nth-of-type(1) {
    border-left: none;
}

.service-block-2 {
    display: flex;
    justify-content: center;
    width: 50%;
}

.service {
    padding: 4vw min(4vw, 3em);
    border-left: 1px solid rgb(199, 0, 199);
    width: 50%;
}

/* .service img {
    box-sizing: border-box;
    height: min(15vw, 10em);
    width: min(15vw, 10em);
    border: 0.5vw solid rgb(138, 0, 138);
    border-radius: 20%;
} */

.service h2 {
    font-size: min(2em, 3vw);
    font-weight: 500;
    padding-top: min(0.3em, 1vw);
    color: rgb(138, 0, 138);
}

.service p {
    font-size: min(1.25em, 2vw);
    padding-top: min(0.75em, 2vw);
}

.about {
    border-top: 0.75em solid rgb(128, 5, 128);
    /* background: linear-gradient(180deg, #e0aaff, rgb(240, 240, 240), #e0aaff); */
    padding-top: min(2em, 5vw);
    padding-bottom: min(3em, 7vw);
    background: rgb(249, 227, 255);
}

.about h3 {
    text-align: center;
    padding-bottom: min(2em, 5vw);
    font-size: min(3em, 6vw);
    font-weight: 500;
    color: black;
}

.about-div {
    display: flex;
    margin: 0 5%;
    gap: 10%;
}

.about-div .about-img {
    width: 40%;
    border: min(7px, 1vw) solid rgb(128, 5, 128);
}

.about-img img {
    width: 100%;
}


.about-div .about-p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    font-size: min(2em, 3vw);
    line-height: min(1.5em, 4vw);
    color: black;
    font-weight: 500;
    border: min(7px, 1vw) solid rgb(128, 5, 128);
    padding: min(1.5em, 3vw);
    background: white;
}

.contact {
    width: 100%;
    padding-top: min(3em, 7vw);
    padding-bottom: min(3em, 7vw);
    border-block: 0.75em solid rgb(128, 5, 128);
    /* background: linear-gradient(180deg, rgb(217, 196, 255), rgb(240, 240, 240), rgb(217, 196, 255)); */
}

.contact-top-section {
    display: flex;
    margin: 0 5%;
    gap: 10%;
}

.contact-information {
    width: 40%;
    background: rgb(240, 239, 239);
    border: min(5px, 1vw) solid rgb(128, 5, 128);
    padding: min(2em, 4vw)
}

.contact-information h4:nth-of-type(1) {
    font-size: min(3em, 5vw);
    font-weight: 500;
    padding-bottom: min(0.75em, 3vw);
    color: rgb(128, 5, 128);
}

.contact-information a {
    text-decoration: none;
    color: black;
    border-block: 2px solid black;
    padding: min(0.25em, 0.5vw) min(0.5em, 1vw);
    font-size: min(2em, 3.5vw);
}

.contact-information a:hover {
    text-decoration: underline black;
}

.contact-information a:visited {
    color: black;
}

.contact-information h4:nth-of-type(2) {
    font-size: min(3em, 5vw);
    font-weight: 500;
    padding-bottom: min(0.75em, 1.75vw);
    color: rgb(128, 5, 128);
    margin-top: min(2em, 6vw);
}

.contact-information address {
    color: black;
    border-block: 2px solid black;
    padding: min(0.25em, 0.5vw);
    font-size: min(1.5em, 3.5vw);
}

.contact-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    gap: min(2em, 5vw);
}

.contact-right img {
    width: min(25vw, 15em);
    justify-self: center;
    align-self: center;
    border: min(5px, 1vw) solid rgb(128, 5, 128);
}

.office-map {
    border: min(5px, 1vw) solid rgb(128, 5, 128);
    width: 100%;
}

.office-map iframe {
    width: 100%;
    height: min(40vw, 20em);
}

footer {
    padding: 0.5em;
    font-size: min(1em, 3vw);
    font-weight: 500;
    text-align: center;
    line-height: min(1.25em, 3.5vw)
}


@media (max-width:700px) {
    .nav-pages, .sm-icons {
        display: none;
    }

    .main-section {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .main-section-content {
        max-width: 100%;
        height: max(calc((100vw * 600) / 1798), 15em);
        margin-left: 0;
        padding-left: 4vw;
        padding-right: 4vw;
        border-block: 1px solid rgb(255, 142, 255);
        background: rgb(249, 227, 255);
    }

    .main-section-content h1 {
        font-weight: 600;
        font-size: min(2.5em, 5vw)
    }
    
    .main-section-content p {
        font-size: min(1.5em, 4vw);
    }
    
    .main-section-contact {
        padding: min(1em, 2vw) 0;
    }
    
    .main-section-contact h4 {
        font-weight: 600;
        font-size: min(1.5em, 5vw);
        padding-bottom: min(1em, 3vw);
    }

    .main-section-contact a {
        text-decoration: none;
        background: none;
        color: rgb(128, 5, 128);
        border: 2px solid rgb(128, 5, 128);
        padding: min(0.5em, 0.75vw) min(1em, 1.75vw);
        background:rgba(184, 124, 184, 0.767);
        font-size: 4.5vw;
        transition: box-shadow 0.2s;
    }
    
    .main-section .container {
        width: 100%;
        height: calc((100vw * 600) / 1798);
    }

    .services {
        /* padding: 1.25em min(5vw, 4em); */
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
    
    .service-block-1 {
        display: flex;
        justify-content: center;
        width: 100%;
        border-bottom: 1px solid rgb(199, 0, 199);
    }

    .service-block-1 .service:nth-of-type(1) {
        border-left: none;
    }
    
    .service-block-2 {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .service-block-2 .service:nth-of-type(1) {
        border-left: none;
    }
    
    .service {
        padding: 1.25em min(5vw, 4em);
        border-left: 1px solid rgb(199, 0, 199);
        width: 50%;
    }

    .service h2 {
        font-size: 4.5vw;
        font-weight: 500;
        padding-top: min(0.3em, 1vw);
        color: rgb(138, 0, 138);
    }
    
    .service p {
        font-size: 3.5vw;
        padding-top: min(0.75em, 2vw);
    }
    
    .about {
        padding-bottom: 0;
    }

    .about-div {
        display: flex;
        width: 100vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
        margin: 0;
    }

    .about-div .about-img {
        width: 100%;
        border-left: none;
        border-right: none;
    }

    .about-img img {
        width: 100%;
    }
    
    .about-div .about-p {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: min(2em, 5vw);
        line-height: min(1.5em, 6vw);
        padding: min(1.5em, 3vw) 0;
        color: black;
        font-weight: 500;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
        background: rgb(249, 227, 255);
    }

    .about-p p {
        box-sizing: border-box;
        width: 100%;
        padding: 6vw;
    }
}