@font-face {
  font-family: "ExpletusSans";
  font-weight: 500;
  src: url("https://exscape.com/wp-content/uploads/2024/07/ExpletusSans-VariableFont_wght.ttf")
    format("truetype");
}
@font-face {
  font-family: "ExpletusSans";
  font-weight: 400;
  src: url("https://exscape.com/wp-content/uploads/2024/07/ExpletusSans-Italic-VariableFont_wght.ttf")
    format("truetype");
}
.header-logo a{
    display: block!important;
}
.wpcf7 input::placeholder {
  color: #fff;
}

.wpcf7 textarea::placeholder {
  color: #fff;
}

.gradient-text h1 {
  background: linear-gradient(to right, #2c31e9 0%, #ec008c 60%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 180% auto;
  animation: textShine 2s ease-in-out infinite alternate;
}

.btn-shadow .elementor-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  background: linear-gradient(
    to right,
    rgba(44, 49, 233, 0.8),
    rgba(236, 0, 140, 0.8)
  );
  filter: blur(7px);
  width: 100%;
  height: 12px;
}

.section-shadow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: linear-gradient(
    to right,
    rgba(44, 49, 233, 0.8),
    rgba(236, 0, 140, 0.8)
  );
  filter: blur(10px);
  width: 100%;
  height: 8px;
}

.swiper-wrapper {
  width: 100% !important;
  height: 100%;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
  justify-content: center;
}

.expect-wrapper .swiper-slide {
  width: 17.8% !important;
}
.expect-wrapper .swiper-slide img {
    width: 100%;
  }

#map-container {
  position: relative;
  width: 800px;
  max-width: 100%;
  height: 400px;
  background: url("https://exscape.com/wp-content/uploads/2024/09/dotted-map-1.webp")
    no-repeat center center;
  background-size: cover;
}

.pointer {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("https://exscape.com/wp-content/uploads/2024/09/excape-marker@4x-1.webp")
    no-repeat center center;
  background-size: contain;
  cursor: pointer;
  animation: dropPointer 0.5s ease forwards;
  opacity: 0;
}

.tooltip {
  position: absolute;
  padding: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 5px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1000;
}

.tooltip.visible {
  visibility: visible;
  opacity: 1;
}
#india {
  top: 52%;
  left: 67%;
}
#tunisia {
  top: 40%;
  left: 49%;
}
#ivorycoast {
  top: 55%;
  left: 43%;
}

