@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Sans+Narrow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Sans+Narrow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}


body {
    font-family: 'Poppins', sans-serif;
    color: rgb(12, 7, 7);
    background-color: #ffffff;
    overflow-x: hidden;
  
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}
h2,h1,h3{
    color:rgb(230, 53, 83);
    font-family: josefin;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}


/* HEADER SECTION STYLING START  */


header {
    position: fixed;
    top: 0px;
    background: #232526;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
     width: 100%;
    height: auto;
    z-index: 111111;


}

/* section {
    position: relative;
    height: calc(100vh - 3rem);
    width: 100%;
    overflow: hidden;
} */


#high{
    color: #E63553;
    text-shadow: 0px 0px 5px black;
    font-weight: 700;
}

.container-header {
    max-width: 65rem;
    padding: 0 2rem;
    margin: 0 auto;
    display: flex;
    display: flex;
}

.logo-container {
    height: 70px;
    width: 90px;
}

.logo-container img {
    margin-top: 5px;
    height: 54px;
    width: 46px;
  }





.nav-btn {
    flex: 3;
    display: flex;
}

.nav-links {
    flex: 2;
}

.log-sign {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    position: relative;
  top: 0px;
  right: 20px;
}
.log-sign a{
    font-size: 11px;
}

.logo {
    color: #fff;
    /* font-size: 1.1rem; */
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 3rem;
}

.logo span {
    font-weight: 300;
}


.icon1 {

    margin-left: -12px;
}

.icon1 a i {
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 28px;
    margin-left: 5px;
    cursor: pointer;
    transition: 0.3s;
    color: rgb(255, 248, 248);
    align-items: center;

}

.icon1 i:hover {
    color: #fa3131;
}

.btn-head {
    width: auto;
    display: inline-block;
    padding: 4px 12px;
    font-size: .8rem;
    border: 2px solid #E63553;
    border-radius: 2rem;
    line-height: 1;
    margin: 0 .2rem;
    transition: .3s;
    text-transform: uppercase;
}

.btn-head.solid,
.btn-head.transparent:hover {
    background-color: #5c595950;
    color: #e10808;
}

.btn-head.transparent,
.btn-head.solid:hover {
    background-color: transparent;
    color: #ffffff;
    font-weight: 700;
}

.nav-links>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
    width: 625px;

}

.nav-link {
    position: relative;
}

.nav-link>a {
    line-height: 3rem;
    color: #ffffff;
    padding: 0 .8rem;
    letter-spacing: 1px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    font-weight: 500;
}

.nav-link>a>i {
    margin-left: .2rem;
}

.nav-link:hover>a {
    transform: scale(1.1);
    background-color: rgb(20, 12, 12);
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
}

.dropdown ul {
    position: relative;
    width: auto;
}

.dropdown-link>a {
    width: 200px;
    display: flex;
    background-color: #fff;
    color: #000000;
    padding: .5rem 1rem;
    font-size: 11px;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}

.dropdown-link:hover>a {
    background-color: #a1a2a2;
    color: #fff;
}

.dropdown-link:not(:nth-last-child(2)) {
    /* border-bottom: 1px solid #efefef; */
}

.dropdown-link i {
    transform: rotate(-90deg);
}

.arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: #fff;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.dropdown-link:first-child:hover~.arrow {
    background-color: #3498db;
}

.dropdown-link {
    position: relative;
}

.dropdown.second {
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.dropdown.second .arrow {
    top: 10px;
    left: -5.5px;
}

.nav-link:hover>.dropdown,
.dropdown-link:hover>.dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu div {
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    z-index: 1001;
    transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #fff;
    border-radius: 3px;
    transition: .5s;
}

.hamburger-menu div:before {
    transform: translateY(-7px);
}

.hamburger-menu div:after {
    transform: translateY(7px);
}

#check {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

#check:checked~.hamburger-menu-container .hamburger-menu div {
    background-color: transparent;
}

#check:checked~.hamburger-menu-container .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg);
}

#check:checked~.hamburger-menu-container .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg);
}

