@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: "Nunito Sans", sans-serif;
    
}

:root{
    --primry-color: #890c25;
    --secondary-color:#fec743;
    --font-color:#010035;
    --white-color:white;
    --dropbox-color:#f2dde2;
    --border: 2px;
    --radius: 20px;
    --form-button-border:1.5px;
    --form-button-radius:7px;
      --accent-color: #03e9f4;
  --white-color: #fff;
  --box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4,
    0 0 100px #03e9f4;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

html{
    overflow-x: hidden;
}

body{
    /* overflow: clip; */
    overflow-x: hidden;
}




.Hero{
    /* height: 100vh; */
     background: radial-gradient(circle,rgba(12, 31, 94, 0.84) 0%, rgba(1, 0, 53, 1) 60%);
     overflow: clip;
     position: relative;
}

/* ------------------------SubHeader ------------------------ */

.Sub-header{
    background-color: var(--secondary-color);
    height: 40px;
    position: absolute;
    width: 100%;
    z-index: 3;
}
.Sub-Header-Contact a{
    font-size: 14px;
    color:var(--font-color);
    text-decoration: none;
    cursor: pointer;
    display: flex;
    gap:0.5rem;
    justify-content: center;
    align-items: center;
}
.Sub-Header-Contact span{
    color:var(--font-color);
}

.Sub-Header-Contact a:hover{
    color: var(--primry-color);
}

.Sub-header .Social-Media-logo > * .item{
    /* padding: 5px */
    width: 25px;
    height: 25px;
    /* font-size: 12px; */
    background-color: transparent;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--font-color);
} 

.Sub-header .Social-Media-logo > * .item i{
    font-size: 12px;
}

.Sub-header .Social-Media-logo  a{
    color: var(--font-color);
    text-decoration: none;
}



.Sub-header .Social-Media-logo .item:hover {
    background-color: var(--font-color);
    color: var(--white-color);

}

/* --------------------------- Sub Header ends---------------------------- */

/* ----------------------- Header Section ----------------------------- */



.Hero-Header{
   /* border-bottom: 0.5px solid rgba(187, 135, 144, 0.514); */
   /* box-shadow: 0 6px 15px -1px rgba(142, 140, 245, 0.5); */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
     background: rgba(255, 255, 255, 0.1);
     border-bottom: 0.3px solid #d0dbeb50;
     position: absolute;
    width: 100%;
    z-index: 3;
    top:40px;        
}

.signin-learn-button{
    padding: 8px 12px !important;
    width: 155px !important;
    font-size: 14px;
}

.register-learn-button{
    padding: 8px 12px !important;
    width: 155px !important;
    font-size: 14px;
    background-color: var(--primry-color) !important ;
    color: white !important;
}

.register-learn-button:hover{
    color: var(--primry-color) !important;
}

.signin-learn-button .Learn-button-arrow{
    padding: 10px;
    right: 3% !important;
    font-size: 12px;
}

.bookmark {
  position: absolute;
  top: 0;
  /* right: 0%; */
  width: 5.4em;
  height: 4.1em;
  background-color: var(--primry-color);
  background-image:
    linear-gradient(
      hsla(0, 0%, 100%, 0),
      hsla(0, 0%, 100%, 0.5) 5px,
      hsla(0, 0%, 100%, 0) 25px);
  -webkit-filter: drop-shadow(0 2px 6px hsla(0, 0%, 0%, 0.75));
  box-sizing: border-box;
  padding-top: 50px;
  color: var(--secondary-color);
  font-size: 1.5em;
  text-shadow: 0 -1px 0 hsla(0, 0%, 0%, 0.5);
  z-index: 0;
}
.bookmark:before,
.bookmark:after{
  content: '';
  display: block;
  position: absolute;
}
.bookmark:before {
  bottom: -65%;
  height: 130%;
  width: 100%;
  background-image:
    linear-gradient(
      -45deg,
      transparent 50%,
      var(--primry-color) 50%),
    linear-gradient(
      45deg,
      transparent 50%,
      var(--primry-color) 50%);
  z-index: -1;
}
.bookmark:after {
  height: 136.5%;
  width: 87%;
  left: 6%;
  top: 0;
  border-style: dashed;
  border-color: transparent;
  border-width: 0 1px;
  pointer-events: none;
} 

.Hero-Header .Header-container{
    padding: 0 2rem;
    height: 65px;
}

.Header-Content{
    display: flex;
    align-items: center;
    justify-content: start;
    /* flex-grow: none; */
}

.Header-Content ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:40px ;
    margin-bottom: 0;
}

.Header-Content ul li{
    list-style: none;
    font-size: 14px;
    font-weight: bold;
    
}

.Header-Content ul li a{
    color: #d9d9d9;
}

.Header-Content ul li a:hover{
    color: var(--secondary-color);
}

.active{
    color: var(--secondary-color) !important;
}

.navbar-brand{
    margin-right: 0 !important;
    z-index: 1;
    margin-left: 5px;
    margin-top: 18px;
}

.Hero-Header .brand-image{
    width:120px;
}

.Header-Button button{
    padding: 8px 40px;
    outline: none;
    background-color: var(--primry-color);
    border: none;
    border-radius: 35px;
    color: white;
    font-size: 14px;
    
}

.Header-Button button:hover{
    background-color: var(--primry-color);
}

.serach-button{
    /* margin-right: 10px; */
    position: relative;
    width: auto;

}

.Hero-Header .serach-button  input:hover {
    border:1px solid rgba(255, 255, 255, 0.76);
}

.Hero-Header .serach-button  input:focus{
    border:1px solid rgba(255, 255, 255, 0.76);
}

.Hero-Header .serach-button input:active {
    border:1px solid rgba(255, 255, 255, 0.76);

    
}




.Hero-Header .serach-button input{
    border: none;
    outline: none;
    padding: 10px 45px;
    border-radius: 20px;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s ease-in;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    transition: all 0.5s ease-in-out;
}

.Hero-Header .serach-button .filter-icon{
    position: absolute;
    right: 22%;
    top:28%;
    font-size: 14px;

}

.Hero-Header .serach-button .search-icon:hover{
   transform: scale(1.02);
   background-color: #010035e8;
   font-size: 14px;

}
.Hero-Header .serach-button .search-icon{
    position: absolute;
    left: 3px;
    /* top:14%; */
    background-color: var(--font-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    color: white;
    padding: 2px;
    border-radius: 100%;
    font-size: 12px;
    transition: all 0.3s ease-in;
    top: 3px;
}

.Hero-Header .serach-button .search-icon i{
    
}

.Hero-Header .Profile .signup {
   width: 130px;
  padding: 22px 30px;
  background: #000;
  color: #fff;

  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  overflow: hidden;
  
  animation: glow linear 2s infinite;
  
  position: relative
    
    /* box-shadow:5px 5px 0 #240959; */
    /* transition: all 0.3s ease; */
}

.Hero-Header .Profile .signup span{
    display: block;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: bold;
}



.Hero-Header .Profile .signup::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  width: 150%;
  height: auto;
  border-radius: 50%;
  background: conic-gradient(#fff 0%, #000 3%, #409 60%, #fff 100%);
  animation: spin linear 2s infinite;
  transform: translate(-50%, -50%)
}

.Hero-Header .Profile .signup::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - var(--border));
  height: calc(100% - var(--border));
  background: #000d;
  transform: translate(-50%, -50%);
  border-radius: var(--radius);
  backdrop-filter: blur(20px);
  
    
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg)
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg)
  }
}

@keyframes glow {
  0% {
    border: 0 transparent solid;
  }
  25% {
    border: 0px rgba(45, 4, 102, 0.267) solid;
  }
  50% {
    border: 0px transparent solid;
  }
  100% {
    border: 0 transparent solid;
  }
}





.Hero-Header .Profile .signin{
    position: relative;
    display: inline-block;
    padding: 8px 30px;
    color: var(--accent-color);
    background-color: transparent;
    overflow: hidden;
    transition: 0.3s ease-in;
    border-radius:20px;
    font-weight: bold;
    border:none;
    outline:none;
    font-size: 14px;
}

.button-animation {
 
  span {
    position: absolute;
    display: block;
  }

  span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent-color));
    animation: btn-anim1 1s linear infinite;
  }


  span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, var(--accent-color));
    animation: btn-anim2 1s linear infinite;
    animation-delay: 0.25s;
  }


  span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, var(--accent-color));
    animation: btn-anim3 1s linear infinite;
    animation-delay: 0.5s;

  }

  span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, var(--accent-color));
    animation: btn-anim4 1s linear infinite;
    animation-delay: 0.75s;
  }
}


  .Hero-Header .Profile .signin:hover {
    background-color: var(--accent-color);
    color: var(--white-color);

    box-shadow: var(--box-shadow);
  }

  @keyframes btn-anim1 {
    0% {
      left: -100%;
    }
    50%,
    100% {
      left: 100%;
    }
  }

    @keyframes btn-anim2 {
    0% {
      top: -100%;
    }
    50%,
    100% {
      top: 100%;
    }
  }

  @keyframes btn-anim3 {
    0% {
      right: -100%;
    }
    50%,
    100% {
      right: 100%;
    }
  }

    @keyframes btn-anim4 {
    0% {
      bottom: -100%;
    }
    50%,
    100% {
      bottom: 100%;
    }
  }


.Hero-Header .Profile{
        display: flex;
        gap:10px;
        align-items: center;
        
    }

.Profile .user-button{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius:100%;
}
.Profile .user-button button{
    padding: none;
    border: none;
    outline: none;
    border-radius: 100%;
    background-color: transparent;
    
}
.Profile .user-button button img{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    object-fit: cover;
    
}

.head-img{
    width: 2.7rem !important;
    height: 2.7rem !important;
}
.head-text p{
    color: white;
    font-size: 14px;
    margin-bottom: 0;
}

.head-logout-button button{
    justify-content: center !important;
    /* display: block !important; */
}

.pd-img{
    /* border: 1px solid var(--font-color) */
    border-radius: 50%;
}

.pd-img img{
    width: 4rem;
     border-radius: 10px;
     object-fit: cover;
}

.profile-dropdown{
    position: absolute;
    width: 280px;
    background-color: white;
    /* padding: 20px 20px 30px 20px; */
    right: 0;
    top:80px;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.74);
    display: none;
    z-index: 10;
    
}

.welcome-text{
    margin-top: 1rem;
}
.profile-dp{
    padding:0 20px;
}

.profile-dropdown-buttons{
    padding: 20px;
    padding-top: 0;
    padding-bottom: 30px;
}


#user-img{
    cursor: pointer;
}

.tool-triangle{
    position: absolute;
    clip-path: polygon(50% 0%,0% 100% , 100% 100%);
    width: 25px;
    height: 16px;
    background-color: white;
    right: 10px;
    top: 69px;
    display: none;
    
}
.profile-dropdown h5{
    color: black;
}
.welcome-text{
    color: var(--primry-color);
    /* font-size: 14px; */
    text-align: center;
}
.head-user{
    position: relative !important;
}