#uae {
  top: 45%;
  left: 61%;
}
#ethio {
    top: 54%;
    left: 56%;
}
#kuwait {
      top: 43%;
    left: 61%;

}
@keyframes dropPointer {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.content-slider-container {
  position: relative;
  overflow: hidden;
  margin: 0 60px;
  z-index: 10;
}

.content-slider {
  display: flex;
  transition: transform 0.5s ease;
  gap: 14px;
  justify-content: space-between;
  width: 100% !important;
}

.slider-item {
  flex: 0 0 auto;
  width: 15.5%;
  padding: 20px 10px;
  box-sizing: border-box;
  background: url("https://exscape.com/wp-content/uploads/2024/09/leader-board-bg@2x.webp")
    no-repeat center;
  background-size: cover;
  border-radius: 10px;
  position: relative;
}

.trophy {
  position: absolute;
  width: 35px;
  top: 0;
  right: 0;
  padding: 7px;
}

.slider-image {
    padding: 3px;
    position: relative;
    margin: 10px;
}

.slider-image img {
  border-radius: 100px;
  z-index: 2;
  position: relative;
  background: #302131;
  padding: 10px;
}

.slider-image::before {
  content: "";
  background: linear-gradient(
    to right,
    rgba(44, 49, 233, 0.8),
    rgba(236, 0, 140, 0.8)
  );
  /* width: 123px;
  height: 123px; */
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: 0;
  border-radius: 100px;
}

.slider-content {
  text-align: center;
}

.slider-content h4 {
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.slider-content p {
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.slider-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.slider-arrow {
  cursor: pointer;
  padding: 10px;
  width: 60px;
}

slider-arrow img {
  width: 100%;
}

.footer-contact .wpcf7-form,
.footer-contact .wpcf7-form p {
  display: flex !important;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-contact .text-field,
.footer-contact .text-field p,
.footer-contact .text-field .wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-form-control.wpcf7-submit {
  font-size: 15px !important;
  border-radius: 7px !important;
  padding: 12px 40px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  margin-top: 10px;
}

.flag-dropdown .country-list {
  background: #000000 !important;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
  padding: 10px 0px !important;
}

.country-select .wpcf7-form-control.wpcf7-text {
  padding: 10px 20px 10px 30px !important;
}

.flag-dropdown,
.flag-dropdown .selected-flag {
  width: 100% !important;
}

.country-select .selected-flag .arrow {
  border-top: 4px solid #ffffff !important;
}

.premium-modal-box-modal-header {
  align-self: flex-end;
  top: 0;
  position: relative;
  width: 100%;
}

.premium-modal-box-close-button-container {
  position: absolute;
  right: -10px;
  top: -5px;
}

.premium-modal-box-modal-title {
  font-size: 18px;
  font-weight: 500 !important;
  padding: 18px 11px 0 !important;
}

#myVideo {
  width: 100%;
  height: 400px;
}

.subscribe-form .wpcf7-form-control-wrap input {
  background: none;
  padding-left: 14px !important;
  margin: 20px 0 0 0;
}

.subscribe-form .country-select {
  margin: 20px 0 0 0;
}

.premium-modal-box-modal-dialog {
  overflow: visible !important;
}

.expect-wrapper {
  position: relative;
  overflow: hidden;
}
.expect-content {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s;
}
.expect-content-container .e-con-inner {
  position: relative;
}
.expect-active {
  visibility: visible;
  opacity: 1;
}

.inactive-tab .elementor-button-link {
  background: #010111 !important;
}

.inactive-tab .elementor-button-link:after {
  display: none;
}

.news-post {
  width: 100%;
}

.post-image,
.post-image img {
  width: 500px;
  overflow: hidden;
}

.article-wrapper .post-image {
  width: 100%;
}

.news-content {
  width: 100%;
}

.cat-tag {
  padding: 2px 7px;
  background-color: #f3109e;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 5px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  text-decoration: uppercase;
}

.news-post h2 {
  padding: 0;
  margin: 0;
}

.news-post h2,
.news-post h2 a {
  font-size: 20px;
  letter-spacing: 0px;
  padding-top: 20px;
}

.post-link {
  color: #f3109e !important;
  text-decoration: underline !important;
  font-size: 16px !important;
  margin-top: 15px;
  display: inline-flex;
}

.blog-wrapper .post-link {
  margin-top: 0;
}

.blog-wrapper .news-post h2 {
  padding-top: 12px;
}
.premium-blog-post-time i{display: none}
.news-right .news-post h2 {
  padding-right: 20px;
  padding-top: 20px;
}

.news-right .news-post h2 a,
.news-right .news-post h2 {
  font-size: 16px !important;
  letter-spacing: 0px;
  line-height: 1 !important;
}

.blog-wrapper .news-post,
.news-right .news-post {
  margin-bottom: 20px;
}

.news-right .news-post:last-child .post-image {
  display: none;
}

.blog-wrapper .news-post {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.blog-wrapper .news-post .post-image a {
  border-radius: 15px;
  overflow: hidden;
  height: 170px;
  display: flex;
}

.blog-wrapper .news-post .post-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-wrapper .news-post .post-image a {
  border-radius: 15px;
  overflow: hidden;
  height: 400px;
  display: flex;
}

.article-wrapper .post-image a {
  height: 300px !important;
}

.article-wrapper .news-post .post-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-meta {
  font-size: 14px;
  margin-bottom: 20px;
}

.review {
  display: flex;
  flex-direction: column;
  background: #232323;
  width: 32%;
  height: 340px;
  padding: 20px;
  border-radius: 11px;
  gap: 14px;
}

.review-list {
  display: flex;
  gap: 20px;
}

.author-wrap {
  display: flex;
  gap: 20px;
}

.review-image {
  border-radius: 20px;
  width: 44px;
}

.review-image img {
  border-radius: 20px;
}

.author-title h3 {
  font-size: 12px !important;
  padding: 0;
  margin: 0;
  color: #f3109e !important;
}

.review-content {
  min-height: 56%;
}

.review-divider {
  margin-bottom: 10px;
}

.author-title p {
  font-size: 13px;
  opacity: 0.5;
}

.review .star-rating .star {
  color: #ffc846;
}

.news-action-wrapper .e-con-inner {
  background-image: url("https://exscape.com/wp-content/uploads/2024/09/action-bg@4x-1.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.premium-blog-content-wrapper {
  padding: 12px 20px !important;
}

.premium-blog-entry-title {
  margin: 0;
}

.elementor-29
  .elementor-element.elementor-element-2d89a60
  .hfe-nav-menu-layout:not(.hfe-pointer__framed)
  .menu-item.parent
  a.hfe-menu-item:after,
.elementor-29
  .elementor-element.elementor-element-2d89a60
  .hfe-nav-menu-layout:not(.hfe-pointer__framed)
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:after,
.hfe-pointer__underline.hfe-animation__grow
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.elementor-29
  .elementor-element.elementor-element-b31831b
  .hfe-nav-menu-layout:not(.hfe-pointer__framed)
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:after,
.elementor-29
  .elementor-element.elementor-element-b31831b
  .hfe-nav-menu-layout:not(.hfe-pointer__framed)
  .menu-item.parent
  a.hfe-menu-item:after {
  background-image: linear-gradient(
    90deg,
    var(--e-global-color-primary) 0%,
    var(--e-global-color-secondary) 100%
  ) !important;
}

.post-detail-container {
  max-width: 900px;
  padding: 0 15px;
  margin: 120px auto;
}

.post-detail-container .post-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

.post-detail-container .post-title {
  font-size: 36px;
  margin-bottom: 5px;
}

.post-detail-container .post-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.premium-modal-box-modal-dialog {
  background-color: transparent;
  background-image: linear-gradient(
    90deg,
    var(--e-global-color-primary) 0%,
    var(--e-global-color-secondary) 100%
  ) !important;
}

.premium-modal-box-modal-body {
  background-color: transparent !important;
}

.premium-modal-box-modal-body .wpcf7-submit {
  background: transparent !important;
  border: 1px solid #ffffff;
}

.premium-modal-box-modal-close {
  background: #010111 !important;
  border: 1px solid #ffffff !important;
}

.wpcf7-not-valid-tip {
  color: #ffffff !important;
  opacity: 0.7;
}

.elementor-kit-6 h4 {
  color: var(--e-global-color-text) !important;
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif !important;
  font-weight: var(--e-global-typography-secondary-font-weight) !important;
}

.expect-content.elementor-widget-text-editor {
  --align-self: center;
  --flex-grow: 1;
  --flex-shrink: 0;
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
}

.expect-content.elementor-widget-text-editor .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 150px 0px 150px;
  text-align: center;
  width: 100% !important;
}

.freshworks-container #launcher-frame {
  bottom: 40px !important;
}

.social-share-buttons {
  display: flex;
  gap: 20px;
  padding-top: 40px;
  margin-top: 40px;
  background: url("https://exscape.com/wp-content/uploads/2024/07/divide-2@4x.png")
    no-repeat top center;
  background-size: contain;
  align-items: center;
}

.social-share-buttons a img {
  width: 20px;
  height: 20px;
}

.social-share-buttons h4 {
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.post-content-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 40px;
}

.post-content h2,
.post-content h3,
.post-content h4 {
  margin-top: 0;
}

.signup-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}


.signup-btn div[class*="elementor-widget-premium"] .premium-btn-md {
  padding: 14px 32px !important;
  color: #ffffff !important;
  font-weight: 500;
  text-decoration: none !important;
  border-radius: 12px !important;
}

.signup-btn div[class*="elementor-widget-premium"] .premium-btn-md:hover {
  background-image: linear-gradient(
    -90deg,
    var(--e-global-color-primary) 0%,
    var(--e-global-color-secondary) 100%
  ) !important;
}

.signup-btn .premium-modal-box-modal-close {
  font-size: 21px;
  padding: 3px 8px;
}

.signup-btn .premium-modal-box-modal-dialog {
  border: none !important;
}

.author-info {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}

.author-info .author-img {
  position: relative;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  border-radius: 100px;
}
.author-info .author-img img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  object-fit: cover;
}

.author-info .author-img::before {
  content: "";
  background: linear-gradient(
    to right,
    rgba(44, 49, 233, 0.8),
    rgba(236, 0, 140, 0.8)
  );
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: 0;
  border-radius: 100px;
}
.author-info h4 {
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.delete-form .eael-contact-form-7 {
  width: 100%;
}
.delete-form .wpcf7-form {
  text-align: center;
}
.delete-form .wpcf7-form p {
  width: 60%;
}
.delete-form .wpcf7-submit {
  margin-left: 60px !important;
}

.show-by-country, .email-address-wrap {
  display: none;
}
.form-full label{

  margin-bottom:10px
}

.form-full input[type='text'], .form-full input[type='email']{
  background-color: transparent;
  border:1px solid #aaaaaa!important;
  padding:10px 20px!important;
  margin-bottom:20px
}

.form-full input[type='file']{
  padding: 10px 0!important;
    width: 100%;
    border: 0!important;
    margin-bottom: 10px;
}
.form-full ul{
  margin:0 20px 10px 20px;
  padding:0;
}
.form-full  li{
  margin:0!important;
  font-size:12px;
  margin-bottom: 7px!important;
}
.form-full p{
  font-size:12px;
}
.form-full .wpcf7-checkbox{
  margin:0!important;
  margin-top: 10px!important;
  margin-bottom: 20px!important;
  display: block;

}
.form-full input[type='checkbox'], .modal-checkbox{
  padding:0!important;
  margin:0!important;
  margin-right: 10px!important;
  border-radius:0!important;
}
.wpcf7-not-valid-tip{
  margin-bottom: 10px;
}
.error-social-message{
  color: #ffffff !important;
  opacity: 0.7;
  margin-bottom: 10px;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    display: none;
}
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  border-radius: 8px;
  width: 500px;

}

.modal h5{
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.modal-footer {
  margin-top: 15px;
  text-align: center;
}
.close-modal{
  background: #fff!important;
    font-size: 12px!important;
    color: #000!important;
}
.modal .terms-content{
  height: 300px;
  overflow-y: auto;
  margin-bottom: 20px;

}
.modal .terms-content ul li{
  padding:0;
  margin:0;
}


.custom-page-container {
  max-width: 900px;
  padding: 0 15px;
  margin: 20px auto;
}

.custom-page-container .post-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

.custom-page-container h1 {
  font-size: 36px!important;
  width: 100%;
margin:0;
  margin-bottom: 20px;
}

.game-top{
  display: flex;
  gap:30px;
  margin-bottom: 50px;
}

.game-thumbnail{
  width: 250px;
  border-radius: 10px;
  overflow: hidden;
}

.game-info{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.game-info h1{

}

.game-meta{
  display: flex;
  gap:20px;

}

.game-content{
  margin-top:20px;
}

.game-photo{
  margin:40px 0;
  display: flex;
  gap: 20px;
}

.game-photo img{
  max-width: 200px;
  object-fit: cover;
  object-position: top;
}

.video-wrap{
  background: linear-gradient(to right, #2c31e9 0%, #ec008c 60%);
  padding:50px;
  text-align: center;
  margin-bottom: 100px;
}

.section-heading{
  text-align: center;
}

.download-wrap-inst{
  padding:15px 30px;
  background-color: rgba(255,255,255,0.15);
  margin-top: 100px;
}

.game-featured-image{
  width: 100%;
  margin-top: 70px!important;
  margin-bottom: 50px;
}
.game-featured-image img{
  width: 100%;
}
.left-img{
  position: absolute;
  margin-top: -389px;
  width: 265px;
  margin-left: -40px;
  z-index: 1;
}
.left-bottom-img{
  position: absolute;
  margin-top: -50px;
  width: 265px;
  margin-left: -40px;
  z-index: 1;
  right:0;
}
.left-img img, .right-img img, .left-bottom-img img{
  width: 100%;
}

.right-img{
  position: absolute;
  margin-top: -389px;
  width: 265px;
  margin-left: -40px;
  z-index: 1;
  right:0
}

.games-wrap .elementor-shortcode{
  display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      gap: 13px;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  width: 100%;
}

.game-item {

  text-align: center;
  margin-bottom: 20px;
}

.game-item img {
  max-width: 100%;
  border-radius: 10px;
  height: auto;
}

.game-item h3 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.4em;
  text-transform: uppercase;
}

.game-category{
  color: #c833a3;
}


/* Target Tablet Portrait */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .expect-wrapper .swiper-slide {
        width: 14.8% !important;
      }
      .slider-item{
        width: 15%;
      }
}
/* Target Tablet Landscape */
@media (min-width: 1024px) and (max-width: 1100px) and (orientation: landscape) {
   
.expect-wrapper .swiper-slide {
    width: 15.8% !important;
  }
  
}
/* Target phone landscape */
@media (max-width: 850px) and (orientation: landscape) {
    .expect-wrapper .swiper-slide {
        width: 13.8% !important;
      }
      #india {
        left: 70%;
      }
      #uae {
        left: 63%;
      }
      .slider-item{
        width: 15%;
      }
      .wpcf7-form-control-wrap{
        width:48%;
      }
      .wpcf7-form-control-wrap input{
        width: 100%!important;
      }
      
}
/* Target phone Portrait */
@media screen and (max-width: 640px) {
  .game-item h3 {

    font-size: 1em;
  }
  .game-desc{
    font-size: 12px;
  }
  .games-grid {

    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));

}
.games-wrap .elementor-shortcode{
  padding:30px;
}
  .left-img img, .right-img img, .left-bottom-img img{
   display: none;
  }
  
  .custom-page-container{
    padding:20px 30px;
  }
  .game-thumbnail{
    display: none;
  }
  .game-photo img {
    height: 100px;
    min-width: 100px;
}
.video-wrap{
  padding:20px
}
.section-heading{
  font-size: 24px;
}
.download-wrap {
  padding: 0px;}

  .post-content figure{
    width: 100%!important;
  }
  .modal {

    width: 300px;
  
  }
  .modal .terms-content{
    height: 200px;

  
  }
  html,
  body {
    overflow-x: hidden;
  }

  body.no-scroll {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
  }

  .hfe-nav-menu__breakpoint-tablet
    .hfe-active-menu.hfe-active-menu-full-width
    + .hfe-nav-menu__layout-horizontal {
    position: fixed;
    left: 0px;
    right: auto;
    z-index: 0;
    top: 0;
  }

  .hfe-nav-menu__breakpoint-tablet
    .hfe-layout-horizontal
    .hfe-nav-menu__toggle {
    z-index: 10;
  }

  #map-container {
    width: 100%;
    height: 300px;
    background-size: contain;
  }

  .footer-wrapper .footer-right-menu .hfe-nav-menu {
    padding: 0;
    margin-left: -10px !important;
  }

  .footer-contact .wpcf7-form-control {
    width: 100% !important;
  }

  .footer-contact .wpcf7-form p input.wpcf7-submit {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .blog-wrapper .news-post {
    flex-direction: column;
  }

  .review-list {
    flex-direction: column;
  }

  .review-list .review {
    width: 100%;
    height: auto;
  }

  .review-content {
    min-height: auto;
  }

  .expect-wrapper .swiper-slide {
    width: 22% !important;
    gap: 3px;
  }

  .elementor-swiper-button {
    margin-top: 5px;
  }

  .swiper-wrapper {
    flex-wrap: nowrap;
    justify-content: unset;
    gap: 8px;
  }

 
  .content-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .slider-item {
    width: 31%;
    height: 140px;
    padding: 4px 8px;
  }

  .slider-image {
    margin: 10px;
  }

  .slider-image img {
    padding: 0px;
  }

  .slider-content h4 {
    font-size: 8px;
  }

  .slider-content p {
    font-size: 8px;
  }

  .trophy {
    width: 27px;
  }

  .content-slider {
    gap: 9px;
  }

  .review-content {
    font-size: 9px;
  }

  #contact .wpcf7-form-control-wrap {
    width: 100%;
  }

  .expect-wrapper {
    height: 80px;
  }
  .signup-btn .e-logo-blog {
    max-width: 50% !important;
  }

  .header-mobile-menu .hfe-nav-menu__layout-horizontal {
    top: 0 !important;
    position: fixed !important;
    width: 100% !important;
    right: 0;
    height: 100% !important;
    margin: 0;
    padding: 0;
    z-index: 2;
  }

  .header-mobile-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    align-self: baseline;
    margin-top: 50px;
  }

  .hfe-nav-menu__toggle {
    z-index: 10;
  }

  #video-modal .premium-modal-box-modal-body {
    padding: 4px !important;
    margin-top: -30px !important;
  }

  #india {
    top: 45%;
    left: 65%;
  }
  #tunisia {
    top: 40%;
    left: 47%;
  }
  #ivorycoast {
    top: 48%;
    left: 41%;
  }
  #uae {
    top: 42%;
    left: 59%;
  }
	
	#tunisia {
  top: 40%;
  left: 49%;
}


#ethio {
    top: 30%;
    left: 56%;
}
#kuwait {
      top: 43%;
    left: 61%;

}
  .delete-form .wpcf7-form p {
    width: 90%;
  }
  .delete-form .wpcf7-submit {
    margin-left: 0 !important;
  }

  .cpel-switcher__lang a{
    display: flex!important;
    align-items: center;
  }
}

.e--ua-safari .device-right img,
.e--ua-safari .device-left img,
.e--ua-safari .music-icon img,
.e--ua-safari .chat-icon img {
  width: auto !important;
}


.cpel-switcher__list li:nth-child(2){
  display: none;
}