@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Spartan',sans-serif;
}
html{
  scroll-behavior: smooth;
}
h1 {
    font-size: 50px;
    line-height: 64px;
    color: #222;
}
h2 {
    font-size: 46px; 
    line-height: 54px;
    color: #222;
}
h4 {
    font-size: 20px;
    line-height: 64px;
    color: #222;
}

h6 {
    font-weight: 700;
    font-size: 12px;
}
p {
    font-size: 16px;
    color: #465b52;
    margin: 15px 0px 20px 0;
}
.section-p1 {
    padding: 40px 80px;
}
.section-m1 {
    padding: 40px 0px;
}

button.normal {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.2s;
}

body {
    width: 100%;
}


/*Header Start*/

#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background-color: #e3e6f3;
    box-shadow: 0 5px 15px rgb(0, 0, 0 0.06);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
 }

#navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
 }

 #navbar li {
    list-style: none;
    padding: 0 20px;
    position: relative;
 }

 #navbar li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #1a1d1c;
    transition: 0.3s ease;
 }

 #navbar li a:hover,
 #navbar li a.active {
    color: #f39405;
 }

 #navbar li a.active::after,
 #navbar li a:hover::after {
    content: "";
    width: 30%;
    height: 2px;
    background-color: #f39405;
    position: absolute;
    bottom: -4px;
    left: 20px;
 }


 #mobile {
  display: none;
  align-items: center;
 }

 #close{
  display: none;
 }
/*hompe*/

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 35px;
  padding: 15px 45px;
  position: absolute;
  bottom: 180px;
  width: 100%;
  text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/*.active, .dot:hover {
  background-color: #717171;
}
*/
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

#feature {
    display: flex;
    text-align: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#feature .fe-box {
    width: 180px;
    text-align: center;
    padding: 25px 15px;
    box-shadow: 20px 20px 34px rgb(0, 0, 0 0.03);
    border:  1px solid #cce7d0;
    border-radius: 4px;
    margin: 15px 0;
}

#feature .fe-box:hover{
    box-shadow: 10px 10px 54px rgb(70, 62, 221 0.01);
    background-color: #f0ebeb;
}

#feature .fe-box h6 {
    display: inline-block;
    padding: 9px 8px 6px 8px;
    line-height: 1;
    border-radius: 4px;
    color: #fff;
    background-color: #aa0606;

}
#feature .fe-box img {
    width: 100%;
    margin-bottom: 10px;
}

#feature .fe-box:nth-child(2) h6{
    background-color: rgb(96, 184, 184);
    color: #fff;
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

footer .col h4 {
  color: #0f0f0f;
}

footer .logo{
   margin-bottom: 30px;
}

footer h4{
    font-size: 14px;
    padding-bottom: 2px;
}
footer p{
    font-size: 13px;
    margin: 0 0 8px 0;
    color: #1a1d1c;
}

footer p strong{
 color: #1a1d1c;
}


footer a{
    font-size: 13px;
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;
}

footer .follow{
    margin-top: 20px;
}
footer .follow i{
    color: blue;
    padding-right: 6px;
    cursor: pointer;
}
footer .install .row img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 0, 186, 0.5);
}

footer .install .row img{
    border: 1px solid grey;
    border-radius: 4px;
}
footer .install img{
    margin: 10px 0 15px 0;
}

footer .follow i:hover,
footer a:hover{
    color: purple;
    transition: 0.3;
}
footer .copyright{
    width: 100%;
    text-align: center;
}
/*blog*/
#feature .fe-box:nth-child(3) h6{
    background-color: rgb(53, 93, 168);
    color: #fff;
}

#feature .fe-box:nth-child(4) h6{
    background-color: rgb(177, 92, 12);
    color: #fff;
}

#feature .fe-box:nth-child(5) h6{
    background-color: rgb(138, 18, 185);
    color: #fff;
}

#feature .fe-box:nth-child(6) h6{
    background-color: rgb(173, 14, 107);
    color: #fff;
}

#products1 {
  text-align: center;
}
#products1 h2 {
  font-size: 30px;
}
#products1 p {
  color: #000;
}

