@font-face {
    font-family: GT Walsheim Pro;
    src: local("GT Walsheim Pro Regular"),local("GTWalsheimProRegular"),url(GTWalsheimProRegular.woff2) format("woff2"),url(GTWalsheimProRegular.woff) format("woff"),url(GTWalsheimProRegular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
  }
  
  @font-face {
    font-family: GT Walsheim Pro;
    src: local("GT Walsheim Pro Bold"),local("GTWalsheimProBold"),url(GTWalsheimProBold.woff2) format("woff2"),url(GTWalsheimProBold.woff) format("woff"),url(GTWalsheimProBold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
  }
  *{
      margin: 0;
      padding: 0;
      font-family: GT Walsheim Pro;
      /* background-color: white; */
      color: #2a3348;
      text-decoration: none;
  }
  body{
    margin: 0%;
    padding: 0%;
}

/* redirect starts here  */
.redirect{
    display: flex;
    align-items: center;
}
.redirect a{
   font-size: 1.2rem;
   padding-left:20px;
}


/* redirect ends here  */


/* how it wrks starts here  */

#container{
     /* border: 2px solid red; */
     position: relative;
     height: 350px;
     width: auto;
}

#container img{
    width: 100%;
    height: 350px;
}
#container h1{
    color: #fafafa;
    text-align:left;
    font-size: 80px;
    width: 100%;
    line-height: 84px;
    display: flex;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 80px;
    padding-left: 10px;
    text-shadow: 2px 1px 5px #000;
}

#container #text{
    position: absolute;
    top: 20px;
    left: 200px;
    /* font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    font-size: 60px;
    color:#193147;
}


.card{
    /* border: 2px solid red; */
    width: 80%;
    margin-left: 140px;
    margin-top: 40px;
    height: 350px;
    display: flex;
}

/* .card div{
     border: 2px solid red;
} */
.card .left{
    width: 550px;
}
.card .mid{
     width: 400px;
}
.card .right{
     width: 400px;
}

 .left > h1{
    color:#2a3348;
    font-weight: normal;
    font-size: 2.5rem;

 }

.left p{
      font-size: 1.2rem;
      margin-top: 30px;
      width: 500px;
         /* font-family:; */
      /* font-style: normal; */
      font-weight:normal;


}

.mid img{
      width: 290px;
      height: 180px;
      border-radius: px;
      margin-left: 50px;
      margin-top: 20px;
}

.right .rightOne{
       width: 80%;
       height: 50px;
       margin-top: 15px;
       margin-left: 40px;
       display: flex;   
}


.rightOne .One_One{
    background:#193147;
    border-radius: 0%;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    
}

.rightOne .One_One > div{
     margin-top: 3px;
     text-align: center;
     font-size: 28px;
     font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
     color: white;
}

.rightOne .One_Two{
     margin-left: 15px;
     width: 70%;
     margin-top: 10px;
     font-size: 19px;
}



.midcontainer{
    /* border: 2px solid red; */
    margin-top: 20px;
    height: 370px;
    width: 90%;
    margin-left: 170px;
    display: flex;
    
}

.midcontainer h3{
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    padding-top: 20px;
    padding-bottom: 10px;
}

.midcontainer p {
    color: #2a3348;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: evenly;
}

.midcontainer .midone{
      width: 50%;
      /* border: 2px solid red; */
      height: 250px;
      margin-top: 20px;
     text-align: left;
      background-color:white;
     
    position: absolute;
    margin-left: 450px;

     border-radius:0px;

    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    /* box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;  */
     box-shadow: 0 0 13px -1px rgba(0,0,0,.3);
     padding: 40px 22px;
}




.midcontainer .midtwo{
    width: 45%;
    /* border: 2px solid red; */
    height: 370px;
     
}

.midtwo .midimg{
    width: 100%;
    height: 370px;
    
}

.midcontainertwo{
    /* border: 2px solid red; */
    margin-top: 70px;
    height: 370px;
    width: 90%;
    margin-left: 170px;
    display: flex;
    
}

.midcontainertwo h3{
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    padding-top: 20px;
    padding-bottom: 10px;
}

.midcontainertwo p {
    color: #2a3348;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: evenly;
}

.midcontainertwo .midtwo_one{
    width: 45%;
    /* border: 2px solid red; */
    height: 370px;
    margin-left: 600px;

     position: absolute;
}

