/* Language switcher */
.lang-switcher {
  margin-left: 16px;
}
.lang-toggle-btn {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.lang-toggle-btn:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.6);
  transform: translateY(-1px);
}
.lang-toggle-btn:active {
  transform: translateY(0);
}
.lang-text {
  display: inline-block;
  transition: all 0.3s ease;
}
body {
    font-family: "Space Grotesk", sans-serif !important;
    overflow-x: hidden !important;
}

p {
    font-family: "Poppins", sans-serif !important;
}

html {
    scroll-behavior: smooth !important;
}

html {
    overflow-x: hidden !important;
}

a,
i {
    text-decoration: none;
    transition: 0.5s ease-out;
}

body {
    background-color: #020E1D !important;
}

ul {
    padding: 0;
    list-style: none;
}

.container,
.container-fluid {
    z-index: 9;
    position: relative;
}

.about-box .thumb-abt:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(195deg, #a522827a, #ffffff80);
}

.about-box:hover .iwngyA {
    transform: scale(1.1);
}

header {
    z-index: 999;
    transition: 0.5s ease;
    position: absolute;
    width: 100%;
    padding: 0 24px;
    top: 25px;
    width: 100%;
    left: 0;
    right: 0;
}

header.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: 0.5s ease;
}

header.sticky .main-nav {
    padding: 0px 0;
    padding-top: 0;
}

header.sticky .main-nav .logo img {
    max-width: 222px;
    transition: .5s ease-out;
    padding-top: 3px;
}

header.sticky .top-menu {
    height: 0;
    padding: 0;
    visibility: hidden;
    padding-right: 0px 38px;
}

header.sticky .main-nav .sub-menu {
    top: 122px;
}

header .menu-outer {
    display: block;
    justify-content: flex-end;
    gap: 40px;
    align-items: center;
}

.inner-sec-hero {
    border-radius: 27px;
    overflow: hidden;
    margin-bottom: 86px;
}

.hero-slider.hero-style .slider-cont .container .outer-content h3 {
    font-size: 25px;
    font-family: "Space Grotesk", sans-serif !important;
    font-weight: 400;
    padding-bottom: 12px;
    padding-left: 26px;
}

.top-menu {
    transition: .7s ease-out;
    height: 52px;
    display: flex;
    justify-content: flex-end;
    background-color: #ffe0b5;
    padding: 7px 38px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 3% 100%);
    margin-top: 0;
    /* border: 1px solid grey; */
}

header .main-nav .logo img {
    max-width: 343px;
    width: 100%;
}

.outer-head-banner .container-fluid {
    padding: 25px 25px 0 25px;
}

header .right-menu {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    clip-path: polygon(0px 0%, 100% 0%, 100% 101%, 6% 100%);
    background-color: #020E1D;
    padding: 0px 0px;
    padding-right: 0;
    padding-left: 99px;
}

header .social ul {
    display: flex;
    gap: 12px;
    margin-bottom: 0;
}

header .right-menu .cont-menu {
    display: flex;
    gap: 15px;
}

header .right-menu .cont-menu a {
    background-color: #fff;
    width: 120px;
    height: 52px;
    display: flex;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #000;
    align-items: center;
    justify-content: center;
    padding: 10px 4px;
    border-radius: 50px;
}

header .right-menu .cont-menu a.inquire {
    background: #57b22c;
    color: #fff;
}

header .right-menu .cont-menu a:hover {
    background: #0560e2;
    color: #fff;
}

header .social ul a:hover {
    background-color: #37531a;
    color: #ffffff;
}

header .social ul a {
    height: auto;
    border-radius: 26px;
    /* background: #ffffff; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #000000;
    text-align: center;
    padding: 7px 12px;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    gap: 20px;
    width: auto;
    padding-left: 23px;
}

header .main-nav {
    padding: 0px 0;
    transition: 0.5s ease;
}

header .main-nav .container {
    width: 100%;
    max-width: 100%;
    padding: 0px 19px;
    padding-right: 0;
}

.slider-cont .btns a img {
    width: 20px;
}

header .main-nav .logo {
    transition: 0.5s ease;
    position: relative;
    text-align: center;
    padding-top: 21px;
}

header .main-nav .menu-container {
    text-align: center;
    padding-top: 19px;
    padding-right: 40px;
}

header .main-nav #toggle-menu {
    display: none;
}

header .main-nav #menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    padding-top: 29px;
    gap: 2vw;
    display: flex;
}

header .main-nav #menu li a {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: bolder;
    text-transform: uppercase;
    padding-bottom: 34px;
    display: block;
}

header .main-nav #menu li {
    display: inline-block;
}

header .main-nav .sub-menu {
    list-style: none;
    position: absolute;
    background-color: rgb(246 159 35 / 91%);
    border: 0px solid #ccc;
    box-shadow: 1px 1px, soli;
    padding: 0px;
    z-index: 1;
    display: none;
    border-radius: 0;
    text-align: left;
    top: 122px;
}


/* --- Box Item Styling --- */

.box-item {
    width: 100%;
    padding: 58px 17px;
    border-radius: 20px;
    text-align: center;
    color: white;
    transition: background 0.4s ease-in-out, box-shadow 0.4s ease-in-out, border-color 0.4s ease-in-out;
    cursor: pointer;
    min-height: 329px;
}

.text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.4;
    text-transform: uppercase;
}

.qsrf-section {
    width: 100%;
    text-align: center;
    /* Centers all text content */
    padding: 20px;
    box-sizing: border-box;
    /* Includes padding in the element's total width and height */
}


/* --- Title Styling (QSRF BENEFITS) --- */

.qsrf-section h1 {
    color: white;
    /* Default color for the main part of the title */
    font-size: 50px;
    /* Adjust size as needed */
    font-weight: 800;
    /* Extra bold */
    letter-spacing: 2px;
    margin: 0;
    /* Remove default margin */
    text-transform: uppercase;
}


/* --- Green Highlight (BENEFITS) --- */

.qsrf-section h1 .highlight {
    /* The specific bright green color */
    color: #4CAF50;
    /* The font weight is inherited from the h1 */
}


/* --- Description Text Styling --- */

.qsrf-section .description {
    color: #cccccc;
    /* Slightly lighter white/gray for contrast */
    font-size: 18px;
    line-height: 1.5;
    margin: 20px auto 0;
    /* Top margin for spacing, auto left/right centers it */
    max-width: 600px;
    /* Constrain the width of the descriptive text */
    font-weight: 500;
}


/* --- Icon Styling (Common) --- */

.icon-placeholder {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out;
    background-color: #000;
}

.icon-placeholder svg {
    width: 60px;
    height: 60px;
    transition: color 0.4s ease-in-out;
}


/* --- Initial Dark Style (Default State) --- */

.main-box {
    position: relative;
}

.main-box:hover .icon-placeholder {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.main-box:hover .icon-placeholder svg path {
    stroke: rgba(255, 255, 255, 0.3);
}

.main-box::after {
    content: "";
    position: absolute;
    height: 64%;
    bottom: 0;
    background: rgba(245, 246, 246, 0.03);
    width: 100%;
    left: 0;
    border-radius: 31px;
    transition: .5s ease-in-out;
    z-index: -1;
}

.main-box:hover::after {
    height: 100%;
    background: linear-gradient(#052348 0%, #68b31b 100%);
}

.main-box .text {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 0;
}

header .main-nav .sub-menu li {
    margin-left: 0 !important;
    padding: 0 !important;
    padding-left: 0 !important;
}

li.has-dropdown a:after {
    display: none;
}

header.sticky .logo:after {
    display: none;
}

.icon-placeholder svg path {
    stroke: #68B31B;
}

header .main-nav .sub-menu li {
    display: block !important;
    padding: 10px 30px;
    margin-right: 0 !important;
    padding-left: 0px !important;
    font-size: 15px !important;
}

header .main-nav .sub-menu li a {
    color: #fff !important;
    padding: 12px 16px;
    display: block;
    border-bottom: 1px solid #ffffff59;
}

header .main-nav .sub-menu li a:hover {
    background-color: #e58909;
}

header .main-nav .sub-menu li:last-child a {
    border-bottom: 0px solid #ffffff59;
}

header .main-nav .sub-menu li a:after {
    display: none;
}

header .main-nav .sub-menu li {
    display: block;
}

header .main-nav #menu a {
    text-decoration: none;
    position: relative;
}

header .main-nav li.has-dropdown.active ul.sub-menu {
    display: block;
}

header .main-nav #menu li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6px;
    left: 0;
    background: #fff;
    transition: 0.5s ease;
    transform: scale(0) translate(0px, -54px);
}

.slider-pr-sec .arrow img {
    border: 0;
}

header .main-nav #menu li a:hover:after {
    transform: scale(1) translate(0px, 0px);
    background: #68B31B;
}

.slider-pr-sec .hover-cont a img {
    border: 0;
}

.btn-vdo.aos-init.aos-animate {
    display: none;
}

header .login-cart ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

header .login-cart ul li {
    margin-left: 15px;
}


/*************president*************/

.president-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

.president-section .inner-qt {
    position: absolute;
    top: 64%;
    left: -104px;
    width: 82%;
}

.president-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(139, 195, 74, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.decorative-element {
    position: absolute;
    right: 0;
    top: 16px;
}

.president-content {
    position: relative;
    z-index: 2;
}

.president-image {
    position: relative;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.3s ease;
}

.president-image:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.president-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-head h3 {
    font-weight: normal;
    font-size: 189px;
    text-align: left;
    color: rgba(104, 179, 27, 0.06);
    opacity: 0.73;
    position: absolute;
    top: 0;
    line-height: 16px;
    left: 251px;
    right: 0;
    margin: 0 auto;
    width: auto;
    text-align: center;
}

.message-content {
    padding-left: 40px;
}

.president-section .section-header {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    opacity: 0.6;
}

.president-section .section-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 26px;
}

.president-section .section-title .highlight {
    color: #8bc34a;
}

.president-section .message-text {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 16px;
}

.president-name {
    color: #8bc34a;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 5px;
}

.president-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .president-section {
        padding: 60px 0;
    }
    .footer-links {
    margin-top: 15px;
}
    .footer-title {

    margin-bottom: 0;
    }
    .message-content {
        padding-left: 0;
        margin-top: 40px;
    }
    .section-title {
        font-size: 36px;
    }
    .decorative-element {
        right: -150px;
        width: 250px;
        height: 250px;
    }
    .president-image {
        transform: none;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 28px;
    }
    .message-text {
        font-size: 15px;
    }
}


/*******************abt-qhrf**********/

.about-qsrf-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    min-height: 70vh;
}


/* Large background text */

.about-qsrf-section .bg-text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -21%);
    letter-spacing: 8px;
    z-index: 1;
    white-space: nowrap;
    user-select: none;
    font-weight: normal;
    font-size: 280px;
    text-align: left;
    color: rgba(104, 179, 27, 0.06);
}


/* Left side sailing image */

.sailing-image {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 34%;
    height: 100%;
    z-index: 2;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}

.sailing-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* Bottom right decorative shape */

.bottom-shape {
    position: absolute;
    bottom: 22%;
    right: 0px;
    width: 354px;
}

.bottom-shape img {
    width: 100%;
}


/* Content area */

.content-area {
    position: relative;
    z-index: 3;
    text-align: center;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-title .highlight {
    color: #8bc34a;
}

.section-subtitle {
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}

.content-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    max-width: 600px;
}

.join-btn {
    height: auto;
    border-radius: 26px;
    /* background: #ffffff; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #000000;
    text-align: center;
    padding: 7px 12px;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    gap: 20px;
    width: auto;
    padding-left: 23px;
    width: max-content;
    margin: 0 auto;
    margin-top: 21px;
}

.join-btn:hover {
    background: linear-gradient(135deg, #689f38 0%, #558b2f 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(139, 195, 74, 0.3);
    color: #ffffff;
}

.btn-arrow {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.join-btn:hover .btn-arrow {
    transform: translateX(5px);
}


/* Arrow icon */

.arrow-icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}


/******************members-sec*****************/

.members-section {
    position: relative;
    height: 400px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 30px;
    margin: 0 20px;
    background-image: url(../images/sailing-member.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.members-title {
    font-weight: normal;
    font-size: 18vw;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: -24px;
    z-index: 99;
    transform: translateY(50px);
    font-weight: 900;
}

section.members-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #68b31b 0%, rgba(1, 62, 138, 0.22) 57.32%, rgba(84, 156, 49, 0.04) 91.62%, rgba(104, 179, 27, 0) 100%);
    opacity: 0.58;
}

@media (max-width: 768px) {
    .members-section {
        height: 50vh;
        min-height: 350px;
        margin: 0 10px;
        border-radius: 20px;
    }
    .members-title {
        font-size: clamp(40px, 15vw, 80px);
    }
}

@media (max-width: 576px) {
    .members-section {
        height: 40vh;
        min-height: 300px;
        border-radius: 15px;
    }
}


/* Responsive design */

@media (max-width: 1200px) {
    /* .content-area {
        padding-left: 350px;
    } */
    .sailing-image {
        width: 320px;
        height: 280px;
    }
}

@media (max-width: 992px) {
    .bg-text {
        font-size: clamp(80px, 12vw, 120px);
    }
    .about-qsrf-section .bg-text {
  
    font-size: 190px;
    }
    .president-section .section-title {
    color: #ffffff;
    font-size: 44px;
    }
    .president-section .message-text {
    color: #ffffff;
    font-size: 14px;
    }
    /* .content-area {
        padding-left: 280px;
        padding-right: 30px;
    } */
    .sailing-image {
        width: 250px;
        height: 220px;
    }
    .section-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .about-qsrf-section {
        padding: 80px 0;
    }
    .content-text {
    max-width: 100%;
}
    .bg-text {
        font-size: clamp(60px, 10vw, 80px);
        top: 10px;
    }
    .content-area {
        padding-left: 0px;
        padding-right: 0px;
        margin-top:0px;
    }
    .section-subtitle
 {
    letter-spacing: 1px;
    margin-bottom: 16px;
 }
    .sailing-image {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        width: 100%;
        height: 250px;
        margin-bottom: 30px;
        border-radius: 20px;
    }
    .section-title {
        font-size: 28px;
    }
    .bottom-shape {
        width: 200px;
        height: 150px;
        bottom: -30px;
        right: -30px;
    }
    .featured-stories-section-img {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
}


}

@media (max-width: 576px) {
    .content-area {
        margin-top: 0px;
    }
    .about-qsrf-section .bg-text {
    font-size: 106px;
    }
    .section-title {
        font-size: 24px;
    }
    .content-text {
        font-size: 14px;
    }
    .join-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}


/**********board-sec*******************/

.board-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.board-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.board-section .section-subtitle {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif !important;
}

.board-section .section-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.board-section .section-title .highlight {
    color: #8bc34a;
}

.board-section .board-swiper {}

.board-section .member-card {
    border-radius: 20px;
    padding: 0;
    height: 400px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
    border: 0px solid rgba(255, 255, 255, 0.1);
}

.board-section .member-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(139, 195, 74, 0.2);
    border-color: rgba(139, 195, 74, 0.3);
}

