@import url("../fonts/Satoshi/css/satoshi.css");
@import url("../fonts/ClashDisplay/css/clash-display.css");
@import url("../fonts/Magnita/Magnita.css");
@import url("../fonts/bootstrap-icons-1.10.2/font.css");
@import url("../fonts/rr-pioneer/css/rr-pioneer.css");


.hero-banner-four .media-wrapper {
    
}

.hero-banner-four .hero-heading1 {
    font-family: "ClashDisplay";
    font-size: 66px;
    font-weight: 600;
    line-height: 1em;
}

@media screen and (max-width: 700px) {
  .hero-banner-four .hero-heading1 {
    font-family: "ClashDisplay";
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2em;
    text-wrap:wrap;
    display: block;
}
}

.main-heading1 h3{
  font-size: 60px;
  font-weight: 600;
}

.portfolio-two .slick-arrow-one li .slick-arrow2 {
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  background: #ff6500;
  text-align: center;
  line-height: 57px;
  font-size: 24px;
  margin: 0 2px;
  transition: all 0.2s ease-in-out 0s;
}

.hero-banner-four .hero-heading2 {
  font-family: "Satoshi";
  font-size: 30px;
  line-height: 1.5em;
}



@media only screen and (max-width: 560px) {
    .hero-banner-four .media-wrapper1 {
        display:block;
      }

      .hero-banner-four .hero-heading2 {
        font-family: "Satoshi";
        font-size: 25px;
        line-height: 1.2em;
      }

      .hakuna{
        display: none;
      }
}

.text-36{
  font-size: 36px;
}
@media only screen and (max-width: 560px) {
  .text-36{
    font-size: 26px;
  }

}

.width-25{
  width: 25%;
}

.width-75{
  width: 75%;

}



@media only screen and (max-width: 560px) {
  .width-25{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }

  .content-center{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }

  .width-75{
    width: 95%;
  
  }

}
.rolls-nav{
  display: block;
}

@media only screen and (max-width: 560px) {
  .rolls-nav{
    display: none;
  }
}

.rolls-nav1{
  display: none;
}

@media only screen and (max-width: 560px) {
  .rolls-nav1{
    display:block;
  }

  .hamburger {
    cursor: pointer;
  }
  
  .hamburger input {
    display: none;
  }
  
  .hamburger svg {
    /* The size of the SVG defines the overall size */
    height: 2em;
    /* Define the transition for transforming the SVG */
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .line {
    fill: none;
    stroke: black;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    /* Define the transition for transforming the Stroke */
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
                stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .line-top-bottom {
    stroke-dasharray: 12 63;
  }
  
  .hamburger input:checked + svg {
    transform: rotate(-45deg);
  }
  
  .hamburger input:checked + svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
  }

  body {
    font-family: "Satoshi";
}

.hamburger {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.hamburger input[type="checkbox"] {
    display: none;
}

.hamburger svg {
    width: 32px;
    height: 32px;
}

.line {
    stroke: #000;
    stroke-width: 2;
    fill: none;
}

.side-menu {
    position: fixed;
    z-index:999 ;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: white;
    color: black;
    transition: left 0.3s ease;
}

.side-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.side-menu ul li {
    padding: 15px;
    text-align: start;
    border-bottom: #666 solid 1px;
    width: 100%;
}

.side-menu ul li a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 0 20px;
    margin-top: 10px;

}

#menu-toggle:checked ~ .side-menu {
    left: 0;
}

  
}

.logo-main{
  border-right:2px solid #E2E2E2;
}

.logos{
width:50px;
}

.logo{
  width:40%;
}

.nav2{
  width:25%;
}

.top-nav{
  background:#121212;
}


@media only screen and (max-width: 560px) {
  .top-nav{
    display:none;
  }
}

.nav-menu{
  list-style:none;
  column-gap:10px;
}

.hero-btns{
  display:flex;
  column-gap:10px;
  color:white;
}

@media only screen and (max-width: 560px) {
  .hero-btns{
    display:flex;
    flex-direction:column;
    gap:20px;
  }

  .nav2 {
    width: 55%;
  }
}