#products1 .pro-container{
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  flex-wrap: wrap;

}
#products1 .pro {
  width: 23%;
  min-width: 250px;
  padding: 10px 12px;
  border: 1px solid #cce7d0;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 20px 20px 30px rgb(0, 0, 0 0.02);
  margin: 15px 0;
  transition: 0.2s ease;
  position: relative;
}

#products1 .pro img {
  width: 100%;
  border-radius: 20px;
}
#products1 .pro:hover {
  box-shadow: 20px 20px 30px rgb(0, 0, 0 0.06);
  transition: 1.5s ease;
  background-color: #eaebea;
}
#products1 .pro .des {
  text-align: start;
  padding: 10px 0;
}
#products1 .pro .des span {
  color: #1a1d1c;
  font-size: 15px;
}
#products1 .pro .des h5 {
  padding-top: 7px;
  color: #000;
  font-size: 17px;
}
#products1 .pro .des i {
  font-size: 12px;
  color: #ffc60a;
}
#products1 .pro .des h4 {
  padding-top: 7px;
  font-size: 15px;
  font-weight: 700;
  color: #140557;
}


#products1 .pro .cart {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  background-color: #f0f8f5;
  font-weight: 500;
  color: #140557;
  border: 1px solid #140557;
  position: absolute;
  bottom: 30px;
  right: 10px;
}
.AddToCart {
  width: 100px;
  height: 40px;
  border-radius: 10px;
  background-color: orange;
  font-weight: 500;
  color: #000;
  border: 2px solid #fff;
  position: absolute;
  bottom: 30px;
  right: 20px;

}

.AddToCart:hover {
  background-color: #000;
  color: #fff;
  font-size: 13px;
}

#products1 .pro .cart:hover{
  background-color: #000;
  color: #fff;
  font-size: 16px;
}


.btn-purchase {
  font-size: 15px;
  align-items: center;
  color: #fff;
  background-color: #140557;
  padding: 10px 10px 10px 13px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 10px;
}
/*
.btn {
  background-color: light-green;
  color: #140557;
  font-size: 16px;
}
*/
/* animation effect */
@keyframes zoomIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

#products1 .pro{
  animation: zoomIn 2.0s forwards;
}

#banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url(images/Homebanner\ 2.jpg);
  width: 100%;
  height: 40vh;
  background-size: cover;
  background-position: center;
}
#banner h4 {
  color: #fff;
  font-size: 20px;
}

#banner h2 span {
  color: rgb(255, 0, 0);
}

#banner h2 {
  color: #000;
  font-size: 35px;
  padding: 1px 0px;
}

#banner button {
  margin-top: 10px;
}

#banner button:hover {
  background-color: #140557;
  color: #fff;
}
#small-banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#small-banner .banner-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url(images/small-banner\ 3.jpg);
  min-width: 580px;
  height: 50vh;
  background-size: cover;
  background-position: center;
  padding: 30px;
}

#small-banner .banner-box2 {
  background-image: url(images/small\ banner\ 4.jpg);
}

#small-banner .banner-box2 h5 {
  color: orange;
}

#small-banner .banner-box2 span {
  color: #fff;
}

#small-banner  h4 {
  color: #ff0000;
  font-size: 20px;
  font-weight: 500;
}

#small-banner  h5 {
  color: #000;
  font-size: 18px;
  font-weight: 900;
}

#small-banner span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
  padding-top: 5px;
}

#small-banner .banner-box button {
  color: #fff;
  border-radius: 10px;
}
#small-banner .banner-box:hover button {
  color: #fff;
  background-color: #140557;
  border: 1px solid #f0ebeb;
  border-radius: 10px;
}

#banner3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 80px;
}
#banner3 .banner-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url(images/small\ banner\ 7.jpg);
  min-width: 30px;
  height: 30vh;
  background-size: cover;
  background-position: center;
  padding: 20px;
  margin-bottom: 20px;
}
#banner3 .banner-box:hover {
  box-shadow: 20px 20px 30px rgb(0, 0, 0 0.06);
  transition: 3.5s ease;
  background-color: #eaebea;
}


#banner3 h2 {
  color: #ff0000;
  font-weight: 700;
  font-size: 18px;
}
#banner3 h3 {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

#banner3 .image2 {
  background-image: url(images/small\ banner\ 10.jpg);
}