.board-section .member-image {
    width: 100%;
    height: 100%;
    background: #3a5f7d;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.board-section .member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.board-section .member-card:hover .member-image img {
    transform: scale(1.05);
}

.board-section .member-info {
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 17, 38, 0) 0%, #001126 100%);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: end;
}

.board-section .member-name {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: color 0.3s ease;
    font-family: "Poppins", sans-serif !important;
    text-align: left;
}

.board-section .member-position {
    color: #8bc34a;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
}

.board-section .member-card:hover .member-name {
    color: #8bc34a;
}


/* Hover overlay effect */

.board-section .member-overlay {
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(135deg, rgba(139, 195, 74, 0.8) 0%, rgba(104, 159, 56, 0.6) 100%); */
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: flex-start;
    justify-content: end;
    flex-direction: column;
    color: rgb(203, 52, 52);
    text-align: left;
    padding: 20px;
    width: 90%;
    height: 90%;
    margin: 0 auto;
    border-radius: 16px;
    background: linear-gradient(rgba(255, 255, 255, 0.84) 0%, #fff 100%);
}

.board-section .member-card:hover .member-overlay {
    opacity: 1;
}

.board-section .overlay-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #68b31b;
}

.board-section .overlay-position {
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: rgba(5, 35, 72, 0.7);
}


/* Swiper navigation */

.board-section .swiper-button-next,
.board-section .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
    background-image: url(../images/arrow-white.png) !important;
    background-size: 100%;
    left: -52px;
    top: 50%;
}

.board-section .swiper-button-next {
    right: -52px !important;
    left: unset !important;
    transform: rotate(180deg);
}

.outer-sw-slider {
    position: relative;
}


/* Swiper pagination */

.board-section .swiper-pagination-bullet {
    background: rgba(139, 195, 74, 0.5);
    opacity: 1;
}

.board-section .swiper-pagination-bullet-active {
    background: #8bc34a;
}


/* Responsive design */

@media (max-width: 768px) {
    .board-section .section-title {
        font-size: 36px;
    }
    .board-section .board-swiper {
        padding: 0 20px;
    }
    .board-section .member-card {
        height: 350px;
    }
    .board-section .member-image {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .board-section .section-title {
        font-size: 28px;
    }
    .board-section .member-card {
        height: 320px;
    }
    .board-section .member-image {
        height: 220px;
    }
}


/****************************************/

.blu-sec {
    background: #001d40;
    border-radius: 45px;
    padding: 70px 0;
}

.vdo-hero .hero-section {
    border-radius: 25px;
    position: relative;
    margin-bottom: 36px;
}

.vdo-hero .hero-content {
    position: relative;
    color: #fff;
}

.vdo-hero .hero-content img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
}

.vdo-hero .hero-overlay {
    position: absolute;
    left: 20px;
    top: unset;
    background: #fff;
    color: #72bc44;
    border-radius: 12px;
    padding: 8px 18px;
    font-weight: 600;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    z-index: 2;
    bottom: 40px;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    color: #68b31b;
}

.vdo-hero .hero-main-text {
    position: absolute;
    bottom: 16px;
    left: 36px;
    color: #fff;
    font-size: 4vw;
    font-weight: 500;
    z-index: 2;
    font-weight: normal;
    font-size: 206px;
    text-align: right;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -65px;
    font-family: "Poppins", sans-serif !important;
}

.partners-swiper {
    margin-top: 28px;
}

.vdo-hero .hero-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    /* background: rgba(255, 255, 255, 0.9); */
    /* border-radius: 50%; */
    padding: 16px;
    cursor: pointer;
}

.vdo-hero .hero-play-btn i {
    font-size: 32px;
    color: #72bc44;
}

.partner .section-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    font-size: 46px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 2px;
}

.partner .section-subtitle {
    /* letter-spacing: 1px; */
    /* margin-bottom: 30px; */
    /* font-weight: bold; */
    /* font-size: 16px; */
    /* line-height: 25px; */
    /* text-align: center; */
    /* color: #fff; */
    font-weight: bold;
    font-size: 46px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 2px;
    color: #68b31b;
}

.swiper {
    padding-bottom: 26px;
}

.partner-logo {
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    margin: 0 6px;
    max-width: 207px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 120px;
}

.partner-logo img {
    width: 150px;
    height: auto;
}

@media (max-width: 576px) {
    .hero-main-text {
        font-size: 7vw;
        left: 18px;
        bottom: 12px;
    }
}


/****************banner-slider**********/

.hero-slider {
    width: 100%;
    height: 53vw;
    display: flex;
    position: relative;
    z-index: 0;
}

.hero-slider.hero-style .slider-cont .container {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: flex-end;
    height: 100%;
    padding: 0 !important;
}

.hero-slider.hero-style .right-cont {
    transform-style: preserve-3d;
}

.hero-slider.hero-style .right-cont img {
    width: 100%;
    max-width: 500px;
    display: block;
    border-radius: 16px;
}

.about-section {
    position: relative;
    padding: 120px 0px;
    padding-top: 57px;
    padding-bottom: 50px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-top: 0;
    padding-right: 0;
    padding-left: 50px;
    padding: 97px 33px;
    background-color: #020E1D !important;
    border-radius: 38px;
    z-index: 99;
}

.about-section .content-column {
    position: relative;
}

.about-section .content-column::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -87px;
    width: 100%;
    height: 100%;
    border-radius: 47px;
    background: linear-gradient(rgba(104, 179, 27, 0) 0%, #68b31b 100%);
    opacity: 0.09;
}

.about-section .content-column .text {
    position: relative;
    color: #777777;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 40px;
}

section.service.news.updates.news-feature {
    padding-bottom: 20px;
}

section.service.news.updates.news-feature .slider-pr-sec .swiper-slide {
    display: flex;
    flex-direction: row;
    background-color: #ffd995;
    border-radius: 18px !important;
    margin-bottom: 16px;
    margin-top: 15px;
    align-items: center;
}

section.service.news.updates.news-feature .swiper-slide .img-bx {
    width: 60%;
}

section.service.news.updates.news-feature .swiper-slide {
    width: 40%;
}

section.service.news.updates.news-feature .card img {
    height: 198px;
}

section.service.news.updates.news-feature .slider-pr-sec {
    margin-top: 0;
}

.about-section .content-column .email {
    position: relative;
    color: #252525;
    font-weight: 700;
    margin-bottom: 50px;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .inner-column {
    position: relative;
}

.about-section .image-column .inner-column .image {
    position: relative;
}

.counter-box {
    display: inline-block;
    font-weight: bold;
    font-size: 4rem;
    border-radius: 4px;
    /* color: #5c3f16; */
    background: linear-gradient(270deg, #fcb045, #ffffff, #ef494e, #fcb045);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.counter-wrapper {
    border-right: 1px solid #f69f23;
}

.counter-label {
    margin-top: 10px;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

.counter-section .col-md-3:last-child .counter-wrapper {
    border-right: none;
}

.about-section .image-column .inner-column .image:before {
    position: absolute;
    content: '';
    left: -50px;
    bottom: -50px;
    width: 299px;
    height: 299px;
    background: url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
    position: absolute;
    left: 40px;
    bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
    position: relative;
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 110px;
    height: 110px;
    color: #d7a449;
    font-size: 68px;
    font-weight: 700;
    line-height: 105px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.about-section .btn-style-three:hover:before {
    left: 0px;
    top: 0px;
    z-index: -1;
    right: -0px;
    bottom: -0px;
    transition: .5s ease-out;
}

.about-section .btn-style-three:hover {
    color: #ffffff;
    background: linear-gradient(270deg, #fcb045, #f7d579, #d89121, #fcb045);
    border-color: rgba(255, 255, 255, 0);
}

.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    background: none;
    display: inline-block;
    text-transform: capitalize;
    margin-top: 39px;
    display: flex;
    gap: 13px;
    align-items: center;
}

.sec-title2 {
    color: #fff;
}

.sec-title {
    position: relative;
    padding-bottom: 8px;
}

.sec-title .title {
    position: relative;
    color: #d98e13;
    font-size: 25px;
    font-weight: 400;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}

.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}

.sec-title h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.about-section .content-column .inner-column p {
    color: #fff;
    font-size: 16px;
    /* line-height: normal; */
}

.sec-title h2>span {
    color: #68B31B;
}

section.service.news.updates.news-feature .nav-slder.aos-init.aos-animate {
    display: none;
}

.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 308%;
    background-image: url(../images/bg-evnt.jpg);
    background-size: cover;
    background-position: center;
    transform: translateY(0);
    transition: transform 0.1s linear;
    z-index: 0;
}

.hero-slider.hero-style .slider-cont .container .outer-content {
    padding-top: 27px;
    width: 100%;
    padding-left: 4%;
    padding-right: 50px;
    position: absolute;
    top: 0;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    left: 0;
    z-index: 2;
    bottom: -1px;
    padding-bottom: 50px;
}

.hero-slider.hero-style .slider-cont .container .right-cont {
    width: 50%;
}

.hero-slider.hero-style .slider-cont .container .right-cont img {
    width: 100%;
}

.hero-slider .outer-content h2 {
    font-weight: 800;
    font-size: 132px;
    letter-spacing: 2px;
    line-height: 127px;
    text-align: left;
    color: #ffffff !important;
    width: 100%;
    /* background: linear-gradient(270deg, #fcb045, #ffffff, #f3a5a5, #fcb045); */
    margin-bottom: 0;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold !important;
    font-family: "Oswald", sans-serif;
}

section.service.news.updates.news-feature {
    padding-bottom: 1px;
}

section.service.news.updates.news-feature .slider-pr-sec {
    padding: 10px 31px;
    background-color: #ffffff;
    border-radius: 37px;
    margin-top: -20px;
}

section.service.news.updates.news-feature .slider-pr-sec .swiper-slide {
    display: flex;
    flex-direction: row;
    background-color: #ffe2ac;
    border-radius: 18px !important;
    margin-bottom: 16px;
    margin-top: 15px;
    align-items: center;
}

section.service.news.updates.news-feature {
    padding-bottom: 0px;
    background-color: unset;
}


/* .hero-slider .outer-content h2 br {
    display: none;
} */

.slider-cont {
    position: absolute;
    top: unset;
    width: 100%;
    /* background-color: #000000b0; */
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 99;
    bottom: 0;
    /* clip-path: polygon(0% -157%, 100% 100%, 100% 100%, 0% 100%); */
    padding-right: 0;
}

.slider-box h3 {
    font-weight: 600;
    font-size: 35px;
    text-align: left;
    color: #01193a;
    margin-bottom: 22px;
}

.righ-cont {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

a.learn-event.mt-2:hover,
a.work-shedule:hover,
section.service .head .right a:hover {
    color: #ffffff !important;
    background-color: #000000;
}

.righ-cont img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}


/* .righ-cont:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #00000069, #00000042)
} */

header .main-nav .logo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 139%;
    height: 433%;
    /* background-image: radial-gradient(circle at 176px -104px, rgb(255 255 255) 26%, rgb(255 255 255) 37%, rgba(255, 255, 255, 0) 65%); */
    background-position: 2px -20px;
    background-repeat: no-repeat;
    z-index: -1;
}

.slider-box p {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #01193a;
    max-width: 231px;
    margin-bottom: 44px;
}

.bottom-layer {
    width: 100%;
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 9;
}

.bottom-layer svg {
    width: calc(100% + 1.3px);
    height: 30px;
}

.bottom-layer svg path {
    fill: #fff;
}

.slider-cont .btns {
    display: flex;
    justify-content: left;
    width: 100%;
}


/* .animate-text {
    display: inline-block;
    font-size: 3rem;
    overflow: hidden;
  } */

.letter {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px);
}

.slider-cont .btns a {
    height: 39px;
    border-radius: 26px;
    background: #f69f23;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #ffffff;
    text-align: center;
    padding: 0 24px;
    margin-right: 12px;
}

