*{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
html{
    scroll-behavior: smooth;
}
.mobileBtn{
    display: none;
    z-index: 999;
}
header{
    width: 100%;
    background:#0f0f0f;
    box-shadow: 0 6px 6px -2px #6674cc;
    position: sticky;
    top: 0px;
    position: sticky;
    top: 0px;
    z-index: 999;
}
.header-midd{
    max-width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
figure img{
    height:100px;
}
nav{
    display: flex;
    gap: 20px;   
}
nav button{
    padding:16px 48px;
    border-radius: 8px;
    background-color:#71cc66 ;
}
.whatsBtn button a{
   color: white;
   font-size: 16px;
}
.callBtn button{
    padding: 16px 32px;
    border-radius: 8px;
    background-color:#6674cc;
 
}
.callBtn button a{
    color: white;
    font-size: 16px;
}
/* whole body*/
.whole-body{
    width: 100%;
    background-color: #09090b;
}
/* banner */
.banner-section{
    max-width: 1170px;
    margin: auto;
    padding:60px 0px;
}
.bannerText {
 text-align: center;
 color: white;
}

.bannerText h2 {
    font-size: 80px;
   }
.banner-midd{
    border: 1px solid #dc2626;
    border-radius:8px;
    padding: 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.bannerItemsText{
    color: white;
    flex-basis: 60%;
    
}
.bannerItemsText h3{
    font-size:30px;
    text-transform: uppercase;
}
.items-midd{
    display: flex;
    justify-content: space-between;
   
    gap:20px;
    margin:30px 0px;
}
.itemsText{
    flex-basis: 48%; 
}
.itemsText p{
    padding: 5px 0px;
    line-height:25px;
    font-size: 16px;
}

.itemsText p i{
    color: green;
}
.bannerItemsImage{
    border: 1px solid grey;
    padding:10px;
    border-radius: 8px;
    color: white;
    
}
.bannerItemsImage h4{
     font-size: 20px;
     text-align: center;
     padding-top: 15px;
    
}
.bannerItemsImage button{
    padding: 10px 24px;
    border-radius: 8px;
    margin:15px 0px 0px 0px;
    background: #ed4040;
    color: white;
    font-size:16px;
}
/* end */

/* advantage section */
.advantage-section{
    max-width: 1170px;
    margin: auto;

}
.advantage-midd{
    display: flex;
    text-align: center;
    margin:30px 30px;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}
.advantageText{
    flex-grow: 1;
    text-align: left;

}
.advantageText h2{
    font-size:35px;
    color: white;
}
.advantageText p{
    color:#a9adb3;
    font-size: 15px;
    text-align: left;
    padding: 20px 0px;
}
.Btn{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin:10px 0px 45px 0px;
}
.viewBtn{
    padding: 16px 48px;
    border-radius: 31px;
    color: white;
    background:#6674cc ;
    color: white;
    font-size: 16px;
    border: 1px solid grey;
     transition-duration: 1s;
}
.viewBtn:hover{
    color: white;
    background: #1e1e20;
    border: 1px solid red;
}
.watchBtn{
    padding: 16px 48px;
    border-radius: 31px; 
    color: white;
    background: #1e1e20;
    border: 1px solid red;
    font-size: 16px;
    transition-duration: 1s;
     
}
.watchBtn:hover{

background: #6674cc;
color: white;
border: 1px solid grey;
}
.watchBtn span{
    color: red;

}
.happSdnt{
    margin-bottom:40px;
}
.happSdnt button{
    padding: 16px 48px;
    border-radius: 31px;
    font-size: 16px;
    transition-duration: 1s;
}
.happSdnt button:hover{
    
background: #6674cc;
color: white;
border: 1px solid grey;
}
.advantageButton{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;

}
.advantageButton button{
    flex-basis: 35%;
    padding: 16px 32px;
    border-radius: 8px;
    border: 1px solid red;
    border-radius: 8px;
   
    background: #1e1e20;
    color: white;
    font-size: 16px;
    
    animation: advntAnimate  1s  infinite;
    animation-delay: 0s;
    transition-duration: 1s;
}
.advantageButton button:hover{
    background-color: #181a1b;
}
@keyframes  advntAnimate {
 0%{
    border-right: 1px solid green;

 }  
 33%{
    border-top: 1px solid blue;
    
 }  
 66%{
    border-left: 1px solid red;
    
 }  
 100%{
    border-bottom: 1px solid #515BD4;
    
 }    
}
/* end */

/* followers */
.followers-section{
    max-width: 1150px;
    margin: auto;
    border-radius: 8px; 
    padding:80px 20px 40px 20px; 
    transition-duration: 0.8s; 
}
.followers-section:hover{
    padding: 60px 30px 40px 30px;
    box-shadow: 0 0 10px #515BD4; 
}
.followers-midd{
    display: flex;
    justify-content: space-around;
    
    align-items: center;
    gap:20px;
}
.followersItems{
    flex-basis:20%;
    text-align: center;
    border: 1px solid #abafb5;
    border-radius: 8px;
    padding:15px 15px;
}

.followersItems h2{
    color: white;
    font-size: 35px;

}
.followersItems p{
color: #abafb5;
  font-size: 16px;
}
.followersItems p a{
    color: #abafb5;
      font-size: 16px;
    }
    .followersItems p a:hover{
       
          text-decoration: underline;
        }
/* end */

/* advantage */
.advanatge-section{
    max-width: 1170px;
    margin: auto;
    padding:40px 0px;
}
.advanatgeText{
    max-width:800px;
    margin:70px 0px 0px 0px;
}
.advanatgeText h2{
    color: white;
    font-size:32px;

}
.advanatgeText p{
   color: white;
   font-size: 16px;
   padding: 20px 0px;
}
.advanatge-midd{
    margin:50px 30px 50px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:30px;
    transition-duration: 1s;
}
.advanatge-midd:hover{
    border-radius: 8px;
    padding: 20px 20px;
    box-shadow:0px 0px 10px #1773ea ;
}
.advanatgeItems{
    flex-grow: 1;

}
.advanatgeItems p{
   color: white;
   padding:15px 0px;
   font-size: 16px;

}
.advanatgeItems p i{
    color: #23c45c;
    padding-left:10px 0px;
    font-size: 20px;
 }

 .itemsImage img{
    display: block;
    margin: auto;
 }
/* end */

/* course */
.course-section{
    max-width: 1170px;
    margin: auto;
    padding:10px 0px;
}
.courseText{
    text-align: center;
    font-size: 32px;
    margin: 0px 0px 50px 0px;
}
.courseText h2{
    color: white;
}

.courseText h2 span{
    color:#6e96cf;
}

.courrse-midd{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap
}

.courseItems{
    flex-basis:40%;
    border-radius: 8px;
    background-color: #202329;
    padding: 30px 30px;
    border: 1px solid grey;
   
}

.courseItems button{
    
    padding: 10px 24px;
    background: red;
    color: white;
    border-radius: 31px;
    margin:30px 0px 10px 0px;
    border: 1px solid grey;
   transition-duration: 1s;
}
.courseItems button:hover{
  scale: 1.1;  
  background-color: #e77d67;
}

/* end */

/* Instructor */
.instructor-section{
    max-width: 1170px;
    margin: auto;
}
.instructorText{
    max-width: 700px;
    padding:80px 0px 0px 30px;
    color: white;
}

.instructorText h2{
    font-size: 50px;
    font-weight: 800;
}

.instructorText p{
    font-size: 16px;
    padding: 20px 0px;
    line-height: 20px;
}
.instructor-midd{
    max-width: 1120px;
    margin: auto;
    padding: 30px 40px 30px 0px;
    position: relative;
    top: 80px;
    background-color: #16171c;
    border-radius:14px;
    display: flex;
    justify-content:space-between;
    align-items:center;
    color: white;
    transition-duration: 1s;
    gap: 100px;
    
}

.instructor-midd:hover{
   box-shadow: 0px 0px 15px #0077B5;
}
.instrctorImages{
    flex-basis: 20%;
    
    /*border-radius:50%;*/
}
.instrctorAbout{
    flex-grow: 1;
    padding: 0px 30px;
}
.instrctorAbout h2{
  font-size:25px;
}

.instrctorAbout h3{
    font-size:20px;
    padding:5px 0px 20px 0px;
  }
  
.instrctorAbout p{
    font-size: 16px;
    text-align: justify;
  }

.expeditionMobileForm{
    display: none;
}
/* end */

/* expedition */
.expedition-section{
    width: 100%;
    margin:80px 0px;
}
.expeditionText{
    max-width:670px;
    margin: auto;
    text-align: center;
}
.expeditionText h2{
    font-size: 32px;
}
.expeditionText p{
    padding: 30px 0px;
    font-size: 16px;
    line-height: 22px;
}
.expedition-midd{
    max-width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999999;
}
.expeditionItems
{
  flex-basis:55%;
  border-radius: 8px;
  position: relative;
  left: +20px;
  border-left: 1px solid grey;
  border-top: 1px solid grey;
  
  border-bottom: 1px solid grey;
 

}
.expeditionItemsContent
{
    padding: 40px 60px 40px 60px;

}
.expeditionForms{
  flex-basis: 45%;
  position: relative;
  right:+20px;
  padding:40px 40px;
  border-radius: 8px;
  box-shadow:inset 0 0 4px 1px grey;
  transition-duration: 1s;
  
}
.expeditionForms:hover{
    scale: 1.1;
    box-shadow: inset 0 0 4px 1px #1773ea;
    margin:10px 0px;   
  }

/* end */

/* link */
.multipleMedia{
    width: 100%;
    margin:80px 0px;

}
.multipleText{
    max-width: 700px;
    margin: auto;
    text-align: center;
    padding: 0px 5px;
    line-break: auto;
   
}

.multipleText h2{
    font-size:40px;
    padding: 30px 0px;
}
.multiple-midd{
    max-width: 1170px;
    margin: auto;
    padding:40px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap:30px ;
}
.multippleItems{
    flex-basis:20%;
    margin:20px 0px ;
    text-align: center;
    padding:50px 0px;
    border-radius: 50%;
    box-shadow: 0 0 10px #515BD4; 

}

.multippleItems h4 a{
    color: black;
    font-size: 18px
}

.multippleItems i{
   font-size: 35px;
   padding:16px 72px ;
   
}
#yt{
    color: red;
}
#li{
    color: #515BD4;
}
#em{
    color:red;
}