#banner3 .image3 {
  background-image: url(images/small\ banner\ 9.jpg);
}

#Newsletter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-image: url(images/homebanner\ 6.png);
  background-repeat: no-repeat;
  background-position: 20% 30%;
  background-color: #0d0e0d;
}

#Newsletter h4 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

#Newsletter p span {
  color: orange;
}

#Newsletter p {
  font-size: 14px;
  font-weight: 600;
  color: #c9c2c2;
}


#Newsletter .form {
  display: flex;
  width: 40%;
}

#Newsletter input {
  height: 3.125rem;
  padding: 0 1.25rem;
  font-size: 14px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 7px;
  outline: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#Newsletter button {
  background-color: orange;
  color: #fff;
  white-space: nowrap;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*
.reveal{
  position: relative;
  transform: translateY(150px);
  
  transition: all 2s ease;
}

.reveal.active{
  position: relative;
  transform: translateY(0px);
  opacity: 1;
}
*/
/*start our media querry*/
@media (max-width:799px) {
  .section-p1 {
    padding: 40px 40px;
  }
  #navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    width: 300px;
    background-color: #e3e6f3;
    box-shadow:0 40px 60px rgb(0, 0, 0, 0.1);
    padding: 80px 0 0 10px;
    transition: 0.3s;
  }
  #navbar li{
    margin-bottom: 25px;
    }

  #navbar.active {
    right: 0px;
   }

  #mobile {
    display: flex;
    align-items: center;
   }

  #mobile i {
    color: #1a1d1c;
    font-size: 24px;
    padding-left: 20px;
   }
  #close {
    display: initial;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #222;
    font-size: 24px;
   }
  #lg-bag {
    display: none;
   }

  .slideshow-container {
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    }
  #feature {
      justify-content: center;
    }

  #feature .fe-box {
      margin: 15px 15px;
   }
  #products1 .pro-container {
      justify-content: center;
  
    }
  #products1 .pro {
      margin: 15px;
    }

  #banner {
      height: 20vh;
    }

  #small-banner .banner-box {
      min-width: 100%;
      height: 30vh;
    }
  #banner3 {
      padding: 0 40px;
    }

  #banner3 .banner-box {
      width: 28%;
  }
  #Newsletter .form {
    width: 70%;
  }
}

@media (max-width:477px) {
  #header {
    padding: 10px 30px;
  }

  .section-p1 {
    padding: 20px;
    }

  #products1 .pro {
    width: 100%;
  }
  #banner {
    height: 40vh;
  }
  #small-banner .banner-box {
    height: 40vh;
  }
  #small-banner .banner-box2 {
    margin-top: 20px;
  }
  #banner3 {
    padding: 0 20px;
  }
  #banner3 .banner-box {
    width: 100%;
  }
  #Newsletter {
  padding: 40px 20px;
  }
  #Newsletter .form {
    width: 100%;
  }
}

/*blog*/

#blog-banner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url("images/E-products/BBB3.JPG");
  width: 100%;
  height: 20vh;
  background-size: cover;
  background-position: center;
}

#blog-banner h5{
  color: #fff;
  font-size: 15px;
}

#blog-banner span{
  color: #fff;
  font-size: 15px;
}


h3 {
  height: 5vh;
  padding: 15px 10px 0px 10px;
  color: darksalmon;
  text-align: center;
  justify-content: center;
  align-items: center;
}

#Blogging-Det {
  margin: 0;
  padding: 0;
}

.blog-post {
  width: 600px;
  margin: 10px 60px;
  padding: 20px;
}

.blog-post img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1200px;
  height: 70vh;
  padding: 15px 10px 0px 10px;
}


.read-more {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

.read-more i {
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .blog-post {
    max-width: 500px;
  }
}

button.white {
  font-size: 13px;
  font-weight: 600;
  padding: 11px 18px;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #fff;
  outline: none;
  transition: 0.2s;
}


#banner-blog3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 80px;
}
#banner-blog3 .banner-boxblog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url("images/E-products/BBB5.JPG");
  min-width: 30px;
  height: 30vh;
  background-size: cover;
  background-position: center;
  padding: 20px;
  margin-bottom: 20px;
}

