*{
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
}
*p{
	font-size: 1.1rem;
}
a{
    color: #fff;
    text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #f1f1f1;
	text-shadow: 1px 1px 2px #000, 0 0 2em #f1f1f1, 0 0 1em #fff;
}
h2{
	margin-bottom: 1.5rem;
	margin-top: 2rem;
}
h5{
	font-size: 2rem;
}
h6{
	font-size: 1.2rem;
}
.subscribtion{
	margin-top: 5.5rem;
}
.subscription-mainpage{
	padding-top: 0;
}
.menu-phone{
	display: none;
}
.menu{
	background-color: black;
	position: fixed;
	overflow: hidden;
	top: 0;
	width: 100%;
	z-index: 4;
}
button[type="submit"]{
	background-color: #f1f1f1;
	border-radius: 5px;
	padding: 0.3rem;
	width: 100px;
	border: 2px solid #000;
	color: #000;
}
.navbar{
	display: flex;
	text-align: center;
	margin:0 15.9rem;
}
.header_menu-item{
	list-style-type: none;
}
.header_menu-link{
	text-decoration: none;
	color: #fff;	
}
.header_menu-link_active{
	font-weight: bold;
	text-decoration: none;
}
img{
	width: all;
	height: 500px;
}
.carousel-inner{
	height: 500px;
}
.carousel-caption{
	z-index: 1;
}
.carousel-indicators{
	z-index: 3;
}
.section{
	width: 65%;
	margin-left: 17rem;
	margin-top: 2rem;
}
.cards{
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
	margin-bottom: 4rem;
	height: 520px;
}
.cards2, .cards3{
	display: flex;
	justify-content: space-between;
	margin-bottom: 7rem;
	height: 520px;
}
.card-body{
	background-color: #000;
	color: #f1f1f1;
}
.card-body1{
	background-color: #464649;
	color: #f1f1f1;
	padding: 1rem;
	width: 100%;
	height: 100%;
}
.card-img-top{
	height: 200px;
}
.card-text{
	font-size: 1rem;
}
.btn-primary{
	background-color: #f1f1f1;
	color: #000;
	border: none;
	position: absolute;
    bottom: 1rem;
}
.btn-primary:hover,
.btn-primary_active{
	background-color: #adadad;
}
.footer{
	background-color: #000;
	color: #fff;
	padding-top: 2rem;
}
.footer-main{
	display: flex;
	justify-content: space-around;
	padding-left: 10.5rem;
	width: 100%;
}
.tours{
	width: 300px;
}
hr{
	border: 1px solid #9a9a9a;
}
.divider{
	width: 65%;
}
.footer-bottom{
	margin-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
}
 /*Page Contact*/
 .article{
 	text-align: center;
 	margin: 5.5rem 17rem;
 }
.contact-details{
	display: flex;
	justify-content: space-around;
	margin:3rem 19rem;
}
.phone-nums{
	display: flex;
    flex-flow: column wrap;
}
.fa-phone{
	font-size: 2rem;
	margin-left: 2.5rem;
	margin-bottom: 1.3rem;
}
.top-header_phone{
	color: #000;
	font-size: 1.2rem;
}

.top-header_phone:hover{
	color: #adadad;
}
.fa-envelope{
	font-size: 2.4rem;
	margin-left: 4.3rem;
	margin-bottom: 1rem;
}
.fa-square-instagram{
	font-size: 2.5rem;
	margin-left: 2.2rem;
	margin-bottom: 1rem;
}
.location{
	text-align: center;
	margin: 0 30rem;
	padding-bottom: 4rem;
}
.fa-location-dot{
	font-size: 2rem;
	margin:1rem;
}
.contact-form{
	text-align: center;
	color: #6d6d6d;
	margin: 0 22rem;
}
.contact-form_text{
    text-align: center;
    font-size: 1.2rem;
}
.bold{
	font-weight: bold;
	color: #6d6d6d;
}
.contact{
	margin-left: 28rem;
}
.form-contact{
	display: flex;
	padding-top: 2rem;
}
.message{
	width: 350px;
	height: 200px;
	margin-left: 2rem;
}
textarea{
	width: 289px;
	height: 158px;
	border: 1px solid #cccccc;
}
.btn-dark{
	margin-left: 28rem;
	margin-bottom: 2rem;
}