@keyframes animation {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 920px){
    .log-sign{
        margin-bottom: 45px;
    }
}
/* HEADER SECTION STYLING END  */
/* HERO SECTION STYLING START  */
.bg-clip{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -2 ;
}

.hero {
    background: url('image/magahome.jpg') no-repeat center center/cover;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.hero-content {
    top: 40px;
    position: relative;
    z-index: 1;
    animation: fadeInUp 1s ease-out;
}

.hero-title {
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 2px 0px rgb(255, 9, 9),
               5px 4px 0px rgba(0, 0, 0, 0.15);
    /* text-shadow: 3px 3px 0px #000, 
                 6px 6px 0px rgba(0, 0, 0, 0.2); */
    /* animation: fadeInUp 5s ease-out, rotate3d 10s infinite; */
    transform: translateZ(0);
    perspective: 1000px;
    transform-origin: center;
}

.hero-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
    animation: fadeInUp 2s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rotate3d {
    0% {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    25% {
        transform: rotateX(20deg) rotateY(20deg) rotateZ(0deg);
    }
    50% {
        transform: rotateX(0deg) rotateY(40deg) rotateZ(0deg);
    }
    75% {
        transform: rotateX(-20deg) rotateY(20deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
}
.wrap{
    margin-top: 150px;
}

.line {
    width: 100vw;
  }
  .left, .right {
    width: 50vw;
    overflow: hidden;
    display: inline-block;
  }
  .left {
    color:rgb(230, 53, 83);
    transform: skew(0deg, -15deg);
  }
  .right {
    color: rgb(216, 216, 216);
    transform: skew(0deg, 15deg);
  }
  .left .content {
    width: 100vw;
    text-align: center;
  }
  .right .content {
    width: 100vw;
    text-align: center;
    transform: translate(-50vw);
  }
  .hero span {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: .9;
    transition: ease-out .6s;
  }

@media (max-width: 768px) {
    .hero-title {
        font-size: 16px;
    }

    .hero-subtitle {
        font-size: 13px;
    }
}
@media (max-width: 468px)
{
    .hero{
        margin-top: 50px;
        height: 275px;
        width: 100%;
    }
    .hero-title h1 {
        font-size: 16px;
      }
      .hero span {
        font-size: 25px;
      }
      .wrap{
        margin-top: 50px;
      }
}
/* HERO SECTION STYLE END  */
.live-heading{
    background-color: rgb(207, 207, 207) ;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
width: 100%;
height: auto;
}
.c-span{
    color: #cc9209;
}
.live-heading h1{
    font-size: 25px;
    white-space: nowrap;

margin-right: 20px;
padding:20px 10px;
animation: move-line 10s linear infinite;
}
@keyframes move-line {
    0%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(-100%);
    }
}

/* COMEETEE SECTION STYLE START  */
.offer-section {
    
    background-color: #f8f8f8;
    padding: 40px 80px;
    height: auto;
}
.container-offer {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.section-title {
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    color: red;
    /* text-shadow: 1px 1px 2px rgb(43, 21, 25); */
}
.section-title h1 {
    font-size: 40px;
    font-weight: 700;
    text-shadow: rgb(3, 191, 216) 1px 0 10px;
    margin: 0;
    color: #333;
}
.offers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 100%;
    height: auto;
    margin-top: 50px;
    padding: 0 15px;
}
.offer:hover {

    transform: translateY(-10px);
}

.offer {
    height: auto;
    background: #c31432;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #240b36, #c31432);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2f2337, #E63553); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    animation: fadeInUp 7s ease-out;
    transition: transform 0.3s ease;
    border-radius: 10px;
    flex: 1;
    padding: 30px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;

}

.offer img {
    height: 85px;
    width: 85px;
  border-radius: 50%;
  box-shadow: rgba(44, 42, 42, 0.768) 0px 0px 0px 1px inset, rgba(74, 77, 74, 0.9) 0px 0px 0px 1px;
}
.offer h3 {
    font: small-caps bold 24px/1 sans-serif;
    font-size: 14px;
    margin: 0 0 10px;
    color: white;
}
.offer p {
    color: #898888;
    font-size: 12px;
}
@media (max-width: 768px) {
    .offers {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        height: auto;
    }
    .offer-section{
        height: auto;
    }
    .offer{
        width: 245px;
        flex-wrap: wrap;
    }
    .offer p {

        font-size: 14px;
      }
      .offer h3 {
        font-size: 13px;

      }
}

@media (max-width: 468px){
    .offer p {

        font-size: 12px;
      }
      .offer h3 {
        font-size: 13px;

      }
      .offer img {
        height: 80px;
        width: 80px;
      }
      .offer{
        width: 140px;
        height: auto;
      }
      .offer {
          flex-direction: column;
          justify-content: space-around;
      }
      .btn-head {
        width: 100px;
      }
      .offer-section{
        padding: 36px 10px;
      }
}
/* COMEETEE SECTION STYLE END  */
/* ABOUT SECTION STYLE START  */
.about-us {
    background-image: url("image/pattern.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    flex-wrap: wrap;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.about-us .content {
border-radius: 10px;
    flex: 1;
    max-width: 600px;
    background: -webkit-linear-gradient(to right, #E9E4F0, #E65D77);  
    background: linear-gradient(to right, #E9E4F0, #E65D77); 

}
#para{
    color: #5a5353;
}
.about-us .content h2 {
    text-align: center; 
    font-size: 16px;
    padding: 20px;
    font-weight: 900;
    color: red;
    /* text-shadow: 1px 1px 2px rgb(43, 21, 25); */
  }
.about-us .content p {
    font-family: 'Montserrat', sans-serif;
text-align: center;
letter-spacing: .5px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.6;
}
.about-us .content .learn-more-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    background-color: #5a67d8;
    border-radius: 5px;
    text-decoration: none;
}
.about-us .image {
     animation: fadeInUp 3s ease-out;
    transition: transform 0.3s ease;
    flex: 1;
    max-width: 600px;
    text-align: center;
}
.image:hover {
    
    transform: translateY(-10px);
}
.about-us .image img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 1024px) {
    .about-us {
        padding: 30px 15px;
    }
    .about-us .content h2 {
        font-size: 30px;
    }
    .about-us .content p {
        font-size: 15px;
    }
    .about-us .content .learn-more-btn {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
  
}
@media (max-width: 480px) {
    .about-us {
        display: flex;
flex-direction: column;
        padding: 20px 10px;
    }
    .about-us .content h2 {
        font-size: 24px;

    }
    .about-us .content p {
        font-size: 13px;
    }
    .about-us .content .learn-more-btn {
        font-size: 14px;
        padding: 8px 16px;
    }
}
/* ABOUT SECTION STYLE END  */
/* PHOTO SECTION STYLE START  */
@media (min-width: 1440px) {
    html {
      zoom: 1.5;
    }
  }
  
  @media (min-width: 2560px) {
    html {
      zoom: 1.7;
    }
  }
  
  @media (min-width: 3860px) {
    html {
      zoom: 2.5;
    }
  }
  
  ::-webkit-scrollbar {
    width: 0.3rem;
  }
  
  ::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #797979;
    transition: all 0.5s ease-in-out;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #222224;
  }
  
  ::-webkit-scrollbar-track {
    background: #f9f9f9;
  }
  
  .container-photos {
    max-width: 100%;
    height: auto;
    padding: 0 1rem;
    margin: 0 auto;
  }
  .tranding-slide-img img{
    height: auto;
    width: 100%;
    background-size: cover;
  }
  
  .text-center {
    text-align: center;
  }
  
  .section-heading {
    font-size: 25px;
    padding: 2rem 0;
  }
  
  #tranding {
    
    height: auto;
    font-size: 62.5%;
    font-family: "Montserrat", sans-serif;
    padding: 4rem 0;
  }
  
  @media (max-width:1440px) {
    #tranding {
      padding: 7rem 0;
    }
  }
  
  #tranding .tranding-slider {
    height: 32rem;
    padding: 2rem 0;
    position: relative;
  }
  
  @media (max-width:500px) {
    #tranding .tranding-slider {
      height: 45rem;
    }
    .section-heading{
        font-size: 26px;
        padding: 0;
    }
    #tranding {
        padding: 2rem 0;
      }
  }
  
  .tranding-slide {
    width: 37rem;
    height: 42rem;
    position: relative;
  }
  
  @media (max-width:500px) {
    .tranding-slide {
      width: 28rem !important;
      height: 36rem !important;
    }
    .tranding-slide .tranding-slide-img img {
      width: 28rem !important;
      height: 36rem !important;
    }
  }
  @media (max-width:400px) {
    
  }
  
  .tranding-slide .tranding-slide-img img {
    width: 42rem;
    height: 25rem;
    border-radius: 2rem;
    object-fit: cover;
  }
  
  .tranding-slide .tranding-slide-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  
  .tranding-slide-content .food-price {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: var(--white);
  }
  
  .tranding-slide-content .tranding-slide-content-bottom {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: var(--white);
  }
  
  .food-rating {
    padding-top: 1rem;
    display: flex;
    gap: 1rem;
  }
  
  .rating ion-icon {
    color: var(--primary);
  }
  
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right {
    display: none;
  }
    
  .tranding-slider-control .swiper-pagination {
    position: relative;
    width: 43rem;
    bottom: 3rem;
  }
  .tranding-slider-control {
    position: relative;
    bottom: -1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .tranding-slider-control .swiper-button-next {
    left: 58% !important;
    transform: translateX(-58%) !important;
  }
  
  @media (max-width:990px) {
    .tranding-slider-control .swiper-button-next {
      left: 70% !important;
      transform: translateX(-70%) !important;
    }
  }
  
  @media (max-width:450px) {
    .tranding-slider-control .swiper-button-next {
      left: 80% !important;
      transform: translateX(-80%) !important;
    }
  }
  
  @media (max-width:990px) {
    .tranding-slider-control .swiper-button-prev {
      left: 30% !important;
      transform: translateX(-30%) !important;
    }
  }
  
  @media (max-width:450px) {
    .tranding-slider-control .swiper-button-prev {
      left: 20% !important;
      transform: translateX(-20%) !important;
    }
    .tranding-slide {
        width: 27rem !important;
        height: 36rem !important;
      }
    .tranding-slide .tranding-slide-img img {
        margin-left: 47px;
        width: 21rem !important;
        height: 19rem !important;
      }
      .tranding-slider-control .swiper-pagination {
        display: none;
        position: relative;
        width: 16rem;
        bottom: 2rem;
      }
      .tranding-slider-control {
        position: relative;
        bottom: 19rem;
      }
  }
  
  .tranding-slider-control .slider-arrow {
    background: var(--white);
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    left: 42%;
    transform: translateX(-42%);
    filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
  }
  
  .tranding-slider-control .slider-arrow ion-icon {
    font-size: 2rem;
    color: #222224;
  }
  
  .tranding-slider-control .slider-arrow::after {
    content: '';
  }

  
  .tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
    filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
  }
  
  .tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary);
  }