#fb{

    background: linear-gradient(#515BD4,#8134AF,#DD2A7B,#FEDA77,#F58529);
 -webkit-background-clip: text;
color: transparent;
}
.multippleItems h4{
  padding: 6px 0px;   
}

/* footer */
footer{
    width: 100%;
    background-color: #202329;
}
.footer-midd{
    max-width: 1170px;
    padding:80px 0px 40px 0px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}
.footerItems{
    flex-basis:30%;
    gap: 1%;
    text-align: center;
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
  }
.footerItems img{
    
  animation: zoom-in-zoom-out 2s ease-out infinite;
    height: 60px;
}
.footerItems h4{
    color: white;
    padding-bottom:5px;
}
.footerItems p{
    color:#abafb5;
    font-size:14px;
    padding: 5px;
}
.footerItems p a{
    color:#abafb5;
    font-size:14px;
    padding: 5px;
    text-align: justify;
}
.developerAnmo{
    max-width: 1170px;
    margin: auto;
    color: white;
    padding: 20px 0px;
    
}
.developerAnmo h4{
    text-align: center;
    color: white;
    font-size:14px ;
    font-weight: 400;
    margin: auto;
}
.developerAnmo h4 i{
    color: red;
    font-size:20px ;
}
.developerAnmo p{
    font-size:16px;
    text-align: center;
    padding: 10px 0px 30px 0px;
}
#linked{
    color: #0077B5;
    padding-left: 5px;
    padding-right:10px;
}
#instagram{
    font-size:20px ;
    background: linear-gradient(#515BD4,#8134AF,#DD2A7B,#FEDA77,#F58529);
 -webkit-background-clip: text;
color: transparent;
}
.developerAnmo p i{

}


