@font-face {
    src: url("../customFonts/");
    font-family: 'goodVibration', sans-serif;
}

:root {
    --white: #fff;
    --black: #000;
    --theme-color: #fff;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: 'Playfair Display', serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1366px;
    }
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    color: #000;
    font-weight: 400;
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Poppins', sans-serif;
}

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

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

figure {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/*.themeBtn {*/
/*    display: inline-block;*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*    background-color: #FAC826;*/
/*    padding: 1.25rem 2.5rem;*/
/*    color: #fff;*/
/*}*/

.themeBtn:hover,
.themeBtn:active,
.themeBtn:focus {
    color: #000;
}

.formSec {
    background-image: url(" ../images/counter-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.formSec .mainrow p {
    color: #000;
    font-weight: 400;
    width: 75%;
    margin: auto;
}

.formSec h2 {
    color: #000;
    font-weight: 500;
    font-size: 2rem;
}

.formSec .cardsRow {
    gap: 1rem 0;
}

.formSec .cardStyle {
    border: 2px solid #e9e9e9;
    border-radius: 10px;
    background-image: url("../images/card-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    background-position: center;
}

.formSec .cardStyle .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3rem 2rem;
}

.formSec .cardStyle .reviewsCarousel figure {
    margin-bottom: 20px;
}

.formSec .cardStyle .reviewsCarousel figure img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 333px;
}

.formSec .cardStyle .reviews-nav figure {
    margin-right: 10px;
    height: 200px;
}

.formSec .cardStyle .reviews-nav figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.formSec .cardStyle h6 {
    font-family: 'Updock', cursive;
    font-size: 2rem;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
}

.formSec .cardStyle h4 {
    font-size: 1.375rem;
    color: #fff;
}

.formSec .cardStyle h4 span {
    display: block;
}

.formSec .cardStyle p {
    margin: 0;
    color: #fff;
    font-size: 0.875rem;
}

.themeBtn {
    /* background: linear-gradient(176deg, #f1a206, #ffcb29); */
    display: inline-block;
    border: none;
    border-radius: 0px;
    font-size: 1.5em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 1rem 2rem 1rem 2rem;
    background-color: #228B22;

}

.search-bar {
    position: relative;
    margin: 2rem 0;
}

.search-bar input {
    border-radius: 30px;
    padding-left: 50px;
}

.search-bar i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
}

.appointmentSec form {
    padding: 8rem 5rem;
    background-color: #F4F7FC;
    background-image: url("../images/counter-bg.png");
    box-shadow: 0px 20px 40px 0px rgb(161 161 161 / 40%);
    border-radius: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.appointmentSec form a {
    background: transparent;
    display: block;
    text-align: center;
    color: #000;

}

.appointmentSec .form-control,
.appointmentSec .select2-container .select2-selection--multiple {
    height: 60px;
    border-radius: none;
    border: 1px solid #e9e9e9;
    padding: 0 15px;
    background: #fff;
    font-weight: 400;
}

.appointmentSec .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 15px;
}

.appointmentSec .select2-container .select2-search--inline .select2-search__field {
    margin-top: 20px;
}

.appointmentSec .form-control:focus {
    border-color: #7dc642;
    outline: 0;
    box-shadow: none;
}

.appointmentSec label {
    color: #000;
    font-weight: 600;
}

.appointmentSec textarea.form-control {
    height: 250px;
}

.appointmentSec .secHeading {
    font-size: 3rem;
}

.secHeading {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-bottom: 3rem;
}

.form-group {
    position: relative;
}

.file {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.waviy {
    position: relative;
}

.waviy span {
    font-weight: 600;
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: #000;
    text-transform: uppercase;
}

.thankyouContent a {
    color: #012b51;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.ThankyouSec {
    padding: 10rem 0;
}

.cardRow {
    text-align: center;
}

.cardRow h6 {
    font-size: 1.5rem;
    font-family: 'goodVibration', sans-serif;
    color: #fff;
}

.formSec .letter-lne {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    gap: 1rem 0;
}

.formSec .letter-lne h6 {
    margin: 0;
}

.formSec .letter-lne p {
    font-weight: 600;
}

.formSec .letter-lne div {
    width: -webkit-fill-available;
}

.formSec .letter-lne div:first-of-type {
    border-right: 2px solid #fff;
}


/* Image Preview */
input[type="file"] {
    display: block;
}

.imageThumb {
    height: 120px;
    width: 120px;
    object-fit: cover;
    border: 0;
    cursor: pointer;
}

.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.remove {
    display: block;
    background: #228B22;
    border: 1px solid #228B22;
    color: white;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 5px;
}

.remove:hover {
    background: white;
    color: black;
}

.inputWrap {
    position: relative;
}

.inputWrap input[type="file"] {
    position: absolute;
    left: 0;
    width: 100%;
    right: 0;
    opacity: 0;
    top: 0;
}

.verticalSpacer {
    width: 1px;
    height: 100%;
    background: #000;
}

.mainHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 1;
    padding: 1rem 6rem;
    justify-content: space-between;
    align-items: center;
}

.mainHeader .homeBtn {
    font-size: 1.25rem;
}
