.mobile-only {
  display: none;
}
.header {
  position: relative;

  @media (max-width: 991px) {
    position: fixed;
  }
}
/* main {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} */
main {
  @media (max-width: 991px) {
    margin-top: 3.7rem;
  }
}
.slick-primo .slick-list,
.slick-primo .slick-track,
.slick-primo .slick-slide,
.slick-primo .slick-slide > div,
.slick-primo .slick-slide > div > div {
  height: 100%;
}
.slick-primo .gradient {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, rgb(3 5 78) 5%, rgba(13, 3, 121, 0) 45%);
  z-index: 0;
  mix-blend-mode: multiply;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0;
  background-color: transparent;
  color: var(--prime1);
}
.footer a {
  color: var(--prime1);
}
.footer .container {
  display: none;
}
.footer .fin {
  background-color: transparent;
}
.cover {
  position: relative;
  display: flex;
  flex-direction: column;
}
.squares {
  position: relative;
  top: 50px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr repeat(2, 0.75fr) 1.5fr;
  grid-template-rows: 2.5fr 1fr 2fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.sq {
  position: relative;
  isolation: isolate;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.squares .sq1 {
  grid-area: 1 / 1 / 3 / 3;
  background-color: var(--prime1);
}

.squares .sq h2 {
  font-size: calc(1.95vw + 16px);
}
.squares .sq2 {
  grid-area: 1 / 3 / 2 / 5;
  background-color: var(--prime2);
}
.squares .sq3 {
  grid-area: 2 / 4 / 4 / 5;
  background-color: var(--prime3);
}
.squares .sq4 {
  grid-area: 2 / 3 / 3 / 4;
  background-color: var(--prime4);
}
.squares .sq5 {
  grid-area: 3 / 2 / 4 / 4;
  background-color: var(--prime5);
}
.squares .sq6 {
  grid-area: 3 / 1 / 4 / 2;
  background-color: var(--prime6);
}

.cover-slick {
  width: 100%;
  height: 49vh;
  position: relative;
  top: 50px;
}
.cover-slick .slick-slide > div > div {
  position: relative;
}
.cover-slick .grade {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}
.cover-slick .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cover-slick h2 {
  position: relative;
  color: #fff;
  font-size: calc(2.2vw + 16px);
  z-index: 2;
  width: fit-content;
}
.cover-slick h2::after {
  position: absolute;
  content: "";
  width: 75%;
  background-color: var(--prime2);
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cover-slick div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.cover .toggle-slick {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

.cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;

  max-width: 600px;
  margin-top: -60px;
}
.container {
  padding-inline: 2.9rem;
  max-width: 100%;
}
.fb-responsive {
  position: relative;
  width: 100%;
  padding-top: 170%; /* adjust height ratio to your needs */
  overflow: hidden;
}

.fb-responsive .fb-page {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.parent {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr) 0.45fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  min-height: 450px;

  @media (min-width: 992px) and (max-height: 750px) {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }
}
.parent > div {
  height: 42.5vh;
  border-radius: 25px;
  overflow: hidden;
  isolation: isolate;

  @media (min-width: 992px) and (max-height: 750px) {
    height: 42vh;
  }
}
.div1 {
  grid-area: 1 / 3 / 2 / 4;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  width: 100%;
  background-color: #ddf5fb;
  min-width: 320px;
}
.div1 .wrap {
  width: 100%;
  height: 100%;
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column;
}
.div1 .icon {
  width: 75px;
}
.div1 img {
  width: 100%;
  object-fit: contain;
}
.div1 h2 {
  color: var(--prime1);
  font-weight: 700;
  font-size: calc(1.2vw + 16px);
  margin-bottom: 0;
  line-height: 1;
}
.div1 a {
  transition: all 0.2s ease;
}
.div1:hover a {
  transform: scale(1.1);
  text-decoration: none;
}
.div1 p {
  transition: all 0.2s ease;
  color: var(--prime1);
  font-size: calc(0.25rem + 16px);
}
.div2 {
  grid-area: 1 / 1 / 2 / 3;
}
.div3 {
  grid-area: 2 / 3 / 3 / 4;
  background-color: #ddf5fb;
  min-width: 270px;
}
.div4 {
  grid-area: 2 / 1 / 3 / 3;
  background-color: #ddf5fb;
}
.slick-primo {
  height: 100%;
}
.slick-primo .primo-slide {
  display: block;
  height: 43vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.div2 a h2 {
  position: absolute;
  bottom: 6rem;
  right: 2rem;
  width: fit-content;
  font-size: 2rem;
  color: #fff;
  font-weight: normal;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.52);
}
.div2 a p {
  position: absolute;
  bottom: 3rem;
  line-height: 1.1;
  right: 5rem;
  width: 500px;
  font-size: calc(2.25vw + 16px);
  font-weight: 900;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.52);
  transition: all 0.2s ease;
  transform-origin: right;

  @media (max-width: 991px) {
    bottom: 1.75rem;
    left: 1.5rem;
    right: 0.5rem;
    line-height: 1.2;
  }
}
.div2 a span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.div2 a span b {
  color: var(--prime5);
  transition: all 0.2s ease;
  text-decoration: none;
}
.div2 a:hover p {
  transform: scale(1.1);
}
.div2 a:hover span {
  color: var(--prime5);
}
.div2 a:hover span b {
  margin-right: 0.27rem;
}
/**/

video {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 1s opacity;
  object-fit: cover;
  z-index: -1;
}

#toggle-video {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

/**/
.services {
  position: relative;
}
.services h2 {
  color: var(--prime1);
  width: fit-content;
  position: absolute;
  z-index: 2;
  margin: auto;
  inset: 0;
  top: 1rem;
  z-index: -1;
}
.services h2::after {
  content: "";
  position: relative;
  display: inline-block;
  bottom: 1.7rem;
  width: 100%;
  height: 2px;
  background-color: var(--prime3);
  border-radius: 3px;
}

.services-slick {
  width: 100%;
  margin-block: auto;
}

.service {
  text-align: center;
  display: block;
  background: transparent;
  margin: 0.25rem;
  padding: 0.25rem;
  color: var(--text);
  font-size: 1.1rem;
}
.service figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: inherit;
}
.service figcaption {
  line-height: 1;
  text-align: center;
  width: 100%;
  color: var(--prime1);
  font-size: 1.25rem;
}
.service:hover img {
  transform: scale(1.15);
}
.service .icon {
  max-width: 95px;
  height: 95px;
  margin-bottom: 1.5rem;
}
.service .icon img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.2s ease;
}
/* .services .slick-slide:nth-of-type(even) > div::before,
.services .slick-slide:nth-of-type(even) > div::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background-color: #d7dde0;
  top: 50%;
  transform: translateY(-50%);
} */
/* Articles */

