/* Add here all your CSS customizations */
.wrapper{
    width: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
  }
  .wrapper .title{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    color: #fff;
    user-select: none;
    border-radius: 15px 15px 0 0;
    background: linear-gradient(-135deg, #c850c0, #4158d0);
  }
  .wrapper form{
    padding: 10px 30px 50px 30px;
  }
  .wrapper form .field{
    height: 50px;
    width: 100%;
    margin-top: 20px;
    position: relative;
  }
  .wrapper form .field input{
    height: 100%;
    width: 100%;
    outline: none;
    font-size: 17px;
    padding-left: 20px;
    border: 1px solid lightgrey;
    border-radius: 25px;
    transition: all 0.3s ease;
  }
  .inputs input {
    height: 100%;
    width: 100%;
    outline: none;
    font-size: 17px;
    padding: 10px !important;
    border: 1px solid lightgrey;
    border-radius: 8px !important;
    transition: all 0.3sease;
    margin: 5px;
    text-align: center;
}
  .wrapper form .field input:focus,
  form .field input:valid{
    border-color: #4158d0;
  }
  .wrapper form .field label{
    position: absolute;
    top: 50%;
    left: 20px;
    color: #999999;
    font-weight: 400;
    font-size: 17px;
    pointer-events: none;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }
  form .field input:focus ~ label,
  form .field input:valid ~ label,  form .field input:active ~ label{
    top: 0%;
    font-size: 16px;
    color: #4158d0;
    background: #fff;
    transform: translateY(-50%);
  }
  form .content{
    display: flex;
    width: 100%;
    height: 50px;
    font-size: 16px;
    align-items: center;
    justify-content: space-around;
  }
  form .content .checkbox{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  form .content input{
    width: 15px;
    height: 15px;
    background: red;
  }
  form .content label{
    color: #262626;
    user-select: none;
    padding-left: 5px;
  }
  form .content .pass-link{
    color: "";
  }
  form .field input[type="submit"]{
    color: #fff;
    border: none;
    padding-left: 0;
    margin-top: -10px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    background: linear-gradient(-135deg, #c850c0, #4158d0);
    transition: all 0.3s ease;
  }
  form .field input[type="submit"]:active{
    transform: scale(0.95);
  }
  form .signup-link{
    color: #262626;
    margin-top: 20px;
    text-align: center;
  }
  form .pass-link a,
  form .signup-link a{
    color: #4158d0;
    text-decoration: none;
  }
  form .pass-link a:hover,
  form .signup-link a:hover{
    text-decoration: underline;
  }
  section.login .col-md-6 {
    margin: 0 auto;
}
.login {
  padding: 4rem 10px;
  background: url(../img/bglogin.jpg);
  background-size: cover;
}
.product-list {
  border: 0px solid #000;
  box-shadow: 0px 0px 9px #b9b9b9;
  border-radius: 8px;
  overflow: hidden;
}
.product-list:hover {
  box-shadow: 0px 0px 22px #ab84ce;
}
.details {
  padding: 20px;
}
section.products {
  padding: 30px 0;
}
.details .btn {
  text-align: center;
  margin: 0 auto;
  display: block;
  background: #000000;
  color: #fff;
  font-weight: bold;
  border-radius: 23px !important;
}
.details .btn:hover {
  color: #ffffff;
  background: #ab84ce;
  box-shadow: 0px 0px 4px #c9c9c9 !important;
}

.product_image_area {
  padding-top: 120px;
}

.s_product_img .carousel .carousel-indicators {
  margin: 0px;
  right: 20px;
  width: auto;
  left: auto;
  bottom: 30px;
}
.s_product_img .carousel .carousel-indicators li {
  height: 60px;
  width: 60px;
  background: transparent;
  text-indent: 0;
  margin-right: 10px;
  position: relative;
}
.s_product_text h2 {
  font-size: 24px;
  font-weight: bold;
  color: #71cd14;
  margin-bottom: 15px;
}

.s_product_img .carousel {
  position: relative
}

.s_product_img .carousel .carousel-indicators {
  margin: 0px;
  right: 20px;
  width: auto;
  left: auto;
  bottom: 30px
}

.s_product_img .carousel .carousel-indicators li {
  height: 60px;
  width: 60px;
  background: transparent;
  text-indent: 0;
  margin-right: 10px;
  position: relative
}

.s_product_img .carousel .carousel-indicators li:after {
  display: none
}

.s_product_img .carousel .carousel-indicators li:before {
  content: "";
  background: rgba(197,50,45,0.8);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0
}

.s_product_img .carousel .carousel-indicators li.active:before {
  opacity: 1
}

.s_product_text {
  margin-left: -15px;
  margin-top: 65px
}

.s_product_text h3 {
  font-size: 24px;
  font-weight: 500;
  color: #2a2a2a;
  margin-bottom: 10px
}

.s_product_text h2 {
  font-size: 24px;
  font-weight: bold;
  color: #71cd14;
  margin-bottom: 15px
}

.s_product_text .list li {
  margin-bottom: 5px
}

.s_product_text .list li a {
  font-size: 14px;
  font-family: "Roboto",sans-serif;
  font-weight: normal;
  color: #555555
}

.s_product_text .list li a span {
  width: 90px;
  display: inline-block
}

.s_product_text .list li a span:hover {
  color: #555
}

.s_product_text .list li a.active {
  color: #71cd14
}

.s_product_text .list li a.active span {
  color: #555
}

.s_product_text .list li:last-child {
  margin-bottom: 0px
}

.s_product_text p {
  padding-top: 20px;
  border-top: 1px dotted #d5d5d5;
  margin-top: 20px;
  margin-bottom: 70px
}

.s_product_text .card_area .main_btn {
  line-height: 38px;
  padding: 0px 38px;
  text-transform: uppercase;
  margin-right: 10px
}

.s_product_text .card_area .icon_btn {
  margin-right: 10px;
  background: #f6f6f6;
  border-radius: 3px;
  color: #2a2a2a;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  padding: 0px 13px;
  font-size: 14px
}

.s_product_text .card_area .icon_btn:hover {
  background: #fff;
  box-shadow: -14.142px 14.142px 20px 0px rgba(0,0,0,0.1)
}
ol.carousel-indicators img {
  width: 100%;
}

.main_btn {
  display: inline-block;
  background: #71cd14;
  padding: 0px 32px;
  letter-spacing: 0.25px;
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 44px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #71cd14;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 300ms linear 0s;
  border-radius: 5px
}

.main_btn:hover {
  background: transparent;
  color: #71cd14
}
.product_count {
  display: inline-block;
  position: relative;
  margin-bottom: 24px
}

.product_count label {
  font-size: 14px;
  color: #797979;
  font-family: "Roboto",sans-serif;
  font-weight: normal;
  padding-right: 10px
}

.product_count input {
  width: 76px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding-left: 10px
}

.product_count button {
  display: block;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  right: 0px;
  font-size: 14px;
  color: #cccccc;
  transition: all 300ms linear 0s
}

.product_count button:hover {
  color: #2a2a2a
}

.product_count .increase {
  top: -4px
}

.product_count .reduced {
  bottom: -1px
}
.product_description_area {
  padding-bottom: 120px;
  margin-top: 60px
}

.product_description_area .nav.nav-tabs {
  background: #f6f6f6;
  text-align: center;
  display: block;
  border: none;
  padding: 10px 0px
}

.product_description_area .nav.nav-tabs li {
  display: inline-block;
  margin-right: 7px
}

.product_description_area .nav.nav-tabs li:last-child {
  margin-right: 0px
}

.product_description_area .nav.nav-tabs li a {
  padding: 0px;
  border: none;
  line-height: 38px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  padding: 0px 30px;
  color: #2a2a2a;
  font-size: 13px;
  font-weight: normal
}

.product_description_area .nav.nav-tabs li a.active {
  background: #71cd14;
  color: #fff;
  border-color: #71cd14
}

.product_description_area .tab-content {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px
}

.product_description_area .tab-content p {
  color: #797979
}

.product_description_area .tab-content .total_rate .box_total {
  background: #f6f6f6;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px
}

.product_description_area .tab-content .total_rate .box_total h4 {
  color: #71cd14;
  font-size: 48px;
  font-weight: bold
}

.product_description_area .tab-content .total_rate .box_total h5 {
  color: #2a2a2a;
  margin-bottom: 0px;
  font-size: 24px
}

.product_description_area .tab-content .total_rate .box_total h6 {
  color: #2a2a2a;
  margin-bottom: 0px;
  font-size: 14px;
  color: #797979;
  font-weight: normal
}

.product_description_area .tab-content .total_rate .rating_list {
  margin-bottom: 30px
}

.product_description_area .tab-content .total_rate .rating_list h3 {
  font-size: 18px;
  color: #2a2a2a;
  font-family: "Roboto",sans-serif;
  font-weight: 500;
  margin-bottom: 10px
}

.product_description_area .tab-content .total_rate .rating_list .list li a {
  font-size: 14px;
  color: #797979
}

.product_description_area .tab-content .total_rate .rating_list .list li a i {
  color: #fbd600
}

.product_description_area .tab-content .total_rate .rating_list .list li:nth-child a i:last-child {
  color: #eeeeee
}

.product_description_area .tab-content .table {
  margin-bottom: 0px
}

.product_description_area .tab-content .table tbody tr td {
  padding-left: 65px;
  padding-right: 65px;
  padding-top: 14px;
  padding-bottom: 14px
}

.product_description_area .tab-content .table tbody tr td h5 {
  font-size: 14px;
  font-family: "Roboto",sans-serif;
  font-weight: normal;
  color: #797979;
  margin-bottom: 0px;
  white-space: nowrap
}

.product_description_area .tab-content .table tbody tr:first-child td {
  border-top: 0px
}
.wrapper p {
  color: #000000;
  font-size: 12px;
  text-align: center;
  padding-top: 13px;
  margin: 0;
  font-weight: 700;
}
p.red {
  color: #f30000 !important;
}

.book {
  position: relative;
  width: 350px;
  height: 500px;
  transition: transform 3.5s;
}

.paper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  perspective: 1500px;
  cursor: pointer;
}

.front,
.back {
  background-color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: left;
  transition: transform 3.5s;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.front {
  z-index: 1;
  backface-visibility: hidden;
  border-left: 3px solid powderblue;
  background-color: #b3ffff;
}

.back {
  z-index: 0;
  background-color: #ffd699;
}

.front-content,
.back-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.back-content {
  transform: rotateY(180deg)
}


/* Paper flip effect */

.flipped .front,
.flipped .back {
  transform: rotateY(-180deg);
}


/* Controller Buttons */

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  margin: 10px;
  transition: transform 0.5s;
}

button:focus {
  outline: none;
}

button:hover i {
  color: #636363;
}

i {
  font-size: 50px;
  color: gray;
}


/* Paper stack order */

#p1 {
  z-index: 3;
}

#p2 {
  z-index: 2;
}

