@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,500&display=swap');
:root{
    --mainColor:#5f729f;
    --secondary:#fff;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: ease-in-out all 450ms;
}
body{
    font-family: 'Poppins', sans-serif !important;
}
header{
    padding: 1px 0;
        background: linear-gradient(180deg,#151516,#3f51b5);
    background-color: var(--mainColor);
}
.cstm_nav{
    border-radius: 20px;
    box-shadow: 12px 0px 0 rgb(255 255 255) inset, -8px -8px 14px 0 rgb(0 0 0 / 20%) inset;
}
p{
    color: #777;
    font-size: 12px;
    text-align: justify;
    letter-spacing: 1.5px;
    line-height: 1.8;
}
.searchForm{
    background-color: var(--secondary);
     
    position: relative;
    border-radius: 5px;
         margin-bottom: 23px;
	box-shadow: 0 0 10px #999;
	/*background-image: url(../imgs/searchbox-bg.jpg);
	background-position: center center;
	width:40%;*/
}
.searchFields{
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #efefef;
    border: 1px solid #dfdfdf;
	    background-color: #fff;
    border-color: #000;
	width: 100%;
    margin: 0 auto;
	margin-top: 11px;
}
.mainsearchForm
{
	    display: flex;
    gap: 40px;
	margin-bottom: 21px;
}
.form-field{
   /* border-right: 1px solid #dfdfdf;*/
   
  padding: 4px 10px;
      width: inherit;
}
.form-field:last-child{
border: unset;
}
.txtbox{
    padding: 5px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #efefef;
    
    width: 100%;
}


/* header-inner css */
.searchForm2{
    margin: 0 !important;
	padding: 0 !important;
}

.searchForm2 .form-field {
    padding: 11px 16px !important;
}
.searchFields2
{
	margin-bottom: 0px !important;
	width: 85%;
}

.btn_custom2
{
	padding: 10px 40px !important;
}

label{
    text-transform: capitalize;
    font-size: 16px;
    color: black;
    font-weight: 600;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    text-decoration: none;
}
.btn_custom{
   background-image: linear-gradient(to right, #606c88 0%, #3f4c6b 51%, #606c88 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
     
     
}
.btn_custom:hover{
  background-position: right center;
    color: #fff;
    text-decoration: none;
}
.btn_sm{
    padding: 10px 30px;
}
@keyframes wave {
    0% {
      background-position: left;
    }
    100% {
      background-position: right;
    }
  }
nav a label
{
	margin:0px !important;
}
.iconBar{
	background-color: antiquewhite;
	width: 105px;
	    margin-right: 25px;
/* position: absolute;
    border-radius: 4px;
 box-shadow: 0 0 10px #999;
 left: 250px;
 top: -30px;
 background: white;
 right: 250px;
 width: 345px;*/
}
.iconBar>nav{
    /*display: flex;*/
    justify-content: space-evenly;
    align-items: center;
}
.iconBar>nav>a{
    text-align: center;
    width: 50px;
    padding: 0 5px;
    overflow: hidden;
}
.iconBar>nav>a:hover{

    background: var(--mainColor);
}
section{
    padding: 60px 0;
}
h1{
    text-transform: capitalize;
    font-weight: 700;
    font-size: 52px;
}
.services{
    padding-top:40px ;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.round{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    text-align: center;
    background: white;
    box-shadow: 0 0 10px #999; 
    display: grid;
    margin: 10px 0;
    border: 5px solid var(--mainColor);
    place-content: center;
    transition: unset;
}
.round:hover{
    transition: ease-in-out all 1s;
    transform: rotateY(360deg);
}
.round h3{
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    font-weight:700;
}
.round h2{
    margin: 0;
}
.cars{
    background: #efefef;
}
footer{
    background: black;
    padding: 20px;
}
footer p{
    color: var(--mainColor);
    margin: 0;
}
.search{
    background: #fff;
}
.filters{
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    overflow: hidden;
	box-shadow: 0 0 10px #999;
}
.filters h3{
    padding: 10px;
    background: var(--mainColor);
    color: var(--secondary);
    text-transform: capitalize;
    border-bottom: 1px solid #999;
}
.filterBox{
    
    padding: 20px;
}
.filterBox h5{
    color: #444;
    text-transform: capitalize;
}
.filterBox span{
    cursor: pointer;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
}
.carBox{
    border: 1px solid #dfdfdf;
    display: grid;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
    align-items: center;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
}
.carBox:hover{
    box-shadow: 0 0 10px #dfdfdf;
}
.actionBtns{
    text-align: right;
}
.actionBtns strong{
    color: var(--mainColor);
    font-weight: 500;
    font-size: 14px;
}
.actionBtns h2{
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
}
.actionBtns span{
    color: #777;
    font-size: 14px;
}
.carInfo{
    padding: 0 20px;
}
.carInfo ul{
    margin: 0 20px;
    display: flex;
    gap: 30px;
    padding: 0;
}
.carInfo h4{
    text-transform: capitalize;
}
.carInfo>h4>small{
    font-size: 14px;
    color: #777;
}
.btn_book{
 background-image: linear-gradient(to right, #606c88 0%, #3f4c6b 51%, #606c88 100%);
    margin: 10px;
    padding: 9px 27px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
}

.iconBar nav a img
{
	width: 23px;
}
.iconBar>nav>a {
    text-align: left;
    width: unset !important;
    padding: 6px 5px 0px;
	width:100%;
   /* overflow: hidden;*/
	    display: block;
}

a label h6
{
	font-size: 0.85em;
}

nav label
{
	text-align:center;
}
nav label:hover
{
	cursor:pointer;
}

.apply_btn
{
	padding: 3px 14px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    margin: 0 !important;
}
.header_btn
{
	    padding: 5px 48px !important;
		border-radius: 0 !important;
}
#div_to
	{
		text-align:center;
	}
@media only screen and (max-width: 600px) {
    .searchFields{
        flex-direction: column;
        align-items: stretch;
		width: 100% !important;
    }
    .form-field {
    padding: 7px 35px;
}
    .iconBar{
        right: 5%;
        left: 5%;
	 width: 100%;
    }
	.mainsearchForm {
    display: grid;
     
	}
	.iconBar>nav {
    display: flex;
	}
	.text-center .btn_custom
	{
		padding: 15px 20px;
	}
    .carBox{
        grid-template-rows: auto auto auto;
        grid-template-columns: 100%;
    }
    .actionBtns{
        text-align: left;
    }
    .carInfo{
        padding: 20px 0;
    }
	.autocomplete
	{
		width: 100%;
	}
	.txtbox
	{
		border: 1px solid #c0c0c0;
	}
	.cta-men
	{
		opacity: .5;
	}
	.cta-content p {
     
    color: #fff !important;
    text-shadow: 0px 3px black;
	    width: 90%;
	}
	#div_to
	{
		text-align:left;
	}
}
.btn-grad {
            background-image: var(--login-btn-color);
            margin: 10px;
            padding: 15px 45px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
			    width: 100%;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
		  
		  
		  
		  .cta-section {
    background-image: url(../imgs/texture.png);
    clip-path: polygon(0 0,100% 0,100% 50%,80% 100%,0 100%);
    background-repeat: repeat;
    background-size: cover;
    background-color: #606c88;
    position: relative;
    z-index: 1;
		  }
		  .cta-men {
    background-image: url(../imgs/cta-men.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 130px;
    bottom: -30px;
    z-index: -1;
}

.cta-content h2 {
    font-size: 46px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 20px;
}

.cta-content h2 span {
    color: #bec4d2;
}

.cta-content p {
    font-size: 18px;
    font-weight: 500;
    color: #ccc;
    margin: 0;
}

.cta-content .cta-call {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}