@import url('https://fonts.googleapis.com/css2?family=Anton&family=Cormorant+Garamond&family=Heebo:wght@100..900&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100..900&family=Lato&family=Poppins&family=Quicksand:wght@300..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Satisfy&display=swap');

*
{
  font-family: "Inter", sans-serif;
  scroll-margin: 100px;
}


.red-l 
{
    width: 80px;
    border: 2px dotted #d11427;
  background-color: rgba(255, 255, 255, 0.578);
  color: rgb(125, 123, 123);
  background-image: linear-gradient(to right, rgb(87, 86, 86), rgb(163, 156, 156));
  color: #05668d;
}


.dropdown-menu
{
  background-color: rgb(15, 34, 146);
  border-radius:0px;
  padding: 8px;
  background-color: rgb(226, 226, 0)
}



/* Style the "checked" state */
.req-form .size .custom-radio .radio-check select {
  background-color: #000000;
  border: 1px solid black;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  display: flex;  justify-content: space-between;
}


.whatsapp-icon {
    position: fixed;
    bottom: 5%;
    right: 0;
    z-index: 1000;
  }
  
.sm-icons 
{
  background-color: #e4ddde;
  padding: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
  .sm-icons img
  {
  border: 2px solid white;
    border-radius: 0px;
   width: 35px;
  }

  /* nav */

  .navbar .navbar-brand 
{
    width: 60px;
    margin-left: -15px;
}
.navbar .nav-item .nav-link 
{
  color: black;
  font-weight: 400;
}
.navbar .nav-item:hover .nav-link
{
    background-color: #d11427;
    color: #ffffff;
    padding: 8px;
    border-radius: 2px;
}
.navbar .navbar-toggler 
{
  border: none;
}

.myswiper  {
    width: 100%;
    --swiper-pagination-color: white;
    --swiper-navigation-color: white;
    --swiper-navigation-size: 25px;
  }


  .myswiper swiper-slide {
    font-size: 18px;
    background-color: #FEF9D9;
    
    display: flex;
    align-items: center;

  }

  
  .myswiper swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .myswiper swiper-slide .absbtn button
  {
    background-color: rgb(255, 255, 255);
    padding: 5px;
    color: #000000;
    font-size: 15px;
    border-radius: 3px;
    border: none;
  }

  .myswiper swiper-slide h3 
  {
    color: #ffffff;
  }


  /* marquee */

    /* Marquee Container */
    .marquee {
      width: 100%; /* Full-width */
      overflow: hidden; /* Hide the overflow content */
      background-color: #d11427;
      padding: 10px 0;
      position: relative;
    }

    /* Scrolling Text */
    .marquee-content {
      display: inline-block;
      color: white;
      white-space: nowrap; /* Prevent wrapping */
      animation: scroll 20s linear infinite; /* Scrolling effect */
    }

  

    /* Keyframes for scrolling effect */
    @keyframes scroll {
      from {
        transform: translateX(20%); /* Start from the right */
      }
      to {
        transform: translateX(-100%); /* End at the left */
      }
    }

/* about */

.about button 
{
    background-color: transparent;
    padding: 8px;
    border: 1px solid black;
    color: rgb(0, 0, 0);
}

/* mission */


.mission .card 
{
  width: 22rem;
  border: none;
  padding: 8px;
}

/* content */

.content2
{

  background-image: linear-gradient( to right, #d11427, 95%, rgb(233, 46, 46) );
  background-attachment: fixed;
  background-size: contain;
    color: white;
}

.content2 button 
{
  background-color: white;
  border: none;
  padding: 8px;
}



.content
{

 background: url(bg3.png) center center no-repeat;
 background-size: cover;
    color: white;
}

.content button 
{
  background-color: white;
  border: none;
  padding: 8px;
}

/* brands */

  .brands .b-img 
  {
    width: 120px;
    align-self: center;
  }

  /* category */
  
  .category .title h5 
  {
      font-size: 25px;
      font-weight: bold;
  }
  
 
  
  .category .cat-items .c-item 
  {
      width: 20rem;
      padding: 12px;
      border: none;
  }
  
  .category .oth-ser .c-item 
  {
      width: 25rem;
      padding: 8px;
      border: none;
  }
  
  .category .oth-ser img
  {
     transition: 0.2s ease-in-out;
     border-radius: 8px;
     width:250px;
  }

  .category .cat-items img
  {
     transition: 0.2s ease-in-out;
     border-radius: 8px;
  }
  .category .cat-items img:hover
  {
  
    transform: scale(1.2);
  }
  
  .category .cat-items .c-item h4
  {
      font-size: 16px;
      text-align: start;
      color: #000000;
  }
  .category .cat-items .c-item p
  {
      text-align: start;
      color: #363636;
  }
  .category .cat-items .c-item a
  {
  text-decoration: none;
  color: #d11427;
  font-weight: 400;  }

  
  /* item-categories */


  .item-categories 
  {
    background-color: #781f1399;
  }

  .item-categories .title
  {
 color: white;
  }

  .item-categories .item-box 
  {
    width: 18rem;
    border: 1px solid white;
    padding: 8px;
   
  }

  .item-categories .item-box h6
  {
  color: white;
  font-size: 18px;
  }

  .item-categories .item-box h6::before
  {
    content: '\2192'; 
    padding-right: 10px;
    font-size: 30px;
    
  }



/* contact */

#contact 
{
    background-color: #008000;
}

#contact .footer-logo
{
  border-radius: 2px;
  width: 180px;
}
#contact h4 
{
  color: #404040;
  font-weight: bold;
  font-size: 20px;
}

#contact p 
{
    color: rgb(72, 72, 72) ;
    font-size: 16px;}

#contact li a ,  #contact li
{
  text-decoration: none;
  color: rgb(72, 72, 72) ;
  font-size: 16px;
}

#contact hr 
{
  width: 70px;
  border: solid #ffffff;
}

 /* form */

.contact-f-container h5
{
    font-size: 25px;
    font-weight: bold;
}

.contact-f-container .contact-form input, 
.contact-f-container .contact-form textarea
{
 border: 1px solid rgb(0, 0, 0);
 padding: 22px;
}

.contact-f-container .contact-form input:placeholder-shown, 
.contact-f-container .contact-form textarea:placeholder-shown
{
 color: black;
 font-weight: 400;
}

.contact-f-container .sub-btn button 
{
 padding: 10px;
 border: 1px solid rgb(0, 0, 0);
 border-radius: 5px;
 background-color: transparent;
 color: rgb(0, 0, 0);
}

.contact-f-container .sub-btn button:hover
{
 border: 1px solid #2249a5;
 background-color:transparent ;
 color:#2249a5 ;
}



.sec2 
{
  background-color: #05668d;
  color: white;
}

.sec2 button 
{
  background-color: white;
  border: none;
  padding: 8px;
}

.course-sec .course-ul li
{
  background-color: #fefdfd;
  padding: 10px;
  border-radius: 5px;
}


.founder .founder-img 
{
  width: 200px;
}