.articles {
  padding: 6rem 2rem 3rem;
}

.articles .row > div {
  margin-bottom: 20px;
}
.article {
  display: flex;
  color: #000;
  position: relative;
}
.article + a {
  color: var(--text);
  display: flex;
  padding: 5px 10px;
  width: fit-content;
  margin-right: auto;
  border-radius: 5px;
}
.article + a:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: scale(1.1);
}
.article img {
  display: block;
  width: 100%;
  border-radius: 20px;
  min-height: 255px;
  max-height: 100%;
  object-fit: cover;
}
.article .info {
  padding: 1rem;
}
.articles .row > div:first-child a {
  display: flex;
}
.articles .row > div:first-child a:hover {
  text-decoration: none;
}
.articles .row > div:first-child .pic {
  width: 100%;
  max-width: 50%;
  margin-left: 1rem;
}

.articles .row > div:first-child .info {
  display: flex;
  flex-direction: column;
  padding-inline: 1rem;
  height: 82%;
}
.articles .row .info p {
  line-height: 1;
  font-size: 0.9rem;
  color: #3b3b3b;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.articles .row .info p em {
  font-style: normal;
  color: var(--prime2);
  margin-inline: -2px;
  font-size: 115%;
}
.articles .row > div:first-child .info h3 {
  margin-bottom: 1.5rem;
  position: relative;
}
.articles .row > div:first-child .info h3::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  width: 150px;
  height: 3px;
  background-color: var(--prime2);
  right: 0;
}
.articles .row > div:first-child .info h3 span {
  font-size: calc(1.35vw + 16px);
  color: var(--text);
  line-height: 1;
  font-weight: 700;
}

.articles .row > div:first-child .info h3 + div {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgb(84, 84, 84);
}
.articles .read-all {
  margin-top: auto;
  color: var(--prime2);
  font-size: 1.2rem;
  transition: all 0.2s ease;
}
.articles .read-all:hover {
  font-size: 1.4rem;
}
main .content {
  margin-block: 9rem;
  position: relative;
  padding-block: 4.5rem;
}

