.exo-ets {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	font-size: 16px;
}

.oswald-ets {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* CSS Root Data*/
:root{
/*Primary Color*/
--color-primary: #EF5B00;
--color-primary-dark:#232323;

/*Secondary Color*/
/*--color-secondary: #e92e18;*/
--color-light: #ffffff;
	
/*Thired Color*/
--color-gray-light: #62727D;
--color-gray-dark: #525355;
	
/*Fonts*/
--font-primary: "Exo", serif;
--font-secondary: 'Oswald', serif:

/*Fonts Size*/
--font-size-sm: 16px;
--font-size-md: 18px:
--font-size-lg: 22px:
--font-size-xl: 24px;
}
button.navbar-toggler{
	background:var(--color-light) 
}

body{
font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	color: var(--color-primary-dark);
}
ul li {
    list-style: none;
}
h1,h2,h3{
	font-family: "Oswald", sans-serif;
	    font-size: 36px;
    font-weight: 700;
	color: var(--color-primary);
}
a {
    color: var(--color-gray-light);
    text-decoration: none;
}

/*Header*/
.BookBtn{
	background: var(--color-primary);
	color: var(--color-light);
	font-size: 15px;
	font-weight: 500;
}
header a.nav-link, header ul li{
	font-weight: 600;
	color: var(--color-primary-dark)
}

header a.nav-link:hover{
	color: var(--color-primary)
}

/*Main Banner*/
#MainBanner{
	background: url("../images/mainbanner.jpg") no-repeat center;
	background: cover;
	padding: 100px 20px 180px;
}
#MainBanner h1{
	font-size: 70px;
	font-weight: bold;
	color: var(--color-primary-dark);
	text-transform: uppercase;
	text-align: center;
}
#MainBanner strong{
	font-size: 90px;
	font-weight: bold;
	display: block;
	color: var(--color-primary);
}

/*Form*/
#Forms{
	margin-top: -170px;
	background: url("../images/MCO-Travel-Bg.png") no-repeat center 123px;
}
ul#bookingTabs {
    background: var(--color-light);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: fit-content;
    margin: 0 auto;
    padding: 0 40px;
    z-index: 9;
    position: relative;
    margin-bottom: -40px;
}
#Forms .container {max-width: 1200px;}
#Forms ul li img{
	display: block;
}
#Forms ul li strong{
	color: var(--color-primary-dark);
}
#Forms ul li .active strong{
	color: var(--color-primary);
}
#Forms ul li .active{position: relative;}
.form-control {
    padding: .375rem .75rem 0 1.85rem;
}
#Forms ul li .active:after{content: ''; width: 100%; left: 0; border-bottom: 2px solid var(--color-primary);  position: absolute; bottom: 0;}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{border: 0;}
    .tab-content {
      background-color: #fff;
      padding: 20px;
      border-radius: 10px;
      margin-top: -10px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }
    .form-control::placeholder {
      color: #ccc;
    }
    .nav-tabs .nav-link.active {
      border-color: transparent;
      color: orange;
      font-weight: bold;
    }
    .search-btn {
      background-color: #ff6b35;
      color: white;
      border: none;
		font-weight: 600;
		font-size: 18px;
    }
    .search-btn:hover {
      background-color: #e85c2c;
    }
    .return-date-group {
      display: none;
    }
    .form-label {
		font-size: 14px;
		font-weight: 600;
    }
.FormBtn{
	margin-bottom: -40px;
	
}
.tab-pane form .col-md-2\.5 i {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-40%);
    color: #C8C6C6;
}

.form-check-inline {
    margin-right: 10px; /* Reduce space between radio buttons */
  }
.form-select {
  padding:3px 0 3px 30px; /* or any value you prefer */
}
  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .col-md-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .col-md-2\.5.mb-3 {
	          width: 20%;
	  position: relative;
  }
 .col-md-4\.5.mb-3 {
	          width: 50%;
  }
  .search-btn {
    padding: 10px 30px; /* Adjust button size */
  }
.col-md-4\.5.mb-3.TrvW {
    width: 100%;
	padding: 1.5rem;
}

/*PlanTrip*/
#PlanTrip{
	margin-top: 90px;
	color: var(--color-dark-gray);
}
#PlanTrip .container {
    max-width: 1400px;
}
#PlanTrip .container .row{
	   --bs-gutter-x: 60px;
}
#PlanTrip span{
	text-transform: uppercase;
	color: var(--color-primary);
	font-size: 18px;
	font-weight: 500;
	line-height: 2em
}
#PlanTrip h1{
	color: var(--color-dark-gray);
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 600;
	margin: 4px 0 16px;
}
#PlanTrip img{
	width: 90%;
}
#PlanTrip p{
	line-height: 1.5em;
}

/*About US*/
#AboutUs{
	background: #FFFDEB;
}
#AboutUs h1{
 font-size: 86px;
}
#AboutUs img{
	width: 100%;
}
#ExTW strong{
	background: var(--color-primary-dark);
	color: var(--color-light);
	font-size: 18px;
}
/*Footer*/
footer{
	background: var(--color-primary);
	color: var(--color-light)
}
footer a{
	color: var(--color-light)
}