.dp-btn{
    padding:10px;
    border-radius: 5px;
}

.dp-btn a{
    display: flex;
    gap:15px;
    text-decoration: none;
    font-size: 16px;
    align-items: center;
    color: rgba(0, 0, 0, 0.74);
}

.dp-btn button{
    border: none;
    background-color: transparent;
    outline: none;
    display: flex;
    gap:15px;
    align-items: center;
    color: var(--primry-color);
    font-weight: bold;
    /* padding-left: 2px; */
}

.dp-btn:hover{
    background-color: #890c2521;
}

.dp-btn a:hover{
    color: var(--primry-color);
}

/* -------------------------  offcanvas ---------------------------*/

/* .Hero-body .offcanvas-Menu {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white-color);
    height: 100vh;
    z-index: 2000 !important;
    overflow-y: auto;  
} */
.offcanvas-Menu {
    background: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: var(--white-color) !important;
    height: 100vh !important;
    z-index: 2000 !important;
    overflow-y: auto !important;  
}
.btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='M2.146 2.146a.5.5 0 0 1 .708 0L8 7.293l5.146-5.147a.5.5 0 1 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  fill: white;
}
.offcanvas-dropbox-container{
    display: none;
    max-height: 200px;
    overflow-y: scroll;
    margin-bottom: 15px;
}
.offcanvas-dropbox-container.optionShow{
    display: block;
}
.offcanvas-dropbox{
    padding: 0 40px;
    margin-bottom: 10px;
}

.offcanvas-dropbox a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}


.offcanvas-dropbox a:hover{
    color:var(--font-color)
}

.offcanvasdropbox-card{
    /* border-bottom: 1px solid white; */
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 0;
    gap:20px;
}

.offcanvasdropbox-card img{
    max-width: 15%;
}
.offcanvasdropbox-card p{
    margin-bottom: 0;
}


.offcanvas-custom-width{
        width: 50% !important;
    }

.nav-offcanvas-toggler img{
    width: 1.5rem;
    height: 1.5rem;
}

.nav-offcanvas-toggler{
    border: none;
    background: transparent;
    outline: none;
}

.offcanvas-body .offcanvas-list ul{
    list-style-type: none;
    margin: none;
    padding-left: 1rem;
    
}

.offcanvas-body .offcanvas-list ul li{
    width: 100%;
    height: 3rem;
    
}

.offcanvas-body .offcanvas-list ul li:hover{
    color: var(--font-color);
}

.offcanvas-body .offcanvas-list ul li a{
    color: white;
    text-decoration: none;
    display: flex;
    gap: 1rem;
    justify-content: start;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
} 

.offcanvas-tutor-button{
    background-color: var(--primry-color) !important;
    color: white !important;
}

.offcanvas-logo{
    display: flex;
    gap: 20px;
    /* margin-left: 1rem; */
    justify-content: center;
    margin-top: 10px;
}

.offcanvas-logo > * .item i{
    font-size: 18px;
}

.offcanvas-logo  a{
    color: white;
    text-decoration: none;
}

.offcanvas-logo  a:hover{
    color: var(--font-color);
}

.offcanvas-body .authentication-container{
    padding: 1rem;
}

.offcanvas-body .authentication{
    display: flex;
    justify-content:space-evenly ;
    align-items: center;
    gap: 10px;
    
       
}


.authentication-container .authentication .signup{
    padding: 0.8rem;
    background: linear-gradient(to right ,var(--secondary-color), var(--primry-color));
    color: var(--white-color);
    border: none;
    outline: none;
    border-radius: 4px;
    width: 100%;
    transition: all 0.3s ease-in;
}


.authentication-container .authentication .signin{
    padding: 0.8rem;
    background: rgba(229, 230, 235, 0.301);
    color: var(--white-color);
    border: 1px solid white;
    outline: none;
    border-radius: 4px;
    width: 100%;
    transition: all 0.3s ease-in;
}

.authentication-container .authentication .signin:hover{
    background: linear-gradient(to right ,var(--secondary-color), var(--primry-color));
}

.authentication-container .authentication .signup:hover{
    background: rgba(229, 230, 235, 0.301);
    border: 1px solid white;
}



.user{
    display: flex;
    gap:8px;
    align-items: center;
    padding: 1rem 0;
    font-weight: bold;
}

.user .user-image{
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    
    
}

.user-text-profile{
    font-size: 12px;
}


.user .user-image img{
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    object-fit: cover;
}

.offcanvas-Menu hr{
    margin: 0;
}

.offcanvas-body hr{
    /* margin: 0; */
}


/* -------------------------------- offcanvas ends --------------------------- */
    


/* ----------- Navbar start------------------- */
/* ------------------------ Mega Dropdown start ------------------ */
.mega-dropbox{
   background:white;
    z-index: 10;
   box-shadow:rgba(223, 221, 221, 0.3) 0px 18px 36px -18px;
   top: 118px;
   /* width: 80%; */
   left: 50%;
   transform: translateX(-50%);
   /* border: 2px solid var(--primry-color); */
   /* padding: 20px ; */
   display: none;
   justify-content: center;
   align-items: center;
   /* height: 420px; */
   /* overflow: hidden; */
}

.upper-triangle{
     background-color: #890c25;
    clip-path: polygon(50% 0%,0% 100% , 100% 100%);
    position: absolute;
    /* top:-19px; */
    width: 20px;
    height: 20px;
    /* left: 638px; */
    left: 50%;
    transform: translateX(-50%);
    display: none;

}
.content-card{
    display: flex;
    gap:0;
    padding: 8px;
    background-color: white;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 11;
    transition:  transform 0.3s ease-out;
    color: var(--font-color);
    cursor: pointer;
    /* box-shadow: rgba(10, 10, 10, 0.3) 14px 12px 31px -7px;; */
    
}

.content-card-icon img{
    max-width: 70%;
}

.content-card::after{
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    background-color: #890c252a;
    z-index: -1;
    transition: all 0.5s ease;
    /* box-shadow:rgba(10, 10, 10, 0.3) 30px 18px 36px -18px; */
    top:0;
    border-radius: 5px;
}


.tenth-content{
    max-width: 37%;
}

.content-card:hover{
    /* color: white; */
    transform: scale(1.03);
}
.content-card:hover .dropbox-content-text h5 {
    /* color: white; */
}

.content-card:hover::after{
    width: 100%;
    /* transform: scale(1.05); */
}

/* .dropbox-content-text {
    display: flex;
    justify-content: center;
} */

.dropbox-content{
    overflow-y: auto;
    padding: 10px 20px;
    height: 410px;
    --bs-gutter-x: 0 !important;
    scrollbar-width: thin;
    
}

.dropbox-content::-webkit-scrollbar{
     width: 5px;
}


.dropbox-content-text h5{
    color: var(--font-color);
    font-weight: 800;
}
.dropbox-content-text p{
    font-size: 14px;
    text-overflow: ellipsis;
  height: 50px;
  overflow: hidden;
  display: we;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 43px;
  -webkit-line-clamp: 2;
  width: 215px;

}


.mega-dropbox-warper{
    --bs-gutter-x: 0 !important;
    /* height: 360px; */
}
.mega-image {
    overflow: hidden;
}

.mega-image img{
    max-width: 115%;
    /* object-position: -30px; */
}

.mega-dropbox.megaShow{
    display: flex;
    transition: display 1s ease;
}





/* ---------------------Megadrop downdown ends---------------------- */

/* --------------------Navbar ends----------------------------- */

/* ---- Stcky side bar ---- */
.sidebar-contact {
  position: fixed;
  top: 50%;
  right: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  transition: .5s;
  z-index: 1114;
  border-radius: 20px 0 0 20px;
}

.sideBarActive{
    right: 0;
}
.toggle-bx {
  position: absolute;
  text-align: center;
  cursor: pointer;
  background: var(--primry-color);
  color: white;
  top: 48%;
  left: -74px;
  transform: rotate(90deg);
  padding: 8px 15px;
  border-radius: 0 0 10px 10px;
}
.toggle-bx h2 {
  margin-bottom: .5px;
  font-size: 13px;
  font-weight: 700;
  color: white;
  font-family: Overpass,sans-serif;
}

.title-container {
  display: flex;
  justify-content: space-between;
}

.closeSideForm{
    cursor: pointer;
}
.sidebar-contact input, .sidebar-contact textarea, .sidebar-contact select {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,.5);
  outline: 0;
  border-radius: 5px;
  color: #525354;
  font-size: 13px;
}

.sidebar-contact textarea{
width: 100%;
  height: 60px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,.5);
  outline: 0;
  border-radius: 5px;
  color: #525354;
  font-size: 13px;
}
.stickychoose {
  margin-bottom: 10px;
}



textarea, .sidebar-contact select {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,.5);
  outline: 0;
  border-radius: 5px;
  color: #525354;
  font-size: 13px;
}

.sidebar-contact .btn {
  background-color: var(--primry-color);
  color: white;
  font-size: 14px;
  min-width: 127px;
  padding: 8px;
  margin-top: 12px;
}

.sidebar-contact .btn:hover{
    background-color: var(--font-color);
    color:white;
}
.sra-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--secondary-color);
  color: var(--white-color);
  font-size: 15px;
  margin-top: 25px;
  text-align: center;
  justify-content: center;
  padding: 10px 40px;
  transition: 0.5s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 2;
}


.sra-btn::after {
  content: "";

  background-color: var(--primary-color);

  position: absolute;

  top: 0;

  width: 100%;

  left: 0;

  right: 0;

  bottom: 0;

  clip-path: circle(0% at 50% 50%);

  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.7s;

  z-index: -1;

}

.sidebar-contact .btn span {
  font-size: 14px;
  padding: 13px 10px;
}


.sidebar-contact select {
  color: #525354;
  font-size: 13px;
}
.sidebar-contact input, .sidebar-contact textarea, .sidebar-contact select {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,.5);
  outline: 0;
  border-radius: 5px;
  color: #525354;
  font-size: 13px;
}



/* --- sticky sidebar ends --- */
/* ---------------------------------- Hero Section Body----------------- */

.Hero-Container{
    /* position: relative; */
}

.Hero-Container .item-1{
     position: absolute;
     /* opacity: 0.5; */
     height: 400px;
     width: 400px;
     left: -10%;
     filter: blur(60px);
}


.Hero-Container .item-3{
     position: absolute;
     /* opacity: 0.5; */
     height: 400px;
     width: 400px;
     left:-10%;
     top:70%
}

.Hero-Container .item-4{
     position: absolute;
     /* opacity: 0.5; */
     height: 400px;
     width: 400px;
     right: 0%;
     bottom: 0%;
}
.Hero-Container .item-5{
     position: absolute;
     /* opacity: 0.5; */
     height: 400px;
     width: 400px;
     right: -11%;
     /* bottom: 0%; */
     top:0%;
}

