/* Montraserrat google font CDN */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap')*/

:root {
    --theme-color-light-green: #00BE9C;
    --theme-color-white: #FFFFFF;
    --theme-color-black: #263238;
    --theme-font-color: #6EE5FF;
    --header-height: 65px;
    --mobile-nav-height : 0px;
    --theme-font: Montserrat;
    --std-padding: 60px;
}

*{
    padding: 0;
    margin: 0;
    font-family: var(--theme-font);
}

a {
    color: inherit;
    text-decoration: none;
}

.padding-x{
    padding-left: var(--std-padding);
    padding-right: var(--std-padding);
}


body{
    padding-top: var(--header-height);
    padding-bottom: var(--mobile-nav-height);
}

.navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--theme-color-light-green);
    height: var(--header-height);
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.padding-x-nav {
    padding-left: var(--std-padding);
}

.logo-link {
    text-decoration: none;
}

.logo-heading {
    font-size: 28px;
}

.logo-container {
    display: flex;
    justify-content: start;
    align-items: center;
    font-weight: bold;
}

.nav-items-container {
    background-color: var(--theme-color-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom-left-radius: 45px;
    box-shadow: 0px 2px 2px 0px #00000040;
    padding-top: 0px;
    margin-top: -11px;
    height: 85%;
}

.navbar-list {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.nav-item {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #373737;
}

.active {
    color: #00BE9C;
}

.navbar-white-padding-x {
    padding-left: 60px;
    padding-right: 60px;

}

.bg-cover{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-black-btn {
    background-color: var(--theme-color-black);
    color: var(--theme-font-color);
    border-width: 0px;
    font-weight: 600;
    border-radius: 10px;
}

.header-btn {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
}

.mobile-navbar {
    position: fixed;
    height: var(--header-height);
    width: 100%;
    background-color: var(--theme-color-light-green);
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1000;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.padding-y {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-drop-down-container {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
}

.footer-container {
    background-color: #263238;
    width: 100%;
}

.footer-container-one {
    border-bottom: 1px solid #FFFFFF;
} 

.footer-contact-datails-container {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.footer-logo-container {
    width: 20%;
}

.footer-logo {
    font-size: 20px;
    /* width: 85%; */
}

.footer-paragraph {
    font-size: 13px;
    margin-bottom: 0 !important;
    font-weight: 500;
    margin-top: 0px;
}

.footer-small-heading {
    font-size: 12px;
    font-weight: 500;
}

.navbar-line {
    margin: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

.icon-btn {
    background-color: transparent;
    border: none;
    color: var(--theme-color-white);
}

.footer-second-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.location-mail-contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.green-dark {
    color: #00BE9C;
}

.footer-icon {
    color: #FFFFFF;
}

.logo {
    width: 50px;
}

.map {
    color: #FFFFFF;
    margin-top: 4px;
}

.mail {
    color: #FFFFFF;
}

.contact {
    color: #FFFFFF;
    margin-top: 5px;
}

img {
    max-width: 100%;
    height: auto;
}

.header-icon {
    color: var(--theme-color-black);
    font-size: 20px;
}

.header-btn {
    background-color: transparent;
    border: none;
}

.big-heading {
    font-size: 44px;
    font-weight: 700;
}

.heading {
    font-size: 36px;
    font-weight: 700;
}
.small-heading-new {
    font-size: 30px;
    font-weight: 600;
}

.paragraph {
    font-size: 18px;
    font-weight: 500;
}

.small-paragraph-new {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

.left-nav-padding {
    padding-left: var(--std-padding);
}

@media screen and (max-width: 500px) {
    .navbar {
        display: none;
    }
    .padding-y {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .padding-x-nav {
        padding-left: 8px;
    }
    .padding-x{
        padding-left: 18px;
        padding-right: 18px;
    }
    .footer-contact-datails-container {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-logo-container {
        width: 40%;
        padding-right: 0px;
    }
    .icon-name {
        font-size: 8px;
    }

    .footer-paragraph {
        font-size: 10px;
    }
    .heading {
        font-size: 20px;
    }
    .big-heading {
        font-size: 23px;
    }
    .small-heading-new {
        font-size: 15px;
    }
    .paragraph {
        font-size: 10px;
    }
    .small-paragraph-new {
        font-size: 11px;
    }
    .logo {
        width: 45px;
    }
    
}
@media screen and (min-width: 500px) and (max-width: 767px) {
    .big-heading {
        font-size: 30px;
    }
    .heading {
        font-size: 25px;
    }
    .paragraph {
        font-size: 16px;
    }
    .small-heading-new {
        font-size: 21px;
    }
    .small-paragraph-new {
        font-size: 14px;
    }

    .icon-name {
        font-size: 7px;
    }
    .footer-logo-container {
        padding-right: 0px;
    }
    .whats-up-icon-container {
        padding-top: 6px !important;
    }
    .padding-x {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media screen and (min-width: 768px) {
    .icon-name {
        font-size: 8px;
    }
    .footer-logo-container {
        width: 18%;
        padding-right: 0px;
    }
    .footer-paragraph {
        font-size: 8px;
    }
    .big-heading {
        font-size: 30px;
    }
    .heading {
        font-size: 25px;
    }
    .small-heading-new {
        font-size: 21px;
    }
    .paragraph {
        font-size: 14px;
    }
    .small-paragraph-new {
        font-size: 11px;
    }
    .padding-x {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 820px) {
    .small-paragraph-new {
        font-size: 13px;
    }
}

 @media screen and (min-width: 853px) {
    .nav-item {
        font-size: 12px;
    }
    .paragraph {
        font-size: 16px;
    }
    .footer-paragraph {
        font-size: 8px;
    }
} 

@media screen and (min-width: 912px) {
    .footer-paragraph {
        font-size: 10px;
    }
    .small-heading-new {
        font-size: 25px;
    }
    .small-paragraph-new {
        font-size: 15px;
    }
    .heading {
        font-size: 30px;
    }
}
@media screen and (min-width: 1024px) {
    .big-heading {
        font-size: 40px;
    }
    .heading {
        font-size: 36px;
    }

    .paragraph {
        font-size: 16px;
    }
    .small-heading-new {
        font-size: 20x;
    }
    .small-paragraph-new {
        font-size: 14px;
    }
    .nav-item {
        font-size: 13px;
    }
    .footer-paragraph {
        font-size: 9px;
    }
    .icon-name {
        font-size: 10px; 
    }
    .padding-x{
        padding-left: var(--std-padding);
        padding-right: var(--std-padding);
    }
} 

@media screen and (min-width: 1280px) {
    .nav-item {
        font-size: 13px;
    }
    .big-heading {
        font-size: 40px;
    }
    .heading {
        font-size: 32px;
    }

    .paragraph {
        font-size: 18px;
    }
    .small-heading-new {
        font-size: 21px;
    }
    .small-paragraph-new {
        font-size: 15px;
    }
    .footer-paragraph {
        font-size: 13px;
    }
    .icon-name {
        font-size: 13px;
    }
    .padding-x{
        padding-left: var(--std-padding);
        padding-right: var(--std-padding);
    }
    
}

@media screen and (min-width: 1400px) {
    .big-heading {
        font-size: 40px;
    }
    .heading {
        font-size: 36px;
    }

    .paragraph {
        font-size: 22px;
    }
    .small-heading-new {
        font-size: 30px;
    }
    .small-paragraph-new {
        font-size: 14px;
    }
    .footer-paragraph {
        font-size: 13px;
    }
    .icon-name {
        font-size: 14px;
    }
    .padding-x{
        padding-left: var(--std-padding);
        padding-right: var(--std-padding);
    }
    
    .nav-item {
        font-size: 14px;
    }
}

@media screen and (min-width: 1700px) and (max-width: 2600px) {
    .footer-paragraph {
        font-size: 14px;
    }
    .small-paragraph-new {
        font-size: 12px;
    }
    .big-heading {
        font-size: 4rem;
    }
    .small-paragraph-new {
        font-size: 18px;
    }
}

