@import url(../fonts/fonts.css);

html {
    height: auto !important;
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat Light" !important;
    letter-spacing: 1px;
}

.row {
    --bs-gutter-x: 0rem;
}

/*start tabs*/
.portfolio input[type="radio"] {
    display: none;
}


.portfolio .tabs .content {
    margin-bottom: 29px;
    position: relative;
    overflow: hidden;
}

.portfolio .tabs .content img {
    height: 190px;
    width: 100%;
    max-height: 165px;
    min-height: 165px;
}


.portfolio .tabs .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    /* dark overlay background */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* pushes content to the bottom */
}

.portfolio .tabs .overlay h3 {
    background-color: rgba(0, 0, 0, 0.5);
    /* green bar at bottom */
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.footer {
    background-color: #00b7eb;
}

.game-details {
    margin: 0 auto;
    width: 69%;
    padding: 0px 50px;
}

.game img {
    width: 280px;
}

.game-details h1 {
font-size: 33px;
    font-weight: 900;
    line-height: 53px;
    color: #00b7eb;
}

.game-details h5.wp-block-heading {
    font-weight: 600;
    line-height: 26px;
    font-family: system-ui;
}

.ads {
    max-height: 273px;
}

.ads img {
    width: 100%;
    min-height: 650px;

}

@media only screen and (max-width: 991px) {
    .game-details {
        padding: 0px 18px;
    }

    .ads img {
        display: none;
    }

    /*     iframe.embed-responsive-item {
        width: auto;
        height: auto;
    } */

    .game-details h1 {
      font-size: 29px;
    }

    .ads img {
        width: 70%;
        min-height: 100%;
    }

    button.btn.btn-outline-info.tab-button {
        font-size: 10px;
    }
}

img.img-responsive.blog-image-details {
    width: 100%;
    max-height: 600px;
}

h2 {
    margin-top: 20px;
}

blockquote {
    background: #f9f9f9;
    padding: 15px;
    font-style: italic;
    border-left: 5px solid #ccc;
    margin: 20px 0;
}

.tags {
    margin-top: 20px;
}

.likes {
    margin-top: 10px;
    font-size: 16px;
}

.mt-2 {
    margin-top: 10px;
}

.navbar-brand {
    font-weight: bold;
}

.navbar-nav>li>a {
    padding: 15px 20px;
}

.latest-posts .img-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    margin: 0 auto;
}

.latest-posts .img-thumbnail {
    width: 160px;
    height: auto;
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

 .slider {
      width: 100%;
      margin: auto;
    }

    .slider img {
      width: 100%;
     
    }

.hed {
    font-weight: bold;
    font-size: 50px;
    color: #00BFFF;
    text-align:center;
}

.game-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 290px;
}

.game-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
} 

.game-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.game-title {
    background: #00BFFF;
    color: #000;
    text-align: center;
    padding: 2px 5px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.portfolio .btn-group {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.portfolio .container-fluid{
  padding: 0px;
}
h5.game-title-text {
    color: #fff;
}
.whatsapp-widget {
    position: fixed;
    content: "";
    right: 24px;
    bottom: 90px;
    z-index: 6;
}
.whatsapp-widget img {
    border: 0;
    max-width: 100%;
    height: auto;
}

.tab-button {
    background-color: #000;
    /* Black background */
    color: #fff !important;
    /* Bold white text */
    font-weight: bold;
    /* Bold font */
    border: 2px solid #000;
    /* Match border with background */
    border-radius: 8px;
    /* Slightly rounded corners */
    padding: 8px 20px;
    /* Comfortable padding */
    margin: 5px;
    /* Margin between buttons */
    transition: all 0.3s ease;
    /* Smooth hover transition */
    margin-bottom: 30px;
    margin-top: 20px;
}
.slider.slick-initialized.slick-slider.slick-dotted button.slick-next.slick-arrow {
    display: none !important;
}
.slider.slick-initialized.slick-slider.slick-dotted button.slick-prev.slick-arrow {
    display: none !important;
}
.tab-button:hover,
.tab-button.active {
    background-color: #ffffff;
    /* White background on hover or active */
    color: #000 !important;
    /* Black text */
    border-color: #000;
    /* Keep border black */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Add light shadow */
}

.tabs {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .game-card {
        max-width: 100%;
    }

    .game-img {
        height: 140px;
    }
}

/* Slider container with max width */
#aboutSlider {
    max-width: 75%;
    overflow: hidden;
    margin: 0 auto;
    max-height: 460px;
}

/* Set fixed height for slider */
#aboutSlider .carousel-inner {
    height: 400px;
    /* Adjust to 200px or 300px as needed */
}

