@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;

}
nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 0px 0px 10px 0px;
    transition: .5s;
    z-index: 100;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
nav .logo{
    float: left;
    background: #fff;
}
nav .logo img{
    height: 94px;
    transition: .5s;
    padding: 12px;
}
nav ul{
    float: right;
    margin: 0;
    padding: 0;
    display: flex;
}
nav ul li{
    list-style: none;
    
}
nav.white{
    background: rgb(255, 255, 255);
    z-index: 10000;
}
nav ul li a{
    line-height: 80px;
    color: #8259e2;;
    padding: 3px 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
nav ul li a:hover{
    color:#fff;
    background: #8259e2;
}

.sec1{
    width: 100%;
    height: 100vh;
    background: url(../image/maxresdefault.jpg);
    background-size: cover;

}

.responsive-bar{
    display: none;
}
@media (max-width:1286px){
    .responsive-bar{
        display: block;
        width: 100%;
        height: 75px;
        position: fixed;
        top: 0;
        left: 0;
        padding: 5px 20px;
        box-sizing: border-box;
        z-index: 1000000;
        background: rgb(255, 255, 255);
    }
    .responsive-bar .logo img{
        float: left;
        height: 66px;
    }
    .responsive-bar .menu img{
        float: right;
        margin: 29px 11px 0px 11px;
        padding: 0;
        width: 40px;
        height: 30px;
        cursor: pointer;
        filter:invert(1);
    }
    nav,
    nav.white{
        background: #ffffff;
        height: 100px;
        padding: 0;
        /* z-index: 0; */
    }
    nav .logo{
        display: none;
    }
    nav ul{
        position: absolute;
        width: 100%;
        top: 75px;
        left: 0;
        background: #fff;
        float: none;
        display: none;
    }
    nav ul.active{
        display: block;
    }
    nav ul li{
        width: 100%;

    }
    nav ul li a{
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        /* line-height: 30px !important; */
        line-height: 45px;
    }
    section{
        margin-top: 6pc;
    }

}


/* section design */
.patti{
    background: #8259e2;
}
.slidercolor{
 background: url(../image/slider/slider4.jpg);
 background-position: center; 
 position: relative;
/* padding: 23px; */
height: 516px;
}

.intendLink{
    display: flex;
    padding: 12px;
}
.intendLink li{
    list-style: none;
    color: white;
    margin: 0 6px;
}
.intendLink li a{
    text-decoration: none;
    color: #fff;
}
.container2{
    display: flex;
    justify-content: center;
    padding: 6pc 0 0 0;
}
.upheading{
    color: white;
    font-weight: bolder;
}



.thirdHeading{
    text-align: center;
    padding-top: 5pc;
}
.thirdHeading p{
    display: block;
    margin: 0 auto;
    width: 95%;
}

.howCreditCard{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
 
}
.contentCard{
    width: 350px;
    text-align: center;
    margin: 23px;
    padding: 23px;

}
.contentCard:hover{
    transition: all 0.3s ease-out;
    box-shadow: -4px 2px 27px -1px rgb(51 66 155 / 44%);
}
.contentCard img{
    margin-bottom: 25px;
}
.contentHead h5{
    color: #8259e2;
}




/* form design */

input, select, button{
    color: #333;
    font-size: 14px;
}
/* :focus{
    outline: none !important;
} */
.inner .image-holder{
    width: 50%;
    height: 40pc;
}
select{
    cursor: pointer;
}
.image-holder img{
    width: 100%;
    height: 100%;
}
.wappers{
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 2px 2px 2px rgba(0,0,0,0.3); */
}
.inner{
    padding: 20px;
    background: #fff;
    margin:  auto 
    ;
    display: flex;
    width: 90%;
    box-shadow: 2px 2px 17px 1px rgb(201 56 56 / 55%);
}
.inner form{
    width: 50%;
    padding: 36px 45px 0 45px;
}
.inner h3{
    text-transform: uppercase;
}
.form-wrapper{
    position: relative;
}
.form-control{
    border: 1px solid #333;
    border: none !important;
    border-bottom: 1px solid #333 !important;
    display: block;
    width: 100%;
    height: 30px;
    padding-right: 0;
    margin-bottom: 25px;
}
.inputBox input[type="submit"] {
  position: relative;
  cursor: pointer;
  background: #8259e2;
  border: none;
  max-width: 150px;
  padding: 12px;
  color: #fff;
  width: 100%;
  /* display: flex; */
}
button{
    border: none;
    width: 164px;
    height: 51px;
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    background: #8259e2;
    color: white;    
}

@media (max-width:832px) {
    .inner{
        display: block;
    }
    .inner .image-holder{
        width: 100%;
        padding: 40px 0 30px;
    }
    .inner form{
        width: 100%;
        padding: 35px 0px 0 0px;
    }
    button{
        margin-top: 60px;
    }



    .container2 {
        text-align: center;
        margin: 3px;
    }
}

/* form design finsih */





  /* footer design */

  footer{
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 100px;
    background: #8259e2;
  }
  footer .container4{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  footer .container4 .sec h2{
    position: relative;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
  }
  footer .container4 .sec h2::before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #f8f9fa;
  }
  .sec ul li a{
    color: #fff;
    text-decoration: none;
  }
  .sec ul li{
    list-style: none;
  }
  .sec ul{
    padding: 0;
  }
  .sci2{
    margin-top: 20px;
    display: grid;
  }
  .sci2 li{
    list-style: none;
  }
  .sci2 li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #8259e2;
    display: grid;
    align-items: center;
    justify-content: center;
  }
  .aboutus img{
    background: white;
    padding: 12px;
    width: 7pc;
  }
  .sci2 li:hover a {
    color: #ff3838;
    background: white !important;
  }
  .sci2{
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 50px);
    
  }
  .copyright{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background: #6341b3;
    color: white;
    text-align: center;
    flex-wrap: wrap;
  }
  
  /* nav{
    margin: 0px 550px;
  } */
  @media only screen and (max-width: 1500px) {
    nav {
      margin: 0px;
    }
  }
  /* card responsive */
  
  @media (max-width:412px) {
    .box-container {
      padding: 19px 0px;
    }
    .box-container .box {
      margin: 7px 0px;
    }
  }
  
  /* footer responsive */
  @media (max-width:1052px){
    footer{
      padding: 40px;
    }
    footer .container4{   
      grid-template-columns: repeat(2, 1fr);
    }
    nav{
      margin: 0px;
    }
  }
  @media (max-width:656px){
    footer .container4{   
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  