#banner-blog3 h2 {
  color: #ff0000;
  font-weight: 700;
  font-size: 18px;
}
#banner-blog3 h3 {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

#banner-blog3 .post2 {
  background-image: url("images/E-products/BBB6.JPG");
}

#banner-blog3 .post3 {
  background-image: url("images/E-products/BBB7.JPG");
}

#banner-blog3 .banner-boxblog:hover button{
  background: #088178;
  border: 1px solid #088178;
}
.thin-line {
  border: none;
  height: 1px;
  background-color: orange;
}
/*article*/
#blog-post .post {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;

}

#blog-post .post p {
  font-size: 15px;
  color: #0d0e0d;
  font-weight: 500;
}
/*about*/
#AboutUs, h1, h4, ul, li, p{
  margin: 0;
  padding: 0;
  color: #fff;
}

#AboutUs {
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
  line-height: 1.6;
}

.AboutUs1 {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 1rem;
}

nav {
  background-color: orange;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
}

nav ul {
  list-style: none;
}

nav ul li {
  display: inline;
  margin-right: 20px;
}

#mission {
    background-color: black;
    margin: 20px;
    padding: 20px;
    border-radius: 5px;
  }

  #team {
    background-color: black;
    margin: 20px;
    padding: 20px;
    border-radius: 5px;
  }

  #contact {
    background-color: black;
    margin: 20px;
    padding: 20px;
    border-radius: 5px;
  }


/*shop*/
#page-header {
  width: 100%;
  height: 30vh;
  background-image: url(images/homebanner5.jpg);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  padding: 14px;
}

#page-header h2 {
  color: #fff;

}

#pagination {
  text-align: center;
}

#pagination a {
  text-decoration: none;
  background-color: #140557;
  padding: 15px 20px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
}

#pagination a i {
  font-size: 16px;
  font-weight: 600;
}
/*contact*/
#contact-banner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url("images/Products/BlogPhoto.PNG");
  width: 100%;
  height: 20vh;
  background-size: cover;
  background-position: center;
}

#contact-banner h5{
  color: #fff;
  font-size: 15px;
}

#contact-banner span{
  color: #fff;
  font-size: 15px;
}
#contact-details{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#contact-details .details{
  width: 40%;
}
#contact-details .details span, 
#form-details form span {
  font-size: 12px;
}
#contact-details .details h2,
#form-details form h2 {
  font-size: 26px;
  line-height: 35px;
  padding: 20px 0;
}
#contact-details .details h3{
  font-size: 16px;
  padding-bottom: 15px;
}
#contact-details .details li{
  list-style: none;
  display: flex;
  padding: 10px 0;
}
#contact-details .details li i{
  font-size: 14px;
  padding-right: 22px;
}
#contact-details .details li p{
  margin: 0;
  font-size: 14px;
  color: #1a1d1c;
}
#contact-details .map{
  width: 55%;
  height: 400px;
}
#contact-details .map iframe{
  width: 100%;
  height: 100%;
}
#form-details{
  display: flex;
  justify-content: space-between;
  margin: 30px;
  padding: 80px;border: 1px solid #e1e1e1;
}
#form-details form{
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#form-details form input,
#form-details form textarea {
  width: 100%;
  padding: 12px 15px;
  outline: none;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
}
#form-details form button {
  background-color: #088178;
  color: #fff;
}
#form-details .people div{
  padding-bottom: 25px;
  display: flex;
  align-items: flex-start;
}
#form-details .people div img{
  width: 85px;
  height: 85px;
  object-fit: cover;
  margin-right: 15px;
}
#form-details .people div p {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #1a1d1c;
}
#form-details .people div p span{
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 0;
}


/*cart*/
#cart table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  white-space: nowrap;
} 
#cart table img{
  width: 40px;
}
.RemoveButton{
  color: #fff;
  background-color: #aa0606;
  padding: 10px 8px 10px 6px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-left: 20px;
}
.RemoveButton:hover{
  background-color: #000;
  color: #fff;
}