.content .frame::after {
  content: "";
  position: absolute;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  height: 150px;
  background-image: url(./images/fb_opacity.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content .frame {
  position: absolute;
  right: 0;
  background-color: #3061b2;
  height: 100%;
  width: 30vw;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.content .frame img {
  width: 100%;
  max-width: 345px;
  top: -60px;
  position: relative;
}
.content .item h2 {
  margin-bottom: 4rem;
}
.content .each {
  width: 400px;
  margin: 0 auto auto;

  top: -100px;
  position: absolute;
  left: 0;
  opacity: 0.4;
}

.content .item {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.content a {
  display: flex;
}
.content a:hover {
  text-decoration: none;
}
.content .pic {
  width: 100%;
  max-width: 50%;
  margin-left: 1rem;
}

.content .info {
  display: flex;
  flex-direction: column;
  height: 82%;
  justify-content: space-between;
}
.content .info p {
  line-height: 1;
  font-size: 0.9rem;
  color: #3b3b3b;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.content .info p em {
  font-style: normal;
  color: var(--prime2);
  margin-inline: -2px;
  font-size: 115%;
}
.content .info h3 {
  margin-bottom: 1.5rem;
  position: relative;
}
.content h3::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  width: 150px;
  height: 3px;
  background-color: var(--prime2);
  right: 0;
}
.content .info h3 span {
  font-size: calc(1.4vw + 16px);
  color: var(--text);
  line-height: 1;
  font-weight: 700;
}

.content .info h3 + div {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgb(84, 84, 84);
}
section h2 {
  position: relative;
  font-size: calc(2.2vw + 16px);
  font-weight: 900;
  color: var(--prime1);
  margin-bottom: 2rem;
}
section h2 span {
  color: var(--prime2);
  margin-inline-end: -0.5rem;
  margin-bottom: 3rem;
}
.fb-responsive-container {
  width: 100%;
  max-width: 618px;
  margin: 0 auto;
}
/** EVENTS NEW */
.all {
  margin-block: 2.5rem;
  display: flex;
  justify-content: center;
  overflow-x: clip;
}
.all a {
  font-size: 1.5rem;
  background-color: #fff;
  border-radius: 100vw;
  border: 2px solid var(--prime1);
  padding: 7px 2rem;
  color: var(--prime1);
}
.all a:hover {
  background-color: var(--prime1);
  color: #fff;
}
.events {
  margin-top: 2rem;
  position: relative;
  isolation: isolate;

  display: none !important;
}
.events h2 {
  display: flex;
  justify-content: flex-end;
}
.events h2 span {
  margin-inline-end: 0;
}
.events .bluebg {
  position: absolute;
  bottom: -5rem;
  width: 100%;
  height: 65%;
  background-color: rgba(var(--prime2RGB), 0.18);
  right: 0;
  z-index: -1;
}

.events article {
  background-color: #fff;
  height: 100%;
}
.events .row > div {
  margin-bottom: 2rem;
}
.event-promo:hover {
  text-decoration: none;
  border: 2px solid var(--prime1);
}
.event-promo:hover .details .icon {
  background-color: var(--prime1);
}
.event-promo:hover .read-more-btn {
  background-color: var(--prime1);
}
.event-promo:hover .dates.square {
  background-color: var(--prime1);
}
.event-promo {
  position: relative;
  border-radius: 3px;
  padding: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid var(--prime1);
  display: block;
  color: inherit;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.event-promo .pic {
  background-color: #f9f9f9;
  padding-bottom: 90%;
  overflow: hidden;
  position: relative;
}

.event-promo .pic img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-promo .details {
  border-top: 1px solid #ddd;
  padding: 1rem;
  color: var(--text);
  font-size: 1.15rem;
  display: flex;
  flex-direction: column;
  height: inherit;
}
.event-promo .details .name {
  font-weight: 700;
  font-size: 1.4rem;
  min-height: 4rem;
  line-height: 1.2;
  color: var(--text);
  position: relative;
}
.events article {
  height: 100%;
}
.event-promo .read-more-btn {
  text-align: left;
  position: relative;
  padding: 2px 10px;
  margin-right: auto;
  width: fit-content;
  border-radius: 0 1rem 1rem 0;
  background-color: var(--prime1);
  border-color: var(--prime1);
  color: #fff;
  left: -1.2rem;
  margin-top: auto;
}

.event-promo .details .icon {
  background-color: var(--prime1);
  margin-right: -1.3rem;
  border-radius: 1rem 0 0 1rem;
  display: inline-block;
  width: 40px;
  text-align: center;
  padding: 2px 0;
  color: #fff;
}
/* END EVENTS NEW*/
.gall .decoration {
  position: absolute;
  top: -375px;
  right: 0;
  width: 60vh;
  background-size: cover;
  aspect-ratio: 1;
  z-index: -1;
  background-image: url("./images/bg_deco.png?v=1");
  opacity: 0.25;
}
.gall h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 3rem;
}
.gall h2 span {
  margin-inline-end: -0.45rem;
}
.gall {
  position: relative;
  margin-block: 9rem;
  margin-top: 15rem;
  overflow-x: clip;

  display: none !important;
}

.gall .slick-gallery > div {
  height: 100%;
}
.gall .slick-slide div {
  height: 100%;
  margin-inline: 0.5rem;
}
.gall .slick-slide div > div {
  /* height: 272px; */
  aspect-ratio: 17 / 8;
  background-size: cover;
  background-position: center;
  gap: 1rem;
  border-radius: 1rem;
}
.gall .slick-prev,
.gall .slick-next {
  z-index: 9;
  background-color: #fff;
  height: 70px;
  width: 40px;
  display: grid;
  place-content: center;
  font-size: 2rem;
  transform: translateY(-50%);
}
.gall .slick-prev::before,
.gall .slick-next::before {
  font-size: 2rem;
  color: var(--prime1);
}
/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.news {
  margin-top: 1rem;
  position: relative;
  padding: 1rem 0;
  background-color: var(--prime1);

  display: none !important;
}
.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}

.bn-news a p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.1;
  max-height: 59px;
  overflow-y: clip;
}
.news h2 {
  background: #111;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.219rem 0.75rem;
  margin: 0;
  border-radius: 2rem;
  z-index: 5;
}

.news h3 {
  position: relative;
  line-height: 1.1;
  padding-bottom: 0;
  min-height: 67px;
  max-height: 67px;
  overflow-y: clip;
  margin-bottom: 0.7rem;
}

.news h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  height: 1px;
  background-color: var(--prime2);
}
.news h2 a {
  color: inherit;
}

