/*
Theme Name: Afrigamers
Theme URI: http://afrigamers.com
Author: Intside
Author URI: http://intside.com/
Description: Afrigamers is a startup theme for Advanced user who want to build professional WordPress theme based on Bootstrap
Version: 0.1
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: afrigamers
*/


/**
 * Table of Contents:
 *
 * 1.0 - Basic Structure
 * 2.0 - Media Queries
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

html :where(.wp-block) {
	max-width: 100% !important;
}

.site-content > *:not(div) {
	margin-left: auto;
	margin-right: auto;
}
 
:root {
  --color-primary :#ff4646;
  --color-bgprimary : linear-gradient(134.58deg, rgb(76, 89, 111) -16.99%, rgb(45, 45, 63) 113.53%);
  --color-white: #FFF;
}

html {
	font-size: 16px;
}

 body {
  cursor: none;
  background: linear-gradient(180deg, rgb(27, 27, 42) 0%, rgb(25, 25, 39) 100%) no-repeat;
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--color-white);
}

.cursor {
  font-size: 1.5rem;
  filter: blur(0.02em);
  -webkit-filter: blur(0.02em);
  position: fixed;
  pointer-events: none;
  height: 20px;
  z-index: 9999;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(0) scale(1);
  }
  25% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-2em) scale(0);
  }
}
.particle {
  background: radial-gradient(rgb(246, 80, 88) 20%, rgba(255, 80, 0, 0) 70%) no-repeat;
  mix-blend-mode: screen;
  position: absolute;
  bottom: 0;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  opacity: 0;
  animation: rise 1s ease-in infinite;
}
.particle:nth-of-type(1) { 
  animation-delay: 0.1s; left: 1%; 
}
.particle:nth-of-type(2) { 
  animation-delay: 0.2s; left: 2%; 
}

.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}
.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in, visibility 0.5s ease-in;
}

h2,
.h2, 
h4,
.h4
h5,
.h5 {
  font-weight: 700;
}

h1,
.h1, 
h6,
.h6 {
  font-weight: 600;
}

h1, 
.h1,
h2 {
  font-size: 1.75rem;
} 
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}

a {
  display: inline-block;
  color: var(--color-white);
}
a:hover {
  text-decoration: none;
  color: var(--color-primary);
}

.space-top {
  padding: 3.125rem 0 0;
}
.space-bottom {
  padding: 0 0 3.125rem;
}
.space-vertical {
  padding: 3.125rem 0;  
}

.primary-text {
  color: var(--color-primary);
}
.primary-bg {
  background: var(--color-bgprimary) no-repeat;
}

.bg-active {
  background: linear-gradient(135deg, rgb(255, 70, 70) -16.99%, rgb(255, 70, 70) 113.53%) no-repeat;
  border: 1px solid var(--color-primary);
}

.custom-title {
  position: relative;
  padding-bottom: .625rem;
  margin-bottom: 0;
}
.custom-title::before,
#last-content ul li.active::before {
  background: url(assets/images/rod.svg) no-repeat;
  background-size: auto;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 10.375rem;
  height: .25rem;
  transform: translateX(-50%);
  border-radius: 8px;
  z-index: -1;
}

.nav.nav-pills {
  justify-content: center;
  box-shadow: none;
}
.nav.nav-pills .nav-link {
  background: var(--color-bgprimary) no-repeat;
  margin: .5rem;
  padding: .75rem 2rem;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  color: #FFF;
}
.nav.nav-pills .nav-link.active, 
.nav.nav-pills .show > .nav-link {
  background: var(--color-primary);
}

#custom-form .contact-form {
 background-image: linear-gradient(134.58deg, #4C596F -16.99%, #2D2D3F 113.53%);
 background-repeat: no-repeat;
 border-radius: 8px;
}

#custom-form form {
  position: relative;
}

#custom-form form .gfield_label {
  display: inline-block;
  position: relative;
  color: #FFF;
}
#custom-form form .gfield_label::before {
	content: '*';
	position: absolute;
	top: 0;
	right: -.5rem;
	color: var(--color-primary);
}
#custom-form form .gfield_label .gfield_required {
	display: none;
}

#custom-form form input:not([type="submit"]):not([type="search"]):not([type="checkbox"]),
#custom-form form select {
  height: 3rem;
  border-radius: 100px;
}

#custom-form form input:not([type="submit"]):not([type="checkbox"]),
#custom-form form select,
#custom-form form textarea  {
  background-color: #2F2E40; 
  padding: .75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #FFF;
}

#custom-form form input:not([type="submit"]):not([type="checkbox"])::placeholder,
#custom-form form select,
#custom-form form textarea::placeholder {
  color: #8D8E90;
}

#custom-form form input:not([type="submit"]):not([type="checkbox"]):focus,
#custom-form form select:focus,
#custom-form form textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 .25rem rgba(255, 70, 70, .25 );
}

#custom-form form input[type="search"] {
  height: 4rem;
  border-radius: 100px;
}

#custom-form form textarea {
  resize: none;
  border-radius: 16px;
}

.btn,
#custom-form form input[type="submit"] {
  position: relative;
  font-weight: 700;
  line-height: 22px;
  padding: .75rem 1.5rem;
  transform: perspective(1px) translateZ(0);
  border-radius: 100px;
  z-index: 1;
}

.btn:hover, 
.btn:focus-visible, 
.btn-check:focus+.btn, 
.btn:focus, 
.btn:first-child:active, 
:not(.btn-check)+.btn:active {
  box-shadow: none;
  transition: .5s ease-in-out;
}

#custom-form form input[type="submit"],
.btn.btn-primary,
.btn:hover.btn-primary, 
.btn:focus-visible.btn-primary, 
.btn-check:focus+.btn.btn-primary, 
.btn:focus.btn-primary, 
.btn:first-child:active.btn-primary, 
:not(.btn-check)+.btn:active.btn-primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

/* .btn-primary::before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 6px solid var(--color-primary);
  border-radius: 100px;
  animation-duration: 1s;
}

@keyframes hvr-ripple-out {
  100% {
    top: -.75rem;
    right: -.75rem;
    bottom: -.75rem;
    left: -.75rem;
    opacity: 0;
  }
} */

