                 *{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}


 
  
  
.const{
    width: auto;
    height: 450px;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
    background-image: url(images/cfr-min.jpeg);
    background-attachment: fixed;
    text-align: center;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
   
}
.const p{
    font-size:200px;
 
}
@media (max-width: 768px) {
    .const {
      height: 300px;
      padding: 20px;
    }
  
    .const p {
      font-size: 90px;
    }
  }
  
  @media (max-width: 480px) {
    .const {
      height: 300px;
      padding: 15px;
    }
  
    .const p {
      font-size: 90px;
    }
  }
  @media (max-width: 768px) {
    .const {
      background-attachment: scroll;
    }
  }
  
  
  .wrapper {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.row {
    width: 100%;
    padding: 30px 90px;
}

.image-section {
    width: 50%;
    float: left;
}

.image-section img {
    width: 100%;
    height: auto;
}

.cntnt {
    width: 45%;
    float: right;
}

.cntnt h1 {
    font-size: 35px;
    color: #222;
    font-weight: 900;
}

.cntnt p {
    font-size: 20px;
    margin-top: 10px;
    line-height: 1;
}

.image-sectio {
    width: 50%;
    float: right;
    margin-top: 30px;
    margin-left: 120px;
}

.image-sectio img {
    width: 100%;
    height: auto;
}

.cntnts {
    width: 50%;
    float: left;
    margin-top: -800px;
}

.cntnts p {
    font-size: 20px;
   
    line-height: 1;
    margin-right: 30px;
    font-family:Arial, Helvetica, sans-serif;
}

.cntnts h1 {
  margin-top: 340px;
}
@media (max-width: 768px) {
  .row {
      padding: 20px;
  }

  .image-section,
  .image-sectio,
  .cntnt,
  .cntnts {
      width: 100%;
      float: none;
      margin: 0;
      font-family: sans-serif;
  }

  .cntnt h1,
  .cntnts h1 {
      font-size: 28px;
    
      
  }

  .cntnt p,
  .cntnts p {
      font-size: 18px;
      font-family: sans-serif;
      
  }

  .image-sectio,
  .cntnts {
      margin-top: 20px;
  }
}

.section{
    margin-top: 70px;
    height: 300px;
    display: flex;
    justify-content:center;
    align-items: center;
    font-family: "Raleway", arial, sans-serif;
    background-color: #7f9ead;
}
.crad{
    position: absolute;
    width: 300px;
    height: 200px;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
    transition: 0.3s;
    padding: 30px 50px;
    background: #fff;
    cursor: pointer;
}
.crad:hover{
    height: 440px;
    background-color:rgba(255, 200, 0, 0.91);
}
.igame-box{
    position: relative;
    width: 100%;
    height: 100%;
    transform: translateY(-80px);
    z-index: 99;

}
img{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.5);

}
.content{
   
    text-align: center;
    transform: translateY(450px);
    opacity: 0;
    transition: .3s;
    text-align: center;
}
.crad h1{
 text-align: center;
}
.crad:hover > .content{
    opacity: 1;
    transform: translateY(-180px);
}
.content h2{
    color:#7f9ead;
    margin-top: -30px;
    
}
.tmy{
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}
.tmyz{
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}
.rrr{
    text-align: center;
    margin-top: 70px;
    font-size: 39px;
    text-transform: capitalize;
    color:#7f9ead
}
.ctn{
    margin-top: 40px;
}
.ctn p{
   padding:10px 90px 10px 40px ;
   font-size: 15px;
  
 
}
.ctn h2{
   margin-left: 40px;
   font-size: 20px;
   color: #7f9ead;
   margin-top: 40px;
}
/* === Responsive .ctn Section === */


/* === Product Section === */
.product {
    position: relative;
    padding: 40px 60px;
    background-color: #fff;
}

.product-container {
    display: flex;
    overflow:hidden;
    scroll-behavior: smooth;
    width:1150px;/* 👈 force container width */
    padding: 20px;
    box-sizing: border-box;
    gap: 20px;
    background: #f0f0f0;
    border: 1px solid #ccc;
}

.product-card {
    min-width: 200px; /* 👈 bigger cards */
    height: 280px;
    background-color: #fff;
    border-radius: 8px;
    flex-shrink: 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}



.product-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar */
}



.product-card:hover {
    transform: translateY(-5px);
   
}

.prd-img {
    width: 100%;
    height: 300px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    display: block; /* ensure block behavior */
    position: relative;
}
.prd-img img{
  height: 100px;
}
.product-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}