/* form */
input[type=text],
select,
textarea{
  width:100%;
  padding: 8px;
  border:4px solid #eeeeee;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 8px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4cd9c6;
  color: #ffffff;
  padding: 12px 20px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  transition: 0.8s;
}
input[type=submit]:hover {
  background-color: #6fe8d7;
  border: 2px solid yellowgreen;

}


/* hover */
.bannerItemsImage button a{
    color: white;
}
.courseItems button a{
    color: white;
}
.viewBtn a{
    color: white;
}
.watchBtn a{
    color: white;
}

.watchBtn a span{
    color: red;
}

.bannerItemsImage h3{
    margin:10px 0px 30px 0px ;
    font-size:20px;
    font-weight: 200;
}
.bannerItemsImage button{
    width: 100%;
    transition-duration: 1s;
    border: 1px solid grey;
}
.bannerItemsImage button:hover{
  border: 1px solid red;  
  background-color:#1e1e20 ;  
}
.courseItems img{
    width: 100%;
    object-fit: cover;
}
.expeditionItemsContent h2{
    font-size: 30px;
     font-weight:700px;
     color: #a5a9af;
}
.expert{
    padding:20px 0px 0px 0px  ;
}
.guide{
    margin:10px 0px 5px 0px;
}

.guide i{
    background-color: #7b8fd9;
    border-radius: 50%;
    padding: 15px 15px;
    color: white;
    font-size: 30px;
}
.guide h3{
    padding: 10px 0px;
    color: #7b8fd9;
}
.support{
    margin: 0px 0px 5px 0px;
}
/*
.support{
   padding:10px 0px;
}*/

.support i{
    background-color: #ef476f;
    border-radius: 50%;
    padding: 15px 15px;
    color: white;
    font-size: 30px;
}
.support h3{
    padding: 10px 0px;
    color: #ef476f;
}
.time{
    
    margin: 0px 0px 5px 0px;
}

.time i{
    background-color: #23c45c;
    border-radius: 50%;
    padding: 15px 15px;
    color: white;
    font-size: 30px;
}
.time h3{
    
    padding: 10px 0px;
    color: #23c45c;
}

.approach i{
    background-color: #7b8fd9;
    border-radius: 50%;
    padding: 15px 15px;
    color: white;
    font-size: 30px;
}
.approach h3{
    padding: 10px 0px;
    
    color: #7b8fd9;
}

.copyText{
    text-align: center;
    color: white;
    font-size: 14px;
}
.instrctorImages img{
    height: 325px;
    width:350px;
    float: left;
}
.bannerItemsImage img{
    width: 300px;
    height: 200px;
}