/*!
 * Start Bootstrap - Shop Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
:root{
    --bluecolor: #00074f;
    
}
@font-face {
	font-family: bikham;
	src: url(../fonts/bickham.ttf);
}
@font-face {
	font-family: arial;
	src: url(../fonts/arial.ttf);
}
@font-face {
	font-family: times;
	src: url(../fonts/times.ttf);
}
* {
	font-family: arial;
}
body, html {
	padding: 0px;
	margin: 0px;
}
body{
	background: url(../images/bg.png) no-repeat;
	background-position: top;
	background-size: 100% 100%;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.upper {
	text-transform: uppercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.m-0 {
	margin: 0px !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mt-5{
	margin-top: 20px;
}
.mb-5{
	margin-bottom: 20px;
}
a {
	text-decoration: none;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
.center {
	width: 98%;
	margin: auto;
	position: relative;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.bold {
	font-weight: bold;
}
.container {
	width: 70%;
	margin: auto;
	position: relative;
}
.innerContainer {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;/*left: 50%;
	transform: translateX(-50%);
	margin: 0px 0px 20px 0px;
	overflow: hidden;*/
	
}
.center{
    width: 98%;
    margin: auto;
}
header, section, footer, .row {
	width: 100%;
	float: left;
	position: relative;
}
section{
    margin-bottom: 20px;
}
.half {
	width: 50%;
}

.magic-display {
	opacity: 0;
}
.whiteSpace {
	height: 10px;
}
header{
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}
.logo {
    width: 58%;
    a{
        display: flex;
        align-items: center;
        div{ 
            font-size: clamp(2rem, 3.8vw, 5rem);
            color: #5f2b19;
            font-family: bikham;
            line-height: 0;
        }
    }
}
.logo img {
	width: 70px;
}
.headerContacts{
	width: 40%;
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contacts{
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.contactItems {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0px 10px 0px;
    span{
        text-align: left;
        font-size: 12px;
        display: block;
    }
    img{
            width: 22px;
            vertical-align: middle;
        }
        a{
            color: #3a3a3a;
            transition: all ease 0.2s;
        }
        a:hover{
            font-weight: bold;
        }
}
.cars{
	text-align: left;
	img{
		width: 80%;
        left: 0px;
        bottom: -2px;
        position: absolute;
	}
}
.navSec {
}
.nav {
    text-align: center;	
}
.nav ul {
	list-style: none;
	text-align: center;
	display: inline-block;
	position: relative;
}
.nav ul::after
{
content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 1px;
      background-image: linear-gradient(
        to right,
        transparent,
        #5f2b19 10%,
        #5f2b19 90%,
        transparent
      );
      background-repeat: no-repeat;
      background-size: 100% 100%;
      }
.nav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0px 15px 0px 15px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}
.nav ul li a {
	color: #5f2b19;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0px;
	position: relative;
	letter-spacing: 1px;
	transition: all .5s ease;
	font-family: times;
}
.nav ul li a:hover {
	font-weight: bold;
}
.nav ul li .active {
	font-weight: bold;
}
/***slider***************/
.sliderSec{
	overflow: hidden;
}
.slider {
      width: 100%;
      height: 250px;
     img {
      position: absolute;
      display: none;
      height: 100%;
      width: 100%;
    }
}
    .slider img.show { 
      display: inline;
    }

@media only screen and (max-width:1300px)
{
}

/****slider**************/
.active {
}

.contentSection {
	
	border: 2px solid #5f2b19;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 15px;
	
}

.content {
    ul{
        margin-left: 25px;
}
    li{
        font-size: 14px;
        color: #3a3a3a;
    }
    li::marker {
        color: #5f2b19;
        font-size: 18px;
    }
}
.content{
	height: 95%;
}
.content p {
	width: 100%;
	float: left;
	position: relative;
	font-size: 14px;
	color: #3a3a3a;
}
.bookBtn{
	    display: inline;
		font-family: bikham;
		font-size: 50px;
    	font-weight: 400;
		color: #fff;
		text-align: center;
        background: #5f2b19;
        border-radius: 7px;
        border: none;
        height: 70px;
        line-height: 1;
        padding: 18px 30px 0px 15px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
    transition: all ease 0.5s;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	}
	.bookBtn:hover{
	   
	    animation: none;
	    transform: scale(1.03);
	    border: 1px solid #5f2b19;
	    border-radius: 7px;
	    color: #5f2b19;
	    background: #fff;
	}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


.formSec{
    
    .form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    /*
    border: 2px solid #5f2b19;
	border-radius: 8px;
	box-sizing: border-box;
	*/

    
    }
    

.form-group {
      display: flex;
      margin-bottom: 15px;
    width: 47%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    }

    .form-group label {
      flex-basis: 40%;
		font-size: 12px;
		color: #3a3a3a;
		text-align: left;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
      flex-basis: 58%;
      padding: 0px 0px 0px 5px;
      border: 1px solid #5f2b19;
      border-radius: 4px;
      font-size: 12px;
      height: 20px;
      line-height: 20px;
    }
    .form-group select{
        flex-basis: 60%;
    }
span.error {
    color: #F30307;
    font-size: 12px;
    flex-basis: 100%;
    text-align: right;
}
    .form-group textarea {
      resize: vertical;
      height: 70px;
    }
.captcha img{
	border: 1px solid #5f2b19;
}
    .form-group.captcha {
      align-items: flex-start;
    }

    .submit-btn {
      text-align: center;
    }

    .submit-btn button {
      padding: 10px 20px;
      font-size: 16px;
      background-color: #5f2b19;
      color: white;
      border: none;
      border-radius: 4px;
      cursor: pointer;
		transition: all ease 0.3s;
    }

    .submit-btn button:hover {
      background-color: #fff;
		color: #5f2b19;
		border: 1px solid #5f2b19;
		border-radius: 4px;
    }
}
.fullMsg{
    width: 100% !important;
    label{
        flex-basis: 19% !important;
    }
    textarea{
        flex-basis: 80% !important;
        height: 70px !important;
    }
}

