
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
html,body{
    overflow-x: hidden;
}
:root{
    --dark-color: #25262a ;
    --white-color: #ffffff ;
    /* --white-color: #ffffff ; */
    --transition:  all 0.3s ease-in;
}
body{
    width: 100%;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    color: var(--white-color);
    background: var(--dark-color);
}

.header{
    padding: 50px 50px;
    display: flex;
    width: 100%;
    height: 100px;
    justify-content: center;
    position: static;
    top: 0;
    left: 0;
    align-items: center;
}
.logo{
    width: 250px;
    /* border: 1px solid #ddd; */
}
.logo img{
    width: 150px;
}
ul{
    display: flex;
    align-items: flex-end;
    padding-left: 20px;
    justify-content: flex-start;
    gap: 60px;
    width: 40%;
    /* border: 1px solid #fff; */
    flex: 2;
}
li {
    list-style: none;
}
a{
    text-decoration: none;
}
ul li a{
    font-size: 18px;
    color: var(--white-color);
font-weight: 400;
text-transform: capitalize;
position: relative;
}
ul li a::after{
    content: '';
    position: absolute;
    width: 0%;
    border-radius: 20px;
    height: 3px;
    bottom: -6px;
    left: 0;
    background: var(--white-color);
    transition: var(--transition);
}
ul li a:hover::after{
    width: 100%;
}
ul li a.active::after,
ul li a.active{
    font-weight: bold;
    width: 100%;
}
ul li a:hover{
    font-weight: bold;
}
.mobil{
    display: none;
}
#closed{
    display: none;
}
.icons-btn{
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
}
#word-icon{
    width: 60px !important;
    height: 60px !important;
    transition: .8s;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fec81d;
    background: #2d2e32;
}
#word-icon i{
    font-size: 22px;
}
#word-icon:hover{
    background: #fec81d;
    color: #2d2e32;
}
.main-btn{
    padding: 20px 40px;
    font-size: 18px;
    background-color: #fec81d;
    letter-spacing: 1px;
    cursor: pointer;
    color: var(--dark-color);
    border: none;
    border-radius: 10px;
    transition: var(--transition);
}
.btn-addb{
    box-shadow: 0 4px 20px -2px #fec81d;

}
.main-btn:hover{
    background-color: #fec91dbc;
    box-shadow: none;
}
/* -------Hero section ----  */

.Hero{

    padding: 20px 0px 0px 40px;
    max-width: 100vw;
    overflow: hidden;
    max-height: 200vh;
    height: 100%;
}
.conttainer{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    margin: 0 auto;
}
.left-hero{
    flex: 0.7;
    padding: 1rem 0.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
}
.upper-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
}
.upper-title span{
    width: 18px;
    height: 2px;
    background: #327a56;
}
.upper-title p{
    color: #63f1a9;
    padding-left: 4px;
    font-size: 18px;
    font-weight: 300;
}
.left-hero h1{
    font-size: 70px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing:2px ;
    text-transform: capitalize;
}
.main-hero-p{
    font-size: 18px;
    margin: 30px 0;
    letter-spacing: 1px;
    font-weight: 300;
    color: #f2fcf7;
}
.right-hero{
    flex: 1;
    padding-right: 50px;
    margin-top: 6rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.cricle-div{
    position: relative;
    width: 620px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 110px solid #61eca5;
}
.cricle-div img{
width: 700px;
height: auto;
    z-index: 2;
}

.hero-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    color: #64f4ab;
    background: #2d2e32;
    height: 100px;
    position: absolute;
   animation-name: spananimate;
    border-radius: 50%;
    animation-duration: 1s;
    animation-delay: 3s;
    opacity: 0;
    transform: scale(0);

    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    font-size: 40px;
    font-weight: 500;
}
.hero-icon1{
    position: absolute;
    /* animation: spananimate 3s ease-in-out 3s 1 both linear ; */
    transition: .6s ease;
    top: -140px;
    left: -30px;
}
.hero-icon1.animate{
    left: -60px;
}
.hero-icon2{
    transition: .6s ease;
    position: absolute;
    top: -140px;
    right: -50px;
}