/* PHOTO SECTION STYLE END  */
/* COMMITTEE MEMBER SECTION STYLE START  */
 .committee-member{
    height: auto;
    width: 100%;
    margin-top: 50px;
    align-items: center;
/* margin-left: 60px; */
margin-top: 60px;
 }

 .container-committee{
    width: 100%;
    height: auto;
    display: flex;
    /* justify-content: space-around; */
    flex-direction: row;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
 }
 .square{
    margin-top: 50px;
    height: 350px;
    width: 20%;
    
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
 }

.img-circle{
margin-top: 20px;
margin-bottom: 20px;
    height: 160px;
    width: 160px;
    border-radius: 50% ;
    border: 1px solid rgb(69, 234, 226);
    box-shadow: rgba(250, 7, 7, 0.99) 0px 1px 1px 0px inset, rgba(50, 50, 255, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.img-circle img {
    border-radius: 50%;
    height: 160px;
    width: 160px;
    background-repeat: no-repeat;
    background-size: cover;
 
}


.container-1{

    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align:center; 
    background-image: url("");
    background-repeat: no-repeat;
background-size: cover;

}
@media (max-width: 768px){
    .container-committee{
        justify-content: space-around;
    }
    .square{
        height: 250px;
  width: 34%;
    }
    .img-circle img {
        border-radius: 31%;
        height: 100px;
        width: 100px;
    }
    .img-circle  {
        border-radius: 31%;
        height: 100px;
        width: 100px;
    }
    .square h2{
        font-size: 16px;
    }
    .square p{
        font-size: 13px;
    }
}

/* COMMITTEE MEMBER SECTION STYLE END  */
/* CONTACT US SECTION STYLE START  */

.container-contact {

    width: 100%;
margin-top: 50px;
    min-height: auto;
    padding: 2rem;
    background-color: #fafafa;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form {
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  
    /* background: linear-gradient(to right, #b31217, #e52d27);  */
    background: linear-gradient(to right, #000, #E63553);
    
    position: relative;
}

.circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #e7e6e6);
    position: absolute;
}

.circle.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
}

.circle.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px;
}