.Hero-Container .item-6{
     position: absolute;
     /* opacity: 0.5; */
     height: 200px;
     width: 200px;
     right: 15%;
  /* bottom: 0%; */
        top: 20%;
}



.Hero-Container .item-8{
     position: absolute;
     /* opacity: 0.5; */
     height: 170px;
     width: 200px;
     left:-5%;
        top:5%;

}

.Hero-Container .item-9{
    position: absolute;
    left: 50%;
    top:50%;
    height: 150px;
}

.Hero-Container .item-10{
     position: absolute;
    left: 20%;
    top:10%;
    height: 150px;
}

.Hero-Container .item-12{
    position: absolute;
    left: 18%;
    bottom:-6%;
    height: 150px;
}
.Hero-Container .item-13{
     position: absolute;
    right: -5%;
    top:50%;
    height: 150px;
}

.Hero-Container .item-14{
     position: absolute;
    right: 50%;
    bottom:10%;
    height: 150px;
}
.Hero-Container .item-15{
     position: absolute;
    right: 45%;
    bottom:13%;
    height: 130px;
}
.Hero-Container .item-16{
     position: absolute;
    left: 0%;
    bottom:3%;
    height: 130px;
}
.Hero-Container .item-17{
     position: absolute;
    right: 40%;
    top:-5%;
    height: 400px;
    filter: blur(95px);
}

.Hero-Container .item-18{
     position: absolute;
    
    right: 25%;
    bottom: 0;
   
}

.Hero-body{
    width: 100%;
    display: flex;
    padding: 7.5rem 3rem;
   
}

.Hero-body-first{
    
    
}

.Hero-body-table{
    width: 100%;
}

.Hero-body-table .row-warper{
    width: 75%;
}

.Hero-body-table .row-warper p{
    color: white;
}

.Hero-body-table h4{
    font-size: 18px;
}

.Hero-Contact{
    display: flex;
    /* justify-content: space-evenly; */
    gap: 4rem;
    padding: 0;
    align-items: center;
    width: 60%;
}

.Hero-contact-button{
        font-size: 1.3rem;
    }

.Hero-contact-text{
        /* background-color: rgba(255, 255, 255, 0.1); */
        font-size: 1rem;
        padding: 2px 20px;
        border-radius: 5px;
        width: 100%;
        transition: all 0.4s ease;
        
    }
.Hero-contact-text:hover{
    transform: scale(1.05);
}

.Hero-body-first{
    display: flex;
    flex-direction: column;
    gap:2rem
}

.Hero-body-first .Header-text h1{
    color: var(--white-color);
    font-size: 2.3rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    z-index: 1;
    /* position: relative; */
}

.Hero-body-first .Header-text p{
    color:var(--white-color);
}

.Hero-body-table img{
    width: 60px;
    color:var(--white-color);
}

.Hero-body-table h4{
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 18px;
}

.ringing-button{
    animation: ringing  ease-in-out infinite; 
    animation-duration:5s;
    animation-delay: 0s;
}


@keyframes ringing {
  20% { transform: rotate(0deg) ; }
  21% { transform: rotate(10deg); }
  22% { transform: rotate(-10deg); }
  23% { transform: rotate(12deg); }
  24% { transform: rotate(-12deg) ; }
  25% { transform: rotate(12deg); }
  26% { transform: rotate(-12deg); }
  28% { transform: rotate(10deg); }
  30% { transform: rotate(-10deg);}
  32% { transform: rotate(5deg); }
  34% { transform: rotate(-5deg); }
  36% { transform: rotate(2deg); }
  38% { transform: rotate(0deg) ; }
 
}

.Hero-body-first p{
    color: var(--secondary-color);
}

.Hero-Contact .Hero-contact-button button{
    padding: 14px 30px;
    text-transform: uppercase;
    color: rgba(255, 255, 255) ;
    background: rgba(255, 255, 255, 0.1);
    /* backdrop-filter: blur(10px); */
    outline: none;
    border: none;
    border-radius: 5px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* color: rgb(14, 13, 13) */
    
}





.Hero-body-second form{
    padding: 85px 30px 35px 30px;

    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    max-width: 500px;
    justify-content: center;

}



.Hero-body-second form input{
    height: 40px;
    padding: 5px 20px;
    border-radius: 6px;
    font-size: 15px;
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    border: 0.5px solid rgba(229, 230, 235, 0.301);
    z-index: 1;
    transition: all 0.5s ease-in-out;

}

#subjectbox{
     min-height: 50px;
    padding: 5px 20px;
    border-radius:6px;
    font-size: 15px;
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    color:var(--white-color);
    border: 0.5px solid rgba(229, 230, 235, 0.301);
    z-index: 1;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:5px;
    color: rgba(255, 255, 255, 0.379)
}

.tage{
    padding: 5px 12px;
    background-color: rgba(255, 255, 255, 0.169);
    display: flex;
    gap: 12px;;
    border-radius: 5px;
    color: white;
    font-size: 12px;
}

.tage span{
    cursor: pointer;
}
.Hero-body-second form .course-warper{
    width: 100%;
    position: relative;
    height: 50px;

}

.Hero-body-second form #course{
    width: 100%;
    height: 100%;
}

.courseList-warper{
    margin-top: 5px;
     width: 100%;
      display: none;
    z-index: 3;
     position: absolute;
     background-color: white;
     border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 10px;
      max-height: 180px;
      /* padding: 0 2px; */
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
      
}
.courseList-warper #courseListinput{
    width: 100%;
    background-color: white;
    height: 40px;
    border-radius: 10px 0 10px 0 !important;
    color: black;
    font-size: 12px;
    backdrop-filter: blur(30px);
    
    /* background: transparent; */
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(71, 71, 71, 0.699);
 
}

.courseList-warper #courseListinput::placeholder{
    color: rgb(80, 79, 79);
}

.courseList{
    list-style-type: none;
    color: black;
    overflow-y: auto;
  background: transparent;
  width: 100%;
  
  height: 130px;
  border-radius: 5px;
  
  padding-left: 0;
  font-size: 12px;
  scrollbar-width: thin;
}

.courseList::-webkit-scrollbar{
    width: 2px;
}

.courseList::-webkit-scrollbar-track{
    background-color: rgba(2, 12, 102, 0.281);
    border-radius: 25px;

}
.courseList::-webkit-scrollbar-thumb{
    background: #5a5a5c;
    border-radius: 25px;
}

.show{
    display: block !important;
}


.courseList li{
    /* border-bottom: 1px solid rgba(179, 178, 178, 0.678); */
    padding: 10px 15px;
    /* border-radius: 2px; */
    cursor: pointer;
}

.courseList li:hover{
    background-color: rgba(28, 37, 119, 0.211);
}

.Hero-body-second form .subject-warper{
    width: 100%;
    position: relative;
    /* height: 50px; */

}

.subjectList-warper{
    margin-top: 5px;
    width: 100%;
    display: none;
     z-index: 3;
     position: absolute;
    background-color: white;
     border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 10px;
      max-height: 180px;
      /* padding: 0 2px; */
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  
      
}

.subjectList-warper #subjectListinput{
  width: 100%;
    background-color: white;
    height: 40px;
    border-radius: 5px;
    color: black;
    font-size: 14px;
    backdrop-filter: blur(30px);
    
    /* background: transparent; */
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(71, 71, 71, 0.699);
 
}

.subjectList-warper #subjectListinput::placeholder{
    color: rgb(80, 79, 79);
}


.subjectList{
    list-style-type: none;
    color: black;
    overflow-y: auto;
  background: transparent;
  width: 100%;
  
  height: 130px;
  border-radius: 5px;
  
  padding-left: 0;
  font-size: 12px;
  scrollbar-width: thin;
}

.subjectList li{
    /* border-bottom: 1px solid rgba(179, 178, 178, 0.678); */
    padding: 10px 15px;
    border-radius: 2px;
    cursor: pointer;
}

.subjectList li:hover{
     background-color: rgba(28, 37, 119, 0.211);
}

.subjectList::-webkit-scrollbar{
    width: 2px;
}

.subjectList::-webkit-scrollbar-track{
    background-color: rgba(16, 2, 95, 0.87);
    border-radius: 25px;

}
.subjectList::-webkit-scrollbar-thumb{
    background-color: rgba(16, 2, 95, 0.644);
    border-radius: 25px;
}

.Hero-body-second form #subject{
    width: 100%;
    height: 100%;
}

.Hero-body-second form input::placeholder{
    color: #d9d9d96e;
}

