/*
Theme Name: madtravels
Author: Sithara
Author URI: 
Version: 1.0
 */

 html, body {
    height: 100%;
    margin: 0; /* Reset default margins */
}

 body{
    overflow:none;
    margin:0;
    font-family: "Poppins", serif;
}

.hero-section {
    position: relative;
    overflow: hidden;

}

.hero-section1 {
    position: relative;
    overflow: hidden;
}

.hero-background{
    /* background: url('images/background.webp') 50% 50% no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100%;
    width: 100%;
    position: absolute; */
    min-height: 100vh; /* Use min-height */
    background: url('images/background1.jpg') center/cover no-repeat;
    display: flex;
    flex-direction: column; 
}



.hero-inner {
    /* position: relative;
    padding: 40px 80px 20px; */
    padding: 40px 60px 20px;
    flex: 1;
}


.logo{
    text-align: left;
    position: relative;
}

.logo svg{
    fill: #fff;
    width: 350px;
}

.social{
display: flex;
position: relative;
z-index: 999;
gap: 15px;
justify-content: left;
margin-top: 20px;
}

.social svg{
    width: 30px;
    fill: #000;
}

.social svg:hover{
    fill:#d71921;
}	

.inner-section {
    position: relative;
    width: 100%;
    display: grid;
    align-items: center;
    gap: 50px;
}

.middle{
    position: relative;

}

.title h1{
    color: #000;
    font-size: 60px;
    position: relative;
    text-align: left;
    font-weight: 500;
    /* font-family: "Montserrat", serif; */
    margin: 0;
    font-display: swap;
}

.bottom{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.bottom-left {
    position: relative;
    display: grid;
    place-content: center;
    gap:20px;
}


.bottom-form {
margin-left: 0px;
margin-top: 0;
}

.bottom-form-inner{
    background: #000000a8;
    border-radius: 20px;
    padding: 40px;
}

.contact-form-slider {
    
}

.form-title{
	margin: 0px 0 30px;
    text-align: center;
    padding: 10px 0;
}

.form-title h2{
	font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-weight: 600;
}


.form-group input[type="text"], 
.form-group input[type="password"],
.form-group input[type="email"],
.form-group input[type="url"],
.form-group input[type="number"],
.form-group textarea {
background: #fff;
padding: 5px;
outline: none;
width: 97.5%;
color: #000;
font-size: 14px;
font-weight: 400;
border: none;
}

.form-group textarea {
	height:20px;
}

input[type=submit] {
background: #3f8b0b;
-webkit-appearance: button;
cursor: pointer;
color: #fff;
border:1px solid #74BA43;
padding: 10px;
font-size:16px;
width: 100%;

}

.form-submitbtn input[type=submit]:hover{
background: #d71921;
color: #fff;
border:1px solid #d71921;
transition: 0.7s ease-in-out;
}


.form-submitbtn { 
text-align: left;
}

.flexibleday {
    display: flex;
}

.form-group-inner{
	 display: grid;
	grid-template-columns:0.5fr 1fr 1fr;
	gap:20px;
}

.wpcf7-response-output {
    color: #fff;
	font-size:12px;
}

label.field-label {
    color: #fff;
    font-size: 16px;
	margin-right: 10px;
}

.form-group {
    margin: 15px 0;
}

.field-label-row{
	display: flex;
	align-items: center;
}

.field-label-age {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    align-items: center;
}

.field-label-date {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    align-items: center;
}

select.wpcf7-form-control.wpcf7-select {
    width: 100%;
}

.form-group1 {
    width: 100%;
}
span.wpcf7-list-item-label {
    color: #fff;
}

.wpcf7-spinner{
	    display: none;
}

.form-group
::-webkit-input-placeholder {   
color: #393636;
font-size: 12px;
font-weight: 200;
}

.form-group
::-moz-placeholder {   
color: #393636;
font-size: 12px;
font-weight: 200;
}

.form-group
:-ms-input-placeholder {   
color: #393636;
font-size: 12px;
font-weight: 200;
}

.form-group
:-moz-placeholder {   
color: #393636;
font-size: 12px;
font-weight: 200;
} 

select.wpcf7-form-control.wpcf7-select {
    padding: 5px;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    width: 94%;
    padding: 5px;
    
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    width: 94%;
    padding: 5px;
}

.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450;
color: #fff;
}


@media screen and (max-width: 1250px) {

    .logo svg {
        width: 200px;
        }

        .bottom-left {
            place-content: baseline;
        }
        

        .title h1 {
            font-size: 50px;}

        label.field-label {
            color: #fff;
            font-size: 14px;
        }
}

@media screen and (max-width: 990px) {
.hero-inner {
    padding: 30px 50px 10px;
}


.bottom {
grid-template-columns: 1fr;
gap: 20px;
}


}

@media screen and (max-width: 767px) {
.logo svg {
    width: 200px;
}

.social{
    justify-content: center;
    }
    
    .logo{
        text-align: center;
      }

.bottom-left {
    place-content: center;
}

.title h1 {
    font-size: 30px;
    text-align: center;
}

div#wpcf7-f33-o1 {
text-align: center;
}

}

@media screen and (max-width: 550px) {
.hero-inner {
    padding: 30px;
}

.social {
gap: 10px;}

.social svg {
    width: 25px;}


	.form-group-inner{
	 display: grid;
	grid-template-columns: 1fr;
	gap:20px;
}
	
	.field-label-age {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}

.form-title {
    margin: 0px 0 0px;}

    .form-title h2 {
        font-size: 16px;}

        .bottom-form-inner {
            padding: 25px;
        }


        .title h1 {
            font-weight:600;
        }
        
	input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    width: 96.5%;
}
	
	input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    width: 96.5%;
}
	
	.form-group input[type="text"], .form-group input[type="password"], .form-group input[type="email"], .form-group input[type="url"], .form-group input[type="number"], .form-group textarea {
    width: 97%; 
	}
	
}

@supports (-webkit-touch-callout: none) {
/*     input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
        width: 100%;
        padding: 5px;
    } */
}