#custom-form form input[type="submit"]:hover:before,
.btn-primary:hover:before {
  display: block;
  animation-name: hvr-ripple-out;
}

.navbar {
  background-color: #101010;
  padding: .875rem 0;
}
.navbar .navbar-toggler {
  background-color: var(--color-white);
}

.nav-contact {
  background-color: #373742;
  padding: .5rem 0;
}
.nav-contact ul li {
  display: inline-block;
}
.nav-contact ul li a:hover {
  color: var(--color-white);
}
.nav-contact .media li a img {
  max-width: 1rem;
  max-height: 1rem;
  width: auto;
  height: auto;
}

nav .navbar-nav .menu-item  {
  margin-bottom: 1rem;
}
nav .navbar-nav .menu-item a {
	display: block;
  font-weight: 600;
  color: var(--color-white);
}
nav .navbar-nav .menu-item a:hover {
  color: var(--color-primary);
}
nav .navbar-nav .menu-item-has-children {
	position: relative;
	cursor: pointer;
	margin-right: 0;
}
nav .navbar-nav .menu-item-has-children > a::before  {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(assets/images/down.svg) no-repeat;
	background-position: center;
	width: 1rem;
	height: 1rem;
	transition: transform 0.2s ease-in-out;
} 
nav .navbar-nav .menu-item-has-children:hover > a::before {
	transform: rotate(-180deg); 
}
nav .navbar-nav .menu-item .sub-menu {
	display: none;
}
nav .navbar-nav .menu-item-has-children:hover > .sub-menu {
	display: block;
}
nav .navbar-nav .current-menu-ancestor a,
nav .navbar-nav .menu-item a[aria-current="page"]{
	color: var(--color-primary);
}
nav .navbar-nav .menu-item .sub-menu .menu-item a {
	font-size: .875rem;
	padding: 0.5rem;
	margin: 0;
	border-radius: 8px;
} 

/* nav .navbar-nav .menu-item .sub-menu .menu-item a:hover {
	background-color: rgba(233, 22, 53, .1);
} */

nav .navbar-nav .menu-item .sub-menu .menu-item a:hover,
nav .navbar-nav .menu-item .sub-menu .menu-item a[aria-current="page"] {
	color: var(--color-primary);
}
.navbar .offcanvas {
  background-color: #222231;
  color: #FFF;
}