.slider-box {
    position: absolute;
    z-index: 9999;
    top: 33%;
    right: 12%;
    padding: 56px 74px;
    background-image: url(../images/slider-bg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-pagination {
    display: none;
}

.slider-cont .btns a.explore {
    background: #f69f23;
    color: #fff;
}

.slider-cont .top-arrw {
    position: absolute;
    top: -7px;
    right: -7px;
    transition: .5s ease-out;
    transform-origin: bottom;
}

.slider-box:hover .top-arrw {
    transform: rotatey(180deg);
}

.slider-box .top-arrw img {
    width: 80px;
}

.slider-cont .btns a:hover {
    background: #0560e2;
    color: #fff;
}


/* .swiper-slide:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(260deg, hwb(0deg 0% 100% / 53%) 0%, rgba(0, 0, 0, 0.42) 100%);
} */

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.event-box img.card-img-top {
    height: 246px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider r .outer-content {
    max-width: 618px;
}

.hero-slider .outer-content h2>span {
    background: linear-gradient(270deg, #fcb045, #ffffff, #ef494e, #fcb045);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-slider .outer-content p {
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 6px;
}


/* .hero-slider  .outer-content a {
  border-radius: 50px;
  border: 1px solid #FFF;
  background: #FF216A;
  font-size: 17px;
  color: #fff;
  padding: 10px 28px;
  margin-top: 2px;
  display: inline-block;
} */

.hero-slider .outer-content a:hover {
    background: #fff;
    color: #FF216A;
}

.right-content .section .box-img {
    width: 50%;
}

.right-content .section .box-img img {
    width: 100%;
    height: 366px;
    object-fit: cover;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    display: none !important;
}

.marquee-wrapper {
    position: relative;
    background: #f8ecda;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
}

.marque-outer .container {
    padding: 0 46px;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: scrollMarquee 40s linear infinite;
}

.marquee-content a {
    color: #393f41;
    text-decoration: none;
    padding: 0 15px;
    font-weight: 500;
}

.marquee-content a::after {
    content: "•";
    margin-left: 15px;
    color: #999;
}

.marquee-content a:last-child::after {
    content: "";
}

.marquee-wrapper .fade-left,
.marquee-wrapper .fade-right {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.marquee-wrapper .fade-left {
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, #ffffff00 100%);
}

.marquee-wrapper .fade-right {
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, #ffffff00 100%);
}

@keyframes scrollMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}


/* Optional: pause on hover */

.marquee-wrapper:hover .marquee-content {
    animation-play-state: paused;
}

h1.hero-title.caption-timeline div {
    display: inline-block;
}

section.counter-new {
    padding: 46px 0;
    background: unset;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.counter-box {
    display: inline-block;
    font-weight: bold;
    font-size: 4rem;
    border-radius: 4px;
    color: #fff;
}

section.counter-new:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000094;
    top: 0;
    background: linear-gradient(0deg, #ffffff 0%, #ffffffa3 100%);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.8;
    transition: 0.5s ease-out;
    margin-bottom: 20px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
    transition: 0.5s ease-out;
    transform: scale(1.5);
}


/****************banner-slider-end**********/


/****************about**********/

.custom-pagination-outer:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    left: 0;
    right: 0;
    display: block !important;
}

.custom-pagination-outer {
    position: relative;
}

.logo-footer img {
    width: 248px;
}

section.about {
    padding: 114px 0;
    overflow: hidden;
    background-color: #fff;
}


/* section.abt-video {
    background: linear-gradient(0deg, #dfb57b, #fff3e1);
    padding: 0px 0px;
    margin-top: 102px;
} */

.about-box .thumb-abt {
    height: 100%;
}

button.Hero__PlayButton-sc-1cgziz4-9.iwngyA {
    width: 6rem;
    height: 6rem;
    background: rgb(255, 255, 255);
    border-radius: 3rem;
    border: none;
    transform: scale(1);
    transition: 0.15s ease-in;
    cursor: pointer;
}

.about-box .thumb-abt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-box {
    position: relative;
    /* max-width: 891px; */
    margin: 0 auto;
    border-radius: 27px !important;
    overflow: hidden;
    height: 417px;
    width: 50%;
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.about-box .btn-vdo {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
}

section.about .main-cont h2 {
    font-weight: 600;
    font-size: 51px;
    letter-spacing: -0.03em;
    line-height: 61px;
    text-align: left;
    color: #000;
    margin-bottom: 41px;
}

section.service.news.updates .card img {
    border: 0;
}

.vision-sec {
    display: flex;
    justify-content: center;
    padding: 100px 0;
}

.left-content .textToShow {
    position: sticky;
    top: 100px;
    /* adjust based on your design */
    transition: opacity 0.3s ease;
}

.content-container {
    display: flex;
    padding: 100px 0;
    padding: 0px 0;
    background: url(../images/bg-overlay.webp);
    background-attachment: fixed;
    border-radius: 0 0 78px 78px;
}

.content-container>* {
    width: 50%;
}

section.service.news.updates.news-feature .custom-pagination-outer {
    display: none;
}

.right-content {
    padding-right: 15px;
}

.contentMarker p {
    font-size: 18px;
    color: #6b6b6b;
}

.vision.vs {
    background-color: #f9e6ca;
}

.left-content .textToShow p {
    max-width: 560px;
    text-align: center;
    font-size: 25px;
    color: #6b6b6b;
}

.vision.ms {
    background-color: #ffdaa5;
}

.vision.ms h2 span {
    color: #fff;
}

.vision.vl {
    background-color: #f7cc8e;
}

.vision.vl h2 span {
    color: #fff;
}

.left-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-content .section {
    display: flex;
    justify-content: flex-start;
}

.right-content .section .box-inner {
    width: 50%;
    text-align: center;
    background-color: #ffe7c4;
    padding: 18px 55px;
    min-height: 314px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.box-inner.vision {
    background-image: url(../images/vision.jpg);
    background-size: cover;
}

.box-inner.mission {
    background-image: url(../images/mission.jpg);
    background-size: cover;
}

.box-inner.value {
    background-image: url(../images/value.jpg);
    background-size: cover;
}

.contentMarker h2 span {
    color: #f69f23;
}

.contentMarker h2 {
    font-size: 56px;
    font-weight: 700;
}

.contentMarker {
    text-align: center;
    max-width: 506px;
    height: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 52px -4px;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.textToShow h2 {
    color: #000;
    width: 100%;
    text-align: center;
    font-size: 57px;
    font-weight: 700;
}

.textToShow h2 span {
    color: #ec9921;
}

.vision .contentMarker img {
    width: 168px;
    height: auto;
    margin-bottom: 21px;
}

@media screen and (max-width: 800px) {
    .right-content {
        padding-left: 15px;
    }
}

.header-section {
    text-align: center;
    padding: 1rem 6rem;
}

section.about .main-cont h4 {
    font-size: 22.38px;
    text-align: left;
    color: #000;
    font-weight: 400;
}

section.about .btns {
    display: flex;
    justify-content: flex-end;
}

section.about .btns a.explore {
    background: #57b22c;
    color: #fff;
}

section.about .btns a {
    height: 45px;
    border-radius: 26px;
    background: #01193a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #fff;
    text-align: center;
    padding: 0 18px;
    margin-right: 12px;
}

section.about .btns a:hover {
    background: #0560e2;
    color: #fff;
}

section.about .btns span {
    transition: .5s ease-in-out;
    right: 0;
}

section.about .btns a:hover span {
    position: relative;
    right: -10px;
    transition: .5s ease-in-out;
}

section.about .main-cont h2 span {
    color: #9f9f9f;
}

.abt-left-outer {
    display: flex;
    align-items: center;
}

section.about .outer-about {
    display: flex;
    position: relative;
}

section.about .abt-main-img img {
    width: 100%;
}

section.about .right-abt-img img {
    width: 100%;
}

section.about .left-abt-con {
    width: 51%;
    padding-right: 47px;
}

section.about .left-abt-con h3 {
    font-weight: normal;
    font-size: 25px;
    text-align: left;
    color: #000;
    padding-bottom: 27px;
}

.row.align-items-end.bottom-cont-abt:hover .arrow {
    transform: rotate(284deg);
}

section.about .arrow {
    position: absolute;
    top: -35px;
    left: -30px;
    transition: .5s ease-out;
}

section.about .right-abt-img img {
    width: 100%;
}

.row.align-items-end.bottom-cont-abt {
    margin-top: -64px;
}

section.about .left-abt-con p {
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
}

section.about .outer-about .left {
    width: 100%;
    max-width: 367px;
}

section.about .outer-about .right {
    position: absolute;
    max-width: 286px;
    bottom: -28px;
    right: 88px;
    /* left: 0; */
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 143px;
}

@media screen and (max-width: 1400px) {
    section.about .outer-about .right {
        right: 34px;
    }
    .slider-pr-sec .swiper-slide .img-bx {
        height: 16.1vw;
    }
    .about-section .content-column .inner-column {
        padding: 53px 33px;
    }
}

section.about .right-abt-img {
    width: 46%;
    position: relative;
}

section.about .para-cont h2 {
    font-size: 44px;
    color: #060606;
    font-weight: 800;
    font-family: "Playfair Display", serif;
    padding-bottom: 18px;
}

section.about .para-cont h2 span {
    font-style: italic;
    font-weight: 500;
}

section.about .para-cont p {
    font-size: 18px;
    color: #454545;
}

section.about .para-cont a {
    border-radius: 50px;
    border: 1px solid #FF216A;
    background: #FF216A;
    font-size: 17px;
    color: #fff;
    padding: 9px 40px;
    margin-top: 2px;
    display: inline-block;
}

section.about .para-cont a:hover {
    background: #fff;
    color: #FF216A;
    border: 1px solid #FF216A;
}

.mission {
    padding: 198px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.mission .bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
}

.mission:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(75 64 40 / 80%);
    top: 0;
    z-index: -1;
}

.vision:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(75 64 40 / 80%);
    top: 0;
    z-index: -1;
}

.right-content .section .box-inner h2,
.right-content .section .box-inner p {
    color: #000;
}

.value:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100%;
    background: rgb(75 64 40 / 80%);
    top: 0;
    z-index: -1;
}


/* .right-content .section .box-inner img {
    filter: invert(1) brightness(15);
} */

.mission .outer-mission {
    position: relative;
    z-index: 9;
    max-width: 617px;
    width: 100%;
}

.mission .outer-mission h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 800;
    font-family: "Playfair Display", serif;
    padding-bottom: 18px;
}

.mission .outer-mission h2 span {
    font-style: italic;
    font-weight: 500;
}

.mission .outer-mission p {
    font-size: 18px;
    color: #fff;
}

.mission .outer-mission a {
    border-radius: 50px;
    border: 1px solid #FF216A;
    background: #FF216A;
    font-size: 17px;
    color: #fff;
    padding: 9px 40px;
    margin-top: 2px;
    display: inline-block;
    margin-top: 11px;
}

.mission .outer-mission a:hover {
    background: #fff;
    color: #FF216A;
    border: 1px solid #FF216A;
}

.products {
    padding: 100px 0;
    overflow: hidden;
    background-color: #fff;
}

.products .bg-prod img {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
}

.products .head h2 {
    font-size: 44px;
    color: #060606;
    font-weight: 800;
    font-family: "Playfair Display", serif;
    padding-bottom: 18px;
}

.about-cont p {
    font-size: 20px;
    text-align: left;
    color: grey;
    max-width: 1200px;
    margin: 0 auto;
}

.animate-text {
    overflow: hidden;
    white-space: pre-wrap;
    /* This ensures preserved spaces render correctly */
}


/* .products .head h2 span {
  font-style: italic;
  font-weight: 500;
} */

.products .outer-products {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}

.products .outer-products .box-product {
    width: 31.3333%;
    margin-right: 0%;
    position: relative;
    margin-bottom: 51px;
    border-radius: 26px;
    overflow: hidden;
}

.products .outer-products .box-product:hover .img {
    box-shadow: 0px 0px 21px #636363;
}

.products .outer-products .box-product:hover .img img {
    transform: scale(1.1);
}

section.coming-soon {
    text-align: center;
    padding-top: 143px;
    padding-bottom: 39px;
}

section.coming-soon img {
    max-width: 690px;
    width: 100%;
}

.products .outer-products .box-product .img {
    height: 22vw;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.products .outer-products .box-product .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    transition: 0.5s ease-in-out;
}

.box-product.link-product {
    width: 65.33333% !important;
}

.box-product.link-product a::after,
.box-product.link-product a::before {
    display: none;
}

.products .outer-products .box-product .title {
    position: absolute;
    z-index: 9;
    bottom: 0;
    border-radius: 8px;
    /* background: #582435; */
    text-align: center;
    width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 4px 0px;
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px !important;
    align-items: center;
}

section.service.news.updates .slider-pr-sec .arrow img {
    border: 0;
    object-fit: contain !important;
    height: auto;
}

.products .outer-products .box-product.link-product .title {
    height: 100%;
    display: flex !important;
    align-items: flex-end !important;
    padding: 44px 61px !important;
    width: 100% !important;
}

.products .outer-products .box-product.link-product .title .ttl-left {
    width: 70%;
}

.products .outer-products .box-product.link-product .title .ic-right {
    width: 30%;
    text-align: right;
}

.products .outer-products .box-product.link-product .title .ttl-left {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}

.products .outer-products .box-product.link-product .title .ttl-left h5 {
    font-weight: 300;
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 32px;
    text-align: left;
    color: #01193a;
}

.products .outer-products .box-product.link-product:hover .ic-p {
    border-radius: 50%;
    background-color: unset;
    transform: unset;
    transition: 0.5s ease-in-out;
}

.products .outer-products .box-product.link-product .ic-p img {
    transition: 0.5s ease-in-out;
}

.products .outer-products .box-product.link-product:hover .ic-p img {
    transform: rotate(46deg);
    transition: 0.5s ease-in-out;
}

.products .outer-products .box-product.link-product .title .ttl-left h2 {
    font-weight: 600;
    font-size: 37px;
    letter-spacing: -0.03em;
    line-height: 50px;
    text-align: left;
    color: #01193a;
}

.box-product:hover .ic-p {
    border-radius: 50%;
}

.box-product:hover .ic-p {
    border-radius: 50%;
    background-color: #56b22c7e;
    transform: rotate(46deg);
    transition: 0.5s ease-in-out;
}

.products .outer-products .box-product .title h3 {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 27px;
    text-align: left;
    color: #fff;
}

.box-product a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    transition: .9s ease-in-out;
}

.box-product a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(104, 201, 58, 0) 0%, #164400 100%);
    transition: .5s ease-in-out;
    z-index: 9;
}

.products .outer-products .box-product a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.box-product:hover a:before {
    top: 0;
}

.box-product:hover a:after {
    top: 100%;
}

section.why-choose {
    background: #151C23;
    padding: 109px 0;
}

section.why-choose .left-img img {
    width: 100%;
    max-width: 513px;
}

section.why-choose .head h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 800;
    font-family: "Playfair Display", serif;
    padding-bottom: 18px;
}

section.why-choose .head h2 span {
    font-style: italic;
    font-weight: 500;
}

section.why-choose .why-choose-cont .list {
    display: flex;
    padding-bottom: 12px;
}

section.why-choose .why-choose-cont .list .cont {
    padding-left: 20px;
}

section.why-choose .why-choose-cont .list .cont h2 {
    font-size: 27px;
    color: #fff;
    font-family: "Playfair Display", serif;
}

section.why-choose .why-choose-cont .list .cont p {
    font-size: 15px;
    color: #fff;
}

.copy .container {
    border-top: 1px solid #707070;
    padding-top: 32px;
    padding-bottom: 18px;
}

.footer {
    padding: 94px 0;
    background-size: cover;
    padding-bottom: 28px;
}

.footer .outer-foot-cont {
    text-align: center;
    color: #fff;
}

.footer .outer-foot-cont img {
    width: 70px;
    margin-bottom: 23px;
    height: 67px;
    filter: grayscale(100%) brightness(200%);
}

.footer .outer-foot-cont h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 41px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}

.footer .outer-foot-cont a svg {
    margin-left: 17px;
}

.footer .outer-foot-cont a {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.footer .outer-foot-cont p {
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #93969b;
    max-width: 326px;
    margin: 0 auto;
    margin-bottom: 16px;
}

section.Gallery.service.news .container.py-5 {
    padding-bottom: 0 !important;
}

section.service.news {
    background-color: #fff;
    padding-bottom: 50px;
    padding-top: 0 !important;
}

.footer .outer-foot-cont p a {
    display: inline-block !important;
    font-size: 17px;
    letter-spacing: normal;
    color: #e6b165;
    line-height: inherit;
}

.footer .outer-foot-cont a:hover svg {
    transition: .5s ease-out;
    margin-left: 10px;
}

.footer .outer-foot-cont a:hover svg {
    transform: rotate(39deg);
}

.col-md-4.center-footer .outer-foot-cont {
    border-radius: 69px;
    background: #ffb74f;
    padding: 56px 10px;
}

.col-md-4.center-footer .outer-foot-cont a {
    color: #09479c;
}

.col-md-4.center-footer .outer-foot-cont p {
    color: #fff;
}

.col-md-4.center-footer .outer-foot-cont h2 {
    color: #ffffff;
}

.footer .left-cont .head h2 {
    font-size: 44px;
    color: #060606;
    font-weight: 800;
}

.footer .left-cont .head h2 span {
    font-style: italic;
    font-weight: 500;
}

.footer .left-cont .head p {
    font-size: 17px;
    color: #282828;
    margin-bottom: 36px;
}

.footer .left-cont .list {
    display: flex;
    align-items: flex-start;
    margin-bottom: 26px;
}

.footer .left-cont .list .ic {
    border-radius: 6px;
    background: #582435;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
}

.footer .left-cont .list .cont h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.footer .left-cont .list .cont p {
    font-size: 18px;
    color: #0E1133;
    margin-bottom: 0;
}

.footer .left-cont .social {
    margin-top: 48px;
}

.footer .left-cont .social ul {
    display: flex;
    justify-content: flex-start;
    margin: 0;
}

.footer .left-cont .social ul li {
    margin-right: 13px;
}

.footer .left-cont .social ul li span {
    font-size: 16px;
    color: #0E1133;
    margin-right: 15px;
}

.footer .left-cont .social ul li i {
    color: #0E1133;
    font-size: 20px;
}

.footer .left-cont .social ul li a:hover i {
    color: #FF216A;
}

.footer .form-contact form {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.02);
    padding: 46px 32px;
    max-width: 467px;
    margin: 0 0 0 auto;
}

