body{
    font-family: 'Helvetica Neue';
    overflow-x: hidden;   
}
ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
h1,h2{
    font-family: "Big Shoulders Text", serif;
    font-size: 130px;
    color: #000;
    font-weight: 900;
    line-height: 125px;
}
h3{
    font-size: clamp(1rem, 0.775rem + 1.125vw, 2.125rem);
}
h4{
    font-size: clamp(0.9375rem, 0.775rem + 0.8125vw, 1.75rem);
}
a{
    text-decoration: none;
}

p{
    font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.5rem);
    font-weight: 400;
}
.text-white{
    color: #fff;
}
.back-black{
    background: #000;
}
.text-black{
    color: #1D1D1D;
}
.text-grey{
    color: #656565;
}
.back-grey{
    background: #E9E9E9;
}

.padd{
    padding: 100px 0;
}
.primary-btn{
    height: 60px;
    width: max-content;
    display: inline-block;
    line-height: 60px;
    border-radius: 50px;
    background: linear-gradient(90deg, rgba(174,255,21,1) 0%, rgba(17,235,195,1) 100%);
    color: #3B5210;
    font-size: 18px;
    padding: 0 25px;
    transition: 0.3s ease-in-out;
}
.primary-btn:hover{
    
    background: linear-gradient(90deg, rgba(17,235,195,1) 0%,  rgba(174,255,21,1) 100%);
    color: #3B5210;
}
.primary-btn svg{
    margin-right: 10px;
}

.secondary-btn{
    height: 220px;
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: #1D1D1D; */
    color: #fff;
    font-size: 18px;
    border-radius: 110px;
    transform: rotate(-45deg);
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}
.secondary-btn svg{
    display: block;
    margin-top: 10px;
}
.secondary-btn::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #1D1D1D;
    border-radius: 50%;
    z-index: -1;
}

.secondary-btn:after{
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border-radius: 50%;
    z-index: -2;
    background: linear-gradient(90deg, rgba(174,255,21,1) 0%, rgba(17,235,195,1) 100%);
    
}
.secondary-btn:hover{
    transform: unset;
    color: #aeff15;
}

.secondary-btn:hover:after{
    opacity: 0;
}

.secondary-btn:hover:before{
    /* display: none; */
}

.secondary-btn:hover svg{
    display: block;
}

.secondary-btn:hover svg path{
    fill: #aeff15;
}
.footer .secondary-btn{
transform: rotate(0);
}

.banner-main{
    background-image: url("../../assets/images/banner-light.webp");
    background-repeat: no-repeat;
    background-size: 30%;
}

.logo {
    margin-bottom: 10px;
}

.logo img{
    height: 120px;
    width: auto;
}