.Hero-body-second form input:hover{
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.Hero-body-second form input:focus{
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.Hero-body-second form input:active{
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.Hero-body-second form textarea::placeholder{
    color: #d9d9d96e;
}

.Hero-body-second form textarea{
    height: 100px;
    padding: 5px 20px;
    border-radius: 6px;
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border: 0.5px solid rgba(229, 230, 235, 0.301);
    transition: all 0.5s ease-in-out;
}

.Hero-body-second form textarea:hover{
    color: 1px solid rgba(255, 255, 255, 0.7);
}

.Hero-body-second form textarea:focus{
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.Hero-body-second form textarea:active{
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.Hero-body-second form button{
    background: #EBEBF6;
    padding: 10px;
    border-radius: var(--form-button-radius);
    height: 50px;
    border: none;
    outline: none;
    color: var(--font-color);
    transition: all 0.2s ease-out;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.99);
    transition: all 0.2s ease;
    text-transform: uppercase;
}

.Hero-body-second form button::before{
   content: "";
  position: absolute;
   width: calc(100% - var(--form-button-border));
  height: calc(100% - var(--form-button-border));
  /* inset: calc(-1 * var(--form-button-border)); */
  border-radius: inherit;
  padding: var(--form-button-border);
  
  /* conic-gradient but only white + transparent → creates moving white border */
  background: conic-gradient(from var(--angle), 
    rgba(250, 22, 22, 0.671) 0deg 30deg, 
    rgb(0, 37, 92) 30deg 360deg);

  /* cut out the inside */
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
          mask-composite: exclude;
    animation: turn 2s linear infinite;
  
  z-index: -1;
  
}

.Hero-body-second form button:hover::before{
    background-color: var(--primry-color);
}

@keyframes turn {
        to { --angle: 360deg; }
    } 




.Hero-body-second form button:hover{
    
    transform: unset;
    background-color: var(--primry-color);
    color: white;
}

.ribbon-img{
    width: 100%;
    position: absolute;
    top:0%;
    left: -7.3%;
    height: 100px;
}

.ribbon-img img{
    height: 300px;
    width: 70%;
}

.ribbontext{
    position: absolute;
    background: linear-gradient(135deg,rgb(255, 221, 0) , rgb(241, 241, 245));
     top: 12%;
  /* color: var(--secondary-color); */
    font-weight: bold;
    left: 10%;
    text-decoration: dashed;
    text-decoration-color: yellow ;
     -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 30px;
}

.form-top{
    right: -16%;
    position: absolute;
    width: 150px;
    top:-5%;
}

.form-top img{
    height: 90px;
}

.book-img{
    position: absolute;
    bottom: -13%;
    left: -10%;
}

.book-img img{
    height: 140px;
}


.coursearrow{
    position: absolute;
    color: white;
    top:20%;
    right: 5%;
    cursor: pointer;
    z-index: 2;
}

.subjectarrow{
    position: absolute;
    color: white;
    top:20%;
    right: 5%;
    cursor: pointer;
    z-index: 2;
}

.hoverEffect {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hoverEffect div {
  background: rgb(222, 0, 75);
  background: linear-gradient(90deg, rgb(255 253 254) 0%, rgb(70 144 255) 49%, rgb(190 204 240) 100%);
  border-radius: 40rem;
  width: 100%;
  height: 400px;
  transition: 0.4s;
  filter: blur(20px);
  animation: effect infinite 3s linear;
  opacity: 0.5;
}


.Hero-contact-button button:hover{
     transform: scale(0.97);
     
}

@keyframes effect {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.Hero-body-table .Hero-body-row .column-1{
    border-bottom: 1px dashed rgba(245, 222, 179, 0.336);
    border-right:1px dashed rgba(245, 222, 179, 0.336) ;
    gap:1rem;
}
.Hero-body-table .Hero-body-row .column-2{
    border-bottom: 1px dashed rgba(245, 222, 179, 0.336);
    gap:1rem;
}
.Hero-body-table .Hero-body-row-2 .column-3{
    border-bottom: 1px dashed rgba(245, 222, 179, 0.336);
     border-right:1px dashed rgba(245, 222, 179, 0.336) ;
     gap:1rem;
}

.Hero-body-table .Hero-body-row-2 .column-4{
    border-bottom: 1px dashed rgba(245, 222, 179, 0.336);
   gap:1rem;
}

.Hero-body-table .Hero-body-row-3 .column-5{
    border-right: 1px dashed rgba(245, 222, 179, 0.336);
   gap:1rem;
}

.input-cross-mark{
    position: absolute;
    right: 80px;
    color: white;
    top:230px;
    font-size: 12px;
    cursor: pointer;
    z-index: 5;
    display: none;
}


/* <----------------------------- Sillls section csss begins--------------------------------------------- */

    .Skill-container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0px;
        background-color: lab(98.35% 0.15 1.66);
        padding: 50px 10px 80px 10px;
    }

    .Skill-Header-text{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1;
        position: relative;
    }

    .skill-inner-img{
        width: 70px;
    }

    .Skill-Header-text img {
        position: absolute;
        width: 255px;
        height: 240px;
        z-index: -1;
        top: -93px;    
    }
    
    .Skill-warper{
        display: flex;
        justify-content: center;
        align-items: center;
        gap:50px;
        position: relative;
        margin-top: 40px;
    }
    .Skill-set-1{
        width: 200px;
        display: flex;
        flex-direction: column;
       
        align-items: center;
         gap:170px;
    }
    .skill-set-1-img{
        width: 170px;
        height: 170px;
        border: 1px dashed var(--font-color);
        border-radius: 50%;
        padding: 8px;
    }

    .Skill-set-1-text{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
         text-align: center;
    }

    .Skill-set-1-text span{
        display: block;
        width: 50px;
        height: 2px;
        background-color: var(--secondary-color);
    }

    .skill-set-inner-circle{
        height: 100%;
        width: 100%;
        border: 1px solid black;
        border-radius: 50%;
        background-color: var(--primry-color);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .skill-set-inner-circle i{
        color:white;
        font-size: 50px;
       
    }

    .Skill-set-2{
        width: 200px;
        display: flex;
        flex-direction: column;
        gap: 170px;
        align-items: center;
    }

    .skill-set-img-2-container{
        order: 2;
    }

    .skill-set-2-img{
        width: 170px;
        height: 170px;
        border: 1px dashed var(--font-color);
        border-radius: 50%;
        padding: 8px;
    }

    .Skill-set-2-text{
        order: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap:20px;
         text-align: center;
    }

    .Skill-set-2-text span{
        display: block;
        width: 50px;
        height: 2px;
        background-color: var(--secondary-color);
    }

    .Skill-set-3{
        width: 200px;
        display: flex;
        flex-direction: column;
        gap: 170px;
        align-items: center;
    }

    .skill-set-3-img{
        width: 170px;
        height: 170px;
        border: 1px dashed var(--font-color);
        border-radius: 50%;
        padding: 8px;
    }
    .Skill-set-3-text{
        order:1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap:20px;
        text-align: center;
    }

    .Skill-set-3-text span{
        display: block;
        width: 50px;
        height: 2px;
        background-color: var(--secondary-color);
    }

    .Skill-set-4{
        width: 200px;
        display: flex;
        flex-direction: column;
        gap: 170px;
        align-items: center;
    }

    .skill-set-4-img{
        width: 170px;
        height: 170px;
        border: 1px dashed var(--font-color);
        border-radius: 50%;
        padding: 8px;
        
    }

    .skill-set-img-4-container{
        order:2;
    }

    .Skill-set-4-text{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap:20px;
        text-align: center;
    }

    .Skill-set-4-text span{
        display: block;
        width: 50px;
        height: 2px;
        background-color: var(--secondary-color);
    }


    .blue-color{
       background-color: var(--font-color); 
       border: 4px solid black;
    }


    .yellow-color i{
        color: black;
     }

    .Skill-warper .Skill-warper-span{
        position: absolute;
        display: block;
        border: 1px dashed var(--font-color);
        /* background-color: black; */
        width: 80%;
     }

    .Skill-warper .Skill-set-1-span{
        position: absolute;
        border-left: 1px dashed var(--font-color);
        height: 60px;
        left: 10%;
        top:35%;
    }

      .Skill-warper .Skill-set-2-span{
        position: absolute;
        border-left: 1px dashed var(--font-color);
        height: 65px;
        left: 36.5%;
        bottom:35%;
    }

      .Skill-warper .Skill-set-3-span{
        position: absolute;
        border-left: 1px dashed var(--font-color);
        height: 60px;
        left: 62%;
        top:35%;
    }

      .Skill-warper .Skill-set-4-span{
        position: absolute;
        border-left: 1px dashed var(--font-color);
        height: 65px;
        left: 90%;
        bottom:35%;
    }

    .Skill-warper .Skill-set-1-dot{
        position: absolute;
        /* border-left: 1px dashed black; */
        height: 25px;
        left: 9%;
        top:47%;
        width: 25px;
        border-radius: 50%;
        background-color: var(--secondary-color);
    }

       .Skill-warper .Skill-set-2-dot{
        position: absolute;
        /* border-left: 1px dashed black; */
        height: 25px;
        left: 35%;
        top:47%;
        width: 25px;
        border-radius: 50%;
        background-color: var(--secondary-color);
    }

       .Skill-warper .Skill-set-3-dot{
        position: absolute;
        /* border-left: 1px dashed black; */
        height: 25px;
        left: 61%;
        top:47%;
        width: 25px;
        border-radius: 50%;
        background-color: var(--secondary-color);
    }

       .Skill-warper .Skill-set-4-dot{
        position: absolute;
        /* border-left: 1px dashed black; */
        height: 25px;
        left: 89%;
        top:47%;
        width: 25px;
        border-radius: 50%;
        background-color: var(--secondary-color);
    }

    .Skill-title{
         display: flex;
        justify-content: center;
        align-items: center;
        gap:15px;
        padding: 10px 15px;
        /* border: 1px solid rgb(180, 178, 178); */
        border-radius: 100px;
        margin-bottom: 20px;
        font-size: 12px;
        background: linear-gradient(90deg,var(--font-color), var(--primry-color),var(--font-color));
        color: white;
        font-weight: bold;
        text-transform: uppercase;
    }

    .Skill-i i{
        color: var(--secondary-color);
    }
   

/* -------------------------------------Skills section ends--------------------------------------- */

/* ------------------------------------ Skills Certificate Starts-------------------------------- */
    .Cerificate-Container{
   
        background-color: rgb(77, 6, 0);
        overflow: hidden;
        position: relative;
        z-index: 1;
        
    }

    .certificate-contianer-img{
        position: absolute;
        z-index: -1;
        opacity: 0.1;
        width: 100%;
    }

    .certificate-grid{
        position: absolute;
        opacity: 0.1;
        width: 30%;
        height: 100%;
    }

    .Certificate-warper{
        padding:20px;
        display: flex;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        /* padding-bottom: 200px; */
        z-index: 1;
    }

    .Certificate-warper-first-half{
        width: 100%;
        height: 100%;
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        /* padding: 0px 10px; */
        gap:30px;
        /* height: 300px; */
    }

    .Certificate-text h2{
        color:var(--white-color);
        font-weight: bold;
    }

    .Certificate-text p{
        color: var(--white-color);
        margin-top: 20px;
        text-align: justify;
    }

    .Certificate-buttons{
        display: flex;
        gap:20px;
        width: 70%;
    }

    .Certificate-buttons .button-1{
        display: flex;
        padding: 10px 20px;
        background-color: var(--secondary-color);
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        /* padding: 10px; */
        outline: none;
        border: none;
        gap: 20px;
        width: 100%;
        position: relative;
        z-index: 1;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .Certificate-buttons .button-1::after{
        content: "";
        width: 0%;
        height: 100%;
        background-color: var(--font-color);
        position: absolute;
        z-index: -1;
        left:0;
        transition: all 0.3s linear;
    }

    .Certificate-buttons .button-1:hover::after{
        width: 100%;
    }

    .Certificate-buttons .button-1:hover{
        color: white;
    }
    
    .Certificate-buttons .button-2{
        display: flex;
        /* padding: 20px; */
        background-color: transparent;
         align-items: center;
        justify-content: center;
        border-radius: 50px;
        padding: 10px ;
        outline: none;
        border: none;
        gap: 10px;
        color: var(--white-color);
        font-weight: bold;
        font-size: 18px;
        width: 100%;
        transition: all 0.3s ease;
    }

    .Certificate-buttons .button-2:hover{
        transform: scale(1.06);
    }

    .Certificate-warper-second-half{
        width: 100%;
        position: relative;

    }

    .Outer-circle{
      
        background-color: rgb(77, 6, 0);
        transform: rotate(-20deg);
        padding: 20px;
        border-radius: 60px;
        position: absolute;
        top: -200px;
        height: 400px;
        width: 100%;
        right: -50px;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }
    
    .inner-circle{
        position: absolute;
        height: 360px;
        width: 104%;
        background-color: transparent;
        border-radius: 60px;
        overflow: hidden;
       
    }

    .inner-circle img{
        transform: rotate(20deg);
        left: -100px;
        position: absolute;
        
    }


    .cloud{
        width: 200px;
        position: absolute;
        top:60%;
    }

    .cloud-bigger-circle{
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        border: 1px solid black;
        border-radius: 50%;
        background-color: var(--secondary-color);
        top:60%;
        left: 17%;
    }

    .cloud-smaller-circle{
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        border: 1px solid black;
        border-radius: 50%;
        background-color: var(--secondary-color);
        top:57%;
        left:19%;
    }

    .Certificate-warper-second-half{
        height: 100%;
    }

     .certificate-cap {
         position: absolute;
         bottom: 0;
         right: -8%;
         width: 20%;
         /* transform: rotateX(); */
     }

    .certificate-cap img{
        aspect-ratio: 1/1;
        width: 100%;
        height: 100%;
        
    }

     .certificate-cloud {
        position: absolute;
        bottom: 0%;
        left: -10%;
        width: 30%;
     }

     .certificate-cloud img{
        aspect-ratio: 1/1;
        height: 100%;
        width: 100%;
     }

     .fadded-div{
        position: absolute;
        width: 140%;
        background-color: rgba(122, 0, 0);
        height: 500px;
        right: -50%;
        z-index: -1;
        transform: rotate(10deg);
        opacity: 0.5;
        bottom:-50%;
     }



/* ----------------------------------- Skills Certificate ends--------------------------------- */

/* ----------------------------- Course Section starts------------------------------------------ */
.courses-warper{
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.Tutor-title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:15px;
    padding: 10px 15px;
    /* border: 1px solid rgb(180, 178, 178); */
    border-radius: 100px;
    margin-bottom: 20px;
    font-size: 12px;
    background: linear-gradient(90deg,var(--font-color), var(--primry-color),var(--font-color));
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

  .courses-warper .view-more button{
    padding: 15px 25px;
    border: none;
    outline: none;
    /* position: absolute */
    background-color: var(--secondary-color);
    border-radius: 3px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: black;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-transform: capitalize; */
  }

.courses-warper .view-more button::after{
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    background-color: var(--primry-color);
    transition: all 0.3s linear;
    left: 0;
}

.courses-warper .view-more button:hover::after{
    width: 100%;
}

.Tutor-i i{
    color: var(--secondary-color);
}

.courses-item{
    display: flex;
    flex-wrap: wrap;
}
.courses-card{
    border-radius: 10px !important;
    height: 100% !important;
}
.courses-card-top{
    height: 200px;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:10px;
    background:radial-gradient(circle,rgba(221, 169, 13, 1) 0%, rgba(137, 13, 13, 1) 100%);
    border-radius: 10px 10px 0 0;
    position: relative;
}


.courses-card-top-2{
    height: 200px;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:10px;
    background:radial-gradient(circle,rgba(137, 13, 13, 1)  0%, rgba(30, 10, 71, 1) 100%);
    border-radius: 10px 10px 0 0;
    position: relative;
}

.courses-card-top-3{
    height: 200px;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:10px;
    background:radial-gradient(circle,rgba(221, 169, 13, 1) 0%, rgba(137, 13, 13, 1) 100%);
    border-radius: 10px 10px 0 0;
    position: relative;
}

.tutor-rating{
    position: absolute;
    right: 5px;
    top:10px;
    color: rgb(3, 70, 3);
    padding: 2px 10px ;
    background-color: rgba(65, 255, 65, 0.603);
    border-radius: 30px;
    font-size: 12px;
}

.top-img{
    height: 70px;
    width: 70px;
    border-radius: 50%;

}

.top-img img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border:2px solid white;
    object-fit: cover;
}

.top-text{
    text-align: center;
}

.top-text h5{
    color: white;
    font-weight: bold;
}

.top-text p{
    color: white;
}

.bottom-details{
    display: flex;
    flex-direction: column;
    gap:5px;
  
}


.bottom-button .first-button{
    outline: none;
    border:none;
    padding: 10px 0;
    width: 80%;
    font-weight: bold;
    color: white;
    background:  rgba(137, 13, 13, 1);
    border-radius: 5px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bottom-button .first-button::after{
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    height: 100%;
    transition: all 0.3s linear;
    background-color: rgba(221, 169, 13, 1) ;
    z-index: -1;
}

.bottom-button .first-button:hover::after{
    width: 100%;
}

.second-card-button{
    background:  rgba(30, 10, 71, 1) !important;
    transition: all 0.3s ease;
}



.bottom-heading i{
    color: #409;
}

.bottom-heading h5{
    color: #409;
}


.bottom-button .second-button{
    outline: none;
    border:none;
    padding: 10px 0;
    width: 20%;
    border-radius: 10px;
    background-color: #c3c2ed61;
}

.bottom-button .second-button:hover{
    background-color: var(--font-color);
    color: white;
}

.bottom-skills-details{
    flex-wrap: wrap;
    height: 60px;
    padding-bottom: 5px;
}

.bottom-skills-details .first-item{
    font-size: 13px;
    padding: 0px 10px;
    background-color: #c3c2ed61;
    color:#010035;
    border-radius: 5px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-transform: capitalize;
}

.bottom-skills-details .second-item{
    font-size: 13px;
    padding: 0 10px ;
    background-color: #eaa6081a;
    color: #fec743;
    border-radius: 5px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-transform: capitalize;
}
.bottom-skills-details .third-item{
    font-size: 13px;
    padding: 0 10px ;
    background-color: #e7c9cf5c;
    color: #890c25;
    border-radius: 5px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-transform: capitalize;
}



/* -------------------------------- Course section ends------------------------------------------ */

/*---------------------------------- Learning section starts------------------------------------*/
    .learning-container{
        /* min-height: 100vh; */
    }
    .learning-warper{
        padding: 50px 100px;
    }

    .learning-heading{
        text-align: center;
        margin-bottom: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

     .learning-heading h2{
        font-weight: 700;
     }

    .learning-item-1 {
        /* width: 600px; */
        background-color: white;
        /* padding: 40px 60px; */
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        width: 50%;
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }

     .learning-item-1 .circular-stripe-outer{
        height: 150px;
        width: 150px;
        border-radius: 50%;
        position: absolute;
        border: 20px solid rgba(255, 161, 72, 0.9);
        bottom: -20%;
        right: -15%;
        
        
     }
     .learning-text1{
        padding: 40px;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
        width: 50%;
        padding: 40px 10px 40px 40px;
     }
       
     .learning-item-1 .circular-stripe-inner{
        height: 30px;
        width: 30px;
        border-radius: 50%;
        position: absolute;
        border: 5px solid rgba(255, 161, 72, 0.9);
        left:50%; 
        z-index: 1;
        
     }
     

    .lerning-section-2{
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 50%;
        padding: 0 20px 0px 0px;
        /* padding: 20px; */
    }

    .learning-eyebrow{
        position: absolute;
        width: 140px;
        right: -60%;
        top:-10%;
    }

    .learning-img-outer-circle{
        /* width: 200px; */
        aspect-ratio: 1/1;
        /*padding: 10px; */
        /* background-color: white; */
        height: 85%;
        padding: 20px;
        
    }
    .learning-img-inner-circle{
        
        /* background-color: var(--primry-color); */
        width: 100%;
        height: 100%;
        /* position: relative; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

     .learning-img-inner-circle img{
        width: 100%;
        position: absolute; 
     }

    .learning-button button{
        border: none;
        outline: none;
        padding: 10px 30px;
        border-radius: 30px;
        background-color: var(--primry-color);
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        overflow: hidden;
        transition: all 0.3s ease;
        color:white;
    }

    .learning-button button::after{
        height: 100%;
        width: 0%;
        content: "";
        left:0;
        position: absolute;
        z-index: -1;
        background-color: var(--secondary-color);
        transition: all 0.3s linear;
    }

    .learning-button button:hover::after{
        width: 100%;
    }
    .learning-button button:hover{
        color: black;
    }

    .learning-text1{
        display: flex;
        flex-direction: column;
        gap:15px;
    }
    
    .learning-text2{
        display: flex;
        flex-direction: column;
        gap:15px;
    }


    .learning-text1 h5{
        color: var(--primry-color);
        font-weight: bold;
    }

    
    .learning-text2 h5{
        color: var(--font-color);
        font-weight: bold;
    }
    .learning-text1 h3{
        font-weight: bold;
        color: var(--primry-color);
    }

    .learning-text2 h3{
        font-weight: bold;
        color: var(--font-color);
    }

    .learning-text2 p{
        color: #010035d7 !important;
    }

    .learning-text1 p{
        color: rgba(128, 0, 0, 0.603) !important;
    }

    .learning-item-2 {
        /* width: 600px; */
        background-color: white;
        /* padding: 40px 60px; */
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        width: 50%;
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }

    .learning-item-2 .circular-stripe-outer{
        height: 150px;
        width: 150px;
        border-radius: 50%;
        position: absolute;
        border: 20px solid var(--primry-color);
        bottom: -20%;
        right: -15%;
        
        
     }

     .learning-text2{
        padding: 40px 10px 40px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
     }
       
     .learning-item-2 .circular-stripe-inner{
        height: 30px;
        width: 30px;
        border-radius: 50%;
        position: absolute;
        border: 5px solid var(--primry-color);
        left:50%;
        
        
     }


    .learning-eyebrow2{
        position: absolute;
        width: 140px;
        right: -60%;
        top:-10%;
    }

    
    .learning-button-2 button{
        border: none;
        outline: none;
        padding: 10px 30px;
        border-radius: 30px;
        background-color: var(--font-color);
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        overflow: hidden;
        transition: all 0.3s ease;
        color: white;
    }

    .learning-button-2 button::after{
        height: 100%;
        width: 0%;
        content: "";
        left:0;
        position: absolute;
        z-index: -1;
        background-color: var(--secondary-color);
        transition: all 0.3s linear;
    }

    .learning-button-2 button:hover::after{
        width: 100%;
    }
    .learning-button-2 button:hover{
        color: black;
    }
/*------------------------------------- Learning section ends------------------------------------- */

/* ---------------------------- Hero Section body ends---------------------------- */

/* ------------------Responsivness----------------------------- */

@media(min-width:2301px) 
{
    .Hero-body-first .Header-text h1{
        font-size: 2.5rem;
    }

    .Hero-body-first{
        padding-left: 10rem ;
    }

    .learning-img-inner-circle img{
        width: 45%;
    }

    .Outer-circle{
        top:-280px;
    }

}

@media(min-width:1901px) and (max-width:2300px)
{
    .Hero-body-first .Header-text h1{
        font-size: 2.5rem;
    }

    .Hero-body-first{
        padding-left: 7rem ;
    }

    .learning-img-inner-circle img{
        width: 60%;
    }

      .Outer-circle{
        top:-250px;
    }


}

@media(min-width:1513px) and (max-width:1900px)
{
  
    .Hero-body-first .Header-text h1{
        font-size: 2.1rem;
    }
 
    .learning-img-inner-circle img{
        width: 70%;
    }

    .Outer-circle{
        top:-230px;
    }

}

@media(min-width:1440px) and (max-width:1512px){
    .serach-button{
        width: 380px;
    }
    .Hero-body-second{
    padding: 0 4rem;

    }
    .Hero-body-second{
    padding: 0 1rem 0 2rem;


    }

    
    .Hero-body-first .Header-text h1{
        font-size: 2.1rem;
    }

    .mega-dropbox .upper-triangle{
        left: 400px;
    }
    
}

@media(min-width:1306px) and (max-width:1440px)
{
    .serach-button{
        width: 340px;
    } 
    .Header-Content ul{
        gap:10px;
    }
    .Hero-body-second{
    padding: 0 0rem 0 1.5rem;


    }

    .Hero-body-first .Header-text h1{
        font-size: 1.9rem;
    }

    .Hero-Contact{
        width: 70%;
    }
}

@media(max-width:1306px)
{
     .Certificate-buttons{
        width: 80%;
        /* flex-direction: column; */
        gap:10px;
    }
    
    .Hero-Contact{
        width: 70%;
    }

}

@media(max-width:1200px)
{
    .Certificate-warper{
        padding: 0;
    }
    .Certificate-buttons{
        width: 90%;
        /* flex-direction: column; */
        gap:10px;
    }

    .Certificate-buttons .button-1{
        font-size: 14px;
    }
    .Certificate-warper-first-half{
        padding: 15px 20px 20px 20px;
    }

    .Hero-Contact{
        width: 80%;
    }
       .learning-warper{
        padding: 50px 20px !important;
    }


}

@media(max-width:992px)
{
     .Certificate-buttons{
        width: 100%;
        gap:0px;
    }

    .Certificate-buttons .button-1{
        font-size: 14px;
    }

    .Certificate-buttons .button-2{
        font-size: 14px;
    }
  
    .Certificate-warper-second-half{
        height: 300px;
    }

    .Outer-circle{
        left: 0;
        width: 110%;
    }

    /* ---------------- Skill ------------ */
    .Skill-set-1{
        width: 130px;
    
    }

    .skill-set-1-img{
        width: 125px;
        height: 125px;
    }

    .Skill-set-1-text p{
        font-size: 14px;
    }
    
     .Skill-set-2{
        width: 130px;
        
    }

    .skill-set-2-img{
        width: 125px;
        height: 125px;
    }

    .Skill-set-2-text p{
        font-size: 14px;
    }

     .Skill-set-3{
        width: 130px;
       
    }

    .skill-set-3-img{
        width: 125px;
        height: 125px;
    }

    .Skill-set-3-text p{
        font-size: 14px;
    }

    .Skill-set-4{
        width: 130px;
       
    }

    .skill-set-4-img{
        width: 125px;
        height: 125px;
    }

    .Skill-set-4-text p{
        font-size: 14px;
    }

    .skill-set-inner-circle i{
        font-size: 40px;
    }

    .megaDropbox{
        display: none;
    }

    .learning-text1{
        padding: 20px !important;
    }
    .learning-text1 p{
        font-size: 14px;
    }

    .learning-text2 p{
        font-size: 14px;
    }
    .learning-text2{
        padding: 20px !important;
    }
    .learning-button button{
        font-size: 14px;
        padding: 10px 20px;
    }

    .learning-button-2 button{
        font-size: 14px;
        padding: 10px 20px;
    }

}

@media(max-width:767px)
{
   

     .fadded-div{
        display: none;
    }
    .Certificate-buttons{
        flex-direction: row;
        width: 80%;
    }

    .Outer-circle{
        top:-200px;
    }

    /* .Skill-container{
        gap:20px;
    } */

    /* ---------- skill --------- */
    .Skill-container{
        gap:0px;
    }
    .Skill-warper{
        flex-direction: column;
        gap:20px;
        padding: 0 20px;
        margin-top: 20px;
    }

    .Skill-warper .Skill-warper-span{
        display: none;
    }

    .Skill-set-1-span{
        display: none;
    }

    .Skill-set-2-span{
        display: none;
    }

    .Skill-set-3-span{
        display: none;
    }

    .Skill-set-4-span{
        display: none;
    }

    .Skill-set-1{
        gap:30px;
    }
    
    .Skill-set-2{
        gap:30px;
    }
    
    .Skill-set-3{
        gap:30px;
    }
    
    .Skill-set-4{
        gap:30px;
    }

    .Skill-set-1-dot{
        display: none;
    }

     .Skill-set-2-dot{
        display: none;
    }

     .Skill-set-3-dot{
        display: none;
    }
     .Skill-set-4-dot{
        display: none;
    }

    .Skill-set-1-text p{
        font-size: 14px;
    }

    .Skill-set-2-text p{
        font-size: 14px;
    }

    .Skill-set-3-text p{
        font-size: 14px;
    }

    .Skill-set-4-text p{
        font-size: 14px;
    }

    .skill-set-2-img{
        order: 1;
    }



    .Skill-set-1{
        flex-direction: row;
        width: 100%;
        gap:10px;
        padding: 0 10px;
    }

    .Skill-set-1-text{
        align-items: start;
        text-align: justify;
        gap: 5px;
        padding: 0 20px;
        order:2
    }

    .Skill-set-1-text p{
        font-size: 14px;
    }
    .skill-set-1-img{
        width: 120px;
        height: 120px;
    }

    .skill-set-inner-circle i {
    font-size: 30px;
  }

    .Skill-set-2{
        flex-direction: row;
        width: 100%;
        gap:10px;
        padding: 0 10px;
    }

    .Skill-set-2-text{
        align-items: start;
        text-align: justify;
        gap: 5px;
        padding: 0 20px;
    }

    .Skill-set-2-text p{
        font-size: 14px;
    }
    .skill-set-2-img{
        width: 120px;
        height: 120px;
    }

    .Skill-set-3{
        flex-direction: row;
        width: 100%;
        gap:10px;
        padding: 0 10px;
    }

    .Skill-set-3-text{
        align-items: start;
        text-align: justify;
        gap: 5px;
        padding: 0 20px;
    }

    .Skill-set-3-text p{
        font-size: 14px;
    }
    .skill-set-3-img{
        width: 120px;
        height: 120px;
    }

    .Skill-set-4{
        flex-direction: row;
        width: 100%;
        gap:10px;
        padding: 0 10px;
    }

    .Skill-set-4-text{
        align-items: start;
        text-align: justify;
        gap: 5px;
        padding: 0 20px;
        /* order: 1; */
    }

    .Skill-set-4-text p{
        font-size: 14px;
    }
    .skill-set-4-img{
        width: 120px;
        height: 120px;
       
    }

    .skill-set-img-4-container{
        /* order: 2; */
    }

    .Hero-Contact{
        width: 100%;
    }
    .learning-item-1{
        width: 100%;
    }

    .learning-item-2{
        width: 100%;
    }

    .learning-items{
        flex-direction: column;
    }
    .learning-text1{
        padding: 40px !important;
    }

    .learning-text2{
        padding: 40px !important;
    }
    .learning-img-inner-circle img{
        width: 85%;
    }

 

}

@media(max-width:576px)
{
    .Certificate-warper-second-half{
        height: 240px;
    }

    .Outer-circle{
        left: 0;
        width: 110%;
    }


     .Certificate-warper-first-half p{
        font-size: 12px;
    }

    .Certificate-buttons{
        flex-direction: row;
        width: 90%;
    }

    .Certificate-buttons .button-1{
        font-size: 14px;
    }

    .Certificate-buttons .button-2{
        font-size: 14px;
    }

    /* -------- off canvas --- */
    .offcanvasdropbox-card img{
        max-width: 17%;
    }

    .learning-item-1{
        width: 100%;
    }

    .learning-item-2{
        width: 100%;
    }
    .learning-text1{
        padding: 40px 20px !important;
    }
    .learning-text2{
        padding: 40px 20px !important;
    }
      .learning-img-inner-circle img{
        width: 100%;
      }
}

@media(max-width:420px)
{
    .Certificate-buttons{
        width: 100%;
    }
    .Certificate-buttons .button-1{
        font-size: 12px;
    }
     .Certificate-buttons .button-2{
        font-size: 12px;
    }

    /* ---------- skill ------- */
     .Skill-container{
        /* gap:50px; */
    }

    .Skill-warper{
        flex-direction: column;
        gap:45px;
        margin-top: 20px;
    }

    .Skill-warper .Skill-warper-span{
        display: none;
    }

    .Skill-set-1-span{
        display: none;
    }

    .Skill-set-2-span{
        display: none;
    }

    .Skill-set-3-span{
        display: none;
    }

    .Skill-set-4-span{
        display: none;
    }

    .Skill-set-1{
        gap:20px;
        
        flex-direction: column;
    }
    
    .Skill-set-2{
        gap:20px;
        flex-direction: column;
    }
    
    .Skill-set-3{
        gap:20px;
        flex-direction: column;
    }
    
    .Skill-set-4{
        gap:20px;
        flex-direction: column;
    }

    .Skill-set-1-dot{
        display: none;
    }

     .Skill-set-2-dot{
        display: none;
    }

     .Skill-set-3-dot{
        display: none;
    }
     .Skill-set-4-dot{
        display: none;
    }

    .Skill-set-1-text p{
        font-size: 12px;
    }

    .Skill-set-1-text h4{
        font-size: 18px;
    }

    .Skill-set-2-text p{
        font-size: 12px;
    }

    .Skill-set-2-text h4{
        font-size: 18px;
    }

    .Skill-set-3-text p{
        font-size: 12px;
    }

    .Skill-set-3-text h4{
        font-size: 18px;
    }

    .Skill-set-4-text p{
        font-size: 12px;
    }
    .Skill-set-4-text h4{
        font-size: 18px;
    }

    .skill-set-1-img{
        height: 130px;
        width: 130px;
    }

    .skill-set-2-img{
        order: 1;
        height: 130px;
        width: 130px;
    }

    .Skill-set-1-text{
        order:2;
        gap:10px;
        text-align: center;
        align-items: center;
    }

    .skill-set-3-img{
        height: 130px;
        width: 130px;
    }

    .skill-set-4-img{
        order: 1;
        height: 130px;
        width: 130px;
    }

    .Skill-set-4-text{
        order:2;
        gap:10px;
        text-align: center;
        align-items: center;
    }

    .Skill-set-3-text{
        order:2;
        gap:10px;
        text-align: center;
        align-items: center;
    }

    .Skill-set-2-text{
        order:2;
        gap:10px;
        text-align: center;
        align-items: center;
    }

    .Skill-Header-text img{
       
        width: 180px;
        top:-110%;
      }

    .Skill-Header-text  h2{
        font-size: 1.3rem;
    }

    .Skill-Header-text p{
        font-size: 14px;
    }

    .skill-set-inner-circle i {
        font-size: 40px;
    }

    /* ----------------- Tutor --------------- */
    .bottom-details{
        font-size: 12px;
    }

    .bottom-button{
        font-size: 14px;
    }

    .bottom-skills-details p {
        font-size: 12px;
    }

    .small-col{
            flex: 0 0 100% !important;
            max-width: 100% !important;
    }

     .authentication-container .authentication{
        flex-direction: column;
    }

    .offcanvas-body .offcanvas-list ul li a{
        font-size: 14px;
    }

    .offcanvas-body .authentication-container {
        font-size: 14px;
    }
    
    .offcanvas-body .offcanvas-Menu{
        width: 70% !important;
    }

    .offcanvasdropbox-card{
        font-size: 12px;
    }
   
    .offcanvasdropbox-card img{
        max-width: 20%;
    }

    .user{
        font-size: 14px;
    }

    .offcanvas-custom-width{
        width: 70% !important;
    }

    .Hero-Header .Profile{
        display: none;
    }

    .Hero-Header .brand-image{
        width: 70px;
    }
     .Hero-Header .Header-container {
        padding: 0 1rem;
    }
     .Hero-Container .item-18{
        right: -20%;
        /* bottom: 0; */
        top:15%;
   
        }

        .Hero-Container .item-13{
            display: none;
   
        }

    
       
    .bookmark {
        width: 3em;
        height: 3.5em;
    }

    .bookmark::before{
        height: 119%;
    }

    .Hero-Header .brand-image{
        width: 50px;
    }

     .Hero-body{
        flex-direction: column;
        align-items: center;
        padding: 5rem 1rem;
    }

      .Hero-body-first{
        
        gap:1rem

    }
    .Hero-Contact{
        padding: 2rem 0rem;
        gap:0.5rem;
        justify-content: space-between;
        flex-direction: column;
    }

    .Hero-contact-button{
        font-size: 14px;
    }

    .Hero-contact-text{
        font-size: 14px;
    }
    .Hero-body-table{
        width: 100%;
    }

    .Hero-body-table h4{
        font-size: 18px;
    }

    .Hero-body-table p{
        font-size: 14px;
    }
    .Hero-body-second{
        width: 100%;
        padding: 1rem ;
    }

    .Hero-Container .item-6{
   
     /* opacity: 0.5; */
     right: -20%;
  /* bottom: 0%; */
        top: 24%;
        height: 150px;
        width: 150px;
    }

    .Hero-Container .item-13{
   
     right: -5%;
        top:10%;
     height: 130px;
    }

    .Hero-Container .item-10{
        left: 40%;
        top:8%;
        height: 110px;
    }

     .Hero-Container .item-9{
        left: 75%;
        top: 35%;
        
    }

    
     .Hero-Container .item-8{
        left:-11%;
        top:3%;
        height: 150px;
        width: 150px;
     }

     .Hero-Container .item-5{
        width: 350px;
        height: 350px;
        right: -23%;
     }

      .Hero-Container .item-16{
            bottom: 20%;
            left: 2%;
       }

       
    .Hero-Container .item-3{
           left:-28%;
           top: 58%;
       }

       .Hero-Container .item-12{
           left:50%;
           bottom: -5%;
       }

     .trapozoid {
        width: 140px;
        display: none;
        position: absolute;
        top: -40%;
        left: 46%;
    }

    .Hero-body-first .Header-text h1{
    font-size: 1.3rem;
    }

.Hero-body-first .Header-text p{
    font-size: 12px;
    }

.trapozoid-span h1{
    position: absolute;
    left: 5%;
    /* width: 21%; */
    }

.eyebrow{
    position: absolute;
    top: -200%;
     left: 106%;
    width: 85px;

    }
.Hero-body-table h4{
    font-size: 14px;
    }
.Hero-body-table p{
    font-size: 12px;
    }

    .Hero-contact-text img{
        width: 30px;
        height: 30px;
    }

    .Hero-body-table img{
        width: 40px;
        height: 40px;
    }

        .ribbontext{
        font-size: 23px;
        left:10%;
    }

    .Hero-body-second form{
        padding: 75px 16px;
        height: 500px;
        gap: 10px;
    }

    .Hero-body-second form input{
        font-size: 12px;
        height: 40px;
        padding: 5px 10px;
    }
    
    .Hero-body-second form textarea{
        font-size: 12px;
        height: 80px;
        padding: 5px 10px;
    }
     .Hero-body-second form button{
        height: 40px;
        font-size: 12px;
     }

    .Hero-body-second form .course-warper {
        height: 40px;
    }

    .Hero-body-second form .subject-warper{
        height: 40px;
    }

    .ribbon-img img {
        height: 250px;
        
    }
    .navbar-brand{
        margin-top: 0;
      
    }

    .navbar-brand .brand-image{
        width: 60px;
    }
     .Hero-contact-button{
        width: 100%;
     }

    .Hero-contact-button button{
        width: 100%;
    }
    .Hero-contact-text{
        width: 100%;
    }

    .Hero-Header{
        flex-wrap: nowrap !important;
    }

    .Hero-Header .serach-button{
        margin-left: 5px;
    }

    .book-img img {
        height: 125px;
    }

    .Hero-body-table .row-warper{
        width: 100%;
        overflow: hidden;
    }

   

    /* ------------------------------------ Skills Certificate ------------------------------------ */
     .Certificate-warper-second-half{
        height: 230px;
    }
    .Outer-circle{
        height: 400px;
        right: 0;
    }

    .inner-circle{
        height: 360px;
    }


/* ---------------------------------------------- Learning --------------------------------------- */
    .learning-text1{
        padding: 20px !important;
    }
    .learning-text1 p{
        font-size: 12px;
    }

    .learning-text2 p{
        font-size: 12px;
    }
    .learning-button button{
        font-size: 12px;
        padding: 10px;
    }

    .learning-button-2 button{
        font-size: 12px;
        padding: 10px;
    }
}


@media(min-width:1276px) and (max-width:1306px)
{
       .serach-button{
        width: 300px;
    } 

    
       .Header-Content ul{
        gap:10px;
    }
        .Hero-body-second{
        padding: none;
        padding-right: 1rem;
    }
      .Hero-body-second{
        padding: 0 0rem 0 1.5rem;

    }

      .Hero-body-first .Header-text h1{
        font-size: 1.8rem;
    }


}

@media (min-width:1141px) and (max-width:1275px)
{
    .serach-button{
        width: 220px;
    }

       .Header-Content ul{
        gap:5px;
    }
        .Hero-body-second{
        
        padding: 0 0rem 0 1rem;
    }
    
       .Hero-body-first .Header-text h1{
        font-size: 1.8rem;
    }

    
    .Hero-body-first .Header-text h1{
        font-size: 1.7rem;
    }

    
    .trapozoid{
        width: 235px;
    }

    .Hero-body{
        padding: 7.5rem 2rem;
    }

    /* ---------------------------------- Skills Certificate----------------------------------- */



    /* ---------------------------------------- Tutor------------------------- */


    /* -------------------------------------------- Learning------------------------------------ */


}


@media(min-width:1010px) and (max-width:1140px)
{
    .Header-Content ul{
        gap:0px
    }

    .Header-Button button{
        padding: 8px 23px;
    }
    .serach-button{
        width: 170px;
    }
    
    .Hero-body-second{
        /* padding: none; */
        padding: 0 0 0 1rem;
    }

    .Hero-body{
        padding: 7.5rem 1rem;
    }


    .Hero-Contact{
        padding: 2rem 0rem;
        gap: 3rem;
    }

    .Hero-contact-button{
    font-size: 1.2rem;
    }
    .Hero-contact-text{
        font-size: 1.2rem;
    }
          .Hero-body-first .Header-text h1{
        font-size: 1.6rem;
    }
    .Hero-Header .Header-container{
    padding: 0.5rem;
    }

    .signin-learn-button{
        width: 140px !important;
        padding: 8px 5px !important;
    }

    .register-learn-button{
        width: 140px !important;
        padding: 8px 5px !important;
    }

    /* ------------------------------- Skill Certificate ------------------------------------ */

   
/* ----------------------------- tutor---------------------------- */
 
/* ---------------------------------------- Lerning ----------------------------------------- */
 

}

@media(min-width:992px) and (max-width:1009px)
{
    .serach-button{
        width: 18%;
    }
    .Header-Content ul{
        gap:0px
    }

    .Hero-Header .Header-container{
        padding: 0 0.5rem;
    }

    /* .Header-Button button{
        padding: 8px 23px;
    } */

    .signin-learn-button{
        width: 140px !important;
        padding: 8px 5px !important;
        gap:5px !important;
    }

    .register-learn-button{
        width: 130px !important;
        padding: 8px 6px !important;
        gap:5px !important;
    }


   .Hero-body{
        flex-direction: column;
        align-items: center;
    }
    
    .Hero-body-first{
        width: 100% !important;
        align-items: center;
    }

    .Hero-body-second{
        width: 100% !important;
        padding: 1rem 4rem;
        
    }
      .Hero-body-second form{
        width: 100%;
        max-width: none;
    }
    .Hero-contact-button{
    font-size: 1.2rem;
    }
 .Hero-contact-text{
        font-size: 1.2rem;
    }

    .Hero-Container .item-6{
     position: absolute;
     /* opacity: 0.5; */
     height: 200px;
     width: 200px;
     right: -10%;
  /* bottom: 0%; */
        top: 24%;
    }

    .Hero-Container .item-6{
   
     /* opacity: 0.5; */
     right: -10%;
  /* bottom: 0%; */
        top: 24%;
        height: 180px;
        width: 180px;;
    }

    .Hero-Container .item-13{
   
        right: -5%;
        top:10%;
        height: 130px;
    }

    .Hero-Container .item-10{
        left: 40%;
        height: 130px;
        top:8%;
    }

     .Hero-Container .item-9{
        left: 75%;
        top: 35%;
    }

     .Hero-Container .item-8{
      left: -6%;
        top: 4%;
        height: 150px;
        width: 150px;
     }
    .Hero-Container .item-16{
            bottom: 20%;
            left: 2%;
       }

    .Hero-Container .item-3{
           left:-25%;
           top: 58%;
       }
           
    .trapozoid{
        width: 200px;
    }
     .trapozoid img{
        height: 250px;
     }

    .trapozoid-text{
        left: 3%;
    }
        .Hero-body-first .Header-text h1{
        font-size: 1.6rem;
    }

    .Hero-body-table {
        display: flex;
        justify-content: center;
    }

    .Hero-body-table .row-warper{
        width: 80%;
    }
     .Hero-contact-button{
        width: 100%;
    }
    .Hero-contact-button button{
        width: 100%;
    }

    .Hero-contact-text{
        font-size: 1rem;
        padding: 4px 20px;
        width: 100%;
    }

    
    .Hero-Container .item-18{
        right: 8%;
        /* bottom: 0; */
        top:20%;
   
    }

    /* -----------------------Skillls section ----------------------- */

    .Skill-set-1{
        width: 160px;
        
    }

    .skill-set-1-img{
        width: 150px;
        height: 150px;
    }
    
     .Skill-set-2{
        width: 160px;

    }

    .skill-set-2-img{
        width: 150px;
        height: 150px;
    }

     .Skill-set-3{
        width: 160px;

    }

    .skill-set-3-img{
        width: 150px;
        height: 150px;
    }

    .Skill-set-4{
        width: 160px;

    }

    .skill-set-4-img{
        width: 150px;
        height: 150px;
    }

    /* -------------------------------- Skills certificate ----------------------------------------- */


    /* --------------------------------tutor---------------------------- */
 

    /* -------------------------------- Learning -------------------------------------- */
  

}
@media(min-width:577px) and (max-width:991px)
{
    
    .Hero-Header .Profile .signup{
    width: 131px;
    }

    .bookmark {
        width: 4em;
        height: 3.8em;
    }

    .bookmark::before{
        height: 120%;
    }

    .Hero-Header .brand-image{
        width: 85px;
    }

     .Hero-Header .serach-button{
        width: 100%;
     }

     .Hero-Header .Header-container{
        flex-wrap: nowrap !important;
        gap:10px
     }

       .Hero-Header .Header-container{
        padding: 0 1rem;
    }

     .authentication-container{
        display: none;
     }

    .Hero-body{
        flex-direction: column;
        align-items: center;
        padding: 6.5rem 2rem;
    }

    .Hero-body-second{
        width: 100%;
         padding: 1rem 2.6rem;
    }
    
    .Hero-body-table h4{
        font-size: 16px;
    }

  

    .Hero-body-first{
        width: 100%;

        gap:1rem

    }

    .Hero-body-second form{
        width: 100%;
        max-width: none;
    }

    .Hero-Contact{
        padding: 2rem 0rem;
        gap: 3rem;
        justify-content: center;
    }

    .Hero-contact-button{
        font-size: 1rem;
        width: 100%;
    }
    .Hero-contact-button button{
        width: 100%;
    }

    .Hero-contact-text{
        font-size: 1rem;
        padding: 4px 20px;
        width: 100%;
    }

    .Hero-Container .item-6{
   
     /* opacity: 0.5; */
     right: -16%;
  /* bottom: 0%; */
        top: 24%;
        height: 180px;
        width: 180px;;
    }

    .Hero-Container .item-13{
   
        right: -5%;
        top:10%;
        height: 130px;
    }

    .Hero-Container .item-10{
        left: 40%;
        height: 130px;
        top:8%;
    }

     .Hero-Container .item-9{
        left: 75%;
        top: 35%;
    }

     .Hero-Container .item-8{
      left: -6%;
        top: 4%;
        height: 150px;
        width: 150px;
     }
    .Hero-Container .item-16{
            bottom: 20%;
            left: 2%;
       }

    .Hero-Container .item-3{
           left:-25%;
           top: 58%;
       }

     .Hero-Container .item-12{
           left:50%;
           bottom: -3%;
       }
        .Hero-Container .item-18{
        right: -10%;
        /* bottom: 0; */
        top:20%;
   
        }

    
  

    .Hero-body-first .Header-text h1{
        font-size: 1.7rem;
    }

        
    .trapozoid{
        width: 215px;
    }
   

    .trapozoid-text{
        left: 3%;
    }
      .Hero-Contact .Hero-contact-button button{
        padding: 16px 30px;
    }

    .Hero-body-table {
        display: flex;
        justify-content: center;
    }
    .Hero-body-table .row-warper{
        width: 90%;
    }


    /* ------------------------------------ Tutor------------------------------------- */


    .bottom-skills-details p {
        font-size: 12px;
    }

    /* ----------------------------------- Courses ------------------------------------------ */


    .Certificate-warper-first-half p{
        font-size: 14px;
    }

    .Certificate-warper-second-half{
        height: 300px;
    }

    .Certificate-warper{
        overflow: hidden;
    }

    .Outer-circle{
        height: 400px;
        right: 0;
    }

    .inner-circle{
        height: 360px;
    }
    
}



@media(min-width:420px) and (max-width:576px){


     .Hero-Header .serach-button{
        width: 100%;
     }

     .Hero-Header .Header-container{
        flex-wrap: nowrap !important;
        gap: 20px;
     }

    .authentication-container .authentication{
        flex-direction: column;
    }

    .offcanvas-custom-width{
        width: 60% !important;
    }

    .Hero-Header .Profile{
        display: none;
    }

    .bookmark {
        width: 3.7em;
    }
    .bookmark::before{
        height:120%;
    }

    .Hero-Header .brand-image{
        width: 80px;
    }

    
    .Hero-body{
        flex-direction: column;
        align-items: center;
        padding: 6.5rem 1rem;
    }


    .Hero-Contact{
        padding: 2rem 0rem;
        gap:0.5rem;
        justify-content: space-between;
        
    }

    .Hero-contact-button{
        font-size: 1rem;
        width: 100%;
    }
    .Hero-contact-button button{
        width: 100%;
    }

    .Hero-Contact .Hero-contact-button button{
        padding: 14px 10px;
    }

    .Hero-contact-text{
        font-size: 14px;
        padding: 5px 15px;
        width: 100%;
    }

    .Hero-contact-text img{
        height: 30px;
        width: 30px;
       }
    .Hero-body-table{
        width: 100%;
    }

    .Hero-body-table h4{
        font-size: 16px;
    }

    .Hero-body-table p{
        font-size: 14px;
    }
    .Hero-body-second{
        width: 100%;
        padding: 1rem 2.4rem;
    }

    .Hero-body-first{
    
    gap:1rem
    }

      .Hero-Container .item-6{
   
     /* opacity: 0.5; */
     right: -20%;
  /* bottom: 0%; */
        top: 24%;
        height: 150px;
        width: 150px;
    }

    .Hero-Container .item-13{
   
     right: -5%;
        top:10%;
     height: 130px;
    }

    .Hero-Container .item-10{
        left: 40%;
        top:8%;
        height: 110px;
    }

     .Hero-Container .item-9{
        left: 75%;
        top: 35%;
        
    }

    
     .Hero-Container .item-8{
        left:-11%;
        top:3%;
        height: 150px;
        width: 150px;
     }

     .Hero-Container .item-5{
        width: 350px;
        height: 350px;
        right: -23%;
     }

      .Hero-Container .item-16{
            bottom: 20%;
            left: 2%;
       }

       
    .Hero-Container .item-3{
           left:-28%;
           top: 58%;
       }

       .Hero-Container .item-12{
           left:50%;
           bottom: -5%;
       }
    
       .Hero-Container .item-18{
        right: -20%;
        /* bottom: 0; */
        top:20%;
   
        }

    .trapozoid {
        width: 200px;
        position: absolute;
        top: -96%;
        left: 47%;  
    }

    .Hero-body-first .Header-text h1{
    font-size: 1.4rem;
    }

    .Hero-body-first .Header-text p{
    font-size: 14px;
    }


    .eyebrow{
        position: absolute;
        top: -200%;
        left: 106%;
        width: 95px;
    }


 .Hero-body-table img{
        width: 30px;
        height: 30px;
    }

    .Hero-body-second form input{
        font-size: 14px;
        height: 40px;
    }
    .Hero-body-second form .course-warper{
        height: 40px;
        font-size: 14px;
    }
    .Hero-body-second form .subject-warper{
        height: 40px;
    }
    .Hero-body-second form textarea{
        height: 80px;
    }
    .Hero-body-second form button{
        height: 40px;
        font-size: 14px;
    }

    .book-img img{
        height: 120px;
    }
   
    .Hero-body-table .row-warper{
        width: 100%;
    }

    /* ------------------------------------ Skill certificate----------------------------------------- */
    .Certificate-warper-second-half{
        height: 260px;
    }
    .Outer-circle{
        height: 400px;
        right: 0;
    }

    .inner-circle{
        height: 360px;
    }

    

    /* ----------------------------------- Tutor------------------------------------ */



    /* ----------------------------------- Learning ----------------------------------------------- */



}


@media(max-width:340px)
{
    .serach-button{
        width: 160px;
    }

    .Hero-Header .serach-button .filter-icon{
        
        right: 25%;
       
    }

     
    .bookmark {
        width: 3em;
        height: 3.5em;
    }

    .bookmark::before{
        height: 119%;
    }

   .Hero-Header .Header-container {
        padding: 0 1rem;
    }
    .Hero-Contact{
        flex-direction: column;
    }

    .Hero-Header .brand-image{
        width: 50px;
    }

        .Hero-contact-button{
        font-size: 12px;
    }

    .Hero-contact-text{
        font-size: 12px;

    }

    .Hero-contact-text img{
        width: 30px;
        height: 30px;
    }

    .Hero-body-table img{
        width: 40px;
        height: 40px;
    }
    .Hero-body-second{
        padding: 1rem;
    }

    .Hero-body-second form{
        padding: 75px 16px;
        height: 500px;
        gap: 10px;
    }

    .Hero-body-second form input{
        font-size: 12px;
        height: 40px;
        padding: 5px 10px;
    }
    
    .Hero-body-second form textarea{
        font-size: 12px;
        height: 80px;
        padding: 5px 10px;
    }
     .Hero-body-second form button{
        height: 40px;
        font-size: 12px;
     }

    .Hero-body-second form .course-warper {
        height: 40px;
    }

    .Hero-body-second form .subject-warper{
        height: 40px;
    }

    .ribbon-img img {
        height: 250px;
        
    }

    .book-img img {
        height: 120px;
    }

    .ribbontext {
    font-size:20px
    }

    .navbar-brand{
        margin-top: 0;
    }

    .navbar-brand .brand-image{
        width: 60px;
    }

    .Hero-body{
        padding: 5rem 1rem;
    }

    .Hero-body-table{
        padding: 0;
    }
     .Hero-contact-button{
        width: 100%;
     }

    .Hero-contact-button button{
        width: 100%;
    }
    .Hero-contact-text{
        width: 100%;
    }

    .Hero-body-table .Hero-body-row .column-1{

        gap:0.5rem;
    }
    .Hero-body-table .Hero-body-row .column-1 h4{
        font-size: 13px;
    }
   
    .Hero-body-table .Hero-body-row .column-2{
    
        gap:0.5rem;
    }
        .Hero-body-table .Hero-body-row .column-2 h4{
        font-size: 13px;
    }
   
    .Hero-body-table .Hero-body-row-2 .column-3{

         gap:0.5rem;
    }
    .Hero-body-table .Hero-body-row-2 .column-3 h4{
        font-size: 13px;
    }
   

    .Hero-body-table .Hero-body-row-2 .column-4{
    
        gap:0.5rem;
    }

    .Hero-body-table .Hero-body-row-2 .column-4 h4{
        font-size: 13px;
    }
   

    .Hero-body-table .Hero-body-row-3 .column-5{

        gap:0.5rem;
    }
    .Hero-body-table .Hero-body-row-3 .column-5 h4{

       font-size: 13px;
    }

    /* ----------------------------- Skills ------------------------------ */

    .Skill-Header-text  h2{
        font-size: 1.2rem;
    }

    /* ------------------------------------ Tutor--------------------------------- */

    .courses-warper{
        padding: 50px 20px;
    }

    .courses-item{
        gap:40px;
        justify-content: space-around;
        
    }
    .courses-card{
        width: 280px;
    }

}