.captchaFieldBox{
    span{
        flex-basis: 100%;
        display: block !important;
        margin-bottom: 2px;
    img{
        float: right;
        border: 1px solid #5f2b19;
    }
    
    }
}
@media only screen and (min-width:1300px)
{
    .formSec{
        .form-group label {
           font-size: 14px; 
        }
            .form-group select {
        flex-basis: 59%;
    }
    }
}
footer {
   
}

.footerNav {
	
}
.footerNav ul {
	list-style: none;
	text-align: center;
  background-image: -moz-linear-gradient( 0deg, rgb(223,205,171) 0%, rgb(95,43,25) 44%, rgb(223,205,171) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(223,205,171) 0%, rgb(95,43,25) 44%, rgb(223,205,171) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(223,205,171) 0%, rgb(95,43,25) 44%, rgb(223,205,171) 100%);
  border: 1px solid #fff;
  
}
.footerNav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0px 15px 0px 15px;
	line-height: 30px;
}
.footerNav ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px;
	position: relative;
	letter-spacing: 1px;
	transition: all .5s ease;
	font-family: times;
}
.footerNav ul li a.active {
	font-weight: bold;
}
.footerNav ul li a:hover {
	font-weight: bold;
}
.rights p {
	color: #3a3a3a;
	font-size: 14px;
}
.rights a {
	color: #5f2b19;
	font-weight: bold;
}

/*****responsive*****/
@media only screen and (max-width:1200px) {
}

@media only screen and (max-width:1024px) {
    body {
  padding-top: env(safe-area-inset-top);
}
.container{
    width: 95%;
    
}
.innerContainer {
	max-width: 100%;
}
header{
    
}
.contacts{
   gap: 20px;
}
.contentSection{
    flex-direction: column;
    width: 100%;
}
.contentSec, .formSec{
    width: 100%;
}
.logo{
    width: 48%;
}
.headerContacts{
    width: 48%;
    
}
}

@media only screen and (max-width:645px) {
header{
    flex-direction: column;
    align-items: center;
}
.logo, .headerContacts{
    width: 100%;
}
.logo {
    a {
        justify-content: space-around;
    }
}
.contacts{
    
}
.cars{
    text-align: center;
    img{
        position: relative;
        left: unset;
        bottom: unset;
    }
}
.contentSection{
	margin-top:-5px;
}
.nav {
	width: 100%;
	margin: 0px;
	z-index: 9999;
	float: left;
	position: relative;
	background: none;
}
.nav p {
	width: 100%;
	padding-right: 0px;
	text-align: center;
	text-stroke: 1px #fff;
	-webkit-text-stroke: 1px #fff;
	margin: 10px auto 10px auto;
}
#menu {
	display: block !important;
	width: 35px;
	height: 28px;
	top: 19px;
	right: 10px;
	position: absolute;
	border-radius: 2px;
	cursor: pointer;
	z-index: 99999999;
	border: 1px solid #cdd1da;
}
#nav {
	display: none;
	width: 100%;
	float: none;
	top: -29vh;
	left: 0px;
	position: absolute;
	background: #5f2b19;
	z-index: 9999;
	padding: 0px;
}
.nav ul li {
	width: 100%;
	text-align: center;
	border: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	line-height: 40px;
	height: 40px;
}
.nav ul li .active {
}
.nav ul li a {
	font-size: 16px;
	color: #fff;
	padding: 0px 0px 0px 0px;
	opacity: 1 !important;
	position: relative !important;
	left: unset !important;
	bottom: unset !important;
	top: unset !important;
}
.navBtn {
	margin: 10px 0px 5px 0px;
	width: 100%;
}
.formSec {
    .form-group {
        width: 100%;
    }
        .form-group label {
            flex-basis: 36%;
        }
        .form-group select {
        flex-basis: 58%;
    }
    .form-group input, .form-group select, .form-group textarea, .form-group label {
        flex-basis: 100%;
        
    }
}
.fullMsg {
    label {
        flex-basis: 100% !important;
    }
        textarea {
            flex-basis: 100% !important;
        }
}
.slider{
    height: auto;
    min-height: 100px;
}
.footerNav {
	}
.footerNav ul li a {
	font-size: 10px;
}
.rights p {
	margin-top: 0px;
	font-size: 14px;
	line-height: 25px;
}
.rights p > a {
	font-size: 14px;
	background: #fff;
	padding: 2px;
}
}
