/*

Template: COINEX - Crypto Currency HTML Template 
Author: iqonicthemes.in
Version: 1.5
Design and Developed by: iqonicthemes.in

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!

*/

/* html{
    color:rgb(228, 9, 93);
    
} */

.pricing-section {
    /* padding: 100px 0; */
    /* background: #fff; */
    background-color: #131519;
  }
  .pricing-section .nav-pills {
    justify-content: center;
    margin-bottom: 50px;
  }
  .pricing-section .nav-pills .nav-item button {
    width: 170px;
    line-height: 58px;
    text-align: center;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    border: none;
    margin: 0 10px;
    background: #FF9C1A;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
  }
  .pricing-section .nav-pills .nav-item button.active {
    background: #FF9C1A;
  }
  .pricing-section .pracing-item {
    position: relative;
    transition: all 0.3s ease-in;
    position: relative;
    border-radius: 15px;
    background: transparent;
    /* border: 1px solid #ded8e9; */
    border: 3px solid #D7A31F;
    box-shadow: 0 0 0 2px rgb(215 163 31 / 70%);
    margin-bottom: 30px;
  }
  .pricing-section .pracing-item .top-left {
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #F4F2F9;
    color: #4D3184;
    width: 120px;
    height: 85px;
    clip-path: polygon(0 41%, 41% 0, 100% 0, 0 100%);
  }
  .pricing-section .pracing-item .top-left p {
    transform: rotate(-38deg);
    position: relative;
    left: -16px;
    top: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #4D3184;
    font-family: "Red Hat Display", sans-serif;
  }
  .pricing-section .pracing-item .top-area {
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #ded8e9;
  }
  .pricing-section .pracing-item p {
    font-size: 24px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    /* color: #111; */
    color: #ff9c1a;
    margin-top: 18px;
  }
  .pricing-section .pracing-item ul {
    padding-top: 40px;
    text-align: center;
    margin-bottom: 110px;
  }
  .pricing-section .pracing-item ul li {
    font-size: 18px;
    font-weight: 400;
    /* color: #513E75; */
    /* color: #a1a0a7; */
    color: #fff;
    margin-bottom: 15px;
    font-family: "Source Sans Pro", sans-serif;
  }
  .pricing-section .pracing-item ul li span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
  }
  .pricing-section .pracing-item .buy-now {
    display: block;
    max-width: 270px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    border: 1px solid #D3CBE2;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    /* color: #4D3184; */
    color: #a1a0a7;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .pricing-section .pracing-item .buy-now:hover, .pricing-section .pracing-item .buy-now:focus {
    color: #fff;
    /* background: #4D3184; */
    background-color: #ff9c1a;
  }
  .pricing-section .pracing-item:hover, .pricing-section .pracing-item:focus, .pricing-section .pracing-item.active {
    box-shadow: 0px 30px 70px rgba(221, 215, 233, 0.5);
    /* border: 1px solid transparent; */
  }
  .pricing-section .pracing-item:hover .top-left, .pricing-section .pracing-item:focus .top-left, .pricing-section .pracing-item.active .top-left {
    background: #FF9C1A;
  }
  .pricing-section .pracing-item:hover .top-left p, .pricing-section .pracing-item:focus .top-left p, .pricing-section .pracing-item.active .top-left p {
    color: #fff;
  }

  @media (max-width: 991px) {
    .pricing-section {
        padding: 60px 0;
      }

      .calculate-section .calculate_wraper {
        height: auto;
      }
    
      .calculate-section .right_side {
        max-width: 100%;
      }
  }

  @media (max-width: 575px) {
    .pricing-section .pracing-item ul {
        margin-bottom: 30px;
      }

      .calculate-section .left_content h4 {
        font-size: 25px;
      }
  }

  @media (max-width: 410px) {
    .pricing-section .nav-pills .nav-item button {
        width: 110px;
        line-height: 41px;
      }

      .calculate-section .right_side .item h2 {
        font-size: 20px;
        line-height: 18px;
      }
    
      .calculate-section .right_side .item {
        padding: 15px 0;
      }
      .calculate-section .right_side .item p {
        font-size: 16px;
        margin: 0;
      }
  }


  /* calculate */

  .calculate-section {
    background: transparent;
    /* background: linear-gradient(180deg, #04083F 0%, rgba(0, 0, 28, 0.7) 100%); */
    background-size: cover;
    padding: 100px 0;
  }
  .calculate-section .calculate_wraper {
    overflow: hidden;
    height: 440px;
  }
  .calculate-section .left_content {
    background: #F4F2F9;
    border-radius: 5px 0 0 5px;
  }
  .calculate-section .left_content h4 {
    font-size: 36px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: #111111;
    padding: 20px 30px;
    border-bottom: 1px solid #E5E2EF;
  }
  .calculate-section .left_content form {
    padding: 30px;
  }
  .calculate-section .left_content form .input-group label {
    display: block !important;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: #111111;
    display: block;
    margin-bottom: 10px;
  }
  .calculate-section .left_content form .input-group .top-select {
    width: 100%;
    background-color: #fff;
    line-height: 43px;
    outline: none;
    margin-bottom: 20px;
    border: 0;
    border-radius: 5px !important;
  }
  .calculate-section .left_content form .input-group .top-select:focus, .calculate-section .left_content form .input-group .top-select:active {
    box-shadow: none;
    outline: 0;
  }
  .calculate-section .left_content form .input-group .input-group-text {
    max-width: 70px;
    width: 100%;
    background-color: #fff;
    color: #1C1B1B;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 43px;
    border-radius: 5px 0 0 5px !important;
    border: 0;
  }
  .calculate-section .left_content form .input-group .input-group-text.last_select {
    max-width: 120px;
  }
  .calculate-section .left_content form .input-group .form-control {
    border-top: 0;
    border-bottom: 0;
    border-color: #eee;
    padding-left: 30px;
    margin-right: 1px;
  }
  .calculate-section .left_content form .input-group .form-control:focus, .calculate-section .left_content form .input-group .form-control:active {
    box-shadow: none;
    outline: 0;
  }
  .calculate-section .left_content form .input-group .form-select {
    border-radius: 0 5px 5px 0 !important;
  }
  .calculate-section .left_content form .input-group .form-select:focus, .calculate-section .left_content form .input-group .form-select:active {
    box-shadow: none;
    outline: 0;
  }
  .calculate-section .left_content form .theme_btn {
    display: block;
    border: none;
    outline: none;
    box-shadow: none;
    max-width: 200px;
    width: 100%;
    text-align: center;
    background: #FF9C1A;
    border-radius: 30px;
    line-height: 55px;
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
  }
  .calculate-section .left_content form .theme_btn:hover, .calculate-section .left_content form .theme_btn:focus {
    background: #523680;
  }
  .calculate-section .right_side {
    /* background: #F4F2F9; */
    max-width: 490px;
    overflow: hidden;
    border-radius: 0 5px 5px 0;
  }
  .calculate-section .right_side .item {
    text-align: center;
    padding: 40px 0;
    background: #FF9C1A;
    margin: 0;
  }
  .calculate-section .right_side .item.item_first {
    margin-bottom: 1px;
    margin-right: 1px;
  }
  .calculate-section .right_side .item img {
    max-width: 100%;
  }
  .calculate-section .right_side .item p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    color: #fff;
  }
  .calculate-section .right_side .item h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 48px;
  }
  
  .calculate_page-two .right_side .item {
    background: #FF4874;
  }


  /* payment */
  .payment-section {
    background-color: transparent;
    background-size: cover;
    /* padding: 100px 0; */
    color: #111111 !important;
  }
  .payment-section .card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
  }
  .payment-section .card .card-header {
    background: #FF9C1A;
    border: none;
    border-radius: 0;
    height: 70px;
    line-height: 70px;
  }
  .payment-section .card .card-header h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
  }
  .payment-section .card .card-body p {
    font-size: 16px;
    font-weight: 400;
    color: #313131;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E2EF;
  }
  .payment-section .card .card-body h6 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: #111111;
    padding: 30px 0;
  }
  .payment-section .card .card-body ul {
    margin-bottom: 75px;
  }
  .payment-section .card .card-body ul li {
    display: inline-block;
    margin: 0 6px;
    margin-bottom: 20px;
  }
  .payment-section .card .card-body ul li a {
    display: block;
  }
  .payment-section .card .card-body ul li a img {
    max-width: 100%;
  }
  .payment-section .card .card-body .theme_btn {
    display: block;
    max-width: 200px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    border: 2px solid #E5E2EF;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #523680;
    font-family: "Source Sans Pro", sans-serif;
    margin-left: auto;
    margin-bottom: 40px;
  }
  .payment-section .card .card-body .theme_btn:hover, .payment-section .card .card-body .theme_btn:focus {
    background: #FF9C1A;
    border: 2px solid #FF9C1A;
    color: #fff;
  }
  /* .payment-section .card-right .card-header {
    background: #FF4874;
  } */
  .payment-section .card-right .card-body .swiper-container {
    height: 320px;
    margin-bottom: 40px;
  }
  .payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #F4F2F9;
    border-radius: 5px;
  }
  .payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .images img {
    max-width: 100%;
  }
  .payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .meida-body {
    margin-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .meida-body .left a {
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: #111111;
  }
  .payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .meida-body .left h6 {
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    color: #313131;
  }
  .payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .meida-body .left small {
    color: #313131;
  }
  .payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .meida-body .right {
    text-align: center;
  }
  .payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .meida-body .right img {
    max-width: 100%;
  }
  .payment-section .card-right .card-body .swiper-container .swiper-wrapper .swiper-slide .media .meida-body .right h6 {
    padding: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: #111111;
    font-size: 18px;
  }
  .payment-section .card-right .card-body .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  .payment-section .card-right .card-body .bottom .theme_btn {
    border: none;
    background: #FF9C1A;
    color: #fff;
    margin: 0;
  }
  .payment-section .card-right .card-body .bottom .all-see {
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    color: #313131;
  }
  .payment-section .card-right .card-body .bottom .all-see:hover, .payment-section .card-right .card-body .bottom .all-see:focus {
    color: #FF9C1A;
  }

  /*# sourceMappingURL=style.css.map */
 .notification{padding:10px;z-index:9999999999;position:fixed;top:80% !important; left:0px !important;font-size:12px;font-family:Verdana,sans-serif;display:none;border-style:solid;}
.notification-block{position:relative;width:100%;float:left;min-height:1px;white-space:normal;}
.notification-img,.notification-text-block{float:left;min-height:1px;white-space:normal;display:inline-block;vertical-align:middle;}
.notification-img{height:60px;width:60px;text-align:center;font-size:40px!important;line-height:40px;}
.notification-imgimg{width:100%;height:auto;}
.notification-text-block{width:200px;padding-left:10px;padding-right:10px;line-height:1.3;}
.notification-title{font-weight:bold;}


/* card */
.contain{
  min-height: 46vh;
  /* background-color: #fff; */
  background-color: transparent;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:auto;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Courier New', Courier, monospace;
}

.contain p{
  color: #fff;
}
.contain .card{
  width: 100%;
  height: 300px;
  color: #fff;
  /* cursor: pointer; */
  perspective: 1000px;
  /* border: none; */
  background-color: transparent !important;
}

.card-inner{
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.front, .back{
  width: 100%;
  height: 90%;
  /* background-image: linear-gradient(45deg, #0045c7, #0045c7); */
  background-image: linear-gradient(45deg, #131519, #131519);
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 30px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  backface-visibility: hidden;
}

.card-row{
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.map-img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: -1;
}

.company h3{
  font-weight: 700;
  font-size: 18px;
}
/* 
.chip{
  margin-top: 10px;
} */

.card-num{
  font-size: 30px;
  margin-top: 10px;
  font-weight: 600;
}
.card-holder{
  font-size: 12px;
  margin-top: 15px;
}

.name{
  font-size: 22px;
  margin-top: -10px;
}


.bar{
  background: #222;
  margin-left: -30px;
  margin-right: -30px;
  height: 60px;
  margin-top: 10px;
}

.card-cvv{
  margin-top: 20px;
}
.card-cvv div{
  flex: 1;
}
/* .card-cvv img{
  width: 100%;
  display: block;
  line-height: 0;
} */
.card-cvv span{
  width: 100%;
  background: rgb(214, 209, 209);
  display: block;
  padding: 19px 20px;
}

.card-cvv p{
  background: #fff;
  color: #000;
  padding: 5px 20px;
}
.card-text p{
  margin-top: 10px;
  font-size: 12px;
}

/* .signature{
  margin-top: 30px;
} */

.back{
  transform: rotateY(180deg);
}

.card:hover .card-inner{
  transform: rotateY(-180deg);
}


@media (max-width:750px){
  .contain{
      width: 100%;
  }

  .contain .card{
      height: 250px;
  }

  .front, .back{
    width: 330px !important;
  }

  .front h3{
    font-size: 18px;
  }
  .card-holder{
      margin-top: -15px;
  }
}