/*
	Theme Name: قالب عمق العقارية
	Theme URI: https://www.elnooronline.com/
	Author: تم تصميم وتطوير بواسطة شركة النور أون لاين
	Author URI: https://www.elnooronline.com/
*/
@import 'assets/css/bootstrap-rtl-4.5.3.min.css';
@import 'assets/css/fontawesome-6.4.2.min.css';
@import 'assets/css/helper-4.0.0.min.css';
@import url(https://outsource45.com/tarifi/94/wp-content/themes/elnooronline-omq-real/assets/css/all.min.css);
@import url(https://outsource45.com/tarifi/94/wp-content/themes/elnooronline-omq-real/assets/css/bootstrap-rtl-4.5.3.min.css);
@import url(https://outsource45.com/tarifi/94/wp-content/themes/elnooronline-omq-real/assets/css/aos.css);
@import url(https://outsource45.com/tarifi/94/wp-content/themes/elnooronline-omq-real/assets/css/slick-theme.css);
@import url(https://outsource45.com/tarifi/94/wp-content/themes/elnooronline-omq-real/assets/css/slick.css);
@import url(https://outsource45.com/tarifi/94/wp-content/themes/elnooronline-omq-real/assets/css/animate.min.css);
@import url(https://outsource45.com/tarifi/94/wp-content/themes/elnooronline-omq-real/assets/css/splide.min.css);
@import url(https://outsource45.com/tarifi/94/wp-content/themes/elnooronline-omq-real/assets/css/magnific-popup.css);
:root {
	color-scheme: light only;
}
/*header{*/
/*    min-height: 120px;*/
/*	position: relative;*/
/*	z-index: 4;*/
/*}*/
.sliderindex__fullheight.sliderindex{
	margin-top: -120px;
}
.sliderindex__fullheight.sliderindex,
.sliderindex__fullheight.sliderindex .sliderindex__slide{
	height: 100vh;
}
.headerbg{
	z-index: 200;
	position: relative;
    transition: .8s;
	padding: 30px 0;
	background-color: #000;
}
.home .headerbg{
	background-color: transparent;
}
.headerbg a{
	color: #fff;
}
.headerbg a:hover{
	color: #958160;
}
.headerbg > *:first-child{
	position: relative;
	z-index: 3;
}
.headerbg::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	top: 0;
	right: 0;
	background-color: #080a04;
	transition: .9s;
	z-index: 2;
}
.headerbg::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	top: 0;
	right: 0;
	background-color: #958160;
	transition: 1.2s;
	z-index: 1;
}
.headerbg .navbar-brand img{
	height: 60px;
	transition: .6s;
}
@media(min-width: 1000px){
    .headerbg .navbar-nav > .nav-item + .nav-item{
        margin-right: 10px;
    }
}
@media(min-width: 1300px){
    .headerbg .navbar-nav > .nav-item + .nav-item{
        margin-right: 40px;
    }
}
.headerbg .navbar .navbar-nav .nav-item .nav-link {
	font-size: 17px;
    padding: 8px 0;
    color: #fff;
    position: relative;
	display: flex;
	align-items: center;
}
.headerbg .navbar .navbar-nav .nav-item{
	position: relative;
}
.headerbg .navbar .navbar-nav .nav-item::before{
	position: absolute;
	content: '';
	bottom: 0;
	right: 50%;
	width: 0;
	height: 0;
	transition: .5s;
}
.headerbg .navbar .navbar-nav .nav-item.active::before,
.headerbg .navbar .navbar-nav .nav-item:hover::before{
	background-color: #958160;
	width: 100%;
	height: 1px;
	right: 0;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link:hover,
.headerbg .navbar .navbar-nav .nav-item.active .nav-link,
.headerbg .navbar .navbar-nav .nav-item .nav-link.active {
    color: #958160;
}
.headerbg .styledropdown.navbar .navbar-nav .dropdown-toggle {
    padding-left: 20px !important;
	margin-left: 0 !important;
}
.headerbg .styledropdown.navbar .navbar-nav .dropdown-toggle::after {
    left: 0;
}
.headerbg .styledropdown.navbar .navbar-nav .dropdown-menu{
	margin-top: 10px;
}
.headerbg.sticky{
	position: fixed;
	top: 0;
    right: 0;
	padding: 10px 0;
}
.admin-bar .headerbg.sticky{
	top: 32px;
}
.headerbg.sticky::before,
.headerbg.sticky::after{
	height: 100%;
}
.headerbg.sticky .navbar-brand img{
	height: 50px;
}
.headerbg.sticky .navbar .navbar-nav .nav-item .nav-link{
	font-size: 16px;
}
.sliderindex{
	z-index: 1;
}
.sliderindex .slick-dots {
	bottom: 65px;
}
.sliderindex .slick-dots li{
	margin: 0 6px;
}
.sliderindex .slick-dots li button {
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 50px;
}
.sliderindex .slick-dots li.slick-active button {
	background-color: #958160;
	border-color: #958160;
}
.sidenav {
	z-index: 1001;
	transition: 0.3s;
	top: 0;
	left: -350px;
	width: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sidenav::-webkit-scrollbar {
	display: none;
}
.sidenav .navbar-nav > .nav-item .nav-link,
.sidenav a{
	color: #fff;
	font-weight: 500;
}
.sidenav .navbar-nav > .nav-item .nav-link:hover,
.sidenav a:hover{
	color: #655436;
}
.sidenav .navbar-nav .nav-item .nav-link{
	font-size: 18px;
	padding: 15px 30px;
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.sidenav .navbar-nav .nav-item .nav-link.dropdown-toggle::after{
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    border: 0;
}
.sidenav .navbar-nav .dropdown-menu{
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: .1s;
    transform: translateY(-10px) !important;
    position: relative !important;
    background-color: #655436;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
	border: 0;
}
.sidenav .navbar-nav .dropdown-menu.show{
    visibility: visible;
    opacity: 1;
    height: 100%;
    transform: translateY(0) !important;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item{
    padding: 10px 30px;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: #bf9b2e;
    color: #fff;
}
.sidenav .navbar-nav .nav-item.active .nav-link{
	background-color: #655436;
}
.sidenav .navbar-nav .nav-item.active .nav-link:hover{
	color: #958160;
}
.sidenav .navbar-nav .nav-item{
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.sidenav .border-bottom{
	border-color: #ffffff20 !important;
}
#sidebody{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: rgba(21, 21, 21, 0.8);
	transition: .45s;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
#sidebody.active{
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}
body.stop{
	overflow: hidden;
}
.breadcrumb{
	background-color: rgba(0, 0, 0, 0.05);
	padding: 10px 15px;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: '\f060';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
    padding-right: 2px;
	margin-top: 3px;
}
.btn{
	font-weight: 500;
}
.boxshadow10{
	box-shadow: 0 4px 10px 0 rgb(225 223 255 / 40%);
}
.boxshadow{
	box-shadow: 0 10px 30px 0 rgb(225 223 255 / 40%);
}
.boxshadow2{
	box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
}
.boxshadow3{
	box-shadow: 0px 10px 35px 0 rgb(0 0 0 / 12%);
}
.boxshadow4{
	box-shadow: 0px 10px 25px rgb(0 0 0 / 8%);
}
.boxshadow5{
	box-shadow: 5px 5px 20px rgb(0 0 0 / 6%);
}
.boxshadow2hover:hover{
	box-shadow: 0px 0px 45px rgb(0 0 0 / 42%);
}
body.stop{
	overflow: hidden !important;	
}
li::marker{
    color: #958160;
}
.text-white-70{
	color: rgba(255, 255, 255, 0.7);
}
.singlecontentbg strong{
	color: #655436;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #655436;
	margin-bottom: 30px;
}
.singlecontentbg h1{
	font-size: 30px;
}
.singlecontentbg h2{
	font-size: 28px;
}
.singlecontentbg h3{
	font-size: 26px;
}
.singlecontentbg h4{
	font-size: 24px;
}
.singlecontentbg h5{
	font-size: 22px;
}
.singlecontentbg h6{
	font-size: 20px;
}
.singlecontentbg p,
.singlecontentbg ul,
.singlecontentbg ol{
	font-size: 20px;
	font-weight: 500;
}
.singlecontentbg.font-sm p,
.singlecontentbg.font-sm ul,
.singlecontentbg.font-sm ol{
	font-size: 18px;
}
.singlecontentbg p + h1,
.singlecontentbg p + h2,
.singlecontentbg p + h3,
.singlecontentbg p + h4,
.singlecontentbg p + h5,
.singlecontentbg p + h6{
	margin-top: 30px;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	margin-bottom: 15px;
}
.singlecontentbg li::marker{
    color: #958160;
    font-size: 24px;
}
.singlecontentbg a{
	font-weight: bold;
	color: #655436;
}
.singlecontentbg a:hover{
	color: #49459b;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.loaderlodging {
	height: 100vh;
	z-index: 10000;
	transition: .8s;
}
.loaderlodging__body {
	overflow: hidden;
}
.loaderlodging__body.afterloading {
	overflow: inherit;
}
.loaderlodging.remove {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #cecece;
    border-bottom-color: #655436;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
	}
    100% {
        transform: rotate(360deg);
	}
}
.footerbg__links li + li{
	margin-top: 8px;
}
.footerbg a{
	color: #898989;
}
.footerbg a:hover{
	color: #958160;
}
.btn-primary{
	background: linear-gradient(to right, #958160 0%, #655436 50%, #958160 100%);
	border: 0;
    background-size: 200% auto;
    -webkit-transition: all 0.4s ease-out 0s;
       -moz-transition: all 0.4s ease-out 0s;
         -o-transition: all 0.4s ease-out 0s;
            transition: all 0.4s ease-out 0s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background-position: right center;
}
.rounded-16{
	border-radius: 16px;
}
.rounded-20{
	border-radius: 20px;
}
.rounded-30{
	border-radius: 30px;
}
.rounded-50{
	border-radius: 50px;
}
.boximgcircle{
	border: 1px dashed #808080;
}
.boximgcircle img{
	border: 20px solid #fff;
}
.tripboxs .title{
	min-height: 55px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.tripboxs .timme{
	border-radius: 32px 0 32px 0;
	box-shadow: 0px 10px 28px 0px #0000001A;
	margin-bottom: calc(74px + 55px + 15px + 15px);
}
.tripboxs .line{
	background-image: url(assets/img/line-top.svg);
	width: 7px;
	height: 74px;
}
.tripboxs__even > [class^="col"]:nth-child(even) .tripboxs{
	flex-direction: column-reverse !important;
}
.tripboxs__even > [class^="col"]:nth-child(even) .tripboxs .line{
	background-image: url(assets/img/line-bottom.svg);
}
.tripboxs__even > [class^="col"]:nth-child(even) .tripboxs .timme{
	margin-bottom: 0;
	margin-top: calc(74px + 55px + 15px + 15px);
}
.boxshare,
.boxshare::before{
	border-radius: 64px 0px 64px 0px;
}
.boxpar{
	height: 290px;
}
.boxpar img{
	max-height: 290px;
}
.customaccordion .card {
    border-radius: 0;
    border: 0;
    margin-bottom: 25px;
	background-color: #fff;
	border-radius: 10px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 8%);
}
.customaccordion .card .card-header {
    border-radius: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}
.customaccordion .card .card-header a {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #0fb8b6;
    background-color: transparent;
    padding: 20px 35px;
    padding-left: 85px;
    position: relative;
}
.customaccordion .card .card-header a.collapsed:hover {
    color: #0fb8b6;
}
.customaccordion .card .card-header a.collapsed {
    color: #000;
    background-color: transparent;
}
.customaccordion .card .card-header a:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 20px;
    left: 30px;
}
.customaccordion .card .card-header a.collapsed:before {
    content: "\f078";
}
.customaccordion .card .card-body {
    background-color: transparent;
    font-size: 18px;
    line-height: 1.7;
    border: none;
    padding: 0 35px 35px;
}
.customaccordion .card .card-body p:last-child {
    margin-bottom: 0;
}

.boxabout{
	border-radius: 20px;
}
.boxabout::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 1px solid #958160;
	bottom: -15px;
	right: -15px;
	z-index: -1;
}
.boxcounter{
	border-radius: 40px;
	margin-top: 92px;
}
.boxcounter__icon{
	margin-top: -92px;
	margin-bottom: 30px;
}
.nav-tabs.customtabs {
    border-bottom: none;
    padding: 0;
}
.nav-tabs.customtabs .nav-item {
    margin-bottom: 15px;
    margin-left: 10px;
}
.nav-tabs.customtabs .nav-link {
	padding: 15px;
    border: 1px solid #958160;
	color: #958160;
    border-radius: 6px;
    min-width: 200px;
    text-align: center;
	font-size: 18px;
}
.nav-tabs.customtabs .nav-item.show .nav-link,
.nav-tabs.customtabs .nav-link.active,
.nav-tabs.customtabs .nav-link:hover {
    background-color: #958160;
    border-color: #958160;
    color: #fff;
}
.customsliderdots {
	margin-bottom: 70px;
}
.customsliderdots .slick-dots {
	bottom: -65px;
}
.customsliderdots .slick-dots li button {
	width: 20px;
	height: 20px;
	border: 1px solid #bebebe;
	background-color: transparent;
	border-radius: 50px;
}
.customsliderdots .slick-dots li.slick-active button {
	width: 50px;
	border-color: #958160;
	background-color: #958160;
	border-radius: 20px;
}
/***/
.sliderhomebox{
	margin-top: -110px;
}
.sliderhomebox .sliderslick{
	margin-bottom: 0;
}
.sliderhomebox .sliderhomebox_box{
	min-height: 100vh;
	padding-top: calc(110px + 80px);
	padding-bottom: 150px;
}
.sliderhomebox .slick-dots{
	left: 25px;
	bottom: 50%;
	width: 30px;
}
.sliderhomebox .slick-dots li{
	display: block;
	margin-bottom: 10px;
}
.sliderhomebox .slick-dots li button{
	border-width: 1px;
}
.sliderhomebox .slick-dots li.slick-active button{
	background-color: #54585A;
	border-color: #54585A;
}
.sliderhomebox.sliderhomebox__pages .sliderhomebox_box{
	height: inherit;
	min-height: 250px;
	padding-top: calc(110px + 80px);
	padding-bottom: 50px;
}
.sliderhomebox__pages .breadcrumb{
	font-size: 16px;
}
.sliderhomebox__pages .breadcrumb a,
.sliderhomebox__pages .breadcrumb-item.active,
.sliderhomebox__pages .breadcrumb-item+.breadcrumb-item::before{
	color: #fff;
}
.sliderhomebox__pages .breadcrumb a:hover{
	color: #54585A;
}
.sliderheadermap,
.sliderheadermap__map{
	height: 80vh;
}
.sliderheadermap__searchcontent{
	padding: 60px 40px;
}
.sliderheadermap__map iframe{
	width: 100%;
	height: 100%;
	border: 0;
}
.sliderheadermap__search{
	top: 0;
	right: 0;
}
.sliderheadermap__searchcontent{
	background-color: rgba(201, 157, 81, 0.8);
}
.custom-control-label{
	font-size: 17px;
}
.radiosecondary .custom-radio .custom-control-input:checked~.custom-control-label::before,
.radiosecondary .custom-control-input:checked~.custom-control-label::before{
	background-color: #212322;
}
.bg-primary-50{
	background-color: 313e47;
}
.boxprojects .label{
	top: 235px;
	right: 20px;
}
.customsliderslick01 .slick-prev,
.customsliderslick01 .slick-next{
	top: auto;
	bottom: -60px;
}
.customsliderslick01 .slick-next{
	left: 10px;
}
.customsliderslick01 .slick-prev{
	right: inherit;
	left: 55px;
}
.customsliderslick01__withbutton{
	margin-left: 95px;
}
.customslider2 .slick-dots{
    bottom: -56px;
}
.customslider2 .slick-dots li button{
    width: 18px;
    height: 5px;
    background-color: #d5daee;
    border: 0;
    border-radius: 20px;
}
.customslider2 .slick-dots li.slick-active button{
    background-color: #313E47;
}
.box-partners{
	height: 55px;
}
.box-partners img{
	max-width: 100%;
	max-height: 55px;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: .6s;
}
.box-partners:hover img{
	filter: grayscale(0);
	opacity: 1;
}
.contactbuttons .icon1,
.contactbuttons .icon2{
	right: 20px;
	line-height: 40px;
}
.contactbuttons .icon1{
	bottom: 20px;
}
.contactbuttons .icon2{
	bottom: 70px;
}
.listchalet{
	border: 1px solid #dee2e6;
}
.listchalet li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	border: 1px solid #dee2e6;
}
.listchalet li p{
	margin: 0;
	font-size: 15px;
	line-height: 1.2;
}
.listchalet li p:first-child{
	color: #6f7781;
}
.listchalet li p:last-child{
	font-weight: 700;
}
.listchalet2 li{
	flex: 0 0 25%;
	max-width: 25%;
	margin-bottom: 10px;
}
.boxrealbox .desc{
    height: 100px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.customslider03 .slick-next,
.customslider03 .slick-prev{
	top: 0
}
.customslider03 .slick-prev{
	right: -1px;
}
.customslider03 .slick-next{
	left: -2px;
}
.customslider03 .slick-next::before,
.customslider03 .slick-prev::before{
	border-radius: 0;
	height: 80px;
	line-height: 80px;
	width: 46px;
	border-radius: 0.3rem;
}
.customslider03 img{
	cursor: pointer;
	transition: .4s;
	opacity: 0.5;
}
.customslider03 img:hover{
	opacity: 1;
}
.customslider03 .slick-current img,
.customslider03 .slick-current img:hover{
	opacity: 1;
}
.mfp-counter{
	direction: ltr;
}
.nav-tabs.customtabs2 {
    border-bottom: 0;
    padding: 0;
}
.nav-tabs.customtabs2 .nav-item + .nav-item{
	margin-right: 0;
}
.nav-tabs.customtabs2 .nav-item {
	margin: 5px;
}
.nav-tabs.customtabs2 .nav-link {
    border: 0;
    border-radius: 50px;
    min-width: 100px;
	padding: 8px 15px;
	font-size: 16px;
	font-weight: 700;
	background-color: #dfe7ed;
	color: #6f7781;
}
.nav-tabs.customtabs2 .nav-item.show .nav-link,
.nav-tabs.customtabs2 .nav-link.active,
.nav-tabs.customtabs2 .nav-link:hover {
    background-color: #313E47;
    color: #fff;
}
.boxrealbox__label{
	left: 0;
	top: 0;
	width: 150px;
	height: 70px;
	transform: rotate(-45deg)translateX(-30px)translateY(-65px);
}
.boxrealbox__label__after{
	padding-left: 50px;
}
.collapseaddicon::before{
	position: absolute;
	content: '\f106';
	font-family: 'fa5_f';
	font-weight: 900;
	left: 15px;
	top: 8px;
}
.collapsed.collapseaddicon::before{
	content: '\f107';
	top: 10px;	
}
.btn-light2{
	background-color: #dfe7ed;
}
.btn-light2:hover{
	background-color: #d3dce2;
}
.nav-tabs.customtabs100 {
    padding: 4px;
	border: 2px solid #313E47;
	border-radius: 50px;
}
.nav-tabs.customtabs100 .nav-item {
	margin: 0;
}
.nav-tabs.customtabs100 .nav-item + .nav-item{
	margin-right: 4px;
}
.nav-tabs.customtabs100 .nav-link {
    border: 0;
    border-radius: 50px;
	padding: 7px;
    min-width: 145px;
    text-align: center;
	font-size: 16px;
	font-weight: 400;
	background-color: #e3e3e3;
	color: #8f8f8f;
}
.nav-tabs.customtabs100 .nav-item.show .nav-link,
.nav-tabs.customtabs100 .nav-link.active,
.nav-tabs.customtabs100 .nav-link:hover {
    background-color: #313E47;
    color: #fff;
}
.btn-whatsapp{
	background-color: #25d366;
	border-color: #25d366;
	color: #fff;
}
.btn-whatsapp:hover{
	background-color: #22be5c;
	border-color: #22be5c;
	color: #fff;
}
.sliderfilterbuttons__style button + button{
	margin-right: 10px;
}
.sliderfilterbuttons__style button{
	background-color: #e0e0e0;
	border: 0;
	padding: 8px 26px;
	border-radius: 50px;
	color: #9d9d9d;
	font-size: 15px;
	margin-bottom: 10px;
}
.sliderfilterbuttons__style button:hover{
	color: #d8a853;
}
.sliderfilterbuttons__style button.is-checked{
	background-color: #655436;
	color: #fff;
}
.sliderfilterbuttons__style__colors .color1.is-checked,
.available .bg-color1{
    background-color: #22be5c;
}
.sliderfilterbuttons__style__colors .color2.is-checked,
.bookedup .bg-color1{
    background-color: #313E47;
}
.sliderfilterbuttons__style__colors .color3.is-checked,
.sold .bg-color1{
    background-color: #cd4747;
}
.sliderfilterrow__style{
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}
.sliderfilterrow__style > div{
    flex: 0 0 33.33%;
    max-width: 33.33%;
	width: 33.33%;
    padding-right: 8px;
    padding-left: 8px;
}
.sliderfilterrow__style__2 > div{
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
}
.boxblog h3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
	direction:rtl !important;
}
.footerbg__links a{
	padding:0px !important;
}
/*--------- Responsive ----- */
@media (max-width: 992px) {
	.sliderfilterrow__style > div{flex: 0 0 50%;max-width: 50%;width: 50%}
	.sliderfilterrow__style__2 > div{flex: 0 0 100%;max-width: 100%;width: 100%}
}
@media (max-width: 768px) {
	.customaccordion .card .card-header a{font-size: 18px;}
	.admin-bar .headerbg{top: 46px;}
	.sliderindex__fullheight.sliderindex,.sliderindex__fullheight.sliderindex .sliderindex__slide{height: inherit;min-height: 300px;}
	.sliderindex__fullheight.sliderindex .sliderindex__slide{padding-top: calc(120px + 50px);padding-bottom: 80px;}
	.sliderindex .slick-dots {bottom: 15px}
	.nav-tabs.customtabs .nav-link{min-width: inherit;padding: 10px 25px;}
}
@media (max-width: 600px) {
	.admin-bar .headerbg.sticky{top: 0px;}
	.sliderfilterrow__style > div{flex: 0 0 100%;max-width: 100%;width: 100%}
}
@media (max-width: 500px) {
}
@media (max-width: 375px) {
}
@media (min-width: 1190px) {
	.container{max-width: 1130px;}
}
@media (min-width: 1340px) {
	.container{max-width: 1280px;}
}
@media (min-width: 1440px) {
	.container{max-width: 1320px;}
}

/*start new pages */

/* start editing botstrab  */
.btn-primary {
  background-color: var(--prime);
  border-color: var(--prime);
  border: none !important;
}
.btn-primary:hover {
  background-color: rgb(129, 101, 78) !important;
}
.btn-primary:disabled {
  background-color: var(--prime);
  border-color: var(--prime);
}

.btn-outline-primary {
  color: var(--prime);
  border-color: var(--prime);
}
.btn-outline-primary:hover {
  background-color: var(--prime);
  border-color: var(--prime);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: var(--prime);
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: var(--prime);
  border-color: var(--prime);
}
.btn-link {
  color: var(--prime);
}
.dropdown-item:active {
  background-color: var(--prime);
}
.custom-control-label::before {
  border-color: var(--prime);
  background-color: var(--prime);
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: var(--prime);
  background-color: var(--prime);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--prime);
}
.bg-primary {
  background-color: var(--prime) !important;
}
.border-primary {
  border-color: var(--prime) !important;
}
.text-primary {
  color: var(--prime) !important;
}
.btn-primary:hover {
  background-color: var(--second);
}
.btn-primary.focus,
.btn-primary:focus {
  background-color: var(--second);
}

/* editing editing botstrab  */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: var(--text);
  text-decoration: none !important;
  font-weight: bold;
}
body {
  overflow-x: hidden !important;
  transition: 1s all;
  -webkit-box-sizing: 0;
  box-sizing: 0;
  padding: 0;
  margin: 0;
  direction: rtl;
}
:root {
  --title: rgb(172, 172, 172);
  --prime: rgba(206, 159, 121, 1);
  --second: #1c90ce;
  --third: rgba(14, 54, 81, 1);
  --sodark: #0d217a;
  --border: transparent;
  --bg: rgb(20, 20, 20);
  --text: white;
}
.backgroun {
  background-color: var(--bg);
  color: var(--text);
}

p::selection,
h1::selection,
h2::selection,
h4::selection,
h5::selection,
h6::selection {
  background-color: var(--prime);
  color: white;
}
p {
  padding: 0;
  margin: 0px;
  font-weight: 700;
}
ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}
ul {
  list-style: none;
}
input:focus {
  outline: none;
}
.load {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.load img {
  width: 20%;
  height: 20%;
}

.loaderlodging {
  height: 100vh;
  z-index: 10000;
  transition: 0.8s;
  background-color: var(--third) !important;
}
.loaderlodging img {
  width: 190px !important;
  height: 100px !important;
  margin-bottom: 40px !important;
}
.loaderlodging__body {
  overflow: hidden;
}
.loaderlodging__body.afterloading {
  overflow: inherit;
}
.loaderlodging.remove {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #cecece;
  border-bottom-color: var(--prime);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loaderlodging img {
  width: 100px;
  height: 100px;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.title h3 {
  position: relative;
  right: 25px;
  z-index: 2;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title h3::after {
  content: "";
  position: absolute;
  right: -25px;
  top: -10px;
  background-image: url(https://outsource45.com/tarifi/94/wp-content/themes/elnooronline-omq-real/assets/img/title-about-us.png);
  width: 50px;
  height: 50px;
  z-index: -1;
}
/* end basic */
/* start header  */
header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0%;
  height: 90px;
  z-index: 1;
}
.head-fix {
  height: 87px;
}
.header-pages {
  position: relative;
}
header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 43, 43, 0.445);
  /* background-color: transparent; */
  /* background-color: black; */
  z-index: -1;
}
header ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul li {
  color: white;
  margin: 0px 15px;
  position: relative;
  cursor: pointer;
  transition: 1s all;
}
header ul li a {
  transition: 1s all;
}
header ul li:hover a {
  color: var(--prime) !important;
}
header ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 2px;
  background-color: white;
  transition: 1s all;
}
header ul li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 0%;
  height: 2px;
  background-color: white;
  transition: 1s all;
}
header ul li:hover:after {
  width: 100%;
}
header ul li:hover:before {
  width: 100%;
}
/* end header  */
/* ///////////////////////////////////// */
/* start landing  */
.landing {
  height: 100vh;
}

.landing .slide {
  position: relative;
  height: 100vh;
}
.landing .content-landing {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.landing .content-landing > * {
  margin: 15px 0px;
  color: white;
  text-align:center;
}
.landing .slick-arrow {
  display: none !important;
}
.landing .slick-dots {
  position: absolute;
  top: 50%;
  right: 40px;
  bottom: auto;
  width: 25px;
}
.slick-dots li.slick-active button:before {
  color: var(--prime) !important;
  border: none;
  padding: 0% !important;
}
.slick-dots li.slick-active button {
  background-color: transparent;
  border: solid var(--prime) 2px;
  padding: 12px;
}
.landing .slick-dots li {
  display: block;
  color: white;
  background-color: transparent;
}

.landing .slick-dots::after {
  content: "";
  position: absolute;
  left: 20%;
  top: -100%;
  background-image: url(assets/image/dot-line-b.png);
  background-repeat: no-repeat;
  transform: rotate(180deg);
  width: 2px;
  height: 100%;
}
.landing .slick-dots::before {
  content: "";
  position: absolute;
  left: 20%;
  bottom: -120%;
  background-image: url(assets/image/dot-line-b.png);
  background-repeat: no-repeat;
  width: 2px;
  height: 100%;
}
.slick-dots li button {
  margin: 12px 0px;
}
.slick-dots li button:before {
  font-size: 60px;
  line-height: 20px;
  opacity: 1;
  color: white !important;
  margin-left: -3.5px !important;
  margin-top: 5.5px;
}

.landing img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.landing .content-landing h1 {
  font-size: 85px;
}

.bar-closes {
  display: none;
}
/* end landing  */
/* ////////////////////////////////////////////////////////// */
/* start about us  */

.about-us .text h1 {
  height: 60px;
}
.about-us .text > * {
  margin-bottom: 30px;
}
.about-us .text .ico-about ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-us .text .ico-about ul li {
  display: flex;
  justify-content: start;
  align-items: center;
}
.about-us .text .ico-about ul li p {
  margin-right: 20px;
  font-size: 20px;
}
.about-us .title {
  width: 85%;
}
/* end about us  */

/* ///////////////////////////////////////////// */
/* start content number  */
.content-num {
  position: relative;
  height: 100%;
}
.content-num .bg-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.content-num .bg-content img {
  width: 100%;
  height: 100%;
}
.content-num .title h3 {
  margin-bottom: 75px;
}
.content-num ul {
}
.content-num ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: center;
  color: white;
  margin-bottom: 30px;
}
.content-num ul li > * {
  margin: 10px 0px;
}
/* end content number    */
/* /////////////////////////////////////////////////// */
/* start project  */
.projects {
  position: relative;
}
.projects .bg-projects {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index:-1;
}
.projects .bg-projects img {
  width: 100%;
  height: 100%;
}
.projects .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0px;
}
.projects .nav-tabs {
  justify-content: center;
  border-bottom: none;
  margin-bottom: 25px;
}
.projects .nav-tabs .nav-item a {
  border-radius: 5px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 20px 50px;
  border: solid var(--prime) 1px;
  margin-left: 5px;
  margin-right: 5px;
  transition: 0.5s;
  margin-bottom: 15px;
  color: var(--prime);
  font-size: 18px;
  width: 200px;
  text-align: center;
  font-weight: bolder;
  text-wrap:nowrap;
}
.projects .nav-tabs .active {
  background-color: var(--third);
  border: transparent !important;
  color: white !important ;
}
.projects .card {
  padding: 0px;
  border-radius: 16px;
  transition: 1s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.projects .card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background-color: var(--prime);
  width: 100%;
  height: 0%;
  border-radius: 16px;
  z-index: -1;
  transition: 1s;
}
.projects .card:hover:after {
  height: 100%;
}
.projects .card-img-top {
  width: 100%;
  padding: 0px;
  position: relative;
/*   overflow: hidden; */
}
.projects .card-img-top .date {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
}
.projects .card-img-top .text-date {
  position: absolute;
  left: 45%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.projects .card-img-top .text-date p {
  font-size: 13px;
}
.projects .card-img-top .bg-date img {
  border-top-left-radius: 16px;
}
.projects .card-img-top img {
  width: 100%;
}
.projects .card .col h5 {
  color: black;
}
.projects .card .col {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0px;
}
.projects .card .col img {
  width: 20px;
  height: 23px;
}
.projects .card .col p {
  color: rgba(48, 48, 48, 0.521);
  font-size: 13px;
  margin-right: 5px;
}
.projects .much {
  color: black;
}
.projects .much span {
  color: var(--prime);
}
.projects .card p {
  transition: 1s;
}
.projects .card h5 {
  transition: 1s;
}
.projects .card h3 {
  transition: 1s;
}

.projects .card h5 span {
  transition: 1.5s all;
}

.projects .card:hover p {
  color: white;
}
.projects .card:hover h5 {
  color: white;
}
.projects .card:hover h3 {
  color: white;
}
.projects .card:hover h5 span {
  color: white;
}
/* end project  */
/* start why-us  */
.why-us {
  position: relative;
}
.why-us .bg-why-us {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.why-us .bg-why-us img {
  width: 100%;
  height: 100%;
}
.why-us .card-why {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 0px 5px 5px rgba(116, 116, 116, 0.26);
  padding: 20px;
  border-radius: 10px;
  background-color: white;
  position: relative;
  cursor: pointer;
  z-index: 1;
  transition: 1s;
}
.why-us .card-why:hover {
  color: white;
}
.why-us .card-why::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  background-color: var(--prime);
  border-radius: 50%;
  z-index: -1;
  transition: 1s;
}
.why-us .card-why:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.why-us .card-why img {
  width: 85px;
  height: 85px;
}
.why-us .card-why > * {
  margin-bottom: 15px;
}
.splide__arrow,
.splide__pagination {
  display: none !important;
}
/* end why-us  */
/* start company  */
.company {
  position: relative;
}
.bg-company {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg-company img {
  width: 100%;
  height: 100%;
}

/* end company  */
/* //////////////////////////////////////// */
/* start single page  */

.slider .details {
  box-shadow: 0px 0px 5px 5px rgba(105, 105, 105, 0.466);
  padding: 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.slider .details div {
  width: 100%;
  margin: 10px 0px;
}
.slider .details div p {
  margin-bottom: 10px;
}
.slider .details a {
  width: 100%;
  border-radius: 15px;
}
.slider .details div:nth-of-type(1) a {
  background-color: var(--third);
  transition: 0.5s;
}
.slider .details div:hover:nth-of-type(1) a {
  background-color: rgba(14, 54, 81, 0.925);
}
.slider .details div:nth-of-type(3) a {
  transition: 0.5s;
}
.slider .details div:hover:nth-of-type(3) a {
  background-color: rgba(206, 159, 121, 0.801);
}

.slider .box {
  box-shadow: 0px 0px 5px 5px rgba(105, 105, 105, 0.466);
  padding: 15px;
  border-radius: 15px;
}
.slider .box > * {
  margin: 20px 0px;
}
.slider .cards .col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--third);
  color: white;
  padding: 30px;
  border-radius: 5px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.slider .cards .col > * {
  margin: 10px 0px;
}
.tab .edit-tab .active {
  background-color: var(--prime) !important;
}
.tabs .tab {
  display: flex;
  justify-content: flex-start;
  align-items: start;
}
.tabs .card-body ul li {
  color: var(--third);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0px;
  font-weight: bold;
  transition: 1s;
}
.tabs .card-body ul li span {
  display: flex;
}
.tabs .card-body ul li span {
  display: flex;
  align-items: center;
}
.tabs .card-body ul li span i {
  margin-left: 5px;
}
.tabs .card-body button {
  background-color: var(--third);
}
.tabs .card:hover ul li {
  color: white;
}

/* end single page  */
/* /////////////////////////////////// */
/* start footer  */
footer {
  position: relative;
  margin-top: 50px;
}
footer .bg-footer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
footer .bg-footer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .container-90 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
footer .col {
  margin: 0 0.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
footer .col h2 {
  margin-bottom: 20px;
  color: var(--prime);
}
footer .col ul {
  padding: 0;
}
footer .col li {
  margin-bottom: 30px;
  text-align: right;
}
footer .col:last-of-type li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .col:last-of-type {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  color: var(--prime);
}
footer .col:last-of-type li i {
  /* background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(243, 55, 55); */
  margin: 25px 35px;
  font-size: 25px;
}
footer .col:last-of-type li a svg {
  width: 25px;
  height: 25px;
  margin: 25px 35px;
  padding: 0px;
}
footer .col:last-of-type li a svg path {
  fill: white;
}
footer .logo {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: auto;
}
footer .logo div {
  margin: 0px 10px;
}
footer .logo ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}
footer .logo ul li {
  margin-left: 30px;
  padding: 0;
  width: 20px;
  height: 20px;
}
footer .logo ul li i {
  font-size: 25px;
}
footer .col a {
  color: white;
}
footer .end-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px;
  color: white;
  border-top: solid 1px white;
}
footer .elnoor {
  width: 100px;
  height: 30px;
}
.end-footer a {
  display: flex !important;
  align-items: center;
  width: 250px;
}
.end {
  display: none;
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 60;
}
/* end footer  */
/* bootstrap  */
/* .row-cols-lg-2>* {
  -ms-flex: 0 0 49% !important;
  flex: 0 0 49% !important;
  max-width: 49% !important;
  margin: 20px 0.5%;
} */
.row-cols-lg-3 > * {
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
  margin: 20px 0.5%;
}
.row-cols-lg-4 > * {
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
  margin: 20px 0.5%;
}

/*--------- Responsive ----- */
@media (max-width: 1500px) {
  footer .col:last-of-type li i {
    margin: 25px 20px;
    font-size: 25px;
  }
  footer .col:last-of-type li a svg {
    margin: 25px 20px;
  }
}
@media (min-width: 992px) {
  .slider .slide img {
    width: 100%;
    height: 100%;
  }
  .slider .slider-nav {
    position: relative;
    bottom: 40%;
    left: 30%;
    width: 70%;
    transform: rotate(90deg);
  }

  .slider .slider-nav img {
    transform: rotate(270deg);
    height: 99% !important;
    width: 100%;
    margin: 20px !important;
    border-radius: 15px !important;
  }
  .slider .slider-for img {
    border-radius: 15px;
    height: 100%;
    width: 80%;
    margin-right: 20%;
    background-size: cover;
  }
  [dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
    top: 5px;
  }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -45px;
    top: 5px;
  }
  .slick-next:before,
  .slick-prev:before {
    background-color: var(--prime);
    border-radius: 50%;
    width: 40px;
    height: 135px;
    line-height: 40px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
  }
  .slider .slick-arrow {
  }
  .slider .slick-dots {
    display: none !important;
  }

  .slider-nav img {
    width: 90% !important;
    opacity: 0.5;
  }
  .slick-center img {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  header .phone-list {
    /* display: none ; */
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.788);
    transition: 1s all;
  }
  header ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  header ul li {
    margin: 20px 0px;
  }
  header .header-content {
    justify-content: space-around;
  }
  .logo {
    z-index: 30;
  }
  .bar-closes {
    z-index: 30;
  }
  .bar-closes {
    display: block;
  }

  footer .col {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .slider-nav {
    margin-top: 40px;
  }
  .slider-nav .slick-arrow {
    display: none !important;
  }
  .slider-nav img {
    width: 90% !important;
    opacity: 0.5;
  }
  .slick-center img {
    opacity: 1;
  }
  .slider-nav .slick-dots {
    display: none !important;
  }

  .row-cols-md-2 > * {
    -ms-flex: 0 0 49;
    flex: 0 0 49%;
    max-width: 49%;
    margin: 20px 0.5%;
  }
  .slider .slide img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  /* start landing  */
  .landing .slide h1 {
    font-size: 40px;
  }
  .landing .slide h5 {
    font-size: 15px;
  }
  .landing .slick-dots {
    position: absolute;
    top: 60%;
    right: 20px;
  }
  .slick-dots li button:before {
    margin-left: -4px !important;
    margin-top: 5px;
  }
  /* boot-start  */
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 99%;
    flex: 0 0 99%;
    max-width: 99%;
    margin: 20px 0.5%;
  }
  .flex-sm-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .mb-sm-5 {
    margin-bottom: 3rem;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 99%;
    flex: 0 0 99%;
    max-width: 99%;
    margin: 20px 0.5%;
  }
  .about-us .text h1 {
    height: 100px;
  }
  footer .col {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .col:last-of-type li i {
    margin: 25px 10px;
    font-size: 25px;
  }
  footer .col:last-of-type li a svg {
    margin: 25px 10px;
  }
  .slick-arrow {
    display: none !important;
  }
  .slick-dots {
    display: none !important;
  }

  .tabs .nav-tabs .nav-item a {
    width: 175px;
  }
}
@media (max-width: 500px) {
}
@media (max-width: 375px) {
}
svg {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 1.5;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

svg path {
  fill: none;
  stroke: white;
  stroke-width: 1px;
}
/* 
svg + svg {
  margin-left: 1.5rem;
} */

#top,
#bottom {
  stroke-dasharray: 30, 75.39;
  transition: all 0.6s cubic-bezier(0.6, 0.33, 0.67, 1.29);
}

svg.active #top,
svg.active #bottom {
  stroke-dasharray: 75.39;
  stroke-dashoffset: -60;
}
.block {
  display: block !important;
}
.none {
  display: none !important;
}
.flex {
  display: flex !important;
}
.top-0 {
  top: 0vh !important;
}

.header-fixed {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  transition: 1s;
  z-index: 50;
  transition: 1s all;
  animation-name: down;
  animation-duration: 0.7s;
  transition-delay: 0s;
  background-color: var(--third);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.header-fixed::after {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@keyframes down {
  from {
    position: fixed;
    top: -100%;
  }
  to {
    position: fixed;
    top: 0%;
  }
}