.hero-icon2.animate2{
    right: -80px;
}
.hero-icon3{
    position: absolute;
    transition: .6s ease;
    top: 120px;
    left: -150px;
}
.hero-icon3.animate3{
    left: -170px;
}

.hero-icon4{
    position: absolute;
    transition: .6s ease;
    top: 120px;
    right: -150px;
}
.hero-icon4.animate4{
    right: -180px;
}

@keyframes spananimate {
   0%{
    transform: scale(0);

     opacity: 0;
}
   100%{
    transform: scale(1);

     opacity: 1;
}
}

/* -------------------section 2  */
.sec-2{
    width: 100%;
    height: 100%;
    padding: 70px 30px;
    background: #2d2e32;
}
.main-sec2{
    display: flex;
    width: 100%;
    height: 100%;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
}
.sec2-left{
   flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    justify-content: flex-start;
}
.sec2-left .box{
    width: 300px;
    height: 370px;
    padding: 40px 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    background: #25262a;
    transition: .4s ease;
}
#box1{
    transform: scale(1);
}
#box2{
    transform: scale(1);
}
#box3{
    transform: scale(1);
}
#box4{
    transform: scale(1);
}
.box-icon{
    display: flex;
    width: 80px;
    border: 1px solid #389164;
    height: 80px;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
z-index: 0;
    align-items: center;
}

.sec2-left .box:hover .box-icon{
    background: #4ac98ac4;
}
.sec2-left .box:hover{
    background: #61f5ab;
    box-shadow: 15px 0px 30px 9px #389164;
}
.row1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}
.row2{
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}


.box-icon i{
    font-size: 25px;
}
.box h2{
    font-size: 26px !important;
    font-weight: 700;
    letter-spacing: 0.8px
}
.box p{
    color: #444444;
    font-size: 18px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.5px;
}

.sec2-right{
   flex: 0.7;
   display: flex;
   align-items: flex-start;
   justify-content: center;
   height: 100%;
   gap: 20px;
   flex-direction: column;
}
.sec2-right h4{
    font-size: 35px;
    font-weight: 600;
}
.sec2-right p{
    font-size: 17px;
    letter-spacing: 0.4px;
    font-weight: 300;
}