.btn-four1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color: black;
  background-color: #fff;
  border: 2px solid #FFB600;
}

.btn-four5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  padding: 0 36px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background-color: black;
  
}

.btn-four6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  padding: 0 36px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background-color: #106cbb;
}

.btn-four7 {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  padding: 0 28px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background-color: #ff6500;
}
.btn-four1:hover {
  background-color: #FF6500;
  color: #fff;
  border:none;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #FF6500;


}

.btn-hero {
  font-weight: 700;
  font-size: 18px;
  line-height: 60px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color: white;
  background-color: transparent;
  border: 2px solid white;
}



.btn-four2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background-color: black;
}

.btn-four3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color:black ;
  background-color: #fff;
}

.btn-four2:hover {
  background-color: #FF6500;
  color: #fff;
  border:none;

}

.btn-four3:hover {
  background-color: #FF6500;
  color: #fff;
  border:none;

}
.counter-bg {
  background-color: #963c00;
  color: #fff;
}

@media only screen and (max-width: 700px) {
  .counter-bg {
    background-color: #963c00;
    color: #fff;
    padding: 20px;
  }
}

.bg-programs {
  background-color: #f2f1ee;
  color: #fff;
}

.cards-box{
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content: space-between;
}

.gallery{

  padding: 50px 0;
}

.blogs-bg{
  background:#133848;
}

.icon-abt{
  width:70px;
}

.hero-bannernew{
  background: url(../assets/hero-img.png) no-repeat center;
  background-size:cover;
  height:100vh;
}

.btn-four-eve {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  padding: 5px 36px;
  text-align: center;
  border-radius: 50px;
  color: black;
  background-color: white;
  white-space: nowrap;

}

.btn-four-eve:hover{
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  padding: 5px 36px;
  text-align: center;
  border-radius: 50px;
  color: white;
  background-color: #ff6500;
}

.btn-four-eve:focus{
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  padding: 5px 36px;
  text-align: center;
  border-radius: 50px;
  color: white;
  background-color: #ff6500;
}

.btn-four2-meet {
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color: #121212;
  background-color: white;
}

.btn-four2-meet:hover {
  background-color: #FF6500;
  color: #fff;
  border:none;

}

.faqs-bg{

  background:white;
}

.bg-board-box{
  /* background:#fff; */
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,251,232,1) 0%, rgba(255,255,255,1) 49%, rgba(251,247,233,1) 100%);
  height:200px;
  border-radius:18px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.bg-board-img{
 width:300px;
  height:200px;

  
}

.bg-board{
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,251,232,1) 0%, rgba(255,255,255,1) 49%, rgba(251,247,233,1) 100%);
  /* height:240px; */
  width:530px;
  font-size:18px;
  border-radius:18px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.bg-board-card{
  background:#fff;
  height:120px;
  border-radius:18px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (max-width: 560px) {
  .bg-board{
    background:#fff;
    height:100%;
    border-radius:18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
}

@media only screen and (max-width: 1200px) {
  .bg-board{
    background:#fff;
    height:400px;
    border-radius:18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
}

.bg-board1{
  height:80%;

}

.text-feature-two-board{
  background-color:rgba(16,108,187,0.2);

}

.bg-testimonial1{
  background:transparent;
  color:black;
  border-radius:14px;
  border: 2px solid black;
  height:100%;
  flex-wrap: wrap;


}

.card2{
  height:60px;
}

.btn-hero1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 60px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background-color: #FF6500;
  transition: all 0.3s ease-in-out 0s;
}

.btn-hero1:hover {
  background-color: #FFB600;
  color: black;
}



h1 {
  font-size: 2.5em;
  color: #333;
  margin-bottom: 10px;
}

p {
  font-size: 1.2em;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}

.tagline {
  background-color: #ffd700; /* Highlight color (you can change this) */
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #333;
}




.container-vs {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #f4f4f4;
}

.highlight {
  background-color: #ffd700; /* Highlight color (you can change this) */
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #333;
}



.style-none3 {
 
}

.style-none3 p {
  margin: 20; 
}