.video-container {
    width: 600px; /* Adjust size */
    height: 600px; /* Adjust size */
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-top: -100px;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-main {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.banner-main .profile-main .primary-btn:hover{
    background: #1D1D1D;
    color: #aeff15;
}

.banner-main .profile-main .primary-btn:hover svg path{
    fill: #aeff15;
}

.btn-black {
    margin-top: -65px;
    margin-left: 90px;
}

.secondary-btn > svg{
    margin-bottom: -30px;
    height: 20px;
    width: auto;
    /* display: none; */
}


.about-design .about-back{
    height: 650px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-top: 50px;
    position: relative;
    margin-bottom: 50px;
}

.about-design .about-back h3{
    font-weight: 400;
}

.about-design .about-back:last-child{
    margin-bottom: 0;
}

.mainbox {
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  .mainbox .box-1,
  .mainbox .box-2,
  .mainbox .box-3,
  .mainbox h3 {
      font-weight: 400;
  }
  
  .box-1,
  .box-2,
  .box-3,
  .box-4,
  .box-5 {
    position: sticky;
    margin-top: 60px;
    justify-content: center;
    align-items: center;
    padding: 50px 50px;
    height: 650px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .box-1 {
    top: 30px;
  }
  .box-2 {
    top: 60px;
  }
  .box-3 {
    top: 90px;
  }

  .mainbox .bottom-btn{
    position: absolute;
    bottom: 60px; 
  }
    

.about-design .about-back .bottom-btn{
    position: absolute;
    bottom: 40px;
}

.masters-craft .masters-main{
    text-align: center;
    position: relative;
}
/* .masters-craft .primary-btn.ahmed-btn{
    height: 60px;
    width: 60px;
    padding: 0 0px;
    line-height: 60px;
    margin-bottom: 0;
} */

.masters-craft .primary-btn.ahmed-btn svg{
    margin-right: 0;
}

.masters-craft .masters-main img{
    margin-bottom: 20px;
}

.masters-main .black-circle{
    position: absolute;
    top: 15px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    height: 370px;
    width: 370px;
    border-radius: 200px;
    background: #1D1D1D;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.masters-main:hover .black-circle {
    opacity: 1;
    visibility: visible;
}

.sixty-min .head{
    position: relative;
}

.sixty-min .head .circle-img-1 {
    position: absolute;
    top: -14px;
    left: 285px;
    transition: transform 0.3s ease-in-out;
}

.sixty-min .head .circle-img-2 {
    position: absolute;
    top: -14px;
    right: 185px;
    transition: transform 0.3s ease-in-out;
}
.sixty-min .head .circle-img-2:hover  {
    transform: rotate(-45deg);
}
.sixty-min .head .circle-img-1:hover  {
    transform: rotate(45deg);
}

.sixty-min .head .circle-img-1 img, .circle-img-2 img{
    height: 150px;
    width: auto;
}

.count-main .count-content{
    margin-bottom: 170px;
}

.count-main .count-content p{
    color: #A0A0A0;
    margin-bottom: 0;
}
.sixty-min .green-main{
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.sixty-min .green-main:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    background: #2C2C2C;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.sixty-min .green-main .green-box{
    background: #aeff15;
    color: #3B5210;
    height:210px;
    width: 210px;
    font-size: 80px;
    font-family: "Big Shoulders Text", serif;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:100px;
}

.sixty-min .green-main .green-box:last-child{
    margin-bottom: 0;
}

.count-main .count-content:last-child{
    margin-bottom: 0;
}

.cool-ideas{
    position: relative;
    z-index: 1;
}

.cool-ideas::after {
    content: "";
    display: block;
    width: 858px;
    height: 858px;
    background: radial-gradient(circle, rgba(111,110,110,1) 0%, rgba(0,0,0,1) 75%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1; /* Ensures it stays behind the content */
}


.cool-ideas .portfolio-img-1{
    margin-top: 150px;
    position: relative;
}
.cool-ideas .portfolio-img-1:hover .portfolio-text {
    opacity: 1;
    visibility: visible;
}

.cool-ideas .portfolio-img-1 .portfolio-text{
    position: absolute;
    top: 0px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    background: #aeff15;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    border-radius: 50px;
}


.clients .client-box img{
    margin-bottom: 20px;
}

.payment-plan .head-main {
    position: relative;
}
.payment-plan .cup {
    position: absolute;
    right: -55px;
    bottom: -40px;
}
.payment-plan .cup img {
    height: 200px;
}

.payment-plan .payment-box {
    background: #E9E9E9;
    padding: 50px 40px 0 40px;
    border-radius: 40px;
    height: 100%;
    margin-top: 80px;
    transition: 0.3s ease-in-out;
}
.payment-plan .payment-box.payment-box-green{
    background: #aeff15;
    
}
.payment-plan .payment-box.payment-box-green .payment-btn{
    background: #3B5210;
    color: #aeff15;
}

/* .payment-plan .payment-box:hover{
    background: #aeff15;
}

.payment-plan .payment-box:hover .payment-btn{
    background: #3B5210;
    color: #aeff15;
} */

.payment-plan .payment-box .big-title{
    font-size: clamp(2.1875rem, 1.625rem + 2.8125vw, 5rem);
    display: block;
    font-family: "Big Shoulders Text", serif;
    font-weight: 900;
}

.payment-plan .payment-box ul{
    margin-bottom: 30px;
    height: 280px;
}

.payment-plan .payment-box ul li{
    margin-bottom: 10px;
    color: #1D1D1D;
    font-size: 24px;
    line-height: 40px;
    display: flex;
}
.payment-plan .payment-box ul li svg {
    height: 35px;
    width: auto;
}
.payment-plan .payment-box .payment-btn{
    height: 70px;
    background: #1D1D1D;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .secondary-btn{
    flex-direction: column;
}
.footer .secondary-btn:hover{
    color: #000;
}
.footer .secondary-btn:hover::before{
    opacity: 0;
}
.footer .secondary-btn:hover::after{
    opacity: 1;
}
.footer .secondary-btn:hover{
    transform: rotate(0);
}
.footer .secondary-btn:hover svg path{
    fill: #1D1D1D;
}

.footer{
    padding-bottom: 0 !important;
}
.footer .footer-main{
    display: flex;
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer .footer-main li a{
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
    transition: 0.3s linear;
}

.footer .footer-main li a:hover{
    color: #aeff15;
}


@keyframes rotateImage {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .yourElement {
    animation: rotateImage 2s infinite;
  }

  .ellipse-mast {
    animation: rotateImage 10s linear infinite;
  }

  @keyframes floatCup {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
  }
  
  .cup {
    animation: floatCup 3s ease-in-out infinite;
  }


.hidden {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.show {
    opacity: 1;
    transform: translateY(0);
}