body {
	font-family: 'Ubuntu', sans-serif;
	padding: 0;
	margin: 0;
	color: #000000;
	font-size: 13px;
}
div, p, input, header, a, form {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h2 {
	font-size: 38px;
	margin-left: 0px;
	margin-bottom: 47px;
	color: #543024;
}

h3 {
	font-size: 19px;
	color: #543024;
}
p {
	padding: 0;
	margin: 0;
}

ul,li {
	display: block;
	padding: 0;
	margin: 0;
}
section {
	padding-top: 49px;
	padding-bottom: 49px;
}

.btn {
	background: #FF7D34;
	border-radius: 69px;
	color: #fff;
	width: 209px;
	padding: 15px 0px;
	padding: 15px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	display: block;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	border: none;
	cursor: pointer;

}
#myModal {
  width: 300px; height: 250px;
  padding: 30px 30px;
  border-radius: 4px;
  background: #fafafa;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  margin: auto;
  display: none;
  opacity: 0;
  z-index: 38;
  text-align: center;
}
#myModal .btn{
margin: 0 auto;
}

#myModal input {
	border: 1px solid rgba(39, 52, 86, 0.26);
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	display: block;
	width: 100%;
	padding: 10px 14px;
	margin-bottom: 8px;
	color: rgba(39, 52, 86, 0.56);
}
#myModal #myModal__close {
  width: 21px; height: 21px;
  position: absolute;
  font-size: 29px;
  top: 1px; right: 11px;
  cursor: pointer;
  display: block;
}

#myOverlay {
  z-index: 37;
  position: fixed;
  background: rgba(0,0,0,.7);
  width: 100%; height: 100%;
  top: 0; left: 0;
  cursor: pointer;
  display: none;
}

.btn:hover {
	background: #E96A23;
}
.arrow {
	display: block;
	height: 15px;
	width: 15px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	transform: rotate(45deg);
	margin: 180px auto 0;

}
.arrow:hover {
	border-right: 1px solid #FAC9A5;
	border-bottom: 1px solid #FAC9A5;
}
.btn-ghost {
font-weight: bold;
font-size: 17px;
text-align: center;
color: #FF7D34;
border: 1px solid #FF7D34;
border-radius: 69px;
width: 250px;
padding: 15px 0px;
display: block;
text-align: center;
text-decoration: none;
}
.btn-ghost:hover {
	background: #FF7D34;
	color: #fff;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.header {
	background: url('../img/header_ph.jpg') no-repeat center top / cover;
	color: #fff;
	padding-top: 43px;
	padding-bottom: 75.5px;
}
.header a {
	text-decoration: none;
	color: #fff;
}
.nav {
	display: flex;
	align-items: center;
}
.logo {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.055em;
	display: block;
	width: 140px;
	padding-left: 32px;
	background: url('../img/logo.svg') no-repeat left center/contain;
	margin-right: auto;
}
.menu {
	display: flex;
	font-size: 15px;
}
.menu li:not(:last-child) {
	margin-right: 48px;
}
.menu a:hover {
border-bottom: 1px solid rgba(255, 252, 252, 0.3);
box-shadow: 0px 0px 1px rgba(253, 249, 249, 0.01);
cursor: pointer;
}
.india {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	font-size: 14px;
}

.india span {
	font-size: 12px;
}


.call {
	display: flex;
	font-weight: bold;
	font-size: 14px;
	align-items: center;
}

.call-btn  {
	border: 1px solid #FFFFFF;
	border-radius: 100px;
	display: block;
	width: 180px;
	padding: 11px 0px;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	margin-right: 27px;
	margin-left: 53px;
	cursor: pointer;
}
.call-btn:hover {
	background: #fff;
	color: #31535B;
}
.menu-btn img {
	display: block;
	margin-left: 110px;
	width: 30px;
	display: none;
}
.menu-wrapper ul{
	display: none;
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	width: 180px;
	padding: 11px 0px;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
}
.menu-wrapper a {
	flex-wrap: wrap;
	padding-top: 3px;
	margin: 5px 0 auto;
	font-size: 12px;
}

.offer {
	margin-top: 193px;
	text-align: center;
	margin-bottom: 184;
	
}

.offer h1 {
	font-size: 50px;
	margin-bottom: 18px;
}

.offer p {
	width: 468px;
	margin: 0 auto;
	margin-bottom: 25px;
	font-size: 17px;
	line-height:1.45em;
}

.offer .btn {
	margin: 0 auto;
}

.destinations {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; 
}
.destinations-hidden {
	display: none;
	margin-top: 31px;
}
.destinations-visible {
	display: flex;

}
.destinations p {
	font-size: 13px;
}

.destinations-item {
	width: 49%;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	transition: all 0.5s ease;
	margin-bottom: 31px;
	cursor:pointer;
}
.destinations-item:nth-child(3) {
	margin-bottom: 0; 
}
.destinations-item:nth-child(4) {
	margin-bottom: 0; 
}
	
.destinations-item img {
	display: block;
	border-radius: 15px 0 0 15px;
}
.destinations-item:hover {
	box-shadow: 0px 7px 20px rgba(32, 40, 69, 0.25);
}
.destinations li {
	display: flex;
}
.destinations-content {
padding: 30px 28px 5px 30px;
}

