body {
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
}

/* --------------------------------------------------ContactusSection1-------------------------------------------------------------- */

.ContactusSection1Main {
    position: relative;
}

.CS1MImg{
    position: relative;
    border-bottom: 2px solid white;
}

.CS1MImg img {
    width: 100%;
    height: 85.4vh;
    display: block;
    object-fit: cover;
}

.CS1MTitleContainer{
    position: absolute;
    bottom: 50px;
    left: 70px;
    border-radius: 15px;
    opacity: 0;
    animation: fadeIn 3.5s ease forwards;
    background: linear-gradient(to right, black, gray);
}

.CS1MTCContext{
    padding: 0px 150px;
    color: rgb(222, 193, 87);
    text-align: center;
}

.CS1MTCContext h1{
    font-size: 70px;
    font-weight: 700;
}


@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@media (width<=1280px) {
    .CS1MImg img {
        height: 100%;
    }
}

/* --------------------------------------------------ContactusSection1-------------------------------------------------------------- */

/* --------------------------------------------------ContactusSection2-------------------------------------------------------------- */

.ContactusSection2{
    padding: 70px 60px;
    background: linear-gradient(to right, black, gray);
    overflow: hidden;
}

.ContactusSection2Main{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.ContactusSection2MainContainer1{
    width: 50%;
}

/* .CS2MC1Img {
    padding-right: 60px;
    
}

.CS2MC1Img img{
    width: 100%;
    max-width: 640px;
} */


.CS2MC1FormMain{
    color: black;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
    background-color: white;
    border-radius: 25px;
}

.CS2MC1FormMain form{
    width: 100%;
    font-size: 24px;
}

.CS2MC1FMContext {
    display: flex;
    flex-direction: column;
    padding: 15px 0px;
}

.CS2MC1FMCInput input {
    width: -webkit-fill-available;
    height: 40px;
    border-radius: 5px;
    border: 1px solid gray;
}

.CS2MC1FMCInput input[type="text"],input[type="tel"],input[type="email"]{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
}

.CS2MC1FMCLabel span{
    color: red;
}

.CS2MC1FMSR {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.CS2MC1FMCTextArea textarea {
    width: -webkit-fill-available;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    border: 1px solid gray;
    resize: vertical;
}

#CS2MC1FMSBtn button {
    height: 50px;
    width: 120px;
    background-color: rgb(222, 193, 87);
    border: none;
    border-radius: 5px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 24px;
}

#CS2MC1FMSBtn button:hover{
    transform: scale(1.03);
    transition: transform 0.5s;
    cursor: pointer;
}

.okieThanks{
    color: green;
    margin-left: 15px;
    display: none;
}

.okieThanks .fa-solid{
    font-size: 36px;
}

.CS2MC1FMSRSubmit {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#successIcon {
    animation: 3s fadeInOut linear;
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
}


.ContactusSection2MainContainer2{
    width: 50%;
    opacity: 1;
}

.ContactusSection2MainContainer2Titles{
    color: rgb(222, 193, 87);
    padding: 60px;
    padding-right: 0px;
}

.CS2MC2TH1 h1{
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 15px;
}

.CS2MC2TPara span {
    font-size: 24px;
    font-weight: 400;
}

.CS2MC2TPara p{
    font-size: 24px;
    font-weight: 400;
    text-align: justify;
    margin: 10px 0px;
}

.plspopup.active .ContactusSection2MainContainer2{
    animation: 2.3s clouds linear;
    opacity: 1;
}

/* --------------------------------------------------ContactusSection2-------------------------------------------------------------- */

/* --------------------------------------------------Contactusfooter-------------------------------------------------------------- */

.footerSectionContainer2Main {
    height: 100%;
}

iframe{
    width: 100%;
    height: 100%;
}

/* --------------------------------------------------Contactusfooter-------------------------------------------------------------- */