.footer .form-contact form h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.footer .form-contact form .fld {
    margin-bottom: 11px;
}

.footer .form-contact form .fld input {
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    background: #F6F6F6;
    width: 100%;
    border: 0;
    padding: 8px 12px;
}

.footer .form-contact form .fld textarea {
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    background: #F6F6F6;
    width: 100%;
    border: 0;
    padding: 8px 12px;
}

.footer .form-contact form .fld button {
    border-radius: 50px;
    border: 1px solid #FF216A;
    background: #FF216A;
    font-size: 17px;
    color: #fff;
    padding: 9px 40px;
    margin-top: 2px;
    display: inline-block;
    margin-top: 11px;
    width: 100%;
    transition: 0.5s ease-out;
}

.footer .form-contact form .fld button:hover {
    background: #fff;
    color: #FF216A;
    border: 1px solid #FF216A;
}

.copy {
    padding: 15px 0;
}

.copy .outer-foot-nav {
    display: flex;
    display: flex;
    align-items: center;
}

.copy .outer-foot-nav .foot-logo img {
    width: 80px;
}

.copy .outer-foot-nav .nav {
    margin-left: 20px;
}

.copy .outer-foot-nav .nav ul {
    display: flex;
}

.copy .outer-foot-nav .nav ul li {
    padding-right: 10px;
}

.copy .outer-foot-nav .nav ul li a {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

.copy .right p {
    color: #E3E3E3;
    font-size: 15px;
}

.copy .outer-foot-nav .nav {
    margin-left: 0;
}

.copy .right .social ul {
    display: flex;
    gap: 22px;
    justify-content: end;
}

#toggle-menu {
    /* ONE */
}

#toggle-menu .hamburger .line {
    width: 36px;
    height: 4px;
    background-color: #fff;
    display: block;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
}

#toggle-menu .hamburger:hover {
    cursor: pointer;
}

#toggle-menu #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#toggle-menu #hamburger-1.is-active .line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

#toggle-menu #hamburger-1.is-active .line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

.inner-banner {
    padding: 133px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.inner-banner .bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
}

.inner-banner h2 {
    font-family: "Playfair Display", serif;
    text-align: center;
    font-size: 62px;
    color: #fff;
}

.inner-banner h2 span {
    font-style: italic;
}

.inner-banner p {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}

.inner-banner:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #582435ba; */
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(14, 14, 14, 0.39) 50%, rgba(1, 1, 1, 0.25) 100%);
    opacity: 0.7;
}

.inner-mission.mission {
    padding: 77px 0;
}

.inner-mission.mission:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: unset;
    top: 0;
}

.inner-mission.mission .outer-mission {
    max-width: 100%;
    width: 100%;
    padding-right: 63px;
}

.inner-mission.mission .outer-mission h2 {
    font-size: 44px;
    color: #000;
}

.inner-mission.mission .outer-mission p {
    font-size: 18px;
    color: #000;
}

.contact-info .container-fluid {
    background-color: rgb(224, 224, 224);
    padding: 0;
    background-image: url(../images/banner-2.jpg);
    background-blend-mode: screen;
    background-attachment: fixed;
    background-size: cover;
}

.contact-info .outer--contact {
    display: flex;
    padding: 20px 21px;
    padding-top: 68px;
}

.contact-info .outer--contact .left-cont {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.5803921569);
    padding: 66px 69px;
    /* color: #fff; */
}

.contact-info .outer--contact .left-cont h3 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 10px;
    font-family: "Playfair Display", serif;
}

.contact-info .outer--contact .left-cont ul.details li {
    display: flex;
    padding-bottom: 19px;
}

.contact-info .outer--contact .left-cont ul.details li .ic {
    margin-right: 10px;
}

.contact-info .outer--contact .left-cont ul.details li .cont h4 {
    font-size: 19px;
    font-weight: 600;
}

.contact-info .outer--contact .left-cont ul.details li .cont p {
    color: #000;
    font-size: 15px;
    margin: 0;
}

.contact-info .outer--contact .left-cont ul.details li .cont a {
    color: #000;
    font-size: 15px;
}

.contact-info .outer--contact .right-cont {
    width: 50%;
    padding: 1px 1px;
}

.contact-info .outer--contact .right-cont .map {
    height: 100%;
}

.contact-info .outer--contact .right-cont .map iframe {
    height: 100%;
}

.contact-info .outer-cont-form {
    display: flex;
    padding: 20px 21px;
    padding-bottom: 68px;
}

.contact-info .outer-cont-form .left-img {
    width: 50%;
}

.contact-info .outer-cont-form .left-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact-info .outer-cont-form .right-form {
    width: 50%;
    padding: 64px 56px;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.5803921569);
    padding: 66px 69px;
}

.contact-info .outer-cont-form .right-form h3 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 10px;
    font-family: "Playfair Display", serif;
}

.contact-info .outer-cont-form .right-form .fld {
    padding-bottom: 19px;
    text-align: center;
}

.contact-info .outer-cont-form .right-form .fld input {
    width: 100%;
    border: 0;
    border-radius: 50px;
    padding: 10px 28px;
}

.contact-info .outer-cont-form .right-form .fld textarea {
    width: 100%;
    border: 0;
    border-radius: 50px;
    padding: 18px 28px;
}

.contact-info .outer-cont-form .right-form .fld button {
    border: 0;
    background-color: #000;
    color: #fff;
    padding: 10px 41px;
    border-radius: 50px;
}

section.service {
    padding: 50px 0;
    /* border-radius: 78px 78px 0 0; */
    /* background: linear-gradient(0deg, #f5c788, #fff3e1); */
}

section.service.news {
    background-color: #fff;
}

.federation-sports-slider .section-title {
    text-align: center;
}

.federation-sports-slider .section-title h1 {
    font-size: 40px;
    color: white;
    margin-bottom: 10px;
}

.federation-sports-slider .section-title h1 span {
    color: #7cc839;
}

.federation-sports-slider .section-title p {
    color: #7c8ca1;
    font-size: 16px;
}

.federation-sports-slider .swiper {
    padding: 40px 0;
}

.federation-sports-slider .swiper-slide {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    cursor: pointer;
}

.federation-sports-slider .swiper-slide:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.federation-sports-slider .swiper-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.federation-sports-slider .slide-caption span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #6a7a94;
}

.federation-sports-slider .swiper-button-next,
.federation-sports-slider .swiper-button-prev {
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 60%;
}

.federation-sports-slider .swiper-button-next::after,
.federation-sports-slider .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

.federation-sports-slider .slide-caption span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #6a7a94;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}


/* Show the subtitle only when hovering over the slide */

.federation-sports-slider .swiper-slide:hover .slide-caption span {
    opacity: 1;
    visibility: visible;
}

.federation-sports-slider .swiper-button-next {
    background-image: url(../images/arrow-white.png) !important;
    font-size: 0;
    width: 44px;
    height: 44px;
    background-size: 100%;
    transition: .5s ease-in-out;
    pointer-events: unset !important;
    cursor: pointer !important;
    right: -45px;
    transform: rotate(180deg);
}

.federation-sports-slider .swiper-button-prev {
    background-image: url(../images/arrow-white.png) !important;
    font-size: 0;
    width: 44px;
    height: 44px;
    background-size: 100%;
    left: -45px;
    transition: .5s ease-in-out;
    pointer-events: unset !important;
    cursor: pointer !important;
}

.federation-sports-slider .swiper-button-prev:hover {
    background-image: url(../images/arrow-g.png) !important;
    transform: rotate(180deg);
}

.federation-sports-slider .swiper-button-next:hover {
    background-image: url(../images/arrow-g.png) !important;
    transform: rotate(0deg);
}

.federation-sports-slider .slide-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(124, 200, 57, 0.85);
    color: white;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: none;
    transition: all 0.3s ease;
    cursor: pointer;
    width: max-content;
    max-width: 100%;
    width: 84%;
    border-radius: 15px;
    background: linear-gradient(to left, rgba(1, 62, 138, 0) 0%, #68b31b 100%);
}


/* Subtitle hidden initially */

.federation-sports-slider .slide-caption span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #d1dfc6;
    /* lighter green or something subtle */
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, height 0.3s ease;
}


/* On hover: white background, dark text and subtitle visible */

.federation-sports-slider .swiper-slide:hover .slide-caption {
    background-color: white;
    color: #68B31B;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    padding-bottom: 28px;
    background: #fff;
}

.federation-sports-slider .swiper-slide:hover .slide-caption span {
    opacity: 1;
    height: auto;
    color: #6a7a94;
}

@media (max-width: 768px) {
    .federation-sports-slider .swiper-slide img {
        height: 250px;
    }
}

section.Gallery img {
    width: 100%;
    height: 267px;
    object-fit: cover;
}

section.Gallery .lb-outerContainer {
    width: 50% !important;
    height: auto !important;
}

section.Gallery .lightbox .lb-image {
    width: 100% !important;
    height: 100% !important;
}

section.Gallery.service.news .col-sm-6.col-md-4.col-lg-3 a {
    position: relative;
    display: block;
    overflow: hidden;
    border: 9px solid #e5e5e5;
    margin-bottom: 29px;
}

section.Gallery.service.news .col-sm-6.col-md-4.col-lg-3 a:hover::after {
    top: 0;
    transition: .5s ease-out;
}

section.Gallery.service.news .col-sm-6.col-md-4.col-lg-3 a:after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000069;
    top: 0;
    transition: .5s ease-out;
    background: linear-gradient(0deg, #000000a3, #00000014);
}

section.download-member {
    display: flex;
    width: 100%;
    align-items: center;
    background: url(../images/bg-down.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

section.download-member .right-mem {
    width: 40%;
    text-align: center;
    background-color: #ffce89;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 59px 0;
    clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 99;
    top: 29px;
    position: relative;
}

section.download-member .left-mem {
    width: 60%;
    text-align: center;
    z-index: 99;
}

.left-mem h3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 32px;
}

section.download-member:after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background-color: #00000075;
    top: 0;
    width: 100%;
}

section.download-member .right-mem a {
    height: 55px;
    border-radius: 26px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 23px;
    text-align: left;
    color: #2e2626;
    text-align: center;
    padding: 0 29px;
    font-weight: 500;
}

.logo-footer {
    position: absolute;
    top: -48px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: fit-content;
    background-color: #fff;
    padding: 14px 27px;
    border-radius: 53px;
}

section.service .head h4 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 41px;
    text-align: left;
    color: #01193a;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 16px;
}

section.service .head {
    padding-right: 0px;
}

section.service .head .right a {
    color: #fff;
    background-color: #f69f23;
    padding: 12px 30px;
    border-radius: 34px;
    font-size: 19px;
}

section.service .head .right {
    text-align: right;
}

section.service .head h2 {
    padding-bottom: 18px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 47px;
    letter-spacing: -0.03em;
    line-height: normal;
    text-align: left;
    color: #f39e24;
    padding-bottom: 0;
    margin-bottom: 0px;
}

section.service .head h5 {
    font-weight: 300;
    font-size: 20px;
    line-height: 31px;
    text-align: left;
    color: #a7a7a7;
}

.btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.service .head h2 span {
    color: #9f9f9f;
}

.slider-pr-sec .custom-swiper {
    padding: 0 0px;
    /* Allows edge slides to be seen */
    overflow: hidden;
}

.slider-pr-sec .swiper-slide {
    overflow: hidden;
    box-shadow: unset;
    display: flex;
    flex-direction: column;
    background-color: unset;
    border: 0;
}

.slider-pr-sec .card-text p {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 28px;
    text-align: left;
    color: #01193a;
    margin-bottom: 0;
    padding-right: 25px;
}

.slider-pr-sec .arrow img {
    width: 46px !important;
    filter: grayscale(1);
}

.slider-pr-sec .card-text {
    font-size: 14px;
    color: #333;
    justify-content: space-between;
    align-items: center;
    display: block;
    padding: 10px 0;
    /* border-radius: 0 !important; */
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    justify-content: end;
    flex-direction: column-reverse;
}

.slider-pr-sec .card img {
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    height: 14vw;
    width: 14vw;
    margin: 0 auto;
    display: flex;
    box-shadow: 1px 1px 15px #f69f23;
}

.slider-pr-sec .swiper-slide:after {
    display: none;
}

.slider-pr-sec .swiper-slide .img-bx {
    /* margin-bottom: 13px; */
    border-radius: 0;
    overflow: hidden;
    position: relative;
    /* height: 19vw; */
    /* border-radius: 50%; */
    width: 100%;
    max-width: 100%;
    height: auto;
    /* border-radius: 18px !important; */
    overflow: hidden;
    /* padding-bottom: 21px; */
    /* box-shadow: 1px 1px 15px #d4d4d4; */
    padding-top: 12px;
    padding-bottom: 87px;
}


/* .slider-pr-sec .swiper-slide:nth-child(even) {
    top: -55px;
} */

.slider-pr-sec .hover-cont {
    background: rgb(253 224 182 / 65%);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    top: 100%;
    transition: .5s ease-in-out;
    z-index: 99;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    position: relative;
}

.custom-pagination::before,
.custom-pagination::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #ccc;
    margin: 0 10px;
    display: none;
}

.custom-pagination .swiper-pagination-bullet {
    margin: 0 1px;
    background-color: #fff !important;
    border: 1px solid #565454 !important;
    opacity: 1;
    width: 11px;
    height: 11px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #f69f23 !important;
    border: 3px solid #ffffffbd !important;
    width: 14px !important;
    height: 14px !important;
}

section.service.news.updates {
    padding-top: 0;
}

.custom-pagination.swiper-pagination-bullets {
    display: flex;
    background: unset;
    padding: 0px 14px;
    border-radius: 999px;
    border: 1px solid #ccc;
    gap: 12px;
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 27px !important;
    position: relative;
    justify-content: space-between !important;
    height: 37px;
    background-color: #fff;
}

.slider-pr-sec .swiper-slide .img-bx .date {
    position: absolute;
    bottom: 17px;
    left: 23px;
    border-radius: 0%;
    background: #57b22c;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #fff;
    padding: 3px 16px;
}

.custom-pagination.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid #ccc;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
}

.custom-pagination.swiper-pagination-bullet-active {
    background: #2dae40;
    border-color: #2dae40;
    box-shadow: 0 0 0 4px rgba(45, 174, 64, 0.2);
}

.slider-pr-sec .swiper-slide {
    overflow: hidden;
    box-shadow: unset;
    display: flex;
    flex-direction: column;
    background-color: unset;
    border: 0;
    /* padding: 0 17px; */
    padding-top: 0;
    /* margin: 0 !important; */
    transition: .5s ease-in-out;
    /* border-radius: 0 !important; */
    border-radius: 18px !important;
    /* box-shadow: 1px 1px 15px #d4d4d4; */
    /* padding-bottom: 16px; */
    margin-bottom: 16px;
    margin-top: 15px;
}

