/*
Theme Name: Custom Theme
Author: ZH
Description: Custom Starter Theme CMS Team (Website)
Version: 2.0
License: MIT
Tags: wordpress, html, javascript, sass, css, postcss, webpack, babel, PHP, LD
Text Domain: Custom Theme
*/

/*
This CSS file is needed for WordPress to recognize the theme and display its info.
Please use the ../src/assets/styles/main.scss as an entry point for your SASS code.
*/

.HDR-Btn a {
    display: block;
    font-size: 15px;
    color: #d8d8d8;
    text-transform: capitalize;
    font-weight: normal;
    border-radius: 72.5px;
    background-color: #9baf91;
    padding: 16px 0;
    width: 147px;
    max-width: 100%;
    color: white;
    text-align: center;
    transition: 1s ease;
}
.HDR-Btn a:hover {
    transform: scale(1.1);
}

span.wpcf7-form-control-wrap {
    display: block;
}
form.wpcf7-form.init br {
    display: none;
}
form.wpcf7-form.init p {
    margin-bottom: 0 !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    padding: 15px 38px;
    border-radius: 50px;
    background-color: #9baf91;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    letter-spacing: 0.84px;
    color: #fff;
}

div#es_form_f1-n1,
div#es_form_f1-n1 form {
    display: flex;
    width: 100%;
}
div#es_form_f1-n1 input[type="submit"] {
    width: 43.2px;
    height: 43.2px;
    background-color: #9baf91;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.es-email {
    width: 80%;
}

.menuWrap {
    display: flex;
    align-items: center;
    justify-content: end;
}
.menu-main-menu-container {
    margin-right: 30px;
}


.sc-jsMahE.sc-dlUsjx.bkhOpZ.fAsHnt {
    background: #f0f0f0 !important;
}



@keyframes slide {
    0% {
        transform: translateY(2.667vw)
    }

    100% {
        transform: translateY(0vw)
    }
}
.mainBanner .image1 {
    animation: slide .5s infinite alternate;
}




section.DefaultPage h1,
section.DefaultPage h2,
section.DefaultPage h3,
section.DefaultPage h5,
section.DefaultPage h5,
section.DefaultPage h6 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #9baf91;
    text-transform: capitalize;
}
section.DefaultPage p {
    padding: 10px 0;
    line-height: 30px;
}


.rides-div {
    margin-left: 40px;
}
.testi .flex p {
    font-size: 25px;
}


.jewler ul.list {
    margin-left: 0;
}
.jewler ul.list li {
    padding-right: 50px;
}
.jewler ul.list {
    margin-bottom: 0;
}

.single-services .private-content h3 {
    margin-bottom: 10px;
    margin-top: 30px;
}
a.logo img {
    width: 250px;
}

.small span {
    padding: 0;
}
.jewler ul.list li.active span {
    border-bottom: 2px solid #9baf91;
}



header.stickyOpen {
    position: fixed;
    top: 0;
    left: 0;
    background: #00000073;
    backdrop-filter: blur(5px);
}
header.stickyOpen .logo img {
    width: 150px;
    padding: 15px 0;
}