.contact-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #480909;
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}

form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
}

.title {

    /* font-weight: 500; */
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0.7rem;
    /* text-shadow: 2px 1px 2px rgb(43, 21, 25); */
}

.input-container {
    position: relative;
    margin: 1rem 0;
}

.input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 25px;
    transition: 0.3s;
}

textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 22px;
    resize: none;
    overflow-y: auto;
}

.input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 11px;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}

.input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
}

.btn {
    padding: 0.2rem 0.6rem;
    background-color: #fff;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: #E63553;
    line-height: 1;
    border-radius: 25px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
}
a .btn1 {
    padding: 0.6rem 1.3rem;
    background-color: #fff;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: #0e5c84;
    line-height: 1;
    border-radius: 25px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
    width: 84px;
    height: 38px;
}


.btn:hover {
    background-color: transparent;
    color: #fff;
}

a .btn1:hover {
    background-color: transparent;
    color: #fff;
}
.input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
}

.input-container span:before,
.input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 10px;

    background-color: #000000;
    top: 50%;
    transform: translateY(-50%);
}

.input-container span:before {
    left: 50%;
}

.input-container span:after {
    right: 50%;
}

.input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
    width: 50%;
    opacity: 1;
}

.contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
    background: #D3CCE3;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #E9E4F0, #D3CCE3);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #E9E4F0, #D3CCE3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */    
}