#p3 {
  z-index: 1;
}

.flipbook {
  width: 1000px;
  height: 600px;
}

.flipbook .hard {
  background: #c0392b !important;
  color: #fff;
  font-weight: bold;
  border: none; 
}

.flipbook .hard small{
font-style: italic;
font-weight: lighter;
opacity: 0.7;
font-size: 14px;
}

.flipbook .page {
  background: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.11);
}

.page img{
width: 70%;
object-fit: cover;
margin: auto;
}

.flipbook .page small{
font-size: 14px;
  margin-bottom: 10px;
}

.flipbook {
  width: 600px;
  height: 400px;
}
.flipbook .page {
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
  background-position: center;
}


section.magazinepage {
  padding: 3rem 0;
}
.mag-list img{
  width: 100%;
}
.mag-list img {
  width: 100%;
  border: 4px solid #ab84ce;
  margin-bottom: 16px;
}
.fa, .fab, .fal, .far, .fas {
  font-size: 12px;
}
.otpbox input {
  float: right;
  margin-top: -40px;
  z-index: 999;
  position: absolute;
  right: 57px;
  color: #121010;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  padding: 4px 11px;
  font-size: 12px;
}
.login .wrapper .telfield{
  padding: 10px 30px 0px 30px;
}

form .input-field {
  flex-direction: row;
  column-gap: 10px;
  display: inline-flex
;
}
.input-field input {
  height: 45px !important;
  width: 42px !important;
  border-radius: 6px !important;
  outline: none !important;
  font-size: 1.125rem !important;
  text-align: center;
  padding: 0 !important;
  border: 1px solid #ddd !important;
}
.input-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.input-field input::-webkit-inner-spin-button,
.input-field input::-webkit-outer-spin-button {
  display: none;
}
form button {
  margin-top: 25px;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  border: none;
  padding: 9px 0;
  cursor: pointer;
  border-radius: 6px;
  pointer-events: none;
  background: #6e93f7;
  transition: all 0.2s ease;
}
form button.active {
  background: #4070f4;
  pointer-events: auto;
}
form button:hover {
  background: #0e4bf1;
}
section.magazinepage ul {
  margin: 0;
  list-style: none;
  margin: 0;
    list-style: none;
    padding: 0;
    text-align: center;
}
section.magazinepage li {
  border: 1px solid;
  margin-bottom: 5px;
}


/* style.css */
div#inputs {
  display: flex;
 
}



.input:focus {
  border-bottom: 3px solid orange;
  outline: none;
}

.input:nth-child(1) {
  cursor: pointer;
  pointer-events: all;
}