.bn-news ul li {
  max-width: 620px;
}
.bn-news ul li:nth-child(even) {
  border-left: 1px solid #ffffff6b;
  border-right: 1px solid #ffffff6b;
}
.bn-news ul li a {
  line-height: 1.2rem;
  padding: 0.36rem 0;
  color: #fff;
  display: block;
  white-space: normal;
}

.bn-news ul li a:hover {
  color: var(--prime2b);
}

.bn-effect-scroll .bn-news ul li {
  padding: 0 1rem;
}
.news .deco {
  z-index: 3;
  position: absolute;
  top: -2.6rem;
  left: 10rem;
  width: 270px;
  height: auto;
}
.news .date {
  font-weight: 300;
}
.news .date em {
  color: var(--prime2);
  font-style: normal;
  margin-inline-start: -3px;
  margin-inline-end: -4px;
}
.breaking-news-ticker {
  background-color: var(--prime1);
}
.breaking-news-ticker .bn-news {
  left: 20rem !important;
}
.news-toggle {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #111;
  color: #fff;
  background: none;
  font-size: 14px;
}
.bn-direction-rtl .bn-controls button {
  border: none;
  background-color: transparent;
  border: 0;
  width: 40px;
  background: var(--prime1);
  padding: 0;
}
.bn-direction-rtl .bn-controls button:hover {
  background-color: transparent;
  border: 0;
}
.bn-pause {
  height: 20px;
}
.bn-pause::before {
  left: 6px;
}
.bn-arrow {
  top: -1px;
}

.bn-pause::before,
.bn-pause::after {
  width: 4px;
  background-color: #fff;
}
.bn-play::after {
  border-left-color: #fff;
  border-width: 12px;
}

/**/

.news-marquee {
  height: 300px;
  overflow: hidden;
}

/**/