.text {
    color: #333;
    margin: 1.5rem 0 2rem 0;
}

.information {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 12px;
}

.icon {
    width: 18px;
    margin-right: 0.7rem;
}

.social-media {
    padding: 2rem 0 0 0;
}

.social-media p {
    color: #333;
}

.social-icons {
    display: flex;
    margin-top: 0.5rem;
}

.social-icons a {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #FC466B;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3F5EFB, #FC466B);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3F5EFB, #FC466B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
}

.social-icons a:hover {
    transform: scale(1.05);
}

.contact-info:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid #8f33ff;
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.3;
}

.map-container{
    margin-top: 25px;
}
.square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
}

@media (max-width: 850px) {
    .form {
        grid-template-columns: 1fr;
    }

    .contact-info:before {
        bottom: initial;
        top: -75px;
        right: 65px;
        transform: scale(0.95);
    }

    .contact-form:before {
        top: -13px;
        left: initial;
        right: 70px;
    }

    .square {
        transform: translate(140%, 43%);
        height: 350px;
    }

    .big-circle {
        bottom: 75%;
        transform: scale(0.9) translate(-40%, 30%);
        right: 50%;
    }

    .text {
        margin: 1rem 0 1.5rem 0;
    }

    .social-media {
        padding: 1.5rem 0 0 0;
    }
}