.product-info {
    padding: 15px;
}

.product-brand {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.product-short-des {
    font-size: 0.95rem;
    color: #666;
}

/* === Buttons === */
.pre-btn,
.nxt-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    padding: 10px;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s;
}

.pre-btn:hover,
.nxt-btn:hover {
    background-color: #ddd;
}

.pre-btn {
    left: 10px;
    transform: rotate(180deg);
}

.nxt-btn {
    right: 10px;
}

.pre-btn img,
.nxt-btn img {
    width: 20px;
    height: 20px;
  
}
.pre-btn{
  rotate:180deg;
}
.product-container {
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap; /* force items to line up horizontally */
}
.product-card {
    display: inline-block;
}
.ged{
    text-align: center;
    font-size: 40px;
    color: #7f9ead;
    margin-top: 60px;
}

/* ========== MEDIA QUERIES ========== */

/* --- Tablets and below (max-width: 1024px) --- */
@media (max-width: 1024px) {
   
  
    .product-container {
      width: 100%;
      padding: 10px;
    }
  
    .product-card {
      min-width: 180px;
    }
  
    .const p {
      font-size: 100px;
    }
  
    .rrr {
      font-size: 90px;
    }
  
    .ctn p {
      padding: 10px 20px;
      font-size: 14px;
    }
  
    .ctn h2 {
      margin-left: 20px;
      font-size: 18px;
    }
  
    .ged {
      font-size: 30px;
    }
  
    .section {
      flex-direction: column;
      height: auto;
      padding: 80px 20px;
    }
  
    .crad {
      position: static;
      width: 80%;
      margin-bottom: 40px;
      padding: 20px;
      height: 200px;
    }
  
    .crad:hover {
      transform: scale(0.95);
      height: 350px;
     
    }
  
    .content {
      transform: none;
      opacity: 1;
      padding: 50px 10px;
    }
  
    .tmy,
    .tmyz {
      flex-direction: column;
      align-items: center;
    }
  
   
  
  
  }
  
  /* --- Phones (max-width: 600px) --- */
  @media (max-width: 600px) {
    .logo {
      font-size: 20px;
    }
  
    .const p {
      font-size: 90px;
    }
  
    .product-card {
      min-width: 160px;
    }
  
    .rrr {
      font-size: 50px;
    }
  
    .ctn p {
      font-size: 13px;
      padding: 8px 15px;
    }
  
    .ctn h2 {
      font-size: 16px;
      margin-left: 15px;
    }
  
    .content h2 {
      font-size: 18px;
    }
  
    .ged {
      font-size: 50px;
    }
  
   
  
    .crad {
      width: 95%;
    }
  
    .pre-btn,
    .nxt-btn {
      padding: 8px;
    }
  
    .pre-btn img,
    .nxt-btn img {
      width: 16px;
      height: 16px;
    }
    
  }

/* ===== Fixed Header Styling ===== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  z-index: 1000;
}

/* ===== Logo ===== */
.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

/* ===== Navigation Menu ===== */
.nav {
  display: flex;
  gap: 1.5rem;
}

.nav a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav a:hover {
  color: #f0a500;
}

/* ===== Donate Button ===== */
.donate-btn {
  background-color: #f0a500;
  color: black;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.donate-btn:hover {
  background-color: #c97f00;
}

/* ===== Hamburger Menu Toggle ===== */
.menu-toggle {
  display: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: white;
}

/* ===== Responsive Design ===== */
@media (max-width: 768px) {
  .nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: #333;
    flex-direction: column;
    padding: 1rem 2rem;
  }

  .nav.show {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }
}

/* ===== Push content below fixed header ===== */

  .footer {
    background-color: #1a1a1a;
    color: #f2f2f2;
    padding: 2rem 1rem;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: auto;
  }
  
  .footer-logo h2 {
    font-size: 1.5rem;
    color: #fff;
  }
  
  .footer-logo p {
    font-size: 0.9rem;
    color: #ccc;
    margin-top: 0.5rem;
  }
  
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
  }
  
  .footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
  }
  
  .footer-links a:hover {
    color: #fff;
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.85rem;
    color: #888;
  }
  
  /* === Responsive Media Query === */
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .footer-links {
      justify-content: center;
      margin-top: 1rem;
    }
  }



  
.oi {
 display: flex;
 justify-content:center;
 gap: 30px;

 
}
.ar img{
  height: 300px;
  width: 300px;

}

 @media (max-width: 768px) {
  .oi {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .ar img {
    height: 200px;
    width: 200px;
  }
}
 