section.Gallery.service.news .col-sm-6.col-md-4.col-lg-3 a:hover {
    transform: scale(1.1);
    z-index: 99;
}


/* section.Gallery.service.news .row {
    margin: 0 3px;
} */

.slider-pr-sec .swiper-slide:hover .hover-cont {
    top: 0;
}

.slider-pr-sec {
    margin-top: 0px;
    position: relative;
}

.slider-pr-sec .nav-slder {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
}

.slider-pr-sec .swiper-button-prev:after,
.slider-pr-sec .swiper-button-next:after {
    display: none;
}

.swiper-button-disabled {
    opacity: 1 !important;
}

.slider-pr-sec .swiper-button-prev {
    background-image: url(../images/arrow-white.png) !important;
    font-size: 0;
    width: 44px;
    height: 44px;
    background-size: 100%;
    left: -45px;
    transition: .5s ease-in-out;
    pointer-events: unset !important;
    cursor: pointer !important;
}

.slider-pr-sec .swiper-button-next {
    background-image: url(../images/arrow-white.png) !important;
    font-size: 0;
    width: 44px;
    height: 44px;
    background-size: 100%;
    transition: .5s ease-in-out;
    pointer-events: unset !important;
    cursor: pointer !important;
    right: -45px;
    transform: rotate(180deg)
}

.slider-pr-sec .swiper-button-next:hover {
    background-image: url(../images/arrow-g.png) !important;
    transform: rotate(0deg);
}

.slider-pr-sec .swiper-button-prev:hover {
    background-image: url(../images/arrow-g.png) !important;
    transform: rotate(180deg);
}

.slider-pr-sec .hover-cont a {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-decoration: none;
}

.slider-pr-sec .hover-cont img {
    width: 85px !important;
    margin-bottom: 13px;
    height: auto !important;
}

.slider-pr-sec .hover-cont h4 {
    font-weight: 600;
    font-size: 35px;
    letter-spacing: -0.03em;
    line-height: normal;
    /* text-align: center; */
    color: #fff;
    text-align: center;
    width: 100%;
}

.slider-pr-sec .card-text h4 {
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.slider-pr-sec .card-text h5 {
    font-size: 15px;
    color: #000000;
    text-align: center;
}

.slider-pr-sec .arrow {
    color: green;
    font-size: 16px;
}

.slider-pr-sec .green-card {
    background: #2dae40;
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slider-pr-sec .circle-arrow {
    width: 40px;
    height: 40px;
    background: white;
    color: #2dae40;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.slider-pr-sec .explore-text {
    font-weight: bold;
    font-size: 18px;
}

.work-cont {
    background-color: #ffce89;
    padding: 50px 34px;
    height: 100%;
    background-image: url(../images/bg-evnt.jpg);
    background-size: cover;
    position: relative;
}

.work-cont:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #ffdaa566 0%, #de9732 100%);
    top: 0;
    z-index: 0;
}

.top-tab-sec .swiper.tabs-swiper .swiper-slide {
    background-color: #ffebcf;
    padding: 10px 18px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.event-box .date-pos {
    right: 10px;
    top: 10px;
    background: #188ef4;
    background: linear-gradient(to right, #ffce89 0%, #e18f1c 100%);
}

.slide-item {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center center;
}

.content-tab {
    padding: 40px 37px;
}

section.work .work-cont h4 {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 41px;
    text-align: left;
    color: #ffffff;
    z-index: 99;
    position: relative;
}

.event-box h5 a {
    color: #c3770a;
}

a.learn-event.mt-2 {
    display: table !important;
    padding: 10px 17px;
    color: #ffffff !important;
    background-color: #f69f23;
    border-radius: 48px;
    width: max-content;
    margin-top: 0 !important;
}

.top-tab-sec {
    border-bottom: 6px solid #ffebcf;
}

.updates a.card-text {
    flex-wrap: nowrap !important;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 17px;
    bottom: 0 !important;
    top: unset;
    height: 100%;
    padding-bottom: 18px !important;
    align-items: end;
}

.updates .slider-pr-sec .swiper-slide .img-bx .date {
    position: absolute;
    bottom: unset;
    left: 0;
    border-radius: 0%;
    background: #f69f23;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 3px 16px;
    top: unset;
    right: 0;
    bottom: 0;
}

section.service.news.updates.news-feature .desc {
    height: 100%;
}

section.service.news.updates.news-feature .desc a.card-text {
    flex-wrap: wrap !important;
    flex-direction: unset;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: unset;
    text-align: left !important;
}

section.service.news.updates.news-feature .desc a.card-text h4 {
    text-align: left !important;
}

section.service.news.updates.news-feature .desc a.card-text span.arrow {
    position: absolute;
    right: 11px;
    bottom: 13px;
}

.outer-event-sec .col-md-5 {
    padding-right: .0;
}

.outer-event-sec .col-md-7 {
    padding-left: 0;
}

.top-tab-sec .swiper.tabs-swiper .swiper-slide.tab-button.tab-button-active {
    background-color: #fff;
}

section.work .work-cont h2 {
    font-weight: 600;
    font-size: 31px;
    letter-spacing: -0.03em;
    line-height: 42px;
    text-align: left;
    color: #ffffff;
    padding-bottom: 24px;
    z-index: 99;
    position: relative;
}

.img-follow {
    padding-bottom: 28px;
}

.top-cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 91px;
}

.sply-right {
    display: flex;
    gap: 65px;
}

.sply-cont h4 {
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #01193a;
    padding-bottom: 16px;
    /* padding-right: 40px; */
    max-width: 146px;
}

.work .bot-cont {
    background: #a8c7f3;
    padding: 62px 55px;
    border-radius: 42px;
    display: flex;
    justify-content: space-between;
}

.leftsply {
    width: 40%;
    padding-right: 63px;
}

.rightsply {
    width: 70%;
}

.work .bot-cont .leftsply h2 {
    font-weight: 600;
    font-size: 90px;
    letter-spacing: -0.03em;
    line-height: 70px;
    text-align: left;
    color: #09479c;
    margin-bottom: 22px;
}

.work .bot-cont .leftsply h3 {
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.1em;
    line-height: 25px;
    text-align: left;
    color: #01193a;
    margin-bottom: 0;
}

.news .slider-pr-sec .custom-swiper {
    padding: 0 0;
    overflow: hidden;
}

section.work {
    /* background: linear-gradient(90deg, #a8c7f3 0%, #dbe7f7 100%); */
    padding: 14px 0;
    padding-bottom: 0px;
}

section.work .work-cont {
    padding-right: 53px;
}

a.work-shedule {
    display: table;
    padding: 10px 17px;
    color: #ffffff !important;
    background-color: #f69f23;
    border-radius: 48px;
    z-index: 99;
    position: relative;
}

.btn-sply h5 {
    border-radius: 26px;
    background: #09479c;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
    width: fit-content;
    padding: 10px 15px;
    margin-bottom: 26px;
}

.sply-right img {
    margin-bottom: 27px;
    width: 61px;
}

.work .bot-cont .leftsply h2 span {
    font-size: 46px;
    vertical-align: super;
    font-weight: 400;
    left: 6px;
    margin-left: -16px;
}

.sply-right h3 {
    font-weight: normal;
    font-size: 20px;
    text-align: left;
    color: #01193a;
    padding-right: 15px;
}

section.work .work-cont p {
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    color: #ffffff;
    z-index: 99;
    position: relative;
}

.section-services {
    padding-top: 27px;
    padding-bottom: 76px;
    background-image: linear-gradient(180deg, hsl(0deg, 0%, 100%) 0%, hsl(0deg, 0%, 98%) 8%, hsl(0deg, 0%, 96%) 15%, hsl(0deg, 0%, 94%) 23%, hsl(0deg, 0%, 93%) 31%, hsl(0deg, 0%, 91%) 38%, hsl(0deg, 0%, 89%) 46%, hsl(0deg, 0%, 89%) 54%, hsl(0deg, 0%, 91%) 62%, hsl(0deg, 0%, 93%) 69%, hsl(0deg, 0%, 94%) 77%, hsl(0deg, 0%, 96%) 85%, hsl(0deg, 0%, 98%) 92%, hsl(0deg, 0%, 100%) 100%);
    color: #fff;
}

.section-services .header-section {
    margin-bottom: 35px;
}

.section-services .header-section .title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-family: "Playfair Display", serif;
}

.section-services .header-section .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 1px;
    background-color: #582535;
}

.section-services .header-section .title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background-color: #582535;
}

.section-services .header-section .title span {
    olor: #582435;
}

.section-services .header-section .description {
    color: #000000;
}

.section-services .single-service {
    margin-top: 40px;
    position: relative;
    background-image: linear-gradient(180deg, hsl(0deg, 0%, 91.17%) 0%, hsl(0deg, 0%, 91.37%) 8%, hsl(0deg, 56%, 92%) 15%, hsl(0deg, 57%, 88%) 23%, hsl(0deg, 58%, 83%) 31%, hsl(0deg, 59%, 78%) 38%, hsl(0deg, 61%, 72%) 46%, hsl(0deg, 61%, 72%) 54%, hsl(0deg, 59%, 78%) 62%, hsl(0deg, 58%, 83%) 69%, hsl(0deg, 57%, 88%) 77%, hsl(0deg, 56%, 92%) 85%, hsl(0deg, 55%, 96%) 92%, hsl(0deg, 0%, 96.77%) 100%);
}

.section-services .single-service .part-1 {
    padding: 40px 40px 25px;
}

.section-services .single-service .part-1 h2 {
    font-size: 120px;
    position: absolute;
    top: 0;
    right: 11px;
    color: #5b5b5b;
    opacity: 0.2;
    font-weight: 800;
}

.section-services .single-service .part-1 i {
    margin-bottom: 25px;
    font-size: 50px;
    color: #f70037;
}

.section-services .single-service .part-1 .title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.02em;
    /* line-height: 1.8em; */
    padding-right: 46px;
    color: #000;
    font-family: "Playfair Display", serif;
}

.section-services .single-service .part-2 {
    padding: 30px 40px 40px;
}

.section-services .single-service .part-2 .description {
    margin-bottom: 22px;
    color: #000000;
    font-size: 19px;
}

.section-services .single-service .part-2 a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.section-services .single-service .part-2 a i {
    margin-right: 10px;
    color: #582435;
}

section.product-sec {
    padding: 48px 0;
}

section.product-sec .filter-link a {
    color: #828282;
    padding: 0 7px;
}

section.product-sec .filter-link a strong {
    color: #000;
    font-weight: 600;
}

section.product-sec .filter-link .ttl {
    padding-top: 11px;
}

section.product-sec .filter-link .ttl h3 {
    font-family: "Playfair Display", serif;
    font-size: 34px;
    font-weight: 700;
}

section.product-sec .filter-link .ttl h3 span {
    font-weight: 400;
    font-style: italic;
}

section.product-sec .cat-filter {
    border-radius: 10px;
    border: 1px solid #DADADA;
    background: #FEFEFE;
    padding: 20px 23px;
    margin-top: 24px;
}

section.product-sec .cat-filter h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
}

section.product-sec .cat-filter label {
    font-size: 18px;
    color: #262626;
    padding-bottom: 15px;
    width: 100%;
}

section.product-sec .cat-filter input[type=checkbox] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

section.product-sec .cat-filter label {
    position: relative;
    cursor: pointer;
}

section.product-sec .cat-filter label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
    padding: 10px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    right: 0;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    background: #FDFDFD;
}

section.product-sec .cat-filter input[type=checkbox]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    /* left: 9px; */
    width: 6px;
    height: 14px;
    border: solid #010101;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    right: 12px;
}

section.product-sec .product-list {
    margin-top: 24px;
}

section.product-sec .product-list div#container {
    display: flex;
    flex-wrap: wrap;
}

section.product-sec .product-list div#container .item {
    width: 48%;
    border-radius: 10px;
    border: 1px solid #DADADA;
    background: #FEFEFE;
    margin-bottom: 13px;
    margin-right: 2%;
}

section.product-sec .product-list div#container .item .img {
    padding: 27px 23px;
    text-align: center;
    border-bottom: 1px solid #DADADA;
}

section.product-sec .product-list div#container .item .img img {
    max-width: 167px;
    width: 100%;
    height: 210px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

section.product-sec .product-list div#container .item .cont {
    display: flex;
    justify-content: space-between;
    padding: 9px 16px;
    align-items: center;
}

section.product-sec .product-list div#container .item .cont .ttl-pr {
    width: 80%;
}

section.product-sec .product-list div#container .item .cont .ttl-pr h3 {
    font-size: 21px;
    font-weight: 500;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 88%;
}

section.product-sec .product-list div#container .item .cont .ttl-pr h4 {
    color: #828282;
    font-size: 17px;
    font-weight: 400;
}

section.product-sec .product-list div#container .item .cont .cart-ic {
    width: 20%;
}

section.product-sec .product-list div#container .item .cont .cart-ic a {
    border-radius: 5px;
    background: #FF216A;
    padding: 12px 9px;
}

section.product-sec .product-list .page-number {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 28px;
}

section.product-sec .product-list .page-number a.arrow {
    border-radius: 100px;
    border: 1px solid var(--Gray, #BCBCBC);
    width: 59px;
    height: 59px;
    padding: 13px;
    display: flex;
    align-items: center;
    margin: 0 11px;
    text-align: center;
    justify-content: center;
}

.products .head h4 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 41px;
    text-align: left;
    color: #01193a;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 2px;
}