@media (max-width: 480px) {
    .container-contact{
        /* margin-top: -362px; */
    }
    .container {
        padding: 1.5rem;
    }

    .contact-info:before {
        display: none;
    }

    .square,
    .big-circle {
        display: none;
    }

    form,
    .contact-info {
        padding: 1.7rem 1.6rem;
    }

    .text,
    .information,
    .social-media p {
        font-size: 10px;
    }

    .title {
        font-size: 22px;
    }

    .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .icon {
        width: 23px;
    }

    .input {
        padding: 0.45rem 1.2rem;
    }

    .btn {
        padding: 0.45rem 1.2rem;
    }
}

/* CONTACT US SECTION STYLE END  */
/* OUR PARTNER SECTION STYLE START  */

.partners-section {
    text-align: center;
    /* padding: 50px 0; */
    background-color: #ffffff;
}
.partners-section h2 {
    font-size: 2em;
    margin-bottom: 10px;
    /* color: red;
    text-shadow: 1px 1px 2px rgb(43, 21, 25); */
}
.partners-section h4 {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #6c6c6c;
}
.partners-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.partners-logos img {
    max-width: 100px;
    height: auto;
    transition: transform 0.3s ease-in-out;
}
.partners-logos img:hover {
    transform: scale(1.1);
}
@media (max-width: 768px) {
    .partners-logos img {
        max-width: 120px;
    }
}
@media (max-width: 480px) {
    .partners-section h2 {
        font-size: 1.5em;
      
    }
    .partners-section{
        margin-top: -340px;
    }
    .partners-section h4 {
        font-size: 1em;
    }
    .partners-logos img {
        max-width: 100px;
        height: 80px;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
/* OUT PARTNER SECTION STYLE END  */
/* FOOTER SECTION STYLE START  */


.container-footer {
width: 100%;
height: auto;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.footer {
    /* background-color: #333; */
    
    background: #232526;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #414345, #232526);
    color: #fff;
    padding: 20px 0;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-top .quick-links,
.footer-top .social-media,
.footer-top .newsletter {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
}

.footer-top h3 {
    font-size: 14px;
    margin-bottom: 10px;
}

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

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

.footer-top ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 11px;
}

.footer-top ul li a:hover {
    color: #ffd700;
}

.social-icons {
    display: flex;
}

.social-icons a i {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    color: white;
}


.newsletter form {
    display: flex;
}

.newsletter input[type="email"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px 0 0 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.newsletter button {
    padding: 10px 4px;
    background-color: #E63553;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    color: #333;
    transition: background-color 0.3s ease;
}

.newsletter button:hover {
    background-color: #e47e76;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
}

.footer-bottom p {
    font-size: 10px;
    margin: 0;
}
/* FOOTER SECTION STYLE END  */
 /* MEDIAQUERRY SECTION ALL WEBSITE START  */

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

    .card_section {

        justify-content: space-evenly;
    }
}

 @media (max-width: 920px) {
    .hamburger-menu-container {
        display: flex;
    }

    #check {
        display: block;
    }

    .nav-btn {
        position: fixed;
        height: calc(100vh - 3rem);
        top: 4rem;
        left: 0;
        width: 100%;
        background-color: #000000;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(100%);
        transition: .65s;
    }

    #check:checked~.nav-btn {
        transform: translateX(0);
    }

    #check:checked~.nav-btn .nav-link,
    #check:checked~.nav-btn .log-sign {
        animation: animation .5s ease forwards var(--i);
    }

    .nav-links {
        flex: initial;
        width: 100%;
    }

    .nav-links>ul {
        flex-direction: column;
    }

    .nav-link {
        width: 100%;
        opacity: 0;
        transform: translateY(15px);
    }

    .nav-link>a {
        line-height: 1;
        padding: 1.6rem 2rem;
    }

    .nav-link:hover>a {
        transform: scale(1);
        background-color: #464e4e;
    }

    .dropdown,
    .dropdown.second {
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
   background-color: #504d53cc;
        display: none;
    }

    .nav-link:hover>.dropdown,
    .dropdown-link:hover>.dropdown {
        display: block;
    }

    .nav-link:hover>a>i,
    .dropdown-link:hover>a>i {
        transform: rotate(360deg);
    }

    .dropdown-link>a {
        background-color: transparent;
        color: #fff;
        padding: 1.2rem 2rem;
        line-height: 1;
        width: 100%;
    }

    .dropdown.second .dropdown-link>a {
        padding: 1.2rem 2rem 1.2rem 3rem;
    }

    .dropdown.second .dropdown.second .dropdown-link>a {
        padding: 1.2rem 2rem 1.2rem 4rem;
    }

    .dropdown-link:not(:nth-last-child(2)) {
        border-bottom: none;
    }

    .arrow {
        z-index: 1;
        background-color: #0e0a11;
        left: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: .5s;
    }

    .nav-link:hover .arrow {
        background-color: #858585;
    }

    .dropdown .dropdown .arrow {
        display: none;
    }

    .dropdown-link:hover>a {
        background-color: #000000;
    }

    .dropdown-link:first-child:hover~.arrow {
        background-color: #939393;
    }

    .nav-link>a>i {
        font-size: 1.1rem;
        transform: rotate(-90deg);
        transition: .7s;
    }

    .dropdown i {
        font-size: 1rem;
        transition: .7s;
    }

    .log-sign {
        flex: initial;
        width: 100%;
        padding: 1.5rem 1.9rem;
        justify-content: flex-start;
        opacity: 0;
        transform: translateY(15px);
    }


    .icon1 {
        margin-left: 10px;
        position: absolute;
        right: 75px;
        margin-top: -2px;
    }
}

