@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
}

* {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
}
.text-primary{
    color: rgb(61 137 156) !important;
    font-weight: 600;
    text-decoration: underline;
}
a {
    text-decoration: none;
    color: black;
}

.btn-main {
    background: white;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 700;
}

.btn-main:hover {
    background: black;
    color: white;
}

header {
    position: relative;
    padding: 12px 0px;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .container .right {
    display: flex;
    align-items: center;
    gap: 20px;
}

header .container .right .languageToggler {
    display: flex;
    align-items: center;
    gap: 0px;
}

header .container .right .languageToggler .btn {
    padding: 2px 13px;
}

header .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}

header ul {
    padding: 0px;
    margin: 0px;
}

header ul li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}

header ul li a {
    font-size: 14px;
}

header ul li:last-child {
    margin-right: 0px;
}

header .right .btn {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    border-radius: 50px;
    text-align: left;
    font-weight: 500;
}

.shadow-new {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
}

.heroSection {
    background: linear-gradient(90deg, rgb(13 13 13) 48%, rgba(242, 41, 91, 0) 82%), url(../img/heroimg.png);
    position: relative;
    min-height: calc(100vh - 60px);
    display: flex;
    align-items: center;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.heroSection h1 {
    font-size: 55px;
    margin-bottom: 20px;
    color: white;
}

.heroSection h1 span {
    font-family: "Cormorant Garamond", serif;
    display: block;
}

.heroSection p {
    margin-bottom: 25px;
    font-size: 20px;
    color: white;
}

.heroSection small {
    margin-top: 15px;
    opacity: 0.7;
    color: white;
}

.heroSection .heroimg {
    filter: drop-shadow(96px 33px 30px rgba(0, 0, 0, .35));
}

.heroSection .btn {
    font-size: 18px;
    text-align: left;
    border-top: 1px solid #dddddd94;
}

.heroSection .btn-appointment {
    display: block;
    background: white;
    margin-top: 20px;
    padding: 10px 25px;
    font-weight: bold;
}

.heroSection .btn span {
    display: block;
    color: #b8fff3;
    font-size: 35px;
    font-weight: bold;
}

.aboutArea {
    padding: 80px 0px;
    position: relative;
}

.aboutArea .blob1 {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #9deddf;
    z-index: -2;
    filter: blur(100px);
}


.aboutArea .blob2 {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #9deddf;
    z-index: -2;
    filter: blur(100px);
}

.aboutArea .practiceAreas {
    padding-top: 80px;
    position: relative;
}

.aboutArea .practiceAreas .blob3 {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #9deddf;
    z-index: -2;
    filter: blur(200px);
    opacity: 0.5;
}

.aboutArea .practiceAreas h2 {
    font-size: 50px;
    margin-bottom: 30px;
}

.aboutArea b {
    color: #ed5c65;
}

.aboutArea h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 45px;
    font-weight: 500;
}

.aboutArea h6 {
    font-size: 22px;
    margin-bottom: 0;
    color: #616161;
    font-weight: 300;
    line-height: 1.4;
    font-family: "Nunito Sans", sans-serif;

}

.aboutArea .card {
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    min-height: 150px;
    background: #ffffff;
    border: 1px solid #eee;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
}

.aboutArea .card i {
    font-size: 45px;
    color: #396f65;
}

.aboutArea .card h5 {
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
}

