:root {
	--primary-gradient: linear-gradient(265.69deg,
			#2673ad -6.43%,
			#2593e7 49.05%,
			#2f6e9e 97.9%);
	--secondary-gradient: radial-gradient(78.59% 110.32% at 102.32% 133.12%,
			#2D6087 0%,
			#2f6e9e 100%);
	--primary-color: #2673ad;
	--primary-hover: #2593e7;
	--secondary-color: #240205;
	--primary-gray: #DDDDDD;
	--lighter: #EBF9FF;
	--darker: #2673ad;
	--primary-blue: #EBF9FF;
	--primary-dark: #231f20;
	--primary-font: "Assistant", sans-serif;
	--secondary-font: "Assistant", sans-serif;
	--link-color: #0a58ca;
	--link-hover: #FFBC0D;
	--trans: all 0.5s ease;
	--test: all;
	--big-radius: 32px;
	--small-radius: 16px;
}

.text-secondary {
	color: var(--secondary-color) !important;
}

.text-primary {
	color: var(--primary-color) !important;
}
/* header */
.tempHeader{
	top:0;
	z-index: 9;
}
.navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 30px;
  height: 3px;
  transition-duration: 0.25s;
  transition-property: background-color, transform;
  background-color:#000;
  border-radius: 5px;
}
.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  content: "";
  transition-duration: 0.25s;
  transition-property: margin, transform;
  background: #000;
  border-radius: 5px;
}
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:after {
  margin-top: 8px;
}
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:before {
  margin-top: -8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  margin-top: 0;
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  margin-top: 0;
  transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  transition: none;
  background: rgba(0, 0, 0, 0);
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-brand img {
	max-width: 89px;
}

.btn-primary {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	font-size: 18px;
}

.btn-primary:hover {
	background-color: var(--primary-hover) !important;
}

.btn-secondary {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
	font-size: 18px;
}

.btn {
	border-radius: 35px;
	font-size: 18px;
}

.justify-content-md-start .btn {
	padding: 10px 45px !important;
	line-height: normal;
}

p {
	font-size: 18px;
	font-weight: 400;
}
.nav-top{
	background:var(--primary-dark);
	width:100%;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link {
	font-size: 16px;
	margin-left: 15px;
	color: var(--primarycolor);
	font-weight: 400;
	padding: 0;
	margin: 5px 5px;
}

.navbar-nav a.nav-link.active,
.navbar-nav a.nav-link:hover {
	border-bottom: 1px solid #fff;
}

ul.dropdown-menu.show {
	border: none;
	min-width: 230px;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: var(--secondarycolor) !important;
	background-color: transparent !important;
}

.hero h1 {
	font-size: 80px;
	font-weight: 900 !important;
	line-height: 88px;
	color: var(--primarycolor);
	font-family: "Noto Sans Hebrew", Sans-serif;
}

.hero p {
	font-family: "Noto Sans Hebrew", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
}

.hero {
	position: relative;
	background-color: transparent;
	background-image: linear-gradient(180deg, #fff 20%, #D0F1FF 100%);
	overflow: hidden;
	z-index: 0;
}

.hero .shape {
	fill: #fff;
	transform: rotate(180deg) translateX(50%);
	transform-origin: center;
	width: calc(192% + 1.3px);
	height: 156px;
	display: block;
	left: 50%;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.btn-outline-secondary {
	border-color: var(--primarycolor);
	color: var(--primarycolor);
}

.wrapper {

	.title {
		font-family: "Noto Sans Hebrew", Sans-serif;
		max-width: 850px;
		margin: 0 auto;

		h2 {
			font-size: 40px;
			font-weight: 900;
		}

		.btn {
			padding: 10px 45px;
		}

		p {
			font-size: 18px;
			font-weight: 400;
		}
	}

}


section {
	padding: 80px 0 40px 0;
}

.association {

	font-family: "Noto Sans Hebrew", Sans-serif;

	.box {
		text-align: center;

		img {
			width: 100%;
			margin-bottom: 10px;
		}

		h3 {
			font-size: 24px;
			font-weight: 900;
		}

		p {
			font-size: 18px;
			font-weight: 400;
			min-height: 50px;
		}

		.btn {
			min-width: 200px;
		}
	}

	.row .col-sm-3:nth-child(1) .box .btn {
		background-color: var(--secondarycolor);
	}

	.row .col-sm-3:nth-child(2) .box .btn {
		background-color: #F0AD4B;
	}

	.row .col-sm-3:nth-child(3) .box .btn {
		background-color: #5fa0bb;
	}

	.row .col-sm-3:nth-child(4) .box .btn {
		background-color: #79546b;
	}
}

.title-carousel {
	display: flex;
	width: 100%;
	align-items: center;
	min-width: 100%;
	justify-content: space-between;

	h2 {
		position: relative;
	}

	h2::after {
		content: '';
		width: 100%;
		height: 10px;
		background: var(--secondarycolor);
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	hr {
		color: #000;
		opacity: 1;
		border-top: 2px solid #000;
		height: auto;
		width: 55%;
	}
}


.owl-carousel {
	.item .box-card {
		background-color: #f3f3f3;
		border-radius: 20px;
		padding: 20px;
	}

	.item .box-card .whitebox {
		height: 200px;
		background: #fff;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 30px 10px;
		border-radius: 5px;
	}

	.item .box-card h1 {
		font-family: "Yeseva One", Sans-serif;
		font-size: 100px;
		font-weight: 900;
		line-height: 100px;
	}

	.item .box-card h2 {

		font-family: "Noto Sans Hebrew", Sans-serif;
		font-size: 30px;
		font-weight: 900;
	}

	.item .box-card h4 {
		font-family: "Noto Sans Hebrew", Sans-serif;
		font-size: 20px;
		font-weight: 900;
	}
}

.owl-carousel .item .box-card {
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: space-between;
	padding-bottom: 25px;
	min-height: 490px;

	.btn {
		max-width: 200px;
	}
}

.owl-carousel .owl-nav button {
	font-size: 40px !important;
}

.owl-carousel .owl-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 102%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.materials .btn {
	background-color: #f0ad4b;
	border-color: #f0ad4b;
}

.materials .item .box-card {
	background-color: #fae6c4;

	.btn {
		background-color: #f0ad4b;
		border-color: #f0ad4b;
	}
}

.materials .title .btn {
	background-color: #f0ad4b;
	border-color: #f0ad4b;
}

.materials .whitebox {
	overflow: hidden;
}

.box-card {
	p {
		font-family: "Noto Sans Hebrew", Sans-serif;
	}
}

.materials .item .box-card {
	min-height: 540px;
}

footer {
	background-color: #231f20;
	border-top: 6px solid #3774ad;
}

.social {
	display: flex;
	padding: 0;

	li {
		list-style: none;
	}

	a {
		width: 22px;
		height: 22px;
		display: block;
		background: #ffffff3a;
		margin: 0px 5px;
		text-align: center;
		border-radius: 20px;
		color: #fff;
		padding: 0;
	}
}

.footer-logo {
	width: 120px;
}

footer {
	position: relative;
}

footer form .form-control {
	border-radius: 20px;
	border-color: #69727d;
	height: 50px;
}

/* Dark mode */
footer .iuiBox .boxDesign {
	background: transparent;
	border: none;
	box-shadow: none;
	color: white;
	padding: 0px;
}

footer h4,
footer h6,
footer h1 {
	font-family: "Noto Sans Hebrew", Sans-serif;
	font-size: 24px;
	font-weight: 900;
	color: #fff;
}

footer a
{
	display: block;
	margin: 5px 0px;
}

.w-sm {
	font-family: "Noto Sans Hebrew", Sans-serif;
	max-width: 200px;
}

.menulist {
	list-style: none;
	padding: 0;
}

.menulist li a {
	text-align: left;
	color: var(--primarycolor);
	text-decoration: none;
	font-family: "Noto Sans Hebrew", Sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.menulist li {
	margin: 5px 0px;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.joinus .shape {
	position: absolute;
	bottom: 0;
	z-index: -1;
	display: block;
	left: 50%;
	width: calc(300% + 1.3px);
	height: 436px;
	transform: translateX(-50%) rotate(180deg);
}

.joinus {
	position: relative;
	overflow: hidden;
}



section.header-height.hero .wrapper {
	margin-top: 100px;
}


.btn.btn-primary:hover {
	background: var(--secondarycolor);
}

.visible-xs {
	display: none
}

.search input {
	border-radius: 50px;
	padding: 6px;
	border: 1px solid #ced4da;
	background: transparent;
}

.navbar-expand-sm .navbar-nav {
	align-items: center;
	margin: 0 auto;
}

form.d-flex.search {
	position: relative;
}

form.d-flex.search button.btn {
	position: absolute;
	left: 12px;
	top: 3px;
	width: 30px;
	height: 30px;
	padding: 0;
	font-size: 14px;
}

.btn-success {
	background: var(--primary-color);
	border-color: var(--darker);
}

#carouselExampleFade .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	top: 50%;
	transform: translate(0px, -50%);
	height: 100%;
}

#carouselExampleFade .carousel-inner .carousel-item {
	width: 100%;
	overflow: hidden;
	top: 50%;
	transform: translate(0px, -50%);
}

div#carouselExampleFade {
	border-radius: 20px;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}

.carousel-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
	transform: translate(-50%, -35%);
	z-index: 99;
}

#carouselExampleFade .carousel-inner .carousel-item::before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 10;
	position: absolute;

}

#carouselExampleFade h2 {
	font-size: 3rem;
	font-weight: 700;
}

a.navbar-brand img {
	max-width: 90px !important;
}

.headertext {
	background: #d42b56;
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	line-height: 1;
	padding: 10px 10px;
	z-index: 8;
}

.marquee-inner {
	line-height: 1.5;
	
	color: #fff;
	font-weight: 500;
}

.marquee-inner a {
	color: #fff;
}

marquee p {
	margin: 0;
	color: #fff;
}

.marque {
	display: flex;
	align-items: center;
	background: rgb(53 57 65);
	border-radius: 55px;
	font-weight: 400;
	margin-top: 5px;
	overflow: hidden;
}

.rounded {
	border-radius: 20px !important;
}

.custombanner img:hover {
	filter: drop-shadow(0px 15px 15px #eee);
}

.videocard {
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0px 10px 50px -20px #0000007a;
}

.quicklinks {
	.btn-alert {
		background: var(--primary-gradient);
		color: #fff;
		border-radius: 10px !important;
		padding: 15px;
		margin-bottom: 15px;
	}

}

.owl-carousel .item .box-card h3 {
	font-weight: 700;
	padding: 5px 0;
}

.owl-carousel .item .box-card .box p {
	min-height: 200px;
}

.CTA {
    background-size: cover;
    background-image: url(/designFiles/shamaeim/cta.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.owl-carousel.owl-news .item .box-card {
	min-height: auto !important;
	text-decoration: none;
	
	.box-image {
		height: 150px;
		overflow: hidden;
	}

	.box-image img {
		object-fit: cover;
	}

	h3 {
		font-size: 18px;
		min-height: 80px;
		margin: 0;
	}

	.badge {
		background: #ffffff2b !important;
        right: 32px;
        top: 30px;
        backdrop-filter: blur(1px);
	}
}

.events.wanted .box-card h3,
.events.wanted .badge,
.events.wanted .owl-nav  {
	color: #fff;
}

.owl-carousel.media{
	  .item .box-card  div.badge {
        background: #ffffff !important;
        color: #000000 !important;
		right: 20px;
        top: 20px;
}}
.media{
	.owl-item img {
    position: absolute;
    height: 100%;
	z-index:-1;
    top: 0;
    left: 0;
	filter: brightness(60%);
}

		.item .box-card{
			  position: relative;
        height: 250px;
		        overflow: hidden;
		}
		h3{
			        position: absolute;
        color: #fff !important;
        background: linear-gradient(#00000000 0%, #000 100%);
        width: 100%;
        bottom: 0px;
        margin: 0;
		left: 0;
		padding: 15px 10px !important; 
		}
}

.owl-news {
	.item .box-card {
		        background-color: #fff;
        border: 2px solid #f3f3f3;
        border-radius: 20px;
        padding: 20px;
      z-index: 0;
	}
	

	.btn-primary.btn-block {
		background: #fff;
		border: 1px solid #2593e7;
		color: #2593e7;
		font-size: 14px;
	}

	.btn-primary.btn-block:hover {
		background: #2593e7;
		border: 1px solid #fff;
		color: #fff;
		font-size: 14px;
	}
}

.owl-news.job {
	.item .box-card {
		        background: #ffffff21;
        border: 2px solid #ffffff3b;
        border-radius: 20px;
        padding: 20px;
        color: #fff;
        backdrop-filter: blur(10px);
		transition: all 0.5s ease;
		&:hover{
			background: #fff;
			color:var(--primary-dark);
			h3{
				color:var(--primary-dark);
			}
			.badge{
				color:var(--primary-dark) !important;
			}
		}
	}
}

.events.bg {
	padding-top: 40px !important;
	background-image: url('/designFiles/shamaeim/cta2.png');
	background-attachment: fixed;
    background-repeat: no-repeat;
	    background-size: cover;
}

.owl-news.media {
	.item .box-card {
		background-color: #fff;
		border: 2px solid #f3f3f3;
		border-radius: 20px;
		padding: 20px;

	}
}

.counter-container {
	text-align: center;

	.counter {
		font-size: 30px;
		font-weight: 700;
	}
}

.stats .container-fluid.container-lg {
	background: linear-gradient(-45deg, #7cb0ff, #a7e8ff, #2673ad, #9ee5ff);
	background-size: 400% 400%;
	padding: 30px 10px;
	border-radius: 20px;
	animation: gradient 30s ease infinite;
}

.social {
	li a {
		background: #000;
		color: #fff
	}
	svg {
		fill: #fff;
	}

}

footer {

	h1,
	h4,
	p,
	a,
	small {
		color: #fff !important;
	}
}

section.stats {
	padding: 20px 0px 40px;
}
.navbar {
	background:#fff;
   box-shadow: 0px 0px 30px -22px #000;
   padding: 5px;
}

/* Style the image itself within the container */
.lightbox img {
  height: 300px;
	object-fit: cover;
	width:100%;
border-radius: 15px;
filter: brightness(0.8);
transition: 0.2s;
}
.lightbox img:hover {
filter: brightness(1);
transition: 0.2s;
}
.lightbox{
	border-radius: 15px;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	margin: 10px;
}
.lightbox .gallerytext{
	position: absolute;
	z-index: 9;
	background: linear-gradient(
			#00000000 0%,
			#000 100%);;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 800;
	padding: 20px;

	p{
		margin-bottom: 0;
		font-weight: 500;
	}
}
.gallerybox .lightbox{
 width: 100%;
 display:block;
}
.lightbox.modal {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    padding: 30px;
    transform: translate(0%, -50%);
    margin: 0px;
}
.ratio img{
	border-radius:0px;
	
}
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1.6rem;
		font-weight: 700;
    }
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}
.btn-alert.btn:hover {
    color: var(--primary-blue);
    
}
.row.text-center.promo{
	align-items: center;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.carousel-control-next, .carousel-control-prev {
    width: 10%;
}
/* cards */
.events .box-card {background: rgb(38 115 173 / 10%);border-radius: 8px;padding: 20px;height: 100%;}

.events .box-card svg {
    height: 70px;
    width: 70px;
    fill: #ccc;
}

.events .box-card svg path {fill: #2673ad;}

.events .box-card h3 {
    font-weight: bold;
    color: #2673ad;
}

.events .box-card p {
    font-size: 16px;
}
/* eocjsNewsticker v0.7.3 */

.eocjs-newsticker {
  padding: 10px 0;
  /* background-color: #eee; */
}

.eocjs-newsticker .eocjs-newsticker-container {
  position: relative;
  height: 24px;
  overflow: hidden;
}

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  z-index: 8;
  color:#fff;
}

.eocjs-newsticker-loader {
  position: absolute;
  left: calc(50% - 10px);
  top: 2px;
  width: 20px;
  height: 20px;
  display: block;
  border: 3px solid #555555;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: eocjs-newsticker-spin .75s linear infinite;
}

@keyframes eocjs-newsticker-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Extra small devices (phones, <576px) */
@media (max-width: 575.98px) {
  /* Your CSS for phones */
  .navbar-expand-sm .navbar-nav {
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  #carouselExampleFade h2 {
    font-size: 24px !important;
  }
  .carousel-caption.d-md-block {
    width: 100% !important;
    top: 10% !important;
  }
  .wrapper {
    .title {
      p {
        font-size: 14px;
      }
      br {
        display: none;
      }
    }
  }
  .nav-top {
    .btn.btn-primary {
      padding: 5px 10px;
      font-size: 14px;
    }
  }
  .nav-top .social {
    a {
      width: 24px;
            height: 24px;
            font-size: 12px;
            margin: 0 2px;
    }
    .navbar > .container-fluid,
    .navbar > .container-lg {
      padding: 0px !important;
    }
  }
  .gallerybox .lightbox {
    width: 90% !important;
  }
  a.navbar-brand img {
    max-width: 60px !important;
  }
  section {
    padding: 40px 0 40px 0;
  }
  .hero h1 {
    font-size: 70px;
    line-height: 1;
  }
  .association {
    & .box {
      img {
        width: 140px;
      }

      margin: 20px 0;
    }
  }
}

@media (max-width: 768px) {
  .carousel-caption.d-md-block {
    width: 100%;
    margin: 0;
    padding: 0;
    transform: scale(0.5) translate(30%, -30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    top: 20%;
  }
  .btn {
    font-size: 14px;
  }
  .row.mt-4.justify-content-center {
    margin-top: 0px !important;
  }
  .title.text-center.mb-5 {
    margin-bottom: 40px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  .quicklinks li:last-child .btn-alert,
  .quicklinks {
    margin-bottom: 0px;
  }
  section.stats {
    padding: 20px 0px 20px !important;
  }
  .search input {
    margin-bottom: 15px;
  }
  .nav-top + .container-fluid.container-lg {
    border-bottom: 1px solid #eee;
  }
  .events .item.col-sm-4 .box-card .box {
    margin-bottom: 10px;
  }
  .col-12.mt-4 {
    margin-top: 0 !important;
  }
  .rounded {
    border-radius: 10px !important;
  }
  .row.flex-lg-row-reverse.align-items-center.py-5 {
    padding: 0 !important;
  }
  p {
    font-size: 13px;
    font-weight: 400;
  }
  .gallerybox .lightbox {
    width: 47%;
  }
  .stats .container-fluid.container-lg {
    width: 92%;
  }
  .counter-container {
    .counter {
      font-size: 20px;
      font-weight: 700;
    }
    .fa-3x {
      font-size: 25px;
    }
  }
  .custombanner img {
    margin-bottom: 20px;
  }
  div#carouselExampleFade {
    margin-top: 40px;
    height: 120px;
  }
  iframe.videocard {
    height: 250px;
    margin-bottom: 20px;
  }
  .stats .counter-container {
    margin-bottom: 20px;
  }
  .navbar-expand-sm .navbar-nav {
    align-items: flex-start;
    gap: 10px;
  }
  .visible-xs {
    display: block;
  }
  form .row {
    gap: 10px;
  }
  .title-carousel {
    hr {
      display: none !important;
    }
  }
  .title-carousel {
    justify-content: center !important;
  }
  .title-carousel > .btn {
    display: none;
  }
}

@media (max-width: 991px) {
  .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    margin: 10px;
    gap: 10px;
  }
  .owl-dots button.owl-dot.active {
    opacity: 1;
  }
  .owl-dots button {
    background: #122f13 !important;
    width: 13px;
    height: 13px;
    border-radius: 20px;
    opacity: 0.3;
  }
  .social {
    justify-content: center;
  }
  footer .container-fluid > .row.py-5 {
    display: flex;
    justify-content: center;
    text-align: center !important;
  }
  .joinus .d-grid.gap-2.d-md-flex.justify-content-md-start.align-items-center {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: center !important;
  }

  .joinus img {
    margin: 0 auto;
  }

  .joinus .row.flex-lg-row-reverse.align-items-center {
    display: flex;
    flex-direction: column-reverse !important;
    align-items: center;
    text-align: center;
  }
  .navbar-collapse {
    flex-basis: 100% !important;
    flex-grow: 1;
    align-items: center;
  }
  .navbar-expand-sm .navbar-collapse {
    display: block !important;
  }
  .navbar > .container-fluid,
  .navbar > .container-lg {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-expand-sm .navbar-toggler {
    display: block;
    background: #ffffff;
    padding: 5px 5px;
  }
  .hero .row.flex-lg-row-reverse.align-items-center.py-5 {
    flex-direction: column-reverse;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
  }
  .hero .d-grid.gap-2.d-md-flex.justify-content-md-start {
    justify-content: center !important;
  }
  .navbar .container-fluid.container-lg {
    flex-direction: row-reverse;
  }
  .navbar .nav-top .container-fluid.container-lg {
    flex-direction: row;
  }
  .collapse:not(.show) {
    display: none !important;
  }
  .navbar-nav {
    flex-direction: column !important;
  }
}

@media (max-width: 1200px) {
  .title-carousel {
    hr {
      width: 40%;
    }
  }
}

/* Small devices (phones ≥576px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Small phones or phablets */
}

/* Medium devices (tablets ≥768px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Tablets */
}

/* Large devices (desktops ≥992px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Small laptops / large tablets */
}

/* Extra large devices (large desktops ≥1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* Full HD desktops */
}

/* Ultra large devices (≥1400px) */
@media (min-width: 1400px) {
  /* 4K screens or wide layouts */
}