@media (max-width: 600px) {


    .carousel-indicators {

        width: 15px;
        height: 2px;
        color: rgb(225, 211, 211);
    }

    .carousel-control-prev-icon {
        width: 1rem;
    }

    .carousel-control-next-icon {
        width: 1rem;
    }
    .nav-btn{
        top: 6rem;
    }
}
@media (max-width: 468px){
    .nav-btn{
        top: 4rem;
    }
}



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


.main-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    justify-content: space-between;
  }
  
  /* Sub Box Styles */
  
  .sub-box1 {
height: 350px;
    width: 50%;

    flex-basis: 50%;
    padding: 20px;
  }
  
  .sub-box2 {
    flex-basis: 50%;
    padding: 20px;
    height: 350px;
    width: 50%;
  }
  .one-box{
    background: linear-gradient(to right, #2f2337, #E63553);
position: relative;
border: 2px solid black;
left: 300px;
bottom: 120px;
/* padding: 10px; */
height: 150px;
width: 130px;
color: white;
border-radius: 10px;
    align-items: center;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  }
  .one-box img{
    margin-top: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    width: 80px;
    border-radius: 50%;
  }
  .one-box h4{
    font-size: 13px;
    margin-top: 10px;
  }
  .one-box p{
    font-size: 10px;
  }
  
  .img-box {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  
  .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;

    background-size: cover;
    border-radius: 10%;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  }
  .main-box li {
    font-weight: 500;
    line-height: 1.4rem;
    font-size: 14px;

}
.main-box h2 {
    font-size: 18px;
    color: #333;
}

.main-box p {
    font-size: 12px;
    line-height: 1.3rem;
    color: #b59a9a;
    margin-bottom: 20px;

} 
  /* Sport Info Styles */
  
  .sport-info {
    text-align: center;
    margin-top: 20px;
    flex-basis: 100%;
    padding: 20px;
    background-color: #f7f7f7;
    border-top: 1px solid #ddd;
  }
  
  /* Members List Styles */
  
  .members-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .members-list li {
    margin-bottom: 10px;
  }
  
  /* Responsive Styles */
  
  @media (max-width: 768px) {
    .main-box {
      flex-direction: column;
    }
    .sub-box1, .sub-box2 {
      flex-basis: 100%;
      width: 100%;
    }
    .img-box {
      height: 350px;
    }
  }
  
  @media (max-width: 480px) {
    section {
      /* margin: 20px auto; */
    }
    .main-box {
      padding: 10px;
align-items: center;
      
    }
    .sub-box1, .sub-box2 {
      padding: 10px;

      width: 100%;
      text-align: center;
    }
    .img-box {
      height: 250px;
    }
    .img-box img{
        margin-top: 10px;
        height: auto;
    }
    .main-box h2 {
        margin-bottom: 10px;
        font-size: 18px;
        color: #333;
    }
    
    .main-box p {
        font-size: 14px;
        line-height: 1.3rem;
        color: #666;
        margin-bottom: 15px;
    
    } 
    .main-box li {
        font-weight: 700;
        line-height: 1.9rem;
    font-size: 14px;
    }
    .one-box{
        left: 100px;
  bottom: 5px;
  height: 150px;
  width: 130px;
  margin-top: 30px;
    }
    .one-box p{
        margin-top: 5px;
        color: rgb(223, 172, 172);
    }
  }


  /* ***************** */
  .timeline-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .timeline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
 
  .tx-color{
    color: #3498db;
  }
  .tx-color2{
    color: #db345b;
  }
  .tx-color3{
    color: #a88509;
  }
  .timeline-item {
width: 100%;
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .timeline-icon {
    font-size: 24px;
    color: #0e84b1;
    margin-bottom: 10px;
  }
  
  .timeline-content {
    font-size: 16px;
    line-height: 1.5;
  }
  
  .timeline-content h2 {
    font-size: 18px;
    margin-top: 0;
  }
  
  .timeline-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .timeline-content li {
    margin-bottom: 10px;
  }
  
  .timeline-content strong {
font-weight: 500;
font-size: 11px;
  }
  
  /* Responsive styles */
  @media (max-width: 768px) {
    .timeline-item {
      flex-basis: 45%;
    }
  }
  
  @media (max-width: 480px) {
    .timeline-item {
      flex-basis: 100%;
    }
    .timeline-container h1{
        font-size: 25px;
    }
    .timeline-container{
        margin: 0px;
    }
  }
  


      

    /*MAIN BLOCK STYLE START */

    .results-section{
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .container-pdf {

        height: auto;
        max-width: 1200px;
        margin: 51px auto;
        padding: 20px;
        text-align: center;
    }

    .results-section h1 {
text-align: center;
        font-size: 2.5em;
        margin-bottom: 20px;
        font-weight: 700;
        color: #333;
        position: relative;
        letter-spacing: 1px;
    }

    .results-section h1::after {
        content: "";
        display: block;
        width: 50px;
        height: 2px;
        background-color: #ff6f00;
        margin: 10px auto;
    }

    .results-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;;
    }

    .result-item {
        background-color: white;
        border-radius: 8px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        overflow: hidden;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        width: calc(33.333% - 20px);
        padding: 20px;
        animation: fadeInUp 0.6s ease-out;
    }

    .result-item h2 {
        margin: 20px 0 10px;
        font-size: 12px;
        color: #333;
    }

    .download-btn {
        display: inline-block;
        padding: 10px 20px;
        margin-top: 10px;
        font-size: 12px;
        color: #fff;
        background-color: #E63553;
        border: none;
        border-radius: 4px;
        text-decoration: none;
        transition: background-color 0.3s;
    }

    .download-btn:hover {
        background-color: #e17791;
    }

    .result-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Responsive Styles */
    @media (max-width: 768px) {
        .result-item {
            width: calc(50% - 20px);
        }
    }

    @media (max-width: 480px) {
        .result-item {
            width: calc(100% - 20px);
        }
        .results-section h1 {
            font-size: 1.5rem;
        }
        .result-item h2 {
            font-size: 12px;
        }
        .download-btn{
            font-size: 10px;
        }
    }

    /*MAIN BLOCK STYLE END */
    .pdf-box {
    /* margin-top: 20px; */
    margin-left: 40px;
    padding-left: 30px;
    background-color: #f3f3f3;
    border-left: 4px solid #f82165;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    max-width: 400px;
}

.pdf-box h4 {
    margin: 0 0 5px;
    font-size: 18px;
    color: #333;
}

.pdf-box p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #555;
}

.download-btn {
    display: inline-block;
    background-color: #f82165;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.download-btn i {
    margin-right: 6px;
}

.download-btn:hover {
    background-color: #fc1808;
}