#last-header,
#last-title,
#last-content,
#last-content .listCpt {
  position: relative;
}
#last-title,
#last-content .listCpt {
  z-index: 2;
}

#last-content .listCpt li {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 0 1.375rem;
}
#last-content .listCpt li.active {
  font-size: 1.75rem;
  font-weight: 600;
}

#xredSVG {
  top: -1.5rem; 
  left: 22%;
  animation: xred 3s infinite;
}
@keyframes xred {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.svg-div {
  display: block;
  position: absolute;
  z-index: 1;
}
#ogreenSVG {
  top: 0; 
  left: 0;
  animation: oup 3s infinite;
}
@keyframes oup {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40%, 60% {
    transform: translateY(-6px);
  }
}
#xyellowSVG {
  top: 0; 
  right: 0;
  animation: effect 3s linear infinite;
}
@keyframes effect {
  0% {
    opacity: .5;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#triangleSVG { 
  bottom: -2.5rem;
  left: 0;
  animation: ro3d 3s ease-in-out infinite;
}
@keyframes ro3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(1turn);
  }
}
#squaregreenSVG {
  top: 0; 
  right: 0;
  animation: boingInUp 5s infinite;
}
@keyframes boingInUp {
  0% {  
    transform-origin: 50% 0%;
    transform: perspective(800px) ;
  }
  50% {
    transform-origin: 50% 0%;
    transform:   rotateX(50deg);
  }
  100% {
    transform: perspective(800px) rotateX(0deg);
  }
}
#oredSVG {
  bottom: 0; 
  left: 0;
  animation: zoom 2s linear infinite;
}
@keyframes zoom {
  0% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);  
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);  
  }
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); 
  }
}
#xgreenSVG {
  bottom: 0; 
  right: 0;
  animation: opposite 3s linear infinite;
}
@keyframes opposite {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: .5;
    transform: scale(0.9);
  }
}

#squareSVG {
  top: -2rem; 
  left: 0;
  transform: translateY(-50%);
  animation: rotate 3s linear infinite;
}
@keyframes  rotate {
  0%, 20%, 50%, 80%, 100% {
    transform:  rotate(0deg);
  }
  40% {
    transform:  rotate(-10deg);
  }
  60% {
    transform: rotate(10deg);
  }
}
#oyellowSVG {
  right: 3rem;
  bottom: -2rem; 
  animation: scale 3s linear infinite;
}
@keyframes scale {
  0%, 20%, 50%, 80%, 100% {
    transform:  scaleY(1);
  }
  40% {
    transform: scaleY(1.1);
  }
  60% {
    transform: scaleY(0.9);
  }
}

.card,
.event-card {
  background-color: #222231;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
}
.card > img,
.event-card img,
.light-card > img {
  border-radius: 12px 12px 0 0;
}

.light-card {
  position: relative;
  height: 100%;
}
.light-card-content {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%) no-repeat;
}

.card-body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  color: var(--color-white);
}

.card-body ul li,
.light-card-content ul li {
  display: inline-block;
}
.card-body ul li img,
.light-card-content ul li img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100px;
}

.card-body .h6,
.event-body .h6 {
  text-transform: uppercase;
  color: var(--color-primary);
}
.card-body p:last-of-type,
.event-body p:last-of-type {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  color: #6F707a;
}

.join { 
  position: relative;
  border-radius: 20px;
}

.slick-dotted.slick-slider {
  margin: 0 !important;
}
.slick-slider .slick-arrow {
  background-color: #2F2E40;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  z-index: 100;
}
.slick-slider .slick-prev {
  left: .25rem;
}
.slick-slider .slick-prev:before {
  background-image: url(assets/images/arrowleft.svg);  
}

.slick-slider .slick-next {
  right: .25rem;
}
.slick-slider  .slick-next:before {
  background-image: url(assets/images/arrowright.svg);
}
.slick-slider .slick-prev:before, 
.slick-slider .slick-next:before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: .875rem;
  height: 1.25rem;
  transform: translate(-50%, -50%);
}
.slick-slider .slick-prev:hover, 
.slick-slider .slick-prev:focus, 
.slick-slider .slick-next:hover, 
.slick-slider .slick-next:focus {
  background-color: #2F2E40;
}
.slick-slide > div {
  height: 100%;
}