/*About Page*/
#text-under-img{
 	position: relative;
 }
.text-under-img{
    position: absolute;
    top: 37%;
    text-transform: uppercase;
    color: white;
    width: 350px;
    background: #00000094;
    padding: 20px;
    margin-left: 36rem;
    text-align: center;
    font: 2rem Helvetica, Sans-Serif;
}
.top-img{
	width: 1519px;
	height: 500px;
}
.notice{
	width: 65%;
	margin: 2rem 0 4rem 17rem;
}
.contact-link{
	color: #030c96;
	font-size: 1.2rem;
}
.contact-link:hover{
	color: #6d6d6d;
}
.tours-link{
    color: #030c96;
	font-size: 1.2rem;
	margin-left: 49rem;
	position: relative;
	bottom: 0.5rem;
}
.tours-link:hover{
	color: #6d6d6d;
}
 #notice-img, #notice-img2, #notice-img3{
 	position: relative;
}
.block-notice-img{
	padding-bottom: 5rem;
}
.notice-img{
    position: absolute;
    top: 20%;
    text-transform: uppercase;
    color: white;
    width: 650px;
    background: #00000094;
    padding: 20px;
    margin-left: 27rem;
    text-align: center;
    font: 2rem Helvetica, Sans-Serif;
}
.notice-img2{
    position: absolute;
    top: 20%;
    text-transform: uppercase;
    color: white;
    width: 500px;
    background: #00000094;
    padding: 20px;
    margin-left: 10rem;
    text-align: center;
    font: 2rem Helvetica, Sans-Serif;
}
.notice-img3{
    position: absolute;
    top: 10%;
    text-transform: uppercase;
    color: white;
    width: 450px;
    background: #00000094;
    padding: 20px;
    margin-left: 8rem;
    text-align: center;
    font: 2rem Helvetica, Sans-Serif;
}
.sector-img{
	width: 1400px;
	height: 390px;
	margin-left: 4rem;
}
.sector-img2{
    width: 700px;
    height: 410px;
    margin-left: 4rem;
}
.sector-img3{
    width: 699px;
    height: 410px;
}
.block-notice-img{
	display: flex;
	margin-bottom: 1rem;
}

/*Info*/
.main-info{
	width: 65%;
	margin-left: 17rem;
	margin-top: 2rem;
	padding: 2rem 0;
	margin-bottom: 1rem;
}
.infoblock1, .infoblock2, .infoblock3, .infoblock4, .infoblock5{
	padding-bottom: 1rem;
}

/*Tours by region*/
.block-cards{
	width: 65%;
	margin-left: 17rem;
}

/*California Tours*/

.img-cards{
	width: 100%;
	height: 100%;
}
.card-title{
	font-size: 1.5rem;
}

/*Modal*/
.modal, .modal2, .modal3{
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}
.modal_active, .modal2_active, .modal3_active {
	display: block;
}
.modal-content{
	background-color: #464649;
	color: #fff;
	width: 45%;
	height: 560px;
	overflow: auto;
	padding: 2rem;
	border: 1px solid #ccc;
	margin: 5% auto;
}
.modal-close, .modal2-close, .modal3-close{
	position: fixed;
	font-size: 2rem;
	font-weight: 1rem;
	float: right;
	margin-left: 37rem;
	color: #d6d6d6;
	margin-top: -1rem;
}
.modal-close:hover,
.modal-close.active,
.modal2-close:hover,
.modal2-close.active,
.modal3-close:hover,
.modal3-close.active{
	text-decoration: none;
    color: #000;
    cursor: pointer;
}
.btn-modal:hover,
.btn-modal.active{
	background-color: #adadad;
	color: #f1f1f1;
	text-shadow: 1px 1px 2px #000, 0 0 2em #f1f1f1, 0 0 1em #fff;
}
.header-modal{
	color: #fff;
	text-align: center;
	margin-bottom: 1rem;
}
button[type="modal"], button[type="modal2"], button[type="modal3"] {
    background-color: #f1f1f1;
    color: #000;
    border: none;
    border-radius: 5px;
    left: 30rem;
    padding: 0.25rem;
    position: relative;
}	
button[type="modal"]:hover,
button[type="modal"].active, 
button[type="modal2"]:hover,
button[type="modal2"].active,
button[type="modal3"]:hover,
button[type="modal3"].active{
	background-color: #adadad;
	color: #f1f1f1;
	text-shadow: 1px 1px 2px #000, 0 0 2em #f1f1f1, 0 0 1em #fff;
}
.btn-modal{
	background-color: #f1f1f1;
    color: #000;
    border: none;
    border-radius: 5px;
    position: relative;
    width: 150px;
    padding: 0.25rem;
    margin-top: 1rem;
}

