@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Quinn';
    src: url('/assets/fonts/Quinn-Bold.eot');
    src: url('/assets/fonts/Quinn-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Quinn-Bold.woff2') format('woff2'),
        url('/assets/fonts/Quinn-Bold.woff') format('woff'),
        url('/assets/fonts/Quinn-Bold.ttf') format('truetype'),
        url('/assets/fonts/Quinn-Bold.svg#Quinn-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hetilica';
    src: url('/assets/fonts/Hetilica-Bold.eot');
    src: url('/assets/fonts/Hetilica-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Hetilica-Bold.woff2') format('woff2'),
        url('/assets/fonts/Hetilica-Bold.woff') format('woff'),
        url('/assets/fonts/Hetilica-Bold.ttf') format('truetype'),
        url('/assets/fonts/Hetilica-Bold.svg#Hetilica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #F8F1E8;
    font-family: "Poppins", serif;
    font-weight: 400;
}

header {
    margin-bottom: 35px;
    margin-top: 19px;
}

.category {
    padding: 115px 0;
}

.category h2 {
    color: #F57302;
    font-size: 72px;
    line-height: 89.6px;
    font-family: 'Quinn';
}

.category p {
    font-size: 18px;
    line-height: 27px;
    color: #333333;
    width: 70%;
    margin: auto;
    padding-bottom: 38px;
}

a.insta {
    padding: 8px 30px;
    color: #008083;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    border: 2px solid #008083;
    width: 20%;
    margin: auto;
    line-height: 19.2px;
    border-radius: 27px;
    text-transform: uppercase;
    font-family: 'Quinn';
}

header a.insta, .header a.insta {
    /* width: 100%; */
    width: 210px;
        height: 48px;
}

.testimonials,
.team {
    padding: 120px 0;
}

.testimonials h2 {
    color: #F57302;
    line-height: 87px;
    font-size: 87px;
    font-family: 'Quinn';
}

.testimonials p {
    font-size: 18px;
    line-height: 27px;
    color: #008083;
    width: 70%;
    margin: auto;
    padding-bottom: 38px;
}

.card-container {
    border: 1px solid #008083;
    border-radius: 32px;
    padding: 30px 48px;
    min-height: 300px;
    text-align: center;
}

.card-container p {
    margin: 0;
    width: 100%;
    color: #333333;
}

.pt-88 {
    padding-top: 88px;
}

section.banner.coming_soon {
    padding: 120px 0;
}

.team h2 {
    font-size: 40px;
    line-height: 40px;
    font-family: 'Quinn';
    color: #F57302;
}
.footer_container {
    position: relative;
}
.footer-content {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.footer-content1 {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.footer-content h4{
    font-size: 40px;
    font-family: 'Quinn';
    line-height: 40px;
    color:#008083;
    text-transform: uppercase;
}
.footer-content1 h4 {
    font-size: 20px;
    font-family: 'Quinn';
    line-height: 20px;
    color: #008083;
    text-transform: uppercase;
}
input[type="email"] {
    border: 1px solid #F57302;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    padding: 10px;
    width: 527px;
    background: transparent;
    font-size: 16px;height: 58px;
}
input[type="submit"] {
    border: 1px solid #F57302;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    background: #F57302;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    width: 133px;
    height: 58px;
}
.footer-content p {
    font-size: 12px;
    line-height: 19.2px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 35.5px;
}
form#subscribeForm {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {

    .category h2,
    .testimonials h2 {
        font-size: 40px;
        line-height: 49.6px;
    }

    .category p {
        width: 100%;
    }
    header a.insta, .header a.insta{
        width: 40px;
        height: 40px;
        padding: 25px;
    }
        #subscribeFormMob{
            display: flex;
            align-items: center;
            justify-content: center;
        }
    input[type="submit"] {
        font-size: 9.7px;
        line-height: 9.3px;height: 28px;
    }
    input[type="email"] {
        font-size: 7.76px;
        background: transparent;
        width: 200px;
        height: 28px;
    }
    a.insta {
        width: 70%;
    }

    .category {
        padding: 64px 0;
    }

    .pt-88 {
        padding-top: 0;
    }

    .banner.coming_soon,
    .testimonials,
    .team,
    section.banner.coming_soon {
        padding: 50px 0;
    }
}