@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: 400;
    src: url(YekanBakh.woff) format("woff"), url(YekanBakh.ttf) format("truetype")
}


body {
background-image:url('bg.jpg');
    margin: 0;
    direction: rtl;
}

body,
input,
textarea,
select ,label,button{
    font-family: yekan !important;

}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

/* .owl-item.active > div:after {
  content: 'active';
}
.owl-item.center > div:after {
  content: 'center';
} */
.owl-item img {
    height: 270px;
    object-fit: cover;
    transition: all 0.5s;
    object-position: top;
    object-fit: scale-down;
}

.owl-item.active.center img {
    height: 440px;
    object-fit: cover;
    transition: all 0.5s;
	position:relative;
}
.owl-carousel.owl-rtl {
    position: relative;
    top: -10px;
}
.owl-item>div:after {
    font-family: sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.boxing {
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    top: 50px;
    left: -390px;
    text-align: right;
    width: 380px;
}

.owl-item.active.center .boxing {
    opacity: 1;
    transition: all 0.5s;
}

.item {
    height: 600px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
	    justify-content: space-evenly;
}

.boxing h2 {
    margin-bottom: 0px;
}

.container {
    max-width: 85%;
    margin: 0 auto;
    clear: both;
}

/* Feel free to change duration  */
.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index: 1
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index: 0
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.elsdas {
    opacity: 0.1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9;
    background: #000000;
}

.top {
    z-index: 999;
    position: relative;
}

.link {
    float: left;
    overflow: hidden;
}

.link img {
    max-width: 40px;
    transition: all 0.5s;
    cursor: pointer;
}

.open-link .img-link {
    transform: rotate(44deg);
    transition: all 0.5s;
}

.control-box {
    position: fixed;
    width: 85%;
    margin-right: 7%;
    bottom: 50px;
    z-index: 99;
}
.owl-carousel.owl-rtl {
    position: relative;
    top: -100px;
}
.logo {
   max-width: 250px;
    float: right;
    position: relative;
    top: 20px;
    margin-bottom: -110px;
}
.logo img{
	max-width: 130px;
	    margin-bottom: 45px;
}
.logo h1 {
	    font-weight: bold;
    margin: 0px;
	    white-space: nowrap;
}

.link-group {

    overflow: hidden;
    transition: all 0.5s;
    /* height: 0px; */
    position: absolute;
    top: 0px;
    left: -120px;
    opacity: 0;
}

.open-link .link-group {
    width: auto !important;
    transition: all 0.5s;
    opacity: 1;
    left: 56px;
}

.link-group img {

    width: 25px;
    margin: 5px 10px;
}

.menu-left {
    position: fixed;
    top: 150px;
    left: 50px;
    z-index: 99999;
}

.menu-left ul {
    list-style: none;
    text-align: left;
}

.menu-left ul li {
    margin: 10px 0px;
}

.menu-left ul li:hover a {
    padding-left: 10px;
    transition: all 0.5s;
}

.menu-left ul a {
    color: #011d38;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.5s;
}

.w-70 {
    width: 69%;
}

.w-30 {
    width: 29%;
}

.w-40 {
    width: 39%;
}

.w-50 {
    width: 49%;
}

.d-inline-block {
    display: inline-block;
}

.forming {
    top: 145px;
    position: relative;
    display: flex;
}

.forming input[type="text"], .forming input[type="tel"], .forming input[type=email] .forming select, input[type="date"],#selected_time {
    background-image: url(images/Vector16.svg);
    background-color: transparent;
    border: none;
    background-size: contain;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
        outline: none !important;
    border: none !important;
    padding: 0 20px;
    width: 100%;
    background-position: right;
    height: 35px;
    margin-bottom: 20px;
	    text-align: right;
}
.forming .full-witdh-khat {
    background-image: url(images/Vector11.svg) !important;
    outline: none !important;
    border: none !important;
    background-position: right;
    max-width: 474px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 34px;
    padding-right: 10px;
	background-color: transparent;
}
.w-50 input,.w-50 select{
	margin-bottom:65px !important;
}
.p1,.p2,.p3,.p4{
	max-width:640px;
}
.p2 {
    margin-right: 20px;
}

.p3 {
    margin-right: 40px;
}

.p4 {
    margin-right: 60px;
}

.scrolling {
    max-height: 280px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.list h3 {
    padding: 0px;
    position: relative;
    top: -25px;
    right: 16px;
    margin-bottom: 20px;
}

.list p {
    padding: 0px;
    position: relative;
    top: -25px;
    right: 16px;
    margin-bottom: -20px;
}

.list img {
    border-radius: 10px;
    margin-right: 0px;
    top: 5px;
    position: relative;
    width: 75%;
}
.list .w-70.d-inline-block {
    padding-right: 10px;
    position: relative;
    top: -15px;
    line-height: 0px;
}
.btn{
  float: left;
    max-width: 111px;
    margin-top: 35px;
}

.list {
   cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.list:hover {
    background-color: #f0f0f0;
}

.list.selected {
      background-color: #001d370a;
}
#my-custom-form{
	display:flex;
}
#my-custom-form button{
    border: none;
    background-color: transparent;
    float: left;
}
@media screen and (max-width: 1290px) {
  .logo {
    max-width: 190px;
	
		top: 10px;
		margin-bottom: -100px;
	}
	.logo h1 {
    font-size: 26px;
}
	.forming {
    top: 120px;
}
	.scrolling {
    max-height: 310px;
}
	.forming .full-witdh-khat {
    max-width: 393px;
    margin-bottom: 10px;
}
	.menu-left {
    top: 70px;
}
	.list h3 {

    font-size: 20px;
}
	.btn {

    max-width: 111px !important;

}
	.container {
    max-width: 95%;
}
	.boxing {

    left: -300px;
 
    width: 280px;
}
	.owl-item.active.center img {
		height: 370px !important;
position: relative;
        top: -40px;

	}
	.control-box {
    width: 95%;
margin: 0 auto;
}
	.link img {
    max-width: 30px !important;
  
}
}
@media screen and (max-width: 768px) {
	.container {
        max-width: 100%;
    }
	.owl-carousel.owl-rtl {
    top: -10px;
}
		.owl-item.active.center img {
		height: 270px !important;

	}
	
	body {
          overflow-y: scroll;

}
	.p2,.p3,.p4{
		
	
    margin-right: inherit !important;
}
	
	.forming {
    flex-direction: column;
}
	.logo {
     max-width: 100%;
        top: 10px;
        margin-bottom: -80px;
        display: block;
        float: none;
    }
	    .logo h1 {
        font-size: 28px;
        text-align: center;
        font-weight: bold;
    }
.item {
    height: 580px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    align-content: center;
}
	    .boxing {
       right: 0px;
        width: 100%;
     
        position: absolute;
        top: 400px;
    }
	.menu-left{
		display:none;
	}
	.w-40 ,.w-30,.w-50{
    width: 100%;
}
	    #rmp_menu_trigger-948 {
        display: block;
        left: 0px;
        right: inherit;
        background: transparent !important;
    }
	#rmp_menu_trigger-948 .responsive-menu-pro-inner, #rmp_menu_trigger-948 .responsive-menu-pro-inner::before, #rmp_menu_trigger-948 .responsive-menu-pro-inner::after {

    background-color: #000000;
   
}

	.list .w-30{
		width:29% !important;
	}
}
.btn{
	cursor:pointer;
}
#result-message{
	    display: block;
    clear: both;
    position: relative;
    top: 10px;
}