.community-content {
  position: relative;
  margin: .5rem;
  transition: all 900ms ease;
}
.community-slick  .slick-center .community-content {
  transform: scale(1.08);
}
.community-body {
  background: linear-gradient(0deg, rgba(16, 16, 16, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%) no-repeat;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem 1rem;
}
.community-slick .slick-center .community-content .community-body {
  background: linear-gradient(0deg, rgba(16, 16, 16, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%) no-repeat;
  display: flex;
}
.community-body p {
  margin-bottom: .25rem;
}
.community-body .h6 + p { 
  font-size: .875rem;
}
.community-body a {
  background-color: var(--color-primary);
  font-size: .75rem;
  padding: .25rem .75rem;
  white-space: nowrap;
  border: 1px solid var(--color-primary);
  border-radius: 50px;
  color: var(--color-white);
}

.community-slick .slick-dots {
	position: relative;
	bottom: 0;
	margin-top: 1.5rem;
}
.community-slick .slick-dots li {
	position: relative;
	width: 1rem;
	height: 1rem;
	border-radius: 50px;
}
.community-slick .slick-dots li button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.community-slick .slick-dots li button,
.community-slick .slick-dots li button:before {
	background-color: transparent;
	width: .375rem;
	height: .375rem;
	line-height: 1;
	padding: 0;
	color: transparent;
}
.community-slick .slick-dots li.slick-active {
	border: 1px solid var(--color-primary);
}

.community-slick .slick-dots li button:before {
	content: '';
	background-color: #FFF;
	opacity: 1;
	border-radius: 50px;
}

.community-slick .slick-dots li.slick-active button:before {
	background-color: var(--color-primary);
	opacity: 1;
	color: transparent;
}

.post-header ul {
  display: flex;
}
.post-header ul li:not(:first-child) {
  margin: 0 .5rem;
}
.post-header ul li img {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100px;
}

.post-content ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.post-content ul li {
  list-style-type: disc;
}
.post-content img {
  width: 100%;
  height: auto;
}

.posts-slick .slick-slide > div {
  margin: 0 .5rem;
}

.contact-image {
  background-color: #0F0F0F;
  text-align: center;
  padding: 48px 72px;
  border: 1px solid #FFF;
  border-radius: 12px;
}
 
.accordion:not(:last-child){
 margin-bottom: 1rem;
}
.accordion {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25)
}

.accordion-item {
  background-color: #2F2E40;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #FFF;
}
.accordion-flush > .accordion-item {
  border-radius: 12px;
}

.accordion-item.open {
  background-color: transparent;
  background-image: linear-gradient(134.58deg, #4C596F -16.99%, #2D2D3F 113.53%);
  background-repeat: no-repeat;
}

.accordion-body {
  font-weight: 400;
  padding: .75rem 0 0;
  color: #FFF;
}

.accordion-item .accordion-header .accordion-button {
  background-color: #2F2E40;
  position: relative;
  font-size: 1.5rem;
  padding: 0;
  outline: none;
  border: none;
  color: #FFF;
}
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none;
  color: var(--color-primary) !important;
}
.accordion-item .accordion-button::after,
.accordion-item .accordion-button[aria-expanded="true"]::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  background-image: none;
  font-size: 2rem;
  width: auto;
  height: auto;
  font-style: normal;
  font-weight: 300;
  transform: translateY(-50%);
}
.accordion-item .accordion-button::after {
  content: "+";
  color: #FFF;
}
.accordion-item .accordion-button[aria-expanded="true"]::after {
  content: "-";
  color: var(--color-primary);
}

footer > div {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.45) 100%),  var(--image-url);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

footer div + section {
  background-image: url("assets/images/footer-topbg.svg"), url("assets/images/footer-bg.png");
  background-size: auto, cover;
  background-position: top right, center;
  background-repeat: no-repeat, no-repeat;
}
footer div + section .h5 {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  z-index: 1;
}
footer div + section .h5::before {
  content: " ";
  background-color: var(--color-primary);
  position: absolute;
  bottom: -0.5rem;
  width: 3.125rem;
  height: 2px;
}
footer div + section .navbar-nav .menu-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
footer div + section #custom-form form input[type="submit"] {
  background-image: url(assets/images/send.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: right calc(50% - 3rem) center;
  width: 100%;
}

footer div + section #custom-form .gform_footer {
 margin-block-start: .5rem;
}