/* Style images to fit inside without cropping */
#aboutSlider .carousel-item img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    background: #f8f9fa;
    /* Optional: subtle background */
    padding: 10px;
    /* Optional: spacing inside slide */
    box-sizing: border-box;
}

/* Optional: arrows styling if needed */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.3);
    /* Optional dark arrows */
    border-radius: 50%;
    padding: 10px;
}

/* Add in your existing style section */
@media (min-width: 768px) {
    .align-items-center {
        display: flex;
        align-items: center;
    }
}
/*about page start*/
.about-clean-section {
  padding: 80px 30px;
  background-color: #fff;
}

.section-heading {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1c1c1c;
  text-align: center;
}

.left-section {
  background-color: #000;
  padding: 65px 29px;
}

.content h2 {
  color: #44d7ef;
  font-weight: bold;
  font-size: 46px;
}

.content p {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 6px;
}

.ct-button {
  background-color: #44d7ef;
  color: #fff;
  padding: 12px 12px;

}

.right-section {
  background-color: #44d7ef;
  padding: 70px 29px;
}

.matter h3 {
  color: #fff;
  font-weight: bold;

}

.matter p {
  color: #000;
  font-weight: bold;

}

.full-width {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.right-content .service-box p {
  margin-top: 41px;
  margin-left: -89px;
  font-weight: bold;
  padding-left: 10px;
  color: #333;
}


.divider {
  width: 50px;
  height: 4px;
  background-color: #44d7ef;
  margin: 0 auto 40px auto;
  border-radius: 2px;
}
.content-rows p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  text-align: justify;
}

.only-the-best-section {
  background-color: #f8f9fa;
     padding: 8px 0;
}
.left-box {
  background-color: #f7f7f7;
  padding: 60px 40px;
}

.left-content h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #44d7ef;
  text-align: left;
}
.feature-box {
  margin-bottom: 20px;

}

.feature-icon {
  font-size: 30px;
  font-weight: bold;
  color: #44d7ef;
  line-height: 1;
  margin-right: 2px;
  width: auto;
}

.send-button {
  background-color: #fff;
  color: black;
}

.send-button:hover {
  background-color: #000;
  color: #fff;
}

.feature-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
  color: #44d7ef;
  margin: 0 auto;
}

.feature-box p {
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  text-align: justify;

}

.left-box {
  background-color: #000;
  padding: 40px 30px;
}


.feature-boxdiv {
  flex: 1;
}

.quote-button:hover {
  background-color: #44d7ef;
  color: white;
}

.right-box {
  position: relative;
}
.stats-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  display: flex;
  height: 122px;
}
img {
  width: 100%;
  height: auto;
}


.left-text {
  background-color: #000;
  color: #fff;
  padding: 27px 21px;

}

.stat-block {
  flex: 1;
  text-align: center;
  color: white;
  padding: 20px 10px;
}

.orange-block {
  background-color: #44d7ef;
}

.black-block {
  background-color: #2b2b2b;
}

.stat-block h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}

.stat-block p {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
}

.contact-section {
  font-family: "Montserrat Light" !important;
}

.left-contact {
  background-color: #44d7ef;
  padding: 60px 40px;
  color: white;
  padding: 27px 21px;
}

.left-contact h2 {
  font-size: 36px;
  font-weight: bold;
}

.section-underline {
  border: 2px solid white;
  width: 60px;
  margin-bottom: 20px;
}

.input-box,
.message-box {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: none;
  border-radius: 4px;
}


.send-button:hover {
  background-color: #000;
  color: #fff;
}

.right-contact {
  background-color: #222;
  color: white;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.social-icons {
  margin-bottom: 30px;
  margin-top: 19px;
}

.social-icons a {
  display: inline-block;
  margin-right: 20px;
}

.social-icons img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
  
}

.contact-info {
  list-style: none;
  padding-left: 0;
}

.contact-info li {
  margin-bottom: 15px;
  font-size: 16px;
  color: #000;
}

.contact-info i {
  margin-right: 10px;
  color: #fff;
  font-weight: bold;
}

.contact-info li {
  color: #fff;
  font-weight: bold;

}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
}

.animated-card {
  text-align: center;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
}
.animated-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.animated-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.animated-card h3 {
  margin: 0px 0 10px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #44d7ef;
}
.animated-card p {
  padding: 0 15px 20px;
  color: #555;
  font-size: 14px;
}