/*
#cart table td:nth-child(1) button{
  color: #fff;
  background-color: #aa0606;
  padding: 10px 8px 10px 6px;
  border: 1px solid #fff;
  border-radius: 5px;
}

#cart table td:nth-child(1) button:hover{
  background-color: #000;
  color: #fff;

}

#cart table td:nth-child(2){
  width: 150px;
  text-align: center;
}
#cart table td:nth-child(3){
  width: 250px;
  text-align: center;
}
#cart table td:nth-child(4)
#cart table td:nth-child(5)
#cart table td:nth-child(6){
  width: 150px;
  text-align: center;
}

#cart table td:nth-child(5) input{
  width: 70px;
  padding: 10px 5px 10px 15px;
}

#cart table thead {
  border: 1px solid #e1e1e1;
  border-left: none;
  border-right: none;
}
#cart table thead td{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  padding: 18px 0;
}
#cart table tbody tr td {
  padding-top: 15px;
}

#cart table tbody td {
  font-size: 13px;
}
*/
.cart-header {
  font-weight: 600;
  font-size: 1.25em;
  color: #333;
}

.cart-column {
  display: flex;
  align-items: center;
  border-bottom: 1px solid black;
  margin-top: 10px;
  padding: 10px 20px 30px 15px;
}

.cart-item {
  width: 45%;
}
.cart-item-title {
  color: #000000;
  margin-left: 22%;
}


.cart-row {
  display: flex;
  width: 70%;
}

.cart-quantity-input {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 10px 5px 10px 15px;
}

/*Sign Up*/
#sign_up
{
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-image: url(images/small\ banner\ 7.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  }

#sign_up .sign_up-form {
  width: 300px;
  box-shadow: 0 0 3px 0 rgba(0,0,0,3);
  background: #fff;
  padding: 20px;
  margin: 8% auto 0;
  text-align: center;
}
#sign_up .sign_up-form h1{
  font-size: 30px;
  margin-bottom: 20px;
  color: #1c8adb;

}
#sign_up .sign_up-form .input-box {
  border-radius: 20px;
  padding: 10px;
  margin: 10px 0;
  width: 100%;
  border: 1px solid #999;
  outline: none;

}
#sign_up .sign_up-form button {
  color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  font-size: 15px;
  margin: 10px 0px;
  border: none;
  outline: none;
  cursor: pointer;
}
#sign_up .sign_up-form .sign_up-btn {
  background-color: #1c8adb;

}
#sign_up .sign_up-form .sign_up-btn:hover{
  background-color: purple;
}
#sign_up .sign_up-form .google-btn {
  background-color: #21afde;
}
#sign_up .sign_up-form .google-btn:hover {
  background-color: purple;
}
#sign_up .sign_up-form a {
  text-decoration: none;
}
#sign_up .sign_up-form hr {
  margin-top: 20px;
  width: 100%;
}
#sign_up .sign_up-form .or {
  background: #fff;
  width: 30px;
  margin: -19px auto 10px;

}
#sign_up .sign_up-form img {
  width: 70px;
  margin-top: -50px;
}
#sign_up .sign_up-form a:hover{
  color: purple;
  transition: 0.3;
}

/*Sign In*/

#sign_in
{
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-image: url(images/small\ banner\ 7.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
#sign_in .sign_in-form {
  width: 300px;
  /*box-shadow: 0 0 3px 0 rgba(0,0,0,3);*/
  background: #fff;
  padding: 10px;
  margin: 8% auto 0;
  text-align: center;
}
#sign_in .sign_in-form h1{
  font-size: 30px;
  margin-bottom: 20px;
  color: #1c8adb;

}
#sign_in .sign_in-form .input-box {
  border-radius: 20px;
  padding: 10px;
  margin: 10px 0;
  width: 100%;
  border: 1px solid #999;
  outline: none;

}
#sign_in .sign_in-form button {
  color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  font-size: 15px;
  margin: 10px 0px;
  border: none;
  outline: none;
  cursor: pointer;
}
#sign_in .sign_in-form .sign_in-btn {
  background-color: #1c8adb;
}
#sign_in .sign_in-form .sign_in-btn:hover{
  background-color: purple;
}
#sign_in .sign_in-form a {
  text-decoration: none;
}
#sign_in .sign_in-form img {
  width: 70px;
  margin-top: -50px;
}
#sign_in .sign_in-form a:hover{
  color: purple;
  transition: 0.3;
}