/*Booking form*/
.form-filling{
	width: 50%;
	margin-left: 24rem;
	padding: 2rem;
	margin-bottom: 2.5rem;
}
.btn-booking:hover,
.btn-booking_active{
	background-color: #000;
	color: #fff;
}
.title{
	text-align: center;
	padding-top: 4rem;
}
.under-title{
	text-align: center;
	margin-bottom: 2rem;
}


@media (max-width: 1199.98px) {
	html{
		width: 1400px;
	}
	.footer-main{
		padding-left: 2rem;
	}
	.form-contact{
		margin-left: -44px;
	}
	.card{
		margin:1rem;
	}
	.card-body{
		margin-bottom: -3rem;
	}
	.btn-primary{
		bottom: -2rem;
	}
	.tours-link{
		margin-left: 43rem;
	}	
	button[type="modal"], button[type="modal2"], button[type="modal3"]{
		left: 25rem;
	}
	.notice-img3{
		top: 10%;
	}
    .btn-dark{
        margin-left: 25rem;
    }
}
@media (max-width: 991.98px) {
	a{
		font-size: 1.4rem;
	}
	h2{
		font-size: 2.5rem;
	}
	h6{
		font-size: 1.5rem;
	}
	p, b, ins, .colortext{
		font-size: 1.3rem;
	}
	.header_menu-link{
		font-size: 1.3rem;
	}
	.tours-link{
		font-size: 1.3rem;
	}
	.footer-main{
		padding-left: 2rem;
	}
	.form-contact{
		margin-left: -44px;
	}
	.cards{
		margin-top: 1rem;
	}
	.cards1{
		margin-left: -2rem;
	}
	.cards2{
		margin: 8rem 0;
	}
	.card-body{
		margin-bottom: -7.5rem;
	}
    .card-title{
		font-size: 1.7rem;
	}
	.card-text{
		font-size: 1.2rem;
	}
	.btn-primary{
		bottom: -6.8rem;
		font-size: 1.2rem;
		padding: 0.3rem;
	}
	button[type="modal"], button[type="modal2"], button[type="modal3"]{
		font-size: 1.3rem;
		left: 23.5rem;
	}
    .top-img{
    	width: 100%;
    }
    .text-under-img{
    	margin-left: 33rem;
    }
    .sector-img{
    	width: 1271px;
    	margin-left: 4.5rem;
    }
    .sector-img2{
    	width: 635px;
    	margin-left: 4.5rem;
    }
    .sector-img3{
    	width: 636px;
    }
    .notice-img{
    	width: 800px;
    	margin-left: 19.5rem;
    	top: 10%;
    }
    .notice-img2{
    	top: 11%;
    	margin-left: 8.7rem;
    }
    .notice-img3{
    	width: 600px;
    	top: 4%;
    	margin-left: 1rem;
    }
    .top-header_phone{
    	font-size: 1.4rem;
    }
    .fa-envelope{
    	margin-left: 6rem;
    }
    .fa-square-instagram{
    	margin-left: 3rem;
    }
    .form-control{
    	font-size: 1.5rem;
    }
    textarea{
    	width: 289px;
    	height: 280px;
    }
    label, .btn-dark, .sms{
    	font-size: 1.4rem;
    }
    .modal-content{
    	width: 50%;
    }
    .modal-close, .modal2-close, .modal3-close{
    	font-size: 3rem;
    	margin-left: 38rem;
    }
    .btn-modal{
    	font-size: 1.4rem;
    } 
}