/* ------------section 3 ------- */
.sec-3{
    width: 100%;
    height: 100%;
    padding: 100px 50px;
    background: #2d2e32;
}
.main-sec3{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.chnge-btn{
    margin-top: 20px;
    border: none;
    background: transparent;
    color: #fecd1a;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 300;
    cursor: pointer;
}
.chnge-btn span{
    transition: all .4s ease;

}
.chnge-btn:hover span{
    transform: translateX(20px);

}
.right-sec3{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    position: relative;
}
.right-sec3 img{
    border-radius: 50px;
    width: 630px;
    height: 500px;
    z-index: 3;
    transform: rotate(0deg);

}
.sec-2ampty{
    width: 650px;
    position: absolute;
    height: 500px;
    z-index: 1;
    background: rgba(255,255,255);
    top: 0;
    opacity: 0.1;
    left:20px;
    transform: rotate(-9deg);
    border-radius: 50px;
}

/* -----------section 4 ------  */
.sec-4{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 100px 20px;
    background: #2d2e32;
}
.goal-div{
    position: absolute;
    top: -40px;
    right: -150px;
 width: 250px;
 height: 250px;
 border: 35px solid transparent;
 background: linear-gradient(#2d2e32,#2d2e32) padding-box,
 linear-gradient(to bottom, #5cdd9c, #345748) border-box;
border-radius: 50em;
}

.main-sec4{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.left-sec4{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}
.left-sec4 img{
    border-radius: 50px;
    width: 630px;
    height: 500px;
    z-index: 3;
    transform: rotate(0deg);

}

.left-sec4 .ampty{
    width: 650px;
    position: absolute;
    height: 500px;
    z-index: 1;
    background: rgba(255,255,255);
    top: 0;
    opacity: 0.1;
    left: 20px;
    transform: rotate(9deg);
    border-radius: 50px;
}

/* -----------------section 5 ----------  */
.sec-5{
    width: 100%;
    height: 100%;
    padding: 150px 50px;
    background: #2d2e32;
    position: relative;
}
.goal-div2{
    position: absolute;
    top: -50px;
    left: -150px;
 width: 250px;
 height: 250px;
 border: 55px solid transparent;
 background: linear-gradient(#2d2e32,#2d2e32) padding-box,
 linear-gradient(to bottom, #cea621, #345748) border-box;
border-radius: 50em;
}
.main-sec-5{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.right-sec5{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    position: relative;
}
.right-sec5 img{
    border-radius: 50px;
    width: 630px;
    height: 500px;
    z-index: 3;
    transform: rotate(0deg);

}

.new-btn-div{
    margin-top: 80px;
    text-align: center;
}
.new-btn{
    padding: 17px 40px;
    background: #e8e8e8;
    border: none;
    font-size: 18px;
    color: #25262a;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 6px 20px #e8e8e8;
    transition: all .4s ease;
}
.new-btn:hover{
    background: #25262a;
    box-shadow: none;
    color: #e8e8e8;
}
/* -----------section 6 ------  */
.sec-6{
    width: 100%;
    height: 100%;
    padding: 150px 0px;
    background: #2d2e32;
    position: relative;
}
.goal-small3{
    position: absolute;
    top: 80px;
    right: -0;
 width: 130px;
 z-index: 0;
 height: 130px;
 border: 20px solid #fec81c;
border-radius: 50%;
}
.goal-small4{
    position: absolute;
    bottom: 80px;
    left: 0;
 width: 130px;
 z-index: 0;
 height: 130px;
 background: #fec81c;
border-radius: 50%;
}
.main-sec-6{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.count{
    width: 250px;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    justify-content: center;
    background: #25262a;
}
.count1{
    border-top-left-radius:40px ;
    border-bottom-left-radius:40px ;
}
.count4{
    border-top-right-radius:40px ;
    border-bottom-right-radius:40px ;
}

.count .num{
    font-size: 80px;
    font-weight: 600;
    color: #64f4ab;
}
.count .text{
    font-size: 23px;
    font-weight: 300;
    color: #e6e6ec;
}

/* -----------section 7 ------  */
.container {
    width: 100%;
    height: 100%;
    padding: 100px 40px;
    background: #2d2e32;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .testimonial {
    position: relative;
    max-width: 1100px;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
  }

  .testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 100%;

    width: 100%;
  }
  .left-siler{
    flex: 1;
    height: 100%;
    position: relative;
}
.left-siler img{
   width: 330px;
   border-radius: 50px;
   object-fit: cover;
}
.shadow-slider{
    width: 360px;
    position: absolute;
    height: 410px;
    z-index: 1;
    background: rgba(255,255,255);
    top: -10px;
    opacity: 0.1;
    left: 40px;
    transform: rotate(-8deg);
    border-radius: 50px;
}
.right-slider{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.right-slider p{
    letter-spacing: 0.5px;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
}
#quotes{
    font-size: 75px;
    background: -webkit-linear-gradient(#60eaa4, #388960);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* color: linear-gradient(#2d2e32,#2d2e32) padding-box,
    linear-gradient(to bottom, #cea621, #345748) border-box; */
}

.slid-name{
    margin-top: 10px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #63f2aa;
}
.slid-skill{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #c7c7c7;
}
 
  /* swiper button css */
  .nav-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(30px);
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.2s;
  }
  .nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .nav-btn::after,
  .nav-btn::before {
    font-size: 20px;
    color: #fff;
  }
  .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .swiper-pagination-bullet-active {
    background-color: #4070f4;
  }
  @media screen and (max-width: 768px) {
    .slide p {
      padding: 0 20px;
    }
    .nav-btn {
      display: none;
    }
  }


  /* -----------section 8 ------  */
  .sec-8{
    width: 100%;
    height: 100%;
    padding: 100px 40px;
    background: #2d2e32;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .main-sec-8 {
    position: relative;
    max-width: 1200px;
    min-height: 360px;
    height: 390px;
    border-radius: 50px;
    background: #25262a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 50px;
    overflow: hidden;
  }
  .for-img{
    position: absolute;
    top: 0;
    left: 0;
}
  .for-img1{
    position: absolute;
    bottom: -10px;
    right: 0;
}
  .sec-8-text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    flex-direction: column;
}
.sec-8-text span{
    width: 80px;
    height: 2.4px;
    background: #327a56;
}
.sec-8-text h3{
    font-size: 45px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.sec-8-text p{
    padding: 10px 90px;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 300;
    color: #d4dae5;
}

.footer{
    width: 100%;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-footer{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 30px;
    padding: 10px 50px;
    flex-wrap: wrap;
    justify-content: center;
}
.foot-logo{
    flex: 0.5;
}
.footer-text{
    width: 40%;
}
.footer-text P{
    letter-spacing: 0.5px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    font-weight: 400;
}
.footer-icon{
    flex: 0.6;
    display: flex;
    align-items: center;justify-content: flex-start;
    gap: 30px;
}
.footer-icon a{
    background: #2d2e32;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    color: #c98e2a;
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    transition: .4s ease;
}
.footer-icon a:hover{
    color: #2d2e32;
    background: #d1ff2b;

}


.sticky-buttons{
    position: fixed;
    top: 200px;
    display: flex;
    align-items: center;
  
    justify-content: center;
    flex-direction: column;
    z-index: 80;
    gap: 4px;
    right: 0px;
}
.sticky-btn1{
    border-radius: 8px 0 0 8px;
    opacity: 1;
    margin-bottom: 6px;
    height: 40px;
    width: 152px;
    line-height: 40px;
    text-transform: capitalize;
    font-size: 13px;
    font-family: raleway,sans-serif;
    overflow: hidden;
    min-width: 145px;
    transition: all .4s cubic-bezier(.46,.03,.52,.96);
    background-color: rgba(0,0,0,.45);
    display: flex;
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,0) 60%);
    background-size: 300%;
    animation-duration: 5s;
    animation-delay: 2s;
    animation-name: stickyanimation;
    animation-iteration-count: infinite;
    justify-content: flex-start;
    padding-left: 10px;
    align-items: center;
    
    gap: 5px;
    cursor: pointer;
    background-color: rgba(0,0,0,.45);
}
.sticky-btn1:hover{
    background-color: #0062ff;
    width: 170px;
    background-image: none;
    animation-iteration-count: 0;
}
.sticky-btn1 span{
    font-size: 14px;
    font-weight: 200;
    color: #1bb0ce;
}

@keyframes stickyanimation {
    0% {
        background-position: 0 0;
    }
    
    80% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
    
}
.mesage-sticky{
    position: fixed;
    bottom: 10px;
    z-index: 80;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    cursor: pointer;
 background-color: rgb(82, 124, 235);;
 transition: all .4s ease;
 right: 20px;
}
.mesage-sticky:hover{
    background-color: rgb(67, 100, 190);;

}
.mesage-sticky i{
    font-size: 30px;
}

.upper-arow-sticky{
    position: fixed;
    bottom: 30px;
    right: 100px;
    background: #e9e7e7;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 80;
    cursor: pointer;
    color: #2d2e32;
    transition: all .5s ease;
}
.upper-arow-sticky:hover{
background: #2d2e32;
color: #e9e7e7;
}
.upper-arow-sticky.run{
    bottom: -50px;
}