footer section:last-child {
  background-color: var(--color-primary);
  padding: 1.125rem 0;
  z-index: 1;
}
footer section:last-child ul li {
  display: inline-block; 
  font-size: .875rem;
}
footer section:last-child ul li:first-child {
  margin-right: 1rem;
}
footer section:last-child p {
  font-size: .875rem;
  font-weight: 600;
}
footer section:last-child p a  {
  text-decoration: underline;
}
footer section:last-child a,  
footer section:last-child a:hover {
  color: #FFF;
}

/**
 * 2.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* WordPress Media Queries */
@media (max-width: 600.98px) {
}
@media (min-width: 601px) and (max-width: 782.98px) {
}
@media (min-width: 783px) {
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.site-content > *:not(div) {
		max-width: calc(100% - 24px);
	}
}

@media (min-width: 576px) {
	.site-content > *:not(div) {
		max-width: 540px;
	}
}

/* Small devices (landscape phones, 576px, up to 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Small devices (landscape phones, 576px, up to 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 576px) and (max-width: 991.98px) {
}

@media (min-width: 768px) {
  .site-content > *:not(div) {
		max-width: 720px;
	}

  #custom-form .form-btn {
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
  }

  .event-card img {
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }

  .light-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
  .light-card-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 12px;
  }
  .light-card-content > div {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }

 
}

/* Medium devices (tablets, 768px, up to 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (max-width: 991.98px) {
}

@media (min-width: 992px) {
  .site-content > *:not(div) {
		max-width: 960px;
	}

  h1,
  h2 {
    font-size: 3rem;
  }
  .h1 {
    font-size: 2rem;
  }
 
  h3 { 
    font-size: 2.625rem;
  }

  .space-top {
    padding: 6.25rem 0 0;
  }
  .space-bottom {
    padding: 0 0 6.25rem;
  }
  .space-vertical {
    padding: 6.25rem 0;  
  }

  .menu-navigation-menu-container {
    margin: 0 0 0 auto;
  }

  nav .navbar-nav .menu-item {
    margin-bottom: 0;
    margin-right: 2rem;
    padding: .75rem .5rem;
  }
  nav .navbar-nav .menu-item .sub-menu .menu-item  {
    padding: 0;
  }
  nav .navbar-nav .menu-item-has-children > a::before  {
    background-image: url(assets/images/down-line.svg);
    background-repeat: no-repeat;
    top: 50%; 
    right: -1rem;
    transform: translateY(-50%);
  } 
  nav .navbar-nav .menu-item-has-children:hover > a::before {
    transform: translateY(-50%) rotate(-180deg); 
  } 
  nav .navbar-nav .menu-item .sub-menu {
    position: absolute;
    top: 100%;   
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    width: 200px;
    border-radius: 8px;
		box-shadow: 1px 1px 6px rgba(34, 51, 102, .1);
  }

  .welcome img {
    min-height: 450px;
    height: calc(-220px + 100vh);
  } 

  #last-content .listCpt li {
    font-size: 1.75rem;
  }
  #last-content .listCpt li.active {
    font-size: 2.5rem;
  }

  #xredSVG {
    top: -1rem; 
  }
  #ogreenSVG { 
    top: -5.375rem;
  }
  #xyellowSVG { 
    top: -1.5rem; 
    right: -1rem;
  }
  #triangleSVG {
    bottom: -1.5rem;
    left: 15.5%;
  }
  #squaregreenSVG {
    top: 16%; 
    right: -1.375rem;
  }
  #oredSVG {
    top: 50%;
    left: -1.5rem;
    bottom: auto;
    transform: translateY(-50%);
  }
  #xgreenSVG {
    bottom: -.875rem;
    right: 20%;
  }
  #squareSVG {
    top: 40%; 
    left: -1rem;
  }

  .banner {
    position: absolute;
    right: 0;
    bottom: -7.5rem;
    left: 48%;
  }

  .theme_h-100 {
    height: 100%;
  }

  .community-body {
    background: none;
    display: none;
  }

}

/* Large devices (desktops, 992px, up to 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
	.site-content > *:not(div) {
		max-width: 1140px;
	}

  .contact-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* X-Large devices (large desktops, 1200px, up to 1400px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	.site-content > *:not(div) {
		max-width: 1320px;
	}
}