/**/
.slick-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  list-style-type: none;
  bottom: 0;
  position: absolute;
  padding-inline: 0;
}
.slick-dots li.slick-active button {
  background-color: var(--prime1);
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 4px;
  height: 4px;
  padding: 7px;
  margin: 0 6px;
  cursor: pointer;
  color: transparent;
  border: 2px solid var(--prime1);
  outline: none;
  background: #ffffffc5;
  font-size: 0;
  border-radius: 50%;
}
.slick-primo {
  /* margin-top: 4rem; */
  width: 100%;

  display: block;
}
.slick-primo > div {
  height: 100%;
}
/* .slick-primo .primo-slide {
  height: 25vw;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  justify-content: flex-end;
}
.slick-primo .wrapper {
  padding: 1.5rem 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 5rem;
  backdrop-filter: blur(2px);
  position: relative;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
}
.slick-primo .wrapper:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.slick-primo .wrapper::after {
  content: "";
  position: absolute;
  left: 3rem;
  height: 100%;
  top: 0;
  width: 2px;
  background-color: #c2c2c2;
}
.slick-primo h3 {
  transition: all 0.2s ease;
  width: 100%;
  max-width: 50vw;
  color: #fff;
  font-size: calc(1.2vw + 16px);
}
.slick-primo em {
  font-style: normal;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: calc(0.5vw + 5px);
  padding: 2px 10px;
  margin-top: 1rem;
  color: #fff;
}
.slick-primo a:hover {
  text-decoration: none;
}

.slick-primo button:hover {
  background-color: #ffffffad;
  color: var(--text);
} */
/* Fast Nav */

/**/
@media (max-width: 1199px) {
  .news .deco {
    top: -1.7rem;
    width: 255px;
  }
}
.cover {
  flex: 99;
  /* min-height: 670px; */
}
@media (min-width: 992px) {
  .squares h2 {
    color: #fff;
    font-weight: 900;
  }
  .squares .grade {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    inset: 0;
    margin: auto;
  }
  .sq .grade {
    background: linear-gradient(
      230deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(255, 255, 255, 0) 63%
    );
  }
  .squares {
    height: calc(100vh - 50px);
  }
  .squares .sq {
    padding: 7rem;
  }
  .squares .sq1 {
    padding-top: 15rem;
  }

  .bn-news {
    padding-right: 100px;
  }
  /* .cover {
    height: 100vh;
  } */
  .services {
    width: 100%;
    display: flex;
  }
}

