/* Google-font-cdn */
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 16px;
    background-color: #FAFAFA;
}

:root {
    scroll-behavior: smooth;
    --primary-color: #F8641E;
    --color-primary-light: #FEE6DB;
    --secondary-color: #001935;
    --text-color: #242B33;
    --info-color: #0275F4;
    --dark-blue: #001935;
    --primary-light: #F9834B;
    --light-info-color: #0E5DA5;
    --light-blue-color: #CCE3FD;
    --section-space: 100px;
    --section-smallspace: 50px;
    --black-dark: #00171F;
    --light-color: #667479;
}

.section-h1 {
    font-size: 67px;
}

.section-h2 {
    font-size: 48px;
}

.section-h3 {
    font-size: 36px;
}

.section-h5 {
    font-size: 20px;
}

.section-h6 {
    font-size: 18px;
}


/* Custom-css */

a {
    text-decoration: none;
}

.form-control:focus {
    border-color: transparent !important;
    outline: 0;
    box-shadow: none;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.text-info {
    color: var(--info-color) !important;
}

.bg-info {
    background-color: var(--info-color) !important;
}

.text-light {
    color: var(--light-color) !important;
}

.bg-light-info {
    background-color: var(--light-info-color) !important;
}

.text-grey {
    color: var(--text-color);
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.bg-primary-light {
    background-color: var(--primary-light);
}

.color-primary-light {
    background-color: var(--color-primary-light);
}

.bg-light-blue {
    background-color: var(--light-blue-color);
}

.text-dark-blue {
    color: var(--dark-blue);
}

.section-top-space {
    padding-top: var(--section-smallspace);
}

.section-bottom-space {
    padding-bottom: var(--section-smallspace);
}

.section-top-largespace {
    padding-top: var(--section-space);
}

.margin-top-largespace {
    margin-top: var(--section-space);
}

.fw-300 {
    font-weight: 300;
}

.z-99 {
    z-index: 99;
}

/* Font-Family-css */
.font-meriweather {
    font-family: "Merriweather", serif;
}

/* Coming-soon-css */

.dr-andy-logo {
    width: 250px;
    margin: 0 auto;
}

.coming-soon-bg {
    position: relative;
    padding-top: 50px;
}

.coming-soon-content
{
     padding: 0px 20px 50px 20px;
}

.coming-soon-bg::after {
    position: absolute;
    content: '';
    height: 590px;
    background-color: var(--primary-color);
    max-height: 590px;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
}

.coming-soon h4 {
    color: white;
    font-size: 36px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    margin-top: 40px;
}

.coming-soon h2 {
    color: white;
    font-size: 80px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    margin: 20px 0 30px 0;
}

.coming-soon-announcement {
    border-radius: 90px;
    border: 1px solid rgba(248, 100, 30, 0.21);
    background: #FFEEE6;
    box-shadow: 0 10px 12.7px 0 rgba(248, 100, 30, 0.57);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    gap: 10px;
}

.coming-soon p {
    color: #242B33;
}

.cats-bg {
    background: url(../assets/images/cats-group-images.svg) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 290px;
}

.seperator {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgb(0 0 0 / 10%);
    margin-bottom: 15px;
}

.form-start .form-control {
    background-color: #F4F4F4;
    border: 1px solid #CFCFCF;
    padding: 10px 20px;
    border-radius: 15px;
}

.primary_btn {
    background-color: #24243E;
    padding: 15px;
    color: white;
    border-radius: 50px;
    border: 0;
}

.form-control:focus {
    border-color: 1px solid #CFCFCF !important;
    outline: 1px solid #CFCFCF;
    box-shadow: none;
}

.footer-bg {
    background-color: #000000;
}

.footer-bg p {
    color: white;
    padding: 20px 0px;
}

@media(max-width:1367px) {
    .coming-soon-bg::after {
        max-height: 520px;
    }

    .cats-bg {
    height: 200px;
}

}

@media(max-width:1199px) {
    .coming-soon-bg::after {
        max-height: 420px;
    }

    .coming-soon h4 {
        font-size: 24px;
    }

    .coming-soon h2 {
        font-size: 60px;
    }

}

@media(max-width:767px) {
    .coming-soon-bg::after {
        max-height: 380px;
    }

    .coming-soon h4 {
        font-size: 20px;
    }

    .coming-soon h2 {
        font-size: 48px;
    }

}

@media(max-width:567px) {
    .coming-soon-bg::after {
        max-height: 340px;
    }

    .coming-soon h4 {
        font-size: 20px;
    }

    .coming-soon h2 {
        font-size: 48px;
    }

    .coming-soon-announcement {
    padding: 10px 20px;
}

    .cats-bg {
        background: url(../assets/images/cats-group-images.svg) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 120px;
    }
 .coming-soon-content {
    padding: 0px 20px 50px 20px;
}

}