.products .head h2 {
    padding-bottom: 18px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 76px;
    letter-spacing: -0.03em;
    line-height: normal;
    text-align: left;
    color: #f29c23 !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

.products .head {
    padding-bottom: 37px;
}

section.product-sec .product-list .page-number a.arrow:hover {
    border-color: #FF216A;
}

section.product-sec .product-list .page-number a.arrow:hover path {
    fill: #FF216A;
}

section.product-sec .product-list .page-number a {
    color: #BCBCBC;
    font-size: 16px;
    margin: 0 17px;
    font-weight: 700;
}

section.product-sec .product-list .page-number a:hover {
    color: #FF216A;
}

.why-inner {
    padding: 55px 0;
}

.why-inner .why-choose-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.why-inner .why-choose-cont .list {
    display: flex;
    padding-bottom: 12px;
    width: 32%;
    margin-right: 1%;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #cccccc;
    margin-bottom: 29px;
    border-radius: 5px;
    padding: 10px 33px;
    min-height: 212px;
}

.why-inner .why-choose-cont .list .ic {
    padding: 20px 0;
}

.why-inner .why-choose-cont .list .ic svg {
    scale: 1.5;
}

.why-inner .why-choose-cont .list .ic path {
    fill: #FF216A;
}

.why-inner .why-choose-cont .list .cont {
    padding-left: 0;
    text-align: center;
}

.why-inner .why-choose-cont .list .cont h2 {
    font-size: 27px;
    color: #000;
    font-family: "Playfair Display", serif;
}

.why-inner .why-choose-cont .list .cont p {
    font-size: 15px;
    color: #000;
}

.pr-cat {
    padding: 80px 0;
}

.pr-cat .outer-products {
    display: flex;
    flex-wrap: wrap;
}

.pr-cat .outer-products .box-product {
    width: 23%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 51px;
}

.pr-cat .outer-products .box-product:hover .img {
    box-shadow: 0px 0px 21px #636363;
}

.pr-cat .outer-products .box-product:hover .img img {
    transform: scale(1.1);
}

.pr-cat .outer-products .box-product:hover .title {
    box-shadow: 0px 0px 21px #636363;
}

.pr-cat .outer-products .box-product .img {
    height: 16vw;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.pr-cat .outer-products .box-product .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    transition: 0.5s ease-in-out;
}

.pr-cat .outer-products .box-product .title {
    position: absolute;
    z-index: 9;
    bottom: -17px;
    border-radius: 8px;
    background: #582435;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 10px 12px;
    transition: 0.5s ease-in-out;
}

.pr-cat .outer-products .box-product .title h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

footer {
    border-radius: 78px;
    background: #000000;
    width: 98%;
    margin-bottom: 22px;
    margin: 0 auto;
    margin-bottom: 22px;
    position: relative;
}

section.about .arrow img {
    width: 90px;
}

section.service.news.updates .card img {
    height: 299px;
    width: 100%;
    border-radius: 0;
    box-shadow: unset;
    object-fit: cover;
}

section.service.news.updates a.card-text {
    height: auto;
    align-items: end;
    position: unset;
    background: #fff5de;
}

section.service.news.updates .slider-pr-sec .swiper-slide .img-bx {
    padding-bottom: 0;
    padding-top: 0;
}

.slider-pr-sec .card img {
    object-fit: cover;
    object-position: top;
    border-radius: 69px;
    height: 14vw;
    width: 14vw;
    margin: 0 auto;
    display: flex;
    box-shadow: unset;
    border: 8px solid #ededed;
}

/* ===========================
   EXACT DESIGN STYLING
   =========================== */

/* Objectives Section */
.objectives-section {
    padding: 80px 0;
    background: #020E1D;
    color: #fff;
}

.objectives-title-section {
    margin-bottom: 50px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.objectives-main-title {
    font-family: "Oswald", sans-serif;
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
}

.objectives-main-title .highlight {
    color: #68B31B;
}

.objectives-description {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
    margin-bottom: 0;
    max-width: 800px;
}

.objectives-list-left {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.objective-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.objective-content-left {
    flex: 1;
}

.objective-label {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    margin-right: 8px;
}

.objective-text {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    opacity: 0.5;
    max-width: 500px;
    margin-left: 10%;
}

.objective-number-right {
    font-family: "Oswald", sans-serif;
    font-size: 72px;
    font-weight: 900;
    color: transparent;
    min-width: 80px;
    text-align: center;
    -webkit-text-stroke: 1px #68B31B;
}

/* Featured Stories Section */
.featured-stories-section {
    padding: 80px 0;
    background: #020E1D;
    color: #fff;
}

.featured-stories-title {
    font-family: "Oswald", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.featured-stories-title .highlight {
    color: #68B31B;
}

.featured-stories-controls {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.featured-bg-text {
    font-family: "Oswald", sans-serif;
    font-size: 19vw;
    font-weight: 400;
    color: #68b31b0f;
    text-align: right;
    line-height: 1;
    margin-top: -210px;
    position: absolute;
    top: 0;
}

.story-navigation {
    display: flex;
    gap: 10px;
    z-index: 10;
}
.featured-stories-section-img{
    margin-top: -80px;
    margin-bottom: -50px;
}
.nav-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-arrow:hover {
    background: rgba(255, 255, 255, 0.1);
}



.nav-arrow:hover {
    background: #5a9e1a;
    border-color: #5a9e1a;
}

.story-card {
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.story-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.story-image {
    position: relative;
    overflow: hidden;
    height: auto;
    border-radius: 30px;
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.story-card:hover .story-image img {
    transform: scale(1.1);
}

.story-content {
    padding: 25px;
}

.story-date {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #fff;
    background-color: #013E8A;
    border-radius: 30px;
    padding: 2px 10px;
    position: absolute;
    left: 10px;
    bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.story-title {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 10px 0 3px;
    line-height: 1.4;
}

.story-link {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #68B31B;
    text-decoration: none;
    font-weight:300;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    opacity: 0.5;
}

.story-link:hover {
    color: #5a9e1a;
}

.btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 15px 30px;
    background: transparent;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin-top: 40px;
}

.btn-view-all:hover {
    transform: translateY(-2px);
    background-color: #37531a;
    color: #ffffff;
}

.btn-arrow {
    width: 30px;
    height: 30px;
    background: #68B31B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Sports Hub Section */
.sports-hub-section {
    padding: 80px 0;
    background: #020E1D;
    color: #fff;
}

.sports-hub-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    background: #8B0000;
    border-radius: 20px;
    padding: 40px;
}

.sports-hub-logo-content {
    text-align: center;
}

.sports-hub-emblem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.emblem-shield {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    min-width: 120px;
}

.arabic-text {
    font-family: "Arial", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #8B0000;
}

.english-text {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #8B0000;
    letter-spacing: 2px;
}

.olympic-rings {
    display: flex;
    gap: 8px;
    align-items: center;
}

.ring {
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.ring:nth-child(1) { border-color: #fff; }
.ring:nth-child(2) { border-color: #fff; }
.ring:nth-child(3) { border-color: #fff; }
.ring:nth-child(4) { border-color: #fff; }
.ring:nth-child(5) { border-color: #fff; }

.sports-hub-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    padding: 40px;
}

.sports-hub-title {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    margin: 0;
}

.sports-hub-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
}

.sports-hub-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Vision & Mission Section */
.vision-mission-section {
    padding: 100px 0;
    background: #020E1D;
    color: #fff;
    position: relative;
}

.vision-mission-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.02) 0px,
        rgba(255, 255, 255, 0.02) 2px,
        transparent 2px,
        transparent 10px
    );
    opacity: 0.3;
}

.vision-content, .mission-content {
    text-align: center;
    padding: 0;
    margin-bottom: 80px;
}

.vision-content:last-child, .mission-content:last-child {
    margin-bottom: 0;
}

.vision-title, .mission-title {
    font-family: "Oswald", sans-serif;
    font-size: 19px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vision-text, .mission-text {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

/* Responsibilities Section */
.responsibilities-section {
    padding: 80px 0;
    background: #020E1D;
    color: #fff;
}

.responsibilities-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.responsibilities-header::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: #fff;
}

.responsibilities-header::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: #fff;
}

.responsibilities-title {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-align: center;
}

.responsibilities-list {
    margin: 0 auto !important;
    width: 100%;
}

.responsibility-item {
    display: flex;
    align-items: flex-start;
}

.responsibility-number {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ccc;
    min-width: 30px;
    text-align: center;
    margin-top: 2px;
}

.responsibility-text {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
    flex: 1;
}

/* Instagram Section */
.instagram-section {
    padding-top: 0;
    background: #020E1D;
    color: #fff;
}

.instagram-title {
    font-family: "Oswald", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}

.instagram-title .highlight {
    color: #68B31B;
}

.instagram-bg-text {
    font-family: "Oswald", sans-serif;
    font-size: 14vw;
    color: rgb(255 255 255 / 2%);
    text-align: right;
    line-height: 1;
    margin-top: -80px;
    position: absolute;
    right: -30px;
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.instagram-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 1;
    transition: transform 0.3s ease;
}

 .insta-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(2, 14, 29, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.8);
    display: none;
}

.instagram-item:hover {
    transform: scale(1.05);
}
.instagram-item:hover .insta-badge{
    display: flex;
}

.instagram-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-connect {
    text-align: center;
    padding: 40px 0;
    background: transparent;
    border-radius: 15px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.social-connect-text{
    text-align: left;

}

.social-connect h3 {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.social-connect p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #ccc;
    margin-bottom: 30px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 28px;
}

.social-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: transparent;
    color: #fff;
    text-decoration: none;
    border-radius: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
}

.social-chip:hover {
    border-color: #68B31B;
    color: #68B31B;
}

.social-chip i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.3);

}


/* Footer Section */
.main-footer {
    background: #f8f9fa;
    padding: 60px 0 20px;
    color: #333;
}

.footer-column {
    margin-bottom: 40px;
}

.footer-title {
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #68B31B;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #68B31B;
}

.footer-contact p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.6;
}

.footer-bottom {
    border-top: 1px solid #e9ecef;
    padding-top: 30px;
    margin-top: 30px;
}

.footer-logo img {
 max-width: 150px;
    height: auto;
    filter: brightness(0);
}
.footer-logo {
    text-align: center;
}
.scroll-to-top {
    text-align: right;
    position: fixed;
    right: 50px;
    bottom: 50px;
    color: #fff;
}

.scroll-top-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #68B31B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
}

.scroll-top-btn:hover {
    background: #5a9e1a;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(104, 179, 27, 0.3);
}

/* Vision & Mission Section */


.vision-mission-section .section-title {
    color: #333;
}

.vision-content, .mission-content {
    width: 100%;
    text-align: center;
}

.vision-title, .mission-title {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.vision-text, .mission-text {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin: auto;

}

/* Responsibilities Section */

.responsibilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.responsibility-item {
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
    margin-bottom: 5px;
}


.responsibility-number {
    font-family: "Oswald", sans-serif;
   
}

.responsibility-item p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #ccc;
    margin: 0;
    line-height: 1.5;
}

/* Instagram Section */

.instagram-section .section-title {
    color: #333;
}

.instagram-section .section-bg-text {
    color: rgba(51, 51, 51, 0.1);
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}
.img_vision_obj{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: auto;
}
.img_vision_obj img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
}

.instagram-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 1;
    transition: transform 0.3s ease;
}

.instagram-item:hover {
    transform: scale(1.05);
}

.instagram-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-connect {
    text-align: center;
    padding: 40px 0;
    border-radius: 15px;
}

.social-connect h3 {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.instagram_object{
    position: absolute;
    left: 10%;
    top: -10px;
    width: 270px;
}
.instagram_object img{
    max-width: 100%;
}

.social-connect p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #ccc;
    margin-bottom: 30px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icon {
    display: inline-block;
    padding: 12px 24px;
    background: #68B31B;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #5a9e1a;
    transform: translateY(-2px);
}

.social-icon.facebook:hover {
    background: #3b5998;
}

.social-icon.instagram:hover {
    background: #e4405f;
}

.social-icon.twitter:hover {
    background: #1da1f2;
}

.objective-row:hover{
    border-color: #68B31B;
    color: #fff;
}
.objective-row:hover .objective-label{
    color: #68B31B;
}
.objective-row:hover .objective-text{
    color: #fff;
    opacity: 1;
}

/* Responsive Design for All Sections */
@media (max-width: 1200px) {
    .objectives-main-title,
    .featured-stories-title,
    .instagram-title {
        font-size: 40px;
    }
    
   
    
    .featured-stories-controls {
        flex-direction: column;
        align-items: flex-end;
        gap: 15px;
    }
    
    .objective-number-right {
        font-size: 60px;
    }
    
    .responsibilities-title {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .objectives-section,
    .featured-stories-section,
    .sports-hub-section,
    .vision-mission-section,
    .responsibilities-section {
        padding: 60px 0;
    }
    
    .objectives-main-title,
    .featured-stories-title,
    .instagram-title {
        font-size: 36px;
    }
 
    
    .featured-stories-controls {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .story-navigation {
        order: -1;
    }
    
    .objective-number-right {
        font-size: 48px;
    }
    
    .sports-hub-logo-container,
    .sports-hub-image-container,
    .sports-hub-text-container {
        height: 300px;
        margin-bottom: 30px;
    }
    
    .sports-hub-title {
        font-size: 28px;
    }
    
    .sports-hub-overlay-text h2 {
        font-size: 24px;
    }
    
    .responsibilities-title {
        font-size: 28px;
    }
    
    
    .responsibility-text {
        font-size: 15px;
    }
    
    .instagram-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .vision-content, .mission-content {
        margin-bottom: 50px;
    }
    
    .vision-title, .mission-title {
        font-size: 18px;
    }
    
    .vision-text, .mission-text {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .objectives-section,
    .featured-stories-section,
    .sports-hub-section,
    .vision-mission-section,
    .responsibilities-section{
        padding: 40px 0;
    }
    
    .objectives-main-title,
    .featured-stories-title,
    .instagram-title {
        font-size: 28px;
    }
    
    .featured-bg-text,
    .instagram-bg-text {
        font-size: 60px;
        margin-top: -10px;
    }
    
    .featured-stories-controls {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .story-navigation {
        order: -1;
    }
    
    .nav-arrow {
        width: 35px;
        height: 35px;
    }
    
    .objective-row {
        flex-direction: row-reverse;
        text-align: start;
        gap: 10px;
    }
    .objective-text{
        margin-left: 10px;
    }
  
    
    .objective-number-right {
        font-size: 36px;
        order: -1;
    }
    
    .sports-hub-logo-container,
    .sports-hub-image-container,
    .sports-hub-text-container {
        height: 250px;
    }
    
    .sports-hub-title {
        font-size: 24px;
    }
    
    .emblem-shield {
        padding: 15px;
        min-width: 100px;
    }
    
    .arabic-text {
        font-size: 20px;
    }
    
    .english-text {
        font-size: 16px;
    }
    
    .ring {
        width: 25px;
        height: 25px;
    }
    
    .sports-hub-overlay-text h2 {
        font-size: 20px;
        padding: 0 15px;
    }
  
    
    .responsibilities-title {
        font-size: 24px;
    }
    
    
    .responsibility-item {
        gap: 15px;
    }
    
    .responsibility-number {
        font-size: 18px;
    }
    
    .responsibility-text {
        font-size: 14px;
    }
    
    .instagram-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .footer-contact p {
   
    text-align: center;
}


    .social-icons {
flex-direction: row;
        align-items: center;
        width: 100%;
        gap: 0;
    }
    
    .vision-content, .mission-content {
        padding: 30px 20px;
    }
    
    .main-footer {
        padding: 40px 0 20px;
    }
    
    .footer-column {
        margin-bottom: 23px;
    }
    .objectives-title-section{
        flex-direction: column;
    }
    .social-connect{
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .objectives-main-title,
    .featured-stories-title,
    .instagram-title {
        font-size: 24px;
    }
    
    .featured-bg-text,
    .instagram-bg-text {
        display: none;
    }
    
    .featured-stories-controls {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .story-navigation {
        order: -1;
    }
    
    .nav-arrow {
        width: 30px;
        height: 30px;
    }
    
    .btn-view-all {
        padding: 12px 20px;
        font-size: 12px;
    }
    
    .btn-arrow {
        width: 25px;
        height: 25px;
    }
    
    .objective-number-right {
        font-size: 28px;
    }
    
    .sports-hub-logo-container,
    .sports-hub-image-container,
    .sports-hub-text-container {
        height: 200px;
    }
    
    .sports-hub-title {
        font-size: 20px;
    }
    
    .emblem-shield {
        padding: 10px;
        min-width: 80px;
    }
    
    .arabic-text {
        font-size: 18px;
    }
    
    .english-text {
        font-size: 14px;
    }
    
    .ring {
        width: 20px;
        height: 20px;
    }
    
    .sports-hub-overlay-text h2 {
        font-size: 16px;
        padding: 0 10px;
    }
    
    .story-card {
        margin-bottom: 0px;
    }
    
    .objectives-description {
        font-size: 14px;
    }
    
    .responsibilities-title {
        font-size: 20px;
    }
   
    
    .responsibility-item {
        gap: 10px;
        padding: 12px 0;
    }
    
    .responsibility-number {
        font-size: 16px;
        min-width: 25px;
    }
    
    .responsibility-text {
        font-size: 13px;
    }
    
  
    
    .vision-content, .mission-content {
        margin-bottom: 40px;
    }
    
    .vision-title, .mission-title {
        font-size: 18px;
    }
    
    .vision-text, .mission-text {
        font-size: 15px;
    }
    
    .footer-title {
        font-size: 16px;
    }
    
    .footer-links a,
    .footer-contact p {
        font-size: 13px;
    }
}

/****************about-end**********/


/***************responsive*****************/

section .container,
section .container,
.slider-cont .container {
    /* width: 100% !important;
    max-width: 100% !important; */
    /* padding: 0 90px !important; */
}


/* section.service.member .container, section.Gallery.service.news .container{
width: 100% !important;
    max-width: 100% !important;
    padding: 0 90px !important;
} */

@media screen and (max-width: 1400px) {
    .slider-pr-sec .card-text h4 {
        font-size: 17px;
        color: #000000;
        text-align: center;
    }
}


/* @media screen and (min-width:1300px)
{
  section.container,   section .container {
    max-width: 1250px;
}
} */

@media screen and (min-width:1200px) {
    header .main-nav .col-md-3 {
        width: 19%;
    }
    header .menu-outer {
        gap: 10px;
    }
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1600px) {
    header .main-nav .logo img {
        max-width: 319px;
        width: 100%;
    }
    .slider-pr-sec .hover-cont img {
        width: 48px !important;
    }
    .products .outer-products .box-product .img {
        height: 27vw;
    }
    header .main-nav #menu li {
        margin-left: 0px;
    }
    header .right-menu {
        gap: 15px;
        padding-left: 70px;
    }
    header .main-nav #menu {
        gap: 1vw;
    }
}

@media screen and (max-width: 1300px) {
    section.service .head .right a {
        padding: 12px 23px;
        border-radius: 34px;
        font-size: 14px;
    }
         header .right-menu {
        gap: 15px;
        padding-left: 15px;
    }
    section.service .head .right {
        text-align: right;
        padding: 0;
    }
    section.service .head {
        padding-right: 135px;
    }
    .work .bot-cont .leftsply h2 {
        font-weight: 600;
        font-size: 67px;
    }
    header .right-menu .cont-menu {
        display: flex;
        gap: 7px;
    }
    .footer .outer-foot-cont h2 {
        font-size: 21px;
        margin-bottom: 12px;
    }
    .work .bot-cont .leftsply h2 span {
        font-size: 30px;
    }
    .footer .outer-foot-cont img {
        width: 58px;
        margin-bottom: 23px;
        height: 51px;
    }
    .footer .outer-foot-cont p {
        font-weight: normal;
        font-size: 15px;
    }
    .footer .outer-foot-cont p a {
        display: inline-block !important;
        font-size: 15px;
    }
    .footer .outer-foot-cont p {
        font-weight: normal;
        font-size: 15px;
        line-height: 24px;
    }
    .abt-left-outer {
        display: flex;
        align-items: flex-end;
    }
    .slider-pr-sec .hover-cont img {
        width: 58px !important;
    }
    header .right-menu {
        gap: 11px;
    }
    .hero-slider .outer-content h2 {
        font-size: 47px;
        line-height: 58px;
    }
    .slider-box {
        top: 30%;
        right: 12%;
        padding: 51px 42px;
    }
    .slider-pr-sec .hover-cont h4 {
        font-weight: 600;
        font-size: 26px;
    }
    .products .outer-products .box-product .img {
        height: 28vw;
    }
    .slider-box p {
        margin-bottom: 30px;
    }
    section.about .main-cont h2 {
        font-size: 33px;
        letter-spacing: -0.03em;
        line-height: 42px;
    }
    section.about .arrow img {
        width: 80px;
    }
    .products .outer-products .box-product.link-product .title .ttl-left h2 {
        font-size: 25px;
        line-height: 40px;
    }
    section.about .left-abt-con h3 {
        font-size: 16px;
        padding-bottom: 4px;
    }
    section.about .left-abt-con {
        width: 58%;
        padding-right: 28px;
    }
    .products .outer-products .box-product .title h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .products .outer-products .box-product.link-product .title {
        padding: 22px 42px !important;
    }
    section.work .work-cont h2 {
        font-size: 34px;
        line-height: 51px;
        padding-bottom: 24px;
        z-index: 99;
        position: relative;
    }
    .slider-box h3 {
        font-weight: 600;
        font-size: 26px;
    }
    header .main-nav #menu li a {
        font-size: 13px;
    }
    header .social ul a {
    height: auto;
    border-radius: 26px;
    /* background: #ffffff; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #000000;
    text-align: center;
    padding: 2px 4px;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    gap: 20px;
    width: auto;
    padding-left: 8px;
}
    .leftsply {
        width: 40%;
        padding-right: 17px;
    }
    header .main-nav #menu li {
        margin-left: 3px;
    }
    header .main-nav .logo img {
        max-width: 222px;
    }
    /* header .social ul a {
    width: 26px;
    height: 26px;
} */
    .products .outer-products .box-product {
        width: 31%;
    }
    .pr-cat .outer-products .box-product {
        width: 31%;
    }
    .pr-cat .outer-products .box-product .img {
        height: 22vw;
    }
    .copy .outer-foot-nav .nav ul li a {
        color: #E3E3E3;
        font-size: 13px;
    }
    .copy .outer-foot-nav .foot-logo img {
        width: 50px;
    }
    .copy .outer-foot-nav {
        flex-wrap: wrap;
    }
    .copy .outer-foot-nav .nav ul {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 992px) {
    .why-inner .why-choose-cont .list {
        display: flex;
        padding-bottom: 12px;
        width: 49%;
    }
    header .main-nav #menu li a {

    padding-bottom: 0;
    }
   

    section#academy {
    padding-top: 34px;
}
        .about-section .content-column .inner-column {
        padding: 0px 33px;
    }
    .box-item {
    width: 100%;
    padding: 49px 27px;
    min-height: 300px;
}
    .sec-title h2 {
    color: #ffffff;
    font-size: 45px;
    margin-bottom: 13px;
    }
    .about-section .content-column .inner-column p {
    color: #fff;
    font-size: 14px;
    }
    .inner-sec-hero {
    border-radius: 27px;
    overflow: hidden;
    margin-bottom: 24px;
}
    section.service.member .container,
    section.Gallery.service.news .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px 40px !important;
    }
    .slider-pr-sec .card img {
        height: 20vw;
        width: 20vw;
    }
    section.download-member .right-mem {
        width: 50%;
    }
    section.download-member .left-mem {
        width: 50%;
    }
    section.service .head h2 {
        font-size: 35px;
    }
    .content-container {
        flex-wrap: wrap;
    }
    .left-content {
        padding: 54px 0;
    }
    .right-content {
        width: 100%;
    }
    .left-content {
        width: 100%;
    }
    section .container,
    section .container,
    .slider-cont .container {
        padding: 0 35px !important;
    }
    .slider-pr-sec .card-text p {
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0.01em;
        line-height: 23px;
    }
    section.about .main-cont h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .slider-cont .btns {
        flex-wrap: wrap;
        gap: 10px;
    }
    section.service .head h2 {
        font-size: 38px;
    }
    section.service .head h4 {
        text-align: left;
        font-size: 18px;
    }
    section.service .head h2 {
        margin-bottom: 18px;
    }
    section.about .main-cont h4 {
        font-size: 18.38px;
    }
    section.about .left-abt-con {
        width: 70%;
        padding-right: 28px;
    }
     .slider-pr-sec {
        margin-top: 0px;
        position: relative;
    }
    .row.align-items-end.bottom-cont-abt {
        margin-top: 10px;
    }
    .products .head h2 {
        font-size: 34px;
    }
    .products .head h4 {
        font-size: 19px;
        line-height: 41px;
        margin-bottom: 10px;
    }
    .products .outer-products .box-product.link-product .ic-p img {
        width: 100% !important;
    }
    .hero-slider .outer-content h2 {
        font-size: 34px;
        line-height: 46px;
    }
    .box-product.link-product {
        width: 48.33333% !important;
    }
    .products .outer-products .box-product.link-product .title .ttl-left h5 {
        font-size: 15px;
        line-height: 21px;
    }
    .products .outer-products .box-product.link-product .title {
        padding: 22px 27px !important;
    }
    .hero-slider .outer-content h2 {
        font-size: 34px;
        line-height: 46px;
    }
    .products .outer-products .box-product.link-product .title .ttl-left h2 {
        font-size: 19px;
        line-height: 27px;
    }
    .products .outer-products .box-product.link-product .title .ic-right {
        width: 13%;
        text-align: right;
    }
    .products .outer-products .box-product.link-product .ic-p img {
        transition: 0.5s ease-in-out;
    }
    .products .outer-products .box-product.link-product .title .ttl-left {
        width: 87%;
    }
    .slider-box {
        right: 3%;
        padding: 52px 20px;
    }
    .slider-box .top-arrw img {
        width: 63px;
    }
    .slider-box p {
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;
        max-width: 301px;
        margin-bottom: 17px;
    }
    header .menu-outer {
      padding-right: 0;
    }
    .why-inner .why-choose-cont .list .cont h2 {
        font-size: 22px;
    }
    #toggle-menu {
        top: 8px;
    }
    section.product-sec .product-list div#container .item .cont .ttl-pr h3 {
        font-size: 17px;
    }
    .contact-info .outer-cont-form .right-form {
        padding: 37px 35px;
    }
    section.product-sec .cat-filter label {
        font-size: 14px;
        padding-right: 29px;
    }
    .contact-info .outer--contact .left-cont {
        padding: 37px 35px;
    }
    section.product-sec .product-list div#container .item .cont .cart-ic a {
        padding: 8px 6px;
    }
    section.product-sec .product-list div#container .item .cont .cart-ic a svg {
        width: 24px;
    }
    section.product-sec .product-list div#container .item .cont .ttl-pr h4 {
        color: #828282;
        font-size: 13px;
    }
    .copy .outer-foot-nav .nav {
        margin-left: 0;
    }
    header .main-nav #menu li {
        margin-left: 0px;
    }
    .copy .outer-foot-nav .nav ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 12px;
    }
    .copy .right p {
        color: #E3E3E3;
        font-size: 13px;
    }
    #toggle-menu {
        display: block !important;
        position: absolute;
        top: 36px;
        right: 70px;
    }
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
    .products .outer-products .box-product {
        width: 48%;
    }
    .products .outer-products .box-product .img {
        height: 26vw;
    }
    .pr-cat .outer-products .box-product {
        width: 48%;
    }
    .pr-cat .outer-products .box-product .img {
        height: 26vw;
    }
    header .main-nav #menu {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
        display: block;
        justify-content: flex-start;
        text-align: left;
        position: fixed;
        background-color: #fff;
        left: 0px;
        top: 0px;
        padding: 26px 16px;
        /* width: 0%; */
        overflow: hidden;
        transition: 0.5s ease;
        /* width: 50%; */
        align-items: flex-start;
        height: 100vh;
        max-width: 68%;
        width: 100%;
        margin-left: -70%;
    }
    header .main-nav #menu li {
        display: inline-block;
        margin-right: 0;
        display: block;
        border-bottom: 1px solid #eaeaea;
        padding: 13px 0;
    }
    .logo {
        max-width: 221px;
    }
    header .login-cart ul li {
        width: 50%;
    }
    header .login-cart ul li a {
        width: 100%;
        text-align: center;
        background-color: #f5f5f5;
        padding: 7px;
        display: block;
    }
    .login-cart {
        margin-top: 17px;
    }
    ul#menu.active {
        margin-left: 0;
    }
    header .main-nav #menu li a {
        width: 100%;
        display: flex;
        justify-content: space-between;
        color: #000;
    }
     header .main-nav #menu {
        left: 0px;
    }
    header .main-nav li.has-dropdown.active ul.sub-menu {
        display: block;
        width: 101%;
        position: static;
        background-color: #f5f5f5;
        /* box-shadow: 0px 0px 12px #d6d6d6; */
        border-top: 1px solid #e1e1e1;
        margin-top: 19px;
    }
    header .main-nav li.has-dropdown.active ul.sub-menu li a {
        color: #6b6b6b !important;
    }
    .container {
        transform: unset !important;
    }
    .container-fluid {
        transform: unset !important;
    }
    section.why-choose .head h2 {
        font-size: 34px;
    }
    section.why-choose .why-choose-cont .list .cont h2 {
        font-size: 22px;
    }
    section.why-choose .why-choose-cont .list .cont p {
        font-size: 14px;
    }
    .why-choose-cont {
        padding-top: 32px;
    }
   
    li.has-dropdown {
        position: relative;
    }
    li.has-dropdown:after {
        content: "";
        position: absolute;
        right: 0;
        height: 28px;
        width: 20px;
        background-image: url(../images/angle-down.png);
        top: 20px;
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: -1;
        transition: .3s ease-out;
    }
    li.has-dropdown.active:after {
        transform: rotate(180deg) translate(0px, 10px);
    }
       header .right-menu {
        display: flex;
        clip-path: unset;
        width: 100%;
        padding: 0;
        background-color: #e7e7e700;
        justify-content: flex-end;
        padding-right: 119px;
        align-items: center;
        height: 100%;
    }  
        header .main-nav .logo {
        padding-left: 46px;
        padding-top: 0;
    }
    header .main-nav {
        padding-top: 18px;
    }
      header .right-menu .cont-menu a {
        width: fit-content;
        height: 34px;
        display: flex;
        font-weight: normal;
        font-size: 14px;
        padding: 10px 9px;
    }
    section.service {
       padding: 0px 0;
    }
    .qsrf-section {
       padding: 0;
    }
        section.service .head {
        padding-right: 0;
    }
    .qsrf-section h1 {
        color: white;
        font-size: 45px;
    }
    .qsrf-section .description {
       margin: 12px auto 0;
           font-size: 15px;
    }
    .about-section .content-column {
       position: relative;
      margin-bottom: 0px;
    }
    .about-section .btn-style-three {
       margin-top: 28px;
    }

}

