*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
} 

a {
    text-decoration: none;
}

@font-face {
    font-family:Mada-Bold;
    src: url('../font/mada/Mada-Bold.ttf');
}

@font-face {
    font-family:Mada-Medium;
    src: url('../font/mada/Mada-Medium.ttf');
}

@font-face {
    font-family:Mada-Regular;
    src: url('../font/mada/Mada-Regular.ttf');
}

@font-face {
    font-family:Mada-Light;
    src: url('../font/mada/Mada-Light.ttf');
}

@font-face {
    font-family:PlusJakartaSans;
    src: url('../font/Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.ttf');
}

@font-face {
    font-family:Raleway;
    src: url('../font/Raleway/Raleway-VariableFont_wght.ttf');
}

@font-face {
    font-family:NunitoSans;
    src: url('../font/Nunito_Sans/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf');
  }

.contact-full-section {
    width: 100%;
    background: #FFCD0C;
    padding-top: 60px;
}

.left, .right {
    padding-bottom: 60px;
}

.right {
    height: 587px;
    background-image: url(../img/contact/right-bg.png);
    background-size: cover;
    background-position: center;
}

.left h1 {
    color: #FFDC54;
    font-family:NunitoSans;
    font-size: 69.96px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.099px;
    text-transform: uppercase;
    position: relative;
    padding-left: 70px;
}

.left h1::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FFCD0C;
    position: absolute;
    left: 0;
    top: 47%;
}

.left h2 {
    color: #000;
    text-shadow: 0px 3.618px 3.618px rgba(77, 77, 77, 0.25);
    font-family:NunitoSans;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 22px;
    padding-left: 70px;
}

.left p {
    color: #000;
    font-family:Mada-Medium;
    font-size: 18.742px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 28.113px */
    letter-spacing: 0.562px;
    padding: 0;
    margin: 0;
}

.icon-white-round {
    width: 41px;
    height: 41px;
    background-color: #fff;
    border-radius: 50%;
}

.icon-white-round img {
    position: absolute;
    right: 0;
    top: 18px;
}

.map {
    border-radius: 18.549px;
    border: 1.031px solid #000;
    padding: 8px 18px !important;
    background: transparent;
    color: #000;
    font-family:Mada-Medium;
font-size: 15.458px;
font-style: normal;
line-height: normal;
text-transform: capitalize;
}

.right-center-box {
    border-radius: 10px;
border: 1px solid #FFEDA6;
background: rgba(72, 57, 0, 0.60);
backdrop-filter: blur(1.399999976158142px);
width: 411px;
position: relative;
padding: 36px 0 36px 39px;
}

.right-center-box h6 {
    color: #FFF;
    font-family:NunitoSans;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 37.5px */
    letter-spacing: 0.75px;
    margin-bottom: 22px;
}

.right-center-box p {
   width: 50%;
    padding: 10px 7px 10px 17px;
    color: #FFF;
    font-family: Mada-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 0.72px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: transparent;
    cursor: pointer;
}

.icon-set {
    width: 59px;
height: 146px;
background-color: #fff;
position: absolute;
    top: -64px;
    right: -43px;
    border-radius: 27px;
}




@media (min-width:991px) and (max-width:1200px) {
   
}


@media (max-width:991px){
    .left h1 {
        text-align: center;
        padding: 0;
    }

    .left h2 {
        text-align: center;
        padding-left: 0;
    }

    .dummy {
        display: block !important;
    }

    .icon-end {
        justify-content: end !important;
        
    padding-right: 16px !important;
    }

    .left, .right {
        padding-bottom: 0px !important;
    }

    .right {
        height: 289px;
    }
    
}

@media (max-width:768px) {
    
}

@media (max-width:600px) {
    .dummy {
        display: none !important;
    }

    
.right-center-box {
    padding: 35px 16px 36px 16px;
}

.right-center-box h6{
    text-align: center;
}

.right-center-box p{
    width: 100%;
    text-align: center;
}

    .icon-set {
        right: 11px;
        height: 43px;
        width: 146px;
        flex-direction: row !important;
        bottom: -50px !important;
        top: unset !important;
        }
}

@media (max-width:424px) {
    .left h1 {
        font-size: 55px;
        margin: 0;
    }
}



input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff;
    border-bottom: 1px solid #FFD01A;
    transition: background-color 5000s ease-in-out 0s;
}