.midcontainertwo .midtwo_two{
     /* border: 2px solid red; */
     width: 50%;
     height: 250px;
     margin-top: 20px;
     text-align: left;
     position: relative;
    background-color: white;
     /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */

     box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
     border-radius: 0px;

}

.midtwo_one .midimg{
    width: 90%;
    height: 390px;
    
}

.btn{
     border-radius: 30px;
     width: 300px;
     height: 40px;
     text-align: center;
     padding-top: 14px;
     margin-top: 40px;
     margin-left: 180px;
     border: 2px solid orangered;
     color: orangered;
     text-align: center;
     
}

.btn:hover{
    background-color: orangered;
    
}

.btn h3:hover{
    color: white;
}


/* how it works ends here  */


/* what members say starts here  */


/* .cont{
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}

.section-header{
    text-align: center;
    margin-bottom: 50px;
}
.section-header .title{
    font-size: 2.2rem;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 1.2;
}

.testimonals{
    padding: 100px 0;
}

.testimonal-item{
    padding: 30px;
    border-radius: 30px;
}

.testimonal-item img{
    max-width: 80px;
    border-radius: 50%;
    margin-right: 20px;
    vertical-align: middle;
}

.testimonal-item .info{
    display: flex;
    align-items: center;
}

.testimonal-item .name{
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.2;
}

.testimonal-item .job{
    text-transform: capitalize; 
}

.testimonal-item p{
    margin-top: 20px;
}
.testimonal-item .rating{
    margin-top: 15px;
    font-size: 14px;
    color: orange;

}

.testimonals .swiper-pagination{
    position: relative;
    margin-top: 40px;
    bottom :auto
} */

.testimonals .swiper-pagination-bullets{
    height:12px;
    width: 12px;
    background-color: white;
}


/* what members say ends here  */


.info{
       /* border: 2px solid red ; */
       width: 80%;
       margin-left: 100px;
       margin-top: 50px;
       height: 200px;
}

.info h1,h2{

    font-weight: normal;
    font-size: 1.75 rem;
}

.info .infoOne{
    /* border: 2px solid red; */
    margin-left: 50px;
    margin-top: 10px;
    text-align: center;
    font-size: 1.5em;
    width: 90%;
    height: 50px;
    align-items: center;
    color:#1d3652;
}

.info .infoTwo{
      /* border: 2px solid red; */
      margin-left: 10px;
      margin-top: 40px;
      text-align: center;
      font-size: 17px;
      color: #05112e;
}


#section{
    display: flex;
    box-sizing: border-box;
    width: 100%;
    gap: 2%;
    justify-content: center;
    padding-top: 20px;
    margin-bottom: 10%;
    margin-left: 20px;
    margin-right: 30px;
    text-align: center;
}  

section .hotel-card{
    width: 27%;

}

.hotel-card:hover {
  box-shadow: #ec7979 0px 5px 10px;
  transition: 0.4s;
  transform: scale(1.02);
}

.hotel-card {
  padding: 1.5%;
  padding-top: 2%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 15px;
  width: 22%;
}
.hotel-card:nth-child(2){
  padding-top: 0;
}

.card-image > img{
    border-radius: 15px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 50px;
}
.hotel-card > div > h5{
    display: flex;
    font-weight: 400;
    font-size: 17px;
}
.hotel-card > div > h5 > img{
    width: 5%;
    height: 5%;
    margin-right: 5%;
  
}
h4{
    margin-bottom: 8%;
    font-size: 1.6rem;
    font-weight: 500;
}
#recommended{
  background-color: #f74d4d;
  color: #fff;
  margin: -6px 0px 5px 47%;
  border: none;
  border-radius: 10px;
  padding: 10px;
  width:60%;
  font-size:medium
}

.order-button{
  display: flex;
  justify-content: center;
  margin-top:20%;
}
.order-button > button{
  width:50%;
  height: 3.5em;
  border-radius: 30px;
  border:2px solid #f74d4d;
  background-color: #fff;
  color: #f74d4d;
  font-size: medium;
}
.order-button > button:hover{
  background-color: #f74d4d;
  color: #fff;
}
 #button2 > button{
  background-color:#fff;
  color:  #f74d4d;
}
#button2 > button:hover{
  background-color:  #f74d4d;
  color: #fff;
}



/* Fotter */

.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	/* flex-wrap: wrap; */
}
ul{
	list-style: none;
}
.footer{
	background-color: #2a3348;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}

.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #ffffff;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.app img{
    width: 200px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}

.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}

@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}