.destinations-details span {
	background: #EE3C5C;
	border-radius: 30px;
	padding: 3px 13px;
	font-size: 13px;
	color: #ffffff;
	margin-right: 7.7px;
}

.destination-item img {
	 border-radius: 15px 0 0 15px;
	 width: 50%;	
}
.destination-date {
	color:  #EE3C5C;
	font-size: 13px;
}
.destinations-item h3 {
	margin-top: 18px;
	margin-bottom: 12px;
}
.destinations-details{
 	display: flex;
  	flex-direction: row;
  	align-items: center;	
   
}
.btn-routes{
	font-size: 17px;
	background: 69px;
	margin-top: 31px;
}
.about-content img {
	display: block;
	border-radius: 15px;
	background: url(helena-lopes-PGnqT0rXWLs-unsplash);
	
}
.about-text {
	width: 572px;
}

.about-text p {
	line-height:1.4;
	margin-bottom: 25px;
}

.about-content {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.about-content h3 {
	margin-bottom: 25px;

} 
.about-text p:last-child{
	margin-bottom: 0px;
}
.form {
	box-shadow: 0px 17px 50px rgba(32, 40, 69, 0.14);
	border-radius: 20px;
	width: 601px;
	font-size: 19px;
	padding: 58px 64px 97px;
	margin: 0;
}
.form h3 {
	width: 367px;
	margin: 0 auto 45px 0;
}
.form input {
	border: 1px solid rgba(39, 52, 86, 0.26);
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	display: block;
	width: 100%;
	padding: 19px 26px;
	margin-bottom: 15px;
	color: rgba(39, 52, 86, 0.56);
}
.form .btn {
	width: 70%;
	padding: 22px auto;

} 
.footer {
	padding: 116px 0 119px;
}	
.footer-text {
	font-family: Ubuntu;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: rgba(114, 52, 26, 0.6);
	text-align: center;
	
}
.field {
	display: flex;
	align-items: center
}

.phone {
	display: block;
	text-align: center; 
	margin: 0 auto;
}

.phone p {
	font-size: 20px;
	font-weight: bold;
	color: rgba(114, 52, 26, 0.89);
	margin-top: 23px;
	font-size: 20px;
	font-family: Ubuntu;
}

@media screen and (max-width: 1200px) {
	section {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.container {
		width: 960px;
	}
	.menu {
		display: none;
	}
	.india {
	display: none;	
	}
	.menu-btn img {
		display: block;
	}
	.destinations-item img {
		width: 35%;
	}
	.destinations-item  {
    	width: 100%;
    }
    .destinations-item:nth-child(3) {
	margin-bottom: 31px; 
	}
	.about-content {
		flex-wrap: wrap;
	}
	.about-content img {
		width: 80%;
		margin: 0 auto;
	}
	.about-text {
		margin: 0 auto 42px ;
	}
	.about-text p {
		text-align: center;
	}
	.about-text h3 {
		text-align: center;
	}
	.btn-routes {
		margin: 31px auto 0;
	}
	.container  h2 {
		text-align: center;
		padding-top: 40px;
	}
	.phone {
		display: none;
	}
	 .form  h3{
		text-align: center;
		margin: 0 auto;
		margin-bottom: 45px;
	}
	 .form {
		padding: 0 auto;

	}
	.form input {
		width: 100%;
	}
    .form {
    	margin: 0 auto; 	

    }  
    .form .btn  {
    	width: 100%;
    }
	.footer {
		padding: 108px 0 110px;
	}
}


@media screen and (max-width: 992px) {
	.container {
		width: 720px;
	}
}


@media screen and (max-width: 768px) {
	.container {
		width: 540px;
	}
	.menu-btn img {
		margin-left: 20px;
	}
	.call {
		display: none;
	}
	.menu-btn {
		margin-left: auto;
	}
	.menu-btn img {
		margin-left: 0;
	}

	.logo {
		margin-right: 20px;
	}
	.offer h1 {
		line-height: 1.1em;
    	margin-bottom: 20px;
	}
	.about-content img {
		width: 100%;
	}
	.about-text {
	    width: 100%;
	}
	.form {
		max-width: 100%;
	}

}
@media screen and (max-width: 576px) {
	
	.container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	section {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.destinations li  {
    	flex-wrap: wrap;
    }
    .destinations-details span{
    	font-size: 11px;
    }
    .destinations-details p {
    	font-size:11px;
    }
    .destinations-item img {
	border-radius: 15px 15px 0 0 ;
	width: 100%;
	}
	.offer h1 {
		font-size: 30px;
	}
	.offer p {
		width: 100%;
		font-size: 16px;
	}

	.offer {
		margin-top: 103px;
	}

	.header {
		padding-bottom: 38px;
	}
	section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.btn-routes {
		margin: 18px auto 0;
    	width: 100%;
	}

	h2 {
		font-size: 20px;
		margin-bottom: 35px;
	}
	
	h3 {
		font-size: 18px;
	}

	.form {
		max-width: 100%;
	}
	.form {
		padding: 42px 31px 65px;
	}
	.form h3 {
		width: 100%;
	}
	.form input {
		height: 51px;
		font-size: 13px;
	}

	.footer {
	padding: 85px 0 87px;
}	
	.arrow {
		margin-top: 152px;
	}
}






	
	










	
	
	
	
	







