
.ticket-sec {
    overflow: hidden; /* Ensures no scrollbar appears */
    background-color: #87cb28;
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0px;
}

.marquee {
    display: inline-block;
    white-space: nowrap; /* Keep content in one line */
    position: relative;
    
}

.marquee li {
    display: inline-block;
    margin-right: 20px; /* Add spacing between items */
    color: #fff;
}

.main-header.sticky {
    top: 0 !important;
}

.rope-container {
    position: absolute;
    top: 0px; /* Adjust this to control how much the image hangs from the top */
    left: 92%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rope {
    width: 10px;
    height: 135px; /* Length of the rope */
    position: relative;
    z-index: 1;
    margin-bottom: 10px; /* Space between rope and image */
}

.rope img {
    width: 10px; /* Width of your rope image */
    height: 100%; /* Makes the rope image fill the container */
   /* object-fit: cover; /* Makes sure the image covers the space without stretching */
}

.hanging-image {
    position: relative;
    z-index: 2;
    top: -60px;
}

.hanging-image img {
    width: 200px; /* Adjust the width of your image */
    height: auto;
    animation: swing 3s ease-in-out infinite; /* Swing animation */
}

.hat-img{
   width: 44px;
    position: absolute;
    top: -33px;
    left: 0px;
    transform: rotate(-17deg);
}

/*@keyframes swing {
    0%, 100% {
        transform: rotate(-10deg); 
    }
    50% {
        transform: rotate(10deg); 
    }
}*/

.ab-spacing{
   
    padding: 82px 0 30px;
}
.abpage-line{
    border: 1px solid #111;
    width: 100%;
    margin: 10px 0px 30px 0px;
}
.intro-con p{
    margin-bottom: 15px;
}
.co-btn{
    width: fit-content;
    font-size: 18px;
    padding: 8px 15px;
    margin:20px auto;
}
.intro-img{
    margin: 30px 0px;
    margin-bottom: 0px;
}
.ab-viscon{
    margin: 20px 0px;
}
.ab-viscon p{
    margin-bottom: 15px;
}
.ab-skill{
    color: #fff;
    padding-bottom: 85px;
}
.abns h3{
    font-size: 130px;
    line-height: 130px;
    font-weight: 700;
}

.skill-con p{
    margin-bottom: 15px;
    color: #fff;
}

/*.percn-box{
    border: 2px solid #87CB28;
    text-align: center;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: auto;
    padding: 8px;
    margin-bottom: 15px;
}*/
.percn-box h3{
    font-size: 35px;
    line-height: normal;
    margin-top: 10px;

}
.percn-box small{
    font-size: 16px;
}
.sp-head{
    margin: 25px 0;
}
.percn-box p{
    font-size: 12px;
    color: #fff;
    line-height: 11px;
  margin-top: 5px;
}

.spt-box{
    margin-bottom: 30px;
}



.sup-gal {
    display: flex;
    flex-wrap: wrap;
  
}
.sup-gal img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
    margin-bottom: 30px;
}
.sup-gal img:hover {
    transform: scale(1.05);
}

.about-profile{
    margin: auto;
    display: block;
    margin-bottom: 30px;
}

.about-profile img {
    width: 100px;
    border-radius: 50%;
    height: 140px;
    margin: auto;
    display: block;
/*    border: 3px solid #fff;*/
  -webkit-box-shadow: 25px 30px 5px -12px rgba(0,0,0,0.42);
-moz-box-shadow: 25px 30px 5px -12px rgba(0,0,0,0.42);
box-shadow: 25px 30px 5px -12px rgba(0,0,0,0.42);


}

.about-profile h6{
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
}

.about-profile p{
    font-size: 14px;
    line-height: 15px;
    margin-top: 7px;
    text-align: center;
}

 .carbon-section {
      background-color: #f4f2ed;
      padding: 60px 0;
      text-align: center;
    }
    .carbon-section h2 {
      font-weight: 600;
      margin-bottom: 40px;
    }
    .carbon-icon {
      /*max-width: 200px;*/
      margin: 0 auto 30px;
    }
    .carbon-item {
      text-align: left;
      margin-bottom: 30px;
    }
    .carbon-item i {
      color: #4CAF50;
      margin-right: 10px;
	 
    }
	.chek-icon{
		font-size: 28px;
	 }
    .hread-more {
      font-size: 14px;
      color: #007bff;
      font-weight: 500;
      text-decoration: none;
    }
    .hread-more i {
      margin-left: 5px;
    }
    .hbtn-learn {
      margin-top: 30px;
    }
    
.theme-btn-primary, body .btn-primary {
  background-color: #87cb28;
  border-radius: 6px !important;
  align-items: center;
  border: 1px solid #87cb28;
  background-image: -webkit-linear-gradient(45deg,#262c2c 50%,transparent 50%);
  background-image: linear-gradient(45deg,#87cb28 50%,transparent 50%);
  transition: background .3s ease-in-out;
  min-width: 100px;
}



@media screen and (max-width: 767px) {
    .hat-parent{
        margin-top: 26px;
    }
    .hat-img {
        width: 35px;
        position: absolute;
        top: 1px;
        left: 1px;
    }
    
    .green-box-big {
        border-radius: 50px;
        padding: 35px 40px 35px 40px;
    }
    .join-thousands h2 {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: normal;
    }
     .video-wrapper {
        width: 100%;
        height: auto;
    }
    .y-video{
        height:auto;
    }
    .whatWeOffer-sec02 .left-right-content-lists {
        display: flex;
        flex-direction: column;
        row-gap: 50px;
    }
}

@media screen and (max-width: 575px) {
    .hat-img {
        width: 26px;
        position: absolute;
      top: 6px;
        left: 6px;
    }
}

