:root{
  --color1: #41246D;
  --color2: #F24080;
  --color3: rgb(241, 236, 236);
  --color4: #e4e0e0;
  
}
*{
  margin: 0px;
  padding: 0px;
}
html,body{
  width: 100%;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
a {
/* color: black; */
text-decoration: none;
transition: color 0.3s;

}

a:hover, a:focus, a:active {
/* color: black; */
text-decoration: none;
outline: 0;
}
a:visited {
text-decoration: none;
outline: 0;
}
button:hover{
/* background-color: var(--color2); */
color: white;
}
.btn:hover {
background-color: var(--color1);
color:white;
/* border: 2px solid --color2; */
}


/* *************** */
.header{
width: 100%;

margin: 0 auto;
text-align: center;



 color: black ;
position: fixed;
top:0;
z-index: 999;

background-image: url(../image/background/5294338.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
text-align: center;

}




.navbar-nav{
gap: 80px;
}

.nav-link {
color: var(--color2);


}
.nav-link:hover{
border-radius: 20px 50px 20px 50px;
background-image: url(../image/background/pastel_low_poly_background_2809);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}


.anchor1:hover{
background-image: url(../image/background/pastel_low_poly_background_2809.jpg);
color:var(--color1);
border-radius: 50px 20px 50px 20px;
background-position: center center;
background-size: cover;

}

.anchor1:active{
background-image: url(../image/background/pastel_low_poly_background_2809.jpg);
color:var(--color1);
border-radius: 50px 20px 50px 20px;
background-position: center center;
background-size: cover;
}








.edup-logo{
height: 100px;
width: 90px;


}


.navbar-brand
{

font-weight: 600;


}
.navbar .navbar-nav .nav-item .nav-link
{

font-weight: 600;

text-transform: uppercase;

}

.login-head{
background-color: var(--color2);
color: white;
}









/*  */

.main-img{
  background-image:
  /* linear-gradient(to bottom,rgba(214, 217, 232, 0.52), rgba(177, 151, 171, 0.532)), */
  url('../image/background/5294338.jpg');
 
  background-position: right bottom;
  background-size: cover;
  width: 100%;
  height: 300px;

}

.main-head{
  padding-top: 150px;
  text-align: center;
}


















.accordion {
  background-color:var(--color4);
  font-size: 20px;
    color:black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    font-size: 20px;
  }
  
  .active, .accordion:hover {
    background-color: #ccc;
  }
  
  .accordion:after {
    content: '\002B';
    color:white;
    font-weight: bolder;
    float: right;
    margin-left: 5px;
    font-size: 20px;

  }
  
  .active:after {
    content: "\2212";
    font-size: 20px;
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    font-size: 20px;
    transition: max-height 0.2s ease-out;
  }
  .btn-eli{
    background-color: #41246D;
    color: var(--color2);
    position: relative;
    bottom: 100px;

  }
  .btn-eli:hover{
    border: 2px solid #41246D;
color: black;
  }
  a:focus, a:active {
    color: white;
    text-decoration: none;
    outline: 0;
  }
  a:visited {
    text-decoration: none;
    outline: 0;
  }


































































  /* ****************** */


  @media screen and (min-width: 992px)
  {
   
     .dropdown .dropdown-menu.show
     {
        display: none !important;
     }
     .dropdown:hover .dropdown-menu
     {
       display: block !important;
     }
     .dropdown:focus .dropdown-menu
     {
       display: block !important;
     }
 
     .banner img
     {
       width: 100%;
       height: 100vh;
       object-position: center;
       object-fit: cover;
     }
  }
  /* **************************************** */
.section2{
  position: relative;
  bottom: 100px;
}


  ::selection{
    background:var(--color2);
  }
  .wrapper{
    max-width: 700px;
    width: 100%;
    margin: 200px auto;
    padding: 25px 30px 30px 30px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  }
  .wrapper header{
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .wrapper nav{
    position: relative;
    width: 80%;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .wrapper .nav1 label{
    display: block;
    height: 200px;
    width: 200px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color:var(--color1);
    font-size: 17px;
    border-radius: 5px;
    margin: 0 5px;
    transition: all 0.3s ease;
  }
  .wrapper .nav1 label:hover{
    background:var(--color2);
  }
  #home:checked ~ .nav1 label.home,
  #blog:checked ~ .nav1 label.blog,
  #code:checked ~ .nav1 label.code,
  #help:checked ~ .nav1 label.help,
    #about:checked ~ nav label.about{
    color: #fff;
  }
  .nav1 label i{
    padding-right: 7px;
  }
  .nav1 .slider{
    position: absolute;
    height: 100%;
    width: 20%;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 5px;
    background: var(--color2);
    transition: all 0.3s ease;
  }
  input[type="radio"]{
    display: none;
  }
  #blog:checked ~   .nav1 .slider{
    left: 20%;
  }
  #code:checked ~   .nav1 .slider{
    left: 40%;
  }
  #help:checked ~   .nav1 .slider{
    left: 60%;
  }
  #about:checked ~   .nav1 .slider{
    left: 80%;
  }
  section .content{
    display: none;
    background: #fff;
  }
  #home:checked ~ section .content-1,
  #blog:checked ~ section .content-2,
  #code:checked ~ section .content-3,
  #help:checked ~ section .content-4,
  #about:checked ~ section .content-5{
    display: block;
  }
  .section2 .content .title{
    font-size: 21px;
    font-weight: 500;
    margin: 30px 0 10px 0;
  }
  .section2 .content p{
  text-align: justify;
  }

   

/* ***************************************************** */
  footer{
    /* background-color: #24262b; */
    background-color: var(--color1);
      padding: 70px 0;
      --mask: 
      conic-gradient(from 45deg at left,#0000,#000 1deg 89deg,#0000 90deg) left/51% 20px repeat-y,
      conic-gradient(from -135deg at right,#0000,#000 1deg 89deg,#0000 90deg) right/51% 20px repeat-y;
    -webkit-mask: var(--mask);
            mask: var(--mask);
  
            
  
            
      
  }
  .footer-col{
     width: 25%;
     padding: 0 15px;
  }
  .footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
  }
  .footer-col h4::before{
    content: '';
    position: absolute;
    left:0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
  }
  .footer-col ul li:not(:last-child){
    margin-bottom: 10px;
  }
  .footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
  }
  .footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 8px;
  }
  .footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin:0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
  }
  .footer-col .social-links a:hover{
    color: #24262b;
    background-color: #ffffff;
  }
  
  /*responsive*/
  @media(max-width: 767px){
    .footer-col{
      width: 50%;
      margin-bottom: 30px;
  }
  }
  @media(max-width: 574px){
    .footer-col{
      width: 100%;
  }
  }
 
  