.information {
    background-image: linear-gradient(90deg, rgba(108, 191, 212, 0) 0%, rgb(61 137 156) 100%), url(../img/woman.png);
    background-size: 37%;
    background-position: 0%;
    height: 300px;
    background-color: rgb(61 137 156);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.information h5 {
    color: white;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 500;
}

.information p {
    color: white;
    font-size: 18px;
    margin-bottom: 0px;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}


.videoSection {
    padding: 80px 0px;
}

.videoSection .heading {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.videoSection .heading h2 {
    font-size: 40px;
    margin-bottom: 0px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}

.videoSection .heading .btn {
    background: #f3f3f3;
    border: 1px solid #e2e2e2;
    border-radius: 50px;
    padding: 6px 20px;
    font-weight: bold;
    color: #000706;
    font-size: 15px;
}

.videoSection .card {
    border-radius: 10px;
    overflow: hidden;
}

.videoSection .card .card-image {
    position: relative;
}

.videoSection .card .card-image img {
    max-width: 100%;
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.videoSection .card .card-image i {
    position: absolute;
    width: 60px;
    height: 40px;
    border-radius: 12px;
    text-align: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    line-height: 40px;
    background: red;
    color: white;
    font-size: 20px;
}

.videoSection .card h5 {
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.videoSection .sidebar {
    position: sticky;
    top: 20px;
}

.videoSection .sidebar .socialMedia {
    margin-top: 30px;
}

.videoSection .sidebar .socialMedia {
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.videoSection .sidebar .socialMedia h5 {
    font-family: "Nunito Sans", sans-serif;
}

.videoSection .sidebar .socialMedia ul {
    padding: 0px;
    margin: 0px;
}

.videoSection .sidebar .socialMedia ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.videoSection .sidebar .socialMedia ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: white;
}

.videoSection .channelMeta {
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
}

.videoSection .channelMeta .profile-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
}

.videoSection .channelMeta .profile-img.img2 {
    margin-left: -35px;
    z-index: -2;
    position: relative;
    opacity: 0.5;
}

.videoSection .channelMeta h5 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 4px;
}

.videoSection .channelMeta small {
    opacity: 0.6;
    display: block;
    margin-bottom: 10px;
}

.videoSection .channelMeta p {
    font-size: 12px;
    margin-bottom: 0px;
}

.videoSection .channelMeta .btn {
    background: red;
    border-radius: 10px;
    color: white;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    padding: 11px 0px;
}

.practiceAreas .card {
    cursor: pointer;
}
.why-choose{
    margin: 80px 0px 20px 0px;
}
/* service pages */
p,
h6 {
    font-size: 18px;
}

.breadcramp {
    background: rgb(61, 137, 156);
    background: linear-gradient(90deg, rgb(122 203 241) 0%, rgb(173 240 242) 35%, rgb(243 253 255) 100%);
    padding: 80px;
}

.breadcramp h1 {
    font-size: 40px;
    color: #333;
}

.breadcramp p {
    color: #333;
    font-size: 16px;
}

.service-img {
    width: 340px;
    position: absolute;
    top: 10%;
    right: 10%;
}

.services p {
    padding: 50px 30px 0px 30px;
}

.p-30 {
    padding: 30px;
}

.why-card h3 {
    color: #333;
    font-weight: bold;
    font-size: 40px;
}

.why-card h4 {
    color: #333;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 10px;
}

.info-card {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

#two {
    border: 2px solid #7acbf1 !important;
}

.step-card {
    border: 2px solid #3d899c;
    border-radius: 100px;
    padding: 20px !important;
}

.info-card p {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.info-text img {
    width: 50px;
    margin-top: 20px;
}

.info-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.info-text h3 {
    text-align: center;
    margin: 20px 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.info-card .step {
    padding: 30px;
    background-color: #3d899c;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.info-card .step h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}

.info-card .step h5 {
    color: #fff;
    text-align: center;
    font-size: 70px;
    line-height: 40px;
}

#two .step {
    background-color: #7acbf1;
}

.mr-30 {
    margin-right: 35px;
}

#one {
    transform: rotate(180deg);
}

#one .step {
    transform: rotate(180deg);
}

#one-p {
    transform: rotate(180deg);
}

/* cta */
.cta {
    background-color: #3d899c;
    border-radius: 10px;
    padding: 0px 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 20px 0px 40px 0px;
}
.cta img{
    width: 300px;
}
.cta h3 {
    font-size: 35px;
    color: #fff;
}

.cta p {
    color: #ddd;
    padding: 10px 90px 10px 0px;
}

.cta button {
    background-color: #ddd;
}
.py-40 button{
    background-color: #3d899c;
    color: #fff;
}
.py-40{
    padding: 50px 0px;
    align-items: center;
}
.py-40 h4{
    font-size: 40px;
    font-weight: 600;
    width: 40%;
}
.h4-heading{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin: 0px 0px 60px 0px;
}
.bg-green{
    background-color: #3d899c;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
}
.blog{
    padding: 60px 0px;
}

@media only screen and (max-width: 600px) {
    header .left {
        display: none;
    }

    header .logo {
        position: static;
        left: 50%;
        top: 50%;
        transform: translate(0%, 0%);
        font-size: 18px;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 700;
    }

    header .container .right a {
        display: none;
    }

    header {
        position: relative;
        padding: 20px 0px;
    }

    .heroSection h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .heroSection p {
        margin-bottom: 25px;
        font-size: 18px;
    }

    .aboutArea h6 {
        font-size: 18px;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 300;
    }

    .aboutArea h2 {
        font-size: 30px;
    }

    .aboutArea .card h5 {
        font-size: 18px;
    }

    .information {
        background-image: linear-gradient(90deg, rgb(30 109 129) 0%, rgb(30 109 129) 100%), url(../img/baby.jpg) !important;
    }

    .information h5 {
        font-size: 35px;
    }

    .videoSection .heading h2 {
        font-size: 30px;
    }

    .videoSection .heading .btn {
        display: none;
    }

    .videoSection .card .card-image img {
        max-width: 100%;
        width: 100%;
        height: 110px;
        object-fit: cover;
    }

    .videoSection .card h5 {
        font-size: 14px;
    }

    .videoSection .channelMeta {
        margin-top: 30px;
    }

    .heroSection {
        background: linear-gradient(180deg, rgb(13 13 13) 65%, rgba(242, 41, 91, 0) 77%), url(../img/heroimg.png);
        position: relative;
        min-height: calc(100vh - 250px);
        display: flex;
        align-items: center;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

/* mobile screen */
@media only screen and (max-width: 480px){
    .why-choose {
        margin: 10px 0px;
    }
    .breadcramp{
        padding: 30px;
    }
    .breadcramp h1 {
        font-size: 33px;
        margin-bottom: 0px;
    }
    .service-img{
        display: none;
    }
    .why-card h4 {
        font-size: 30px;
    }
    .why-card{
        margin-bottom: 15px;
    }
    .cta p {
        padding: 10px 10px 10px 0px;
    }
    .cta {
        padding: 40px 30px 0px 30px;
    }
    .step-card {
        border-radius: 20px;
    }
}