/* @media screen and (min-width:768px) and (max-width:992px) {
    header .right-menu {
        display: flex;
        justify-content: flex-end;
        gap: 40px;
        align-items: center;
        clip-path: polygon(0px 0%, 100% 0%, 100% 101%, 6% 100%);
        background-color: unset;
        padding: 19px 18px;
        padding-right: 30px;
        padding-bottom: 0;
    }
    #toggle-menu {
        top: 21px;
    }
} */

@media screen and (max-width: 768px) {
    .hero-slider .outer-content h2 {
        font-size: 26px;
    }
        .footer-title {
        text-align: center;
        font-size: 16px;
    }
    
.footer-links li {
    margin-bottom: 10px;
    text-align: center;
}
    section.vision-mission-section {
    padding-top: 0;
}
.vision-content {
    padding-bottom: 0;
}
.mission-content {
    padding-top: 0;
}
    .federation-sports-slider .swiper {
            padding: 22px 0;
        }
        .box-item {
        width: 100%;
        padding: 49px 40px;
        min-height: 300px;
    }
    section.sports-hub-section {
    padding: 20px 0;
}
    .featured-stories-section a.btn-view-all {
    margin-top: 0;
}
    .federation-sports-slider .section-title h1 {
       font-size: 33px;
    }
    .federation-sports-slider .section-title p {
        color: #7c8ca1;
        font-size: 14px;
    }
        .qsrf-section h1 {
        color: white;
        font-size: 33px;
    }
     .qsrf-section .description {
        margin: 12px auto 0;
        font-size: 14px;
        padding: 0 15px;
    }
    section.service.news.updates.news-feature .swiper-slide .img-bx {
        width: 50%;
    }
    section.service.news.updates.news-feature .desc {
        width: 50%;
    }
    section.service.news.updates .slider-pr-sec .arrow img {
        width: 24px !important;
        height: auto !important;
    }
    header .main-nav .row.align-items-center {
        padding-top: 44px;
        padding-bottom: 3px;
    }
    section.service.news.updates.news-feature .slider-pr-sec {
        padding: 10px 11px;
        background-color: #ffffff;
        border-radius: 37px;
        margin-top: -20px;
    }
    section.service.news.updates.news-feature .card img {
        height: 146px;
    }
    header .main-nav .container {
        width: 100%;
        max-width: 100%;
        padding: 0px 0px;
        padding-right: 0;
    }
    .col-md-9.menu-outer {
        position: absolute;
        top: 0;
        padding-right: 0;
        width: 100%;
        right: 0;
        left: 0;
        padding-left: 0;
    }
    .slider-pr-sec .card img {
        height: 30vw;
        width: 30vw;
    }
    .about-section {
        position: relative;
        padding: 80px 0px;
        padding-top: 40px;
        padding-bottom: 50px;
    }
    section.counter-new {
        padding: 46px 0;
    }
    section.service.news.updates .card img {
        height: 45vw;
    }
    .about-box {
        height: 271px;
    }
    section.download-member {
        flex-wrap: wrap;
    }
    section.download-member .right-mem {
        width: 100%;
    }
    section.download-member .right-mem {
        padding: 23px 0;
        top: 6px;
    }
    .content-tab {
        padding: 40px 25px;
        padding-right: 0;
    }
    .top-tab-sec .swiper.tabs-swiper .swiper-slide {
        padding: 10px 12px;
        font-size: 18px;
    }
    section.download-member .left-mem {
        width: 100%;
        padding: 22px 0;
    }
    section.service .head {
        padding-right: 0;
    }
    .left-mem h3 {
        font-size: 23px;
    }
    section.download-member .right-mem a {
        height: 46px;
        font-size: 16px;
    }
    section.service .head .right a {
        color: #fff;
        background-color: #f69f23;
        padding: 12px 23px;
        border-radius: 34px;
        font-size: 18px;
    }
    section.service .head .right {
        text-align: left;
        padding: 0 15px;
        margin-top: 15px;
    }
    section .container,
    section .container,
    .slider-cont .container {
        padding: 0 15px !important;
    }
    .textToShow h2 {
        font-size: 44px;
    }
    .left-content {
        padding: 54px 15px;
    }
    .left-content .textToShow p {
        font-size: 20px;
    }
    .right-content .section .box-inner {
        width: 100%;
        padding: 23px 55px;
        min-height: auto;
        margin-bottom: 7px;
    }
    section.products.about .row {
        flex-direction: column-reverse;
    }
    .abt-video {
        margin-top: 49px;
    }
    .products .head {
        padding-bottom: 31px !important;
    }
    .about-cont p {
        font-size: 17px;
    }
    .hero-slider.hero-style .slider-cont .container {
        flex-wrap: wrap;
    }
    .hero-slider.hero-style .slider-cont .container .outer-content {
        width: 100%;
        top: unset;
        bottom: 0;
        height: auto;
        justify-content: center;
        flex-direction: row;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 48px;
        clip-path: unset;
    }
    .about-section .content-column .inner-column {
        position: relative;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .sec-title h2 {
        color: #cf8518;
        font-size: 33px;
    }
    .right-content .section:nth-child(1) .box-inner {
        margin-bottom: 0px;
    }
    .right-content .section:nth-child(1) .box-img {
        margin-bottom: 5px;
    }
    .counter-box {
        font-size: 3rem;
    }
    .right-content .section:nth-child(2) {
        flex-direction: column-reverse;
    }
    section.Gallery.service.news .col-sm-6.col-md-4.col-lg-3 a {
        margin-bottom: 17px;
    }
    section.Gallery img {
        width: 100%;
        height: 130px;
        object-fit: cover;
    }
    .right-content .section {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .right-content .section .box-img {
        width: 100%;
    }
    .righ-cont {
        width: 100%;
    }
    .slide-title {
        width: 100%;
    }
    .slider-cont .btns {
        justify-content: center;
        width: 100%;
        flex-wrap: nowrap;
        gap: 2px;
    }
    section.service.news {
        padding-bottom: 50px;
    }
    .outer-foot-cont.aos-init.aos-animate {
        margin-bottom: 37px;
    }
    .logo-footer img {
        width: 208px;
    }
    .logo-footer {
        position: absolute;
        top: -35px;
    }
    .footer {
        padding: 53px 0;
    }
    .copy .outer-foot-nav .nav ul {
        justify-content: center;
    }
    .footer {
        padding: 53px 0;
        background-size: cover;
        padding-bottom: 0px;
    }
   
    section.about {
        padding-bottom: 30px !important;
    }
    .copy .right .social ul {
        justify-content: center;
    }
    .slider-pr-sec .nav-slder {
        position: absolute;
        top: unset;
        right: 0;
        display: flex;
        bottom: -10px;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto;
        width: 0;
    }
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    section.about .btns {
        display: flex;
        justify-content: start;
        margin-top: 13px;
    }
    section.about .arrow img {
        width: 59px;
    }
    section.about .arrow {
        position: absolute;
        top: -5px;
        left: 3px;
        transition: .5s ease-out;
    }
    .abt-left-outer {
        margin-bottom: 36px;
    }
    .products .outer-products .box-product {
        margin-bottom: 24px;
    }
    #toggle-menu {
              top: 33px;
    }
    .products .outer-products .box-product .img {
        height: 30vw 186.6px;
    }
    .products .outer-products .box-product .title h3 {
        font-size: 15px;
    }
    .products .outer-products .box-product .ic-p img {
        width: 27px;
    }
    .slider-box .btns a img {
        display: none;
    }
  
    header .social ul {
        display: flex;
        gap: 2px;
        margin-bottom: 0;
    }
    header .social ul li {
        width: 50%;
    }
    header .social ul a {
        text-align: center;
        padding: 0 15px;
        width: 100%;
        border-radius: 0;
    }
    section.service.member .container,
    section.Gallery.service.news .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px 7px !important;
    }
    header .main-nav .logo img {
        max-width: 169px;
        padding-top: 0;
    }
    .hero-slider .outer-content h2 {
        font-size: 23px;
        line-height: normal;
    }
    .slider-box h3 br {
        display: none;
    }
    .slider-box h3 {
        font-weight: 600;
        font-size: 20px;
        padding-right: 84px;
        margin-bottom: 13px;
    }
    .slider-box .btns a {
        height: 35px;
        font-size: 14px;
    }
    .slider-box p {
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
        margin-bottom: 17px;
        padding-right: 49px;
    }
    .slider-box {
        right: 0;
        padding: 38px 20px;
        width: 100%;
        padding-bottom: 12px;
        bottom: 0;
        top: unset;
    }
  
    .inner-banner h2 {
        font-size: 29px;
    }
    .why-inner .why-choose-cont .list {
        display: flex;
        padding-bottom: 12px;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 19px;
    }
    .inner-banner {
        padding: 62px 0;
    }
    .inner-banner p {
        font-size: 14px;
    }
    section.product-sec .filter-link .ttl h3 {
        font-size: 23px;
    }
    .contact-info .outer--contact {
        flex-wrap: wrap;
    }
    .hero-slider .outer-content p {
        font-size: 14px;
    }
    .contact-info .outer--contact .left-cont {
        width: 100%;
    }
    .contact-info .outer--contact .right-cont {
        width: 100%;
        height: 340px;
    }
    .contact-info .outer-cont-form .left-img {
        width: 100%;
    }
    .contact-info .outer-cont-form {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .contact-info .outer-cont-form .right-form .fld input {
        padding: 6px 28px;
    }
    .contact-info .outer-cont-form .right-form h3 {
        font-size: 22px;
    }
    .contact-info .outer-cont-form .right-form {
        width: 100%;
    }
    .hero-slider .outer-content a {
        font-size: 14px;
        padding: 5px 19px;
        margin-top: -5px;
        width: fit-content;
    }
    .hero-slider {
        height: 484px !important;
    }
    .para-cont {
        margin-top: 57px;
    }
    section.about .para-cont h2 {
        font-size: 28px;
        padding-bottom: 10px;
    }
    section.about {
        padding: 25px 0;
    }
    section.why-choose {
        background: #151C23;
        padding: 67px 0;
    }
    .footer .left-cont .head h2 {
        font-size: 34px;
    }
    .footer .left-cont .head p {
        font-size: 16px;
    }
    .footer .left-cont .list .cont h2 {
        font-size: 17px;
    }
    .footer .left-cont .list .cont p {
        font-size: 15px;
    }
    .footer .left-cont .social {
        margin-top: 36px;
    }
    .footer .form-contact form {
        margin: 0 0 auto;
        margin-top: 44px;
    }
    .footer .form-contact form {
        padding: 34px 20px;
    }
    .products .outer-products .box-product .title {
        width: 90%;
    }
    .products .head h2 {
        font-size: 25px;
    }
    .products .head h4 {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .products .head {
        padding-bottom: 45px;
    }
}

@media screen and (max-width: 600px) {
    .products .outer-products .box-product {
        margin-right: 0;
    }
    .top-cont {
        flex-wrap: wrap;
    }
    .slider-pr-sec .card img {
        height: 35vw;
        width: 35vw;
    }
    .sply-cont.aos-init.aos-animate {
        width: 100%;
    }
    section.service {
        padding: 50px 0;
    }
    .abt-left-outer {
        flex-wrap: wrap;
    }
    .slider-pr-sec .custom-swiper {
        padding: 0px 25px
    }
    .sply-right {
        display: flex;
        gap: 35px;
        width: 100%;
    }
    .sply-right .left.aos-init.aos-animate {
        width: 50%;
    }
    .sply-right h3 {
        font-weight: normal;
        font-size: 17px;
        line-height: 23px;
    }
    .sply-cont h4 {
        max-width: 100%;
    }
    .top-cont {
        margin-bottom: 29px;
    }
    .work .bot-cont {
        padding: 26px 22px;
        flex-wrap: wrap;
        border-radius: 42px;
    }
    .leftsply {
        width: 100%;
        padding-right: 17px;
        margin-bottom: 16px;
    }
    .rightsply {
        width: 100%;
    }
    .sply-right img {
        margin-bottom: 27px;
        width: 48px;
    }
    .sply-right h3 br {
        display: none;
    }
    section.about .btns {
        margin-bottom: 30px;
    }
    .row.align-items-end.bottom-cont-abt .col-md-5 {
        width: 51%;
        position: absolute;
        right: 0;
        /* top: 0; */
        bottom: 38px;
    }
    section.about .btns a {
        height: 36px;
        font-size: 14px;
        padding: 0px 13px;
        padding-right: 23px;
        margin-right: 9px;
    }
    section.about .arrow img {
        width: 39px;
    }
    section.about .btns span {
        width: 14px;
    }
    section.about {
        padding: 50px 0;
        border-radius: 0 0 60px 60px;
    }
    section.about .left-abt-con {
        width: 100%;
        padding-right: 28px;
        padding-bottom: 18px;
    }
    .products .outer-products .box-product.link-product .title {
        padding: 13px 12px !important;
    }
    .products .outer-products .box-product.link-product .title .ttl-left h5 {
        font-size: 14px;
        line-height: 18px;
    }
    .products .outer-products .box-product.link-product .title .ttl-left h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .products .outer-products .box-product .img {
        height: 49vw;
    }
    .products .outer-products .box-product.link-product .title .ic-right {
        width: 13%;
        text-align: right;
        display: none;
    }
    .products .outer-products .box-product.link-product .title .ttl-left {
        width: 100%;
    }
    .products .outer-products .box-product .img {
        height: 55vw;
    }
    .products .outer-products .box-product {
        margin-bottom: 13px;
    }
    .pr-cat .outer-products .box-product {
        width: 100%;
        margin-right: 0;
    }
    .pr-cat .outer-products .box-product .img {
        height: 55vw;
    }
    .products {
        padding: 53px 0;
    }
    element.style {
        position: absolute;
        left: 0px;
        top: 0px;
    }
    section.product-sec .product-list div#container .item {
        width: 100%;
    }
    section.product-sec .product-list .page-number a.arrow {
        margin: -6px 4px;
    }
    section.product-sec .product-list .page-number a.arrow {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 500px) {
    section.about .outer-about .left {
        width: 100%;
        max-width: 235px;
    }
    section.about .outer-about .right {
        position: absolute;
        max-width: 194px;
    }
    .mission {
        padding: 74px 0;
    }
    section.about .para-cont p {
        font-size: 16px;
    }
    .mission .outer-mission h2 {
        font-size: 34px;
    }
    .mission .outer-mission p {
        font-size: 16px;
    }
}


@media screen and (max-width: 760px) {
    .main-nav .menu-outer .social{
        display:none !important;
    }
    .main-nav .menu-outer .right-menu{
        background-color: #dddddd0a !important;
    }
   
    .main-nav .menu-outer .right-menu .lang-switcher{
          position: absolute;
        right: 141px;
        top: 33px;
    }
}
@media screen and  (max-width:576px)
{
    header .main-nav .logo {
        padding-left: 0;
        padding-top: 0;
    }
    #toggle-menu {
        right: 35px;
    }
        .logo {
       max-width: 150px;
    }
        .main-nav .menu-outer .right-menu .lang-switcher {
        right: 84px;
    }
    .outer-head-banner .container-fluid {
        padding: 15px 15px 0 15px;
    }
        .hero-slider {
        height: 421px !important;
    }
}
/*# sourceMappingURL=style.css.map */