.squares3 h2 {
  position: absolute;
  color: #fff;
  font-size: calc(2.2vw + 16px);
  z-index: 2;
  width: fit-content;
  right: 5rem;
  top: 25vh;
}
.squares3 h2::after {
  position: absolute;
  content: "";
  width: 75%;
  background-color: var(--prime2);
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.squares3 {
  display: flex;
  gap: 10px;
  height: 100%;
}
.squares3 .sq {
  flex: 1 0 37%;
}
.squares3 .sq.sq2 {
  flex: 1 0 20%;
}
.tabs {
  position: fixed;
  left: 0;
  width: 320px;
  height: auto;
  z-index: 9;
  top: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1rem 1rem 1rem 0;
}
.tabs a {
  background-color: var(--prime1);
  color: #fff;
  border-top-right-radius: 10px;
  padding: 1rem 0.25rem 1rem 0.25rem;
  border-bottom-right-radius: 10px;
  margin-inline: 1rem;
  font-size: 1.42rem;
  writing-mode: vertical-rl; /* vertical, right-to-left */
  writing-mode: sideways-lr; /* vertical, right-to-left */
  text-orientation: mixed; /* allows sideways letters */
  direction: rtl; /* RTL direction */
  white-space: nowrap;
}
.tabs a:hover {
  background-color: var(--prime2);
}
.sidebar a.open {
  transform: translateX(300px);
}
.sidebar .close {
  width: 100%;
  color: #fff;
  margin-bottom: 1rem;
}
.sidebar .close i {
  padding: 0.5rem;
  border-radius: 5px;
  font-size: 1.75rem;
  margin-inline: 0.25rem;
}
.sidebar {
  width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 9999999;
  padding: 1rem 2rem;
  overflow: auto;
  background-color: var(--prime1);

  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar.open {
  left: 0;
}
@media (max-width: 991px) {
  .squares3 {
    flex-direction: column;
  }
  .squares3 h2 {
    font-size: calc(4vw + 16px);
    right: 2rem;
    top: 150px;
  }
  /* section.services {
    min-height: 250px;
  } */
  /* .services .slick-slide:nth-of-type(even) > div::before,
  .services .slick-slide:nth-of-type(even) > div::after {
    content: none;
  } */
  .cover-slick {
    height: 42vh;
  }

  .mobile-only.h2-section {
    margin-block-start: 62px;
    display: block;
  }
  .slick-primo {
    height: 25vh;
  }

  .slick-primo .primo-slide {
    height: 100%;
  }

  .h2-section {
    position: relative;
    background-color: var(--prime2);
    /* padding-block: 2rem; */
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: calc(3.52vw + 16px);
  }
  .squares {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 45vw;
  }
  .sq h2 {
    display: none;
  }
  .cover {
    padding: 5px 0 0;
  }
  .events h2 {
    display: block;
  }
  .events .col {
    flex: 1 0 50%;
  }
  .slick-primo a {
    height: 40vw;
  }
  .slick-primo .wrapper {
    padding: 0.5rem 2rem;
  }
  .slick-primo h3 {
    max-width: 82vw;
  }
  .slick-primo .wrapper::after {
    right: 1rem;
  }
  .slick-primo button {
    margin-top: 0.25rem;
    font-size: calc(1vw + 10px);
  }
  section h2 {
    width: fit-content;
    display: block;
    line-height: 1;
    padding-right: 0;
    font-size: calc(6.5vw + 16px);
  }
  h2 b {
    display: inline-block;
    width: 100%;
  }
  .slick-primo {
    border-radius: 20px;
    overflow: hidden;
  }
  .news .deco {
    top: 9.3rem;
    width: 100px;
    left: 7%;
  }
  .bn-news ul li {
    max-width: 320px;
  }
  .breaking-news-ticker .bn-news {
    left: 0rem !important;
  }
  .bn-direction-rtl .bn-controls {
    display: none;
  }
  .articles .row > div {
    display: flex;
    justify-content: center;
  }
  .article img {
    max-width: 480px;
    margin: auto;
  }
  .articles .row > div:first-child .pic {
    max-width: 100%;
    margin-left: 0;
  }
  .articles .row > div:first-child a {
    flex-direction: column;
  }
  .articles .row > div:first-child .info {
    height: 100%;
    max-width: 480px;
  }

  .gall h2 {
    text-align: right;
  }
  .gall .decoration {
    right: auto;
    left: 5%;
  }
  main .content {
    margin-bottom: 5rem;
  }
  main .content .frame {
    height: 45%;
    width: 75vw;
  }
  main .content .frame img {
    top: -41px;
    width: 260px;
  }
  main .content .item {
    margin-top: 5rem;
  }
  .div1 .wrap {
    padding: 0.65rem 2rem;
  }
  .services-slick {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0;
  }
  .services-slick > div {
    aspect-ratio: 1;
    width: 100px;
    height: 120px;
    margin: 0.7rem 0.2rem;
  }
  .service figcaption {
    font-size: 1.1rem;
  }
  .service .icon {
    width: 45px;
    height: 45px;
    margin-bottom: 0.75rem;
  }
  .footer {
    margin-top: 2rem;
    position: relative;
  }
  .container {
    padding-inline: 1.9rem;
  }
  .parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-column-gap: 15px;
    grid-row-gap: 35px;
  }
  .parent > div {
    height: auto;
    max-width: 100%;
  }
  .parent > .div2 {
    width: 100%;
    order: -1;
  }
  .parent > .div1 {
    order: 3;
    max-width: 44%;
  }
  .parent > .div3 {
    order: 4;
    max-width: 50%;
  }
  .services h2 {
    position: relative;
  }
  .parent > .div4 {
    order: 2;
    width: 90%;
    max-width: 100%;
    padding-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .content a {
    flex-direction: column;
  }
  .content .pic,
  .content .pic img {
    max-width: 100%;
  }
}

@media (max-width: 650px) {
  .parent > .div1,
  .parent > .div3 {
    width: 90%;
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .cover-slick {
    height: 35vh;
  }
  .slick-dots {
    justify-content: flex-end;
    padding-left: 1rem;
  }
  .gall .slick-prev,
  .gall .slick-next {
    height: 40px;
  }
  .gall {
    margin-top: 9rem;
  }
  .all a {
    font-size: 1.2rem;
  }
  .events {
    padding-inline: 2rem;
  }
  .events .col {
    flex: 1 0 100%;
  }
}

@media (max-width: 500px) {
  .div2 a p {
        font-size: calc(2vw + 16px);
        padding: 1rem;
        width: auto;
        top: 2rem;
  }
  .gall h2 {
    padding-right: 2rem;
  }
}