@media (max-width: 767.98px) {
	a{
		font-size: 1.6rem;
	}
	h2{
		font-size: 2.8rem;
	}
	h4{
		font-size: 2rem;
		text-align: center;
	}
	h5{
		font-size: 3rem;
	}
	h6{
		font-size: 2rem;
	}
	p, b, ins, .colortext{
		font-size: 1.8rem;
	}
	.header_menu-link, .contact-link{
		font-size: 2rem;
	}
	.tours-link{
		font-size: 2rem;
	}
	.p-carousel{
		display: none;
	}
	.text-under-img{
		font-size: 3rem;
	}
	.notice-img {
        width: 1271px;
        height: 100%;
        margin-left: 73px;
        top: 0;
    }
    .notice-img2 {
        top: 0%;
        margin-left: 4.6rem;
        width: 648px;
        height: 410px;
    }
    .notice-img3{
        width: 636px;
        top: 0;
        margin-left: 0rem;
        height: 410px;
    }
    .card-title{
    	font-size: 2.3rem;
    	text-align: center;
    }
    .card-text{
    	display: none;
    }
    .btn-primary{
    	font-size: 2rem;
    	margin-bottom: 9rem;
    }
    .card-body {
        margin-bottom:0;
    }
    .cards{
    	margin-bottom: 0;
    	height: 460px;
    }
    .cards2{
    	margin: 0;
    	height: 490px;
    }
    .article{
    	margin: 7.5rem 17rem;
    }
     .top-header_phone{
    	font-size: 1.8rem;
    }
    .fa-phone{
    	margin-left: 6rem;
    }
    .fa-envelope{
    	margin-left: 8.5rem;
    }
    .fa-square-instagram{
    	margin-left: 4.5rem;
    }
    .form-control{
    	font-size: 2rem;
    }
    textarea{
    	width: 300px;
    	height: 340px;
    }
    label, .btn-dark, .sms{
    	font-size: 2rem;
    }
    .form-contact {
        margin-left: -104px;
    }
    .btn-dark{
    	font-size: 2rem;
    	margin-left: 22rem;
    }
    button[type="submit"]{
    	width: 134px;
    }
    .form-text{
    	font-size: 1.4rem;
    }
    .tours-link{
    	margin-left: 35rem;
    }
    button[type="modal"], button[type="modal2"], button[type="modal3"]{
		left: 35rem;
		font-size: 2rem;
	}
    .modal-content {
        width: 70%;
        height: 750px;
        top: 10%;
    }
    .modal-close, .modal2-close, .modal3-close{
    	font-size: 4rem;
    	margin-left: 54rem;
    }
    .btn-modal{
    	font-size: 2rem;
    	width: 238px;
    } 
    .img-cards1{
    	height: 700px;
    	width: 100%;
    }
    .h4-info{
    	font-size: 1.8rem;
    }
    label{
    	font-size: 2.5rem;
    }
    .custom-select{
    	font-size: 2.5rem;
    }
    .form-check-input{
    	width: 40px;
    	height: 40px;
    	margin-top: 2.3rem;
    }
    .form-check-label{
    	font-size: 2rem;
    	color: darkslateblue;
    	padding: 2rem;
    }
    .btn-booking{
    	font-size: 2.5rem;
    }
    button[type="submit"] {
    width: 280px;
    }
}
@media (max-width: 575.98px) {
	p, a, h6{
		font-size: 2.5rem;
	}
	h2{
		font-size: 5rem;
	}
	h3, h4{
		font-size: 4rem;
	}
	h6, b{
		font-size: 3rem;
	}
	.menu{
		display: none;
	}
	.header-phone {
	    display: flex;
	    justify-content: left;
	    background-color: #000;
	    height: 140px;
	    width: 100%;
	    position: fixed;
	    top: 0;
	    z-index: 4;
    }
    .menu-btn {
	    width: 230px;
	    height: 120px;
	    position: relative;
	    z-index:4;
	    overflow: hidden;
    }
    .menu-btn span {
	    width: 120px;
	    height: 10px;
	    position: absolute;
	    margin-left: 8rem;
	    margin-top: 1.5rem;
	    transform: translate(-50%, -50%);
	    background-color: #fff;
	    transition: all 0.5s;
    }
    .menu-btn span:nth-of-type(2) {
	    top: calc(50% - 20px);
    }
    .menu-btn span:nth-of-type(3) {
	    top: calc(50% + 20px);
    }
    .menu-phone {
    	display: block;
	    position: fixed;
	    top: 120px;
	    left: -1rem;
	    width: 430px;
	    height: 440px;
	    padding: 15px;
        background: #000;
	    transform: translateX(-100%);
	    transition: transform 0.5s; 
	    box-shadow: 0 0 10px 2px;
    }
    .menu-phone.active {
	    transform: translateX(0);
    }
    .menu li {
	    list-style-type: none;
    }
    .header_menu-link{
    	font-size: 5rem;
    }
	.carousel-inner{
		display: none;
	}
    .navbar{
	   display: flex;
	   flex-direction: column;
	   margin-bottom: 1rem;
    }
    .header_menu-link{
	   font-size: 3rem;
    }
    .services{
    	display: flex;
    	flex-direction: column;
    	text-align: center;
    }
    .follow{
    	text-align: center;
    }
    .tours{
    	display: none;
    }
    .footer{
    	font-size: 2rem;
    }
    .subscribtion{
    	margin-top: 11rem;
    }
    .subscription-mainpage{
    	margin-top: 11rem;
    }
    button[type="modal"], button[type="modal2"], button[type="modal3"]{
    	font-size: 3rem;
    	margin-left: -7rem;
    }
    .modal-content {
        width: 70%;
        height: 65rem;
        top: 10%;
    }
    .modal-close, .modal2-close, .modal3-close{
    	font-size: 5rem;
    	margin-left: 54rem;
    }
    .btn-modal{
    	font-size: 3rem;
    	width: 350px;
    } 
    .tours-link{
    	font-size: 3rem;
    	margin-left: 25rem;
    }
    .cards, .cards2{
    	flex-direction: column;
    	height: auto;
    	margin-left: 7rem;
    }
    .card-img-top, .card-body{
    	width: 700px;
    	height: auto;
    }
    .card-body{
    	margin-bottom: 2rem;
    	height: 18rem;
    	padding: 2rem;
    }
    .card-title{
    	font-size: 4rem;
    }
    .btn-primary{
    	font-size: 3rem;
    	margin-bottom: 10rem;
    }
    .main-tours{
    	margin-top: 12rem;
    }
    .top-img, .text-under-img {
    	display: none;
    }
    .main-info{
    	margin-top: 9rem;
    }
    .h4-info{
    	font-size: 2.5rem;
    }
    ins{
    	font-size: 3rem;
    }
    .contact-link{
    	font-size: 3rem;
    	text-decoration: underline;
    }
    .notice{
    	padding-top: 9rem;
    }
    .notice2{
    	display: flex;
    	flex-direction: column;
    }
    .block-notice-img{
    	flex-direction: column;
    }
    .notice-img, .sector-img, .notice-img2, .sector-img2, .notice-img3, .sector-img3 {
        width: 1150px;
        margin-left: 8rem;
        height: 580px;
    }
    .article{
    	margin-top: 11rem;
    }
    .contact-details{
    	display: flex;
    	flex-direction: column;
    	text-align: center;
    }
    .top-header_phone {
    font-size: 3rem;
    }
    .fa-phone, .fa-envelope, .fa-square-instagram {
    	font-size: 4rem;
    	margin-left: 2rem;
    	padding: 2rem;
    }
    .fa-location-dot{
    	font-size: 5rem;
    	margin-left: 2rem;
    }
    .form-contact{
    	display: flex;
    	flex-direction: column;
    }
    .form-control{
    	font-size: 3rem;
    }
    textarea{
    	width: 808px;
    	height: 340px;
    }
    label, .btn-dark, .sms{
    	font-size: 3rem;
    }
    .form-contact {
        margin-left: -7rem;
        width: 90%;
    }
    .btn-dark{
    	font-size: 3rem;
    	margin-top: 2rem;
        margin-left: 21rem;
    }
    .form-text{
    	font-size: 2.3rem;
    }
    .message{
    	height: auto;
    	margin-left: 28rem;
    }
    button[type="submit"] {
        width: 205px;
    }
    .wrapper{
    	margin-top: 5rem;
    }
    .custom-select{
    	font-size: 3rem;
    }
    .btn-booking{
    	font-size: 3rem;
    }
    button[type="submit"] {
    width: 280px;
    }
}
