* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;

}
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: var(--roboto-font);
  position: relative;


}
html.body{
  overflow-x: hidden;
}
:root {
  --roboto-font: 'Roboto';
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background-color: #b5b5b5;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background:#000 ; 
}
h1,h2,h3,h4,h5,h6,p,ul {
  padding: 0;
  margin: 0
}
.right-contact-area a svg{
  width: 25px;
  fill: #ffdbb3;
}
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 47px;
  padding-top: 18px;
  border-bottom: 1px solid #b5b5b53d;
  background: #1C2B33;
}
.card-box-banner{
  margin-bottom: -4px;  
}
.right-contact-area {
  display: flex;
  column-gap: 11px;
}
.right-contact-area a {
  width: 41px;
  justify-content: center;
  height: 41px;
  align-items: center;
  font-size: 22px;
  transition: all 0.5s;
  text-decoration: none;
  border-radius: 11%;
  color: #edceac;
  background: #1a1a1a;
  display: flex;
}
.logo img {
  width: 230px;
}
.hero{background-color: #1C2B33;width: 100%;display: flex;padding: 87px 0px;align-items: center;padding-top: 100px;justify-content: center;}
.container{
  max-width: 1490px;
  margin: 0 auto;
  padding: 0px 15px;
}
.hero-content{
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-img{
  width: 57.33%;
}
.payment-details-main img {
  width: 350px;
  margin-bottom: 27px;
}
.hero-content h1{
  font-size: 48px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .5px;
  line-height: 58px;
  color: #fff;
  margin-bottom: 10px;
  font-family: var(--roboto-font);
}
.row-details {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hero-img img {
  width: 100%;
  margin-bottom: -157px;
}
.hero-content p {
  font-size: 17px;
  line-height: 26px;
  color: #ffffffcf;
  font-weight: 400;
  margin-top: 9px;
}
.about-us {padding: 80px 0px;box-shadow: 0px 1px 16.3px 4px rgba(0, 0, 0, 0.10) inset, 0px 1px 4px 1px rgba(0, 0, 0, 0.05);margin-top: 149px;}
.about-content {
  text-align: center;
}
.about-content h2 {
  font-size: 28px;
  font-weight: 300;
  color: #000;
  margin-bottom: 49px;
}
.about-content h3 {
  margin-bottom: 16px;
  color: #5e5e5e;
}
.about-content p {
  color: #0000009c;
  font-size: 19px;
}
.card-box{
  width: 50%;
  background: #1c2b33;
  display: flex;
  padding: 0px 110px;
  flex-direction: column;
  justify-content: center;
}
.card-box-img{
  width: 50%;
}
.card-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
h2 {
  color: #fff;
  font-size: 37px;
}
.card-box-content ul li {
  color: #ffffffa3;
  font-size: 18px;
  margin: 20px 0px;
}
.card-box-content ul{
  padding-left: 30px;
  margin-top: 10px;
}
.card-box-banner img{
  width: 100%;
}
.card-box-content p {
  color: #ffffffa8;
  font-size: 21px;
  margin-top: 22px;
  line-height: 31px;
}
.card-box-content span {
  color: #ffffffa3;
  margin-top: 5px;
  line-height: 25px;
  display: flex;
}
footer {
  padding: 39px;
  margin-top: 77px;
  box-shadow: 0px 1px 16.3px 4px rgba(0, 0, 0, 0.10) inset, 0px 1px 4px 1px rgba(0, 0, 0, 0.05);
}
.footer-data-right {
  width: 68%;
}
.contact-info{
  display: flex;
}
.footer-data-right h5 {
  color: #000;
  font-size: 30px;
  margin-bottom: 35px;
  position: relative;
}
.footer-data-right h5::after {
  content: '';
  width: 101px;
  height: 4px;
  background-color: #c69c6d;
  position: absolute;
  left: 3px;
  bottom: -8px;
}
.footer-contact-info i {
  font-size: 21px;
  margin-right: 7px;
  width: 22px;
  color: #bc7b31;
}
.privacy-policy {
  display: flex;
  column-gap: 43px;
}
.footer-data-right span {
  font-weight: 400;
  line-height: 27px;
}
.footer-data-right p {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 19px;
}
.footer-contact-info {
  width: 49%;
}
.footer .right-contact-area{
  justify-content: center;
  column-gap: 30px;
}
.footer img{
  margin-bottom: 32px;
}
.right-contact-area a:hover {
  background: #c69c6d;
  color: #000;
}
.right-contact-area a:hover svg{
  fill: #000;
}
.ads-agency{
  box-shadow: 0px 1px 16.3px 4px rgba(0, 0, 0, 0.10) inset, 0px 1px 4px 1px rgba(0, 0, 0, 0.05);
  padding: 74px 15px;
  text-align: center;
  margin: 46px 0px;
  background-color: #1c2b33;
}
.footer .container{
  max-width: 1590px;
}
.copyright .container{
  max-width: 1590px;
  position: relative;
}
.footer-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.privacy-policy a {
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  font-size: 19px;
}
.privacy-policy a:hover{
  color: #bf7726;
}
.copyright-info p {
  font-size: 19px;
  margin-bottom: 0px;
}
.copyright {
  padding-top: 20px;
  padding-bottom: 19px;
  box-shadow: 0px 1px 16.3px 4px rgba(0, 0, 0, 0.10) inset, 0px 1px 4px 1px rgba(0, 0, 0, 0.05);
}
.ads-agency p{
  color: #dbb181;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 0px;
  font-size: 21px;
  word-wrap: break-word;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input::placeholder {
  color: #aaaaaa;
}
.form-group {
  position: relative;
  max-width: 376px;
  margin: auto;
}
input.form-control {
  width: 100%;
  border: 1px solid #fcd1a1e6;
  max-width: 376px;
  background: #9f9f9f00;
  color: #fff;
  font-size: 20px;
  padding-left: 59px;
  border-radius: 6px;
  padding: 15px 30px;
  padding-left: 50px;
}
.payment-prise-amount {
  display: flex;
  flex-wrap: wrap;
  row-gap: 17px;
  margin-top: 27px;
  margin-bottom: 22px;
  justify-content: center;
  column-gap: 17px;
}
.payment-prise-amount span i {
  padding-right: 5px;
}
.payment-prise-amount span {
  color: #fff;
  border: 1px solid #e6c196;
  padding: 11px 23px;
  font-size: 19px;
  border-radius: 6px;
  transition: all 0.5s;
}
.payment-prise-amount span:hover{
  background-color: #e47800;
  color: #fff;
  cursor: pointer;
}
.form-group p {
  color: #cf0505;
  margin-top: 7px;
  font-size: 21px;
}
.form-group i {
  position: absolute;
  color: #dbb181;
  top: 18px;
  left: 20px;
  font-size: 26px;
}
button.small-btn span{
  padding-left: 7px;
}
button.small-btn span i {
  font-size: 15px;
}
.form-control:focus {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #e6c196 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
/* ======payment page===== */
.main-wrapper{
  background: #e0e0e0;
}
.payment-head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #0000004f;
  padding-bottom: 15px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.payment-body {
  text-align: center;
  margin-top: 62px;
}
.payment-body a {
  background: #c69c6d;
  color: #fff;
  display: flex;
  font-weight: 600;
  text-decoration: none;
  font-size: 17px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
}
.payment-details-info p {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.payment-details-info span {
  font-weight: 600;
}
.payment-failed {
  color: #f60016 !important;
}
.server-error {
  color: #ff3f3f !important;
  font-size: 15px !important;
  text-transform: lowercase !important;
}
.payment-details-info {
  margin-bottom: 22px;
}

.payment-success {
  color: #708f01;
  font-weight: 600;
  font-size: 18px !important;
}
.payment-body a:hover{
  color: #fff;
}
.payment-body img {
  width: 100px;
}
.payment-head img {
  width: 136px;
}
.payment-head h2 {
  font-size: 17px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #000;
}
.payment-body h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
  text-transform: uppercase;
  color: #f3b53c;
}
.payment-body h3 {
  color: #1a1a1a;
  font-weight: 700;
  margin-top: 7px;
  font-size: 20px;
}
.payment-body p {
  line-height: 20px;
  font-size: 14px;
}

.payment-info{
  max-width: 360px;
  margin: auto;
  margin-top: 57px;
  background: #fff;
  border-radius: 10px;
  padding-bottom: 17px !important;
  padding: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
.ads-agency p span{
  color: #ffffffbf;
}
.payment-details {
  width: 100%;
  margin: auto;
  margin-top: 40px;
  max-width: 500px;
}
.copyright-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-right{
  float: right;  
}
.text-right a{
  float: right; 
  text-decoration: none;
  color: black;
}
.text-right a:hover{
  color: black;
}
.wrap {
  text-align: center;
  margin-top: 5rem;
}


#wrap a {
  font-size: 1.2rem;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.78);
  color: #fefefe;
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

#popup {
  display: none;
  top: -100%;
  position: absolute;
  z-index: 1000;
  text-align: center;
  bottom: auto;
  right: 20px;
  left: auto;
  margin: -132px 0 0 -150px;
  background: #c69c6d;
  width: 415px;
  text-align: left;
  height: 140px;
  padding: 24px 8px;
  border-radius: 30px 30px 0px 30px;
  border: 1px solid #1a1a1a;
}
.refund-policy-info ul li {
  color: #000;
  font-weight: 500;
}
.refund-policy-info ul {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  row-gap: 9px;
  padding-left: 33px;
}

#popup h2 {
  font-size:36px;
  color:#000;
}

#popup a{
  font-size:16px;
  color:#000;
  text-transform:uppercase;
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

#wrap a:hover {
  background: rgba(0, 0, 0, 0.9);
}

#popup a:hover {
  text-decoration: underline;
}

.title {
  text-align: center;
  color: #000;
  margin-bottom: 64px;
  margin-top: 18px;
}
.payment-section {
  padding: 60px 0px;
}
.payment-card{
  width: calc(33.33% - 10px);
  padding: 39px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 23px;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 1px 16.3px 4px rgba(0, 0, 0, 0.10) inset, 0px 1px 4px 1px rgba(0, 0, 0, 0.05);
}
.payment-card img {
  width: 100px;
}
.payment-card-img{
  width: 40%;
}
.payment-card-box{
  width: 60%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 17px;
  column-gap: 17px;

}
.payment-card-img img {
  width: 100%;
}
.terms-condition {
  padding: 20px;
  box-shadow: 0px 1px 16.3px 4px rgba(0, 0, 0, 0.10) inset, 0px 1px 4px 1px rgba(0, 0, 0, 0.05);
  margin-top: 52px;
}
.privacy-data-content strong {
  font-weight: 400;
}
.privacy-data-content h3 {
  font-size: 17px;
  margin: 20px 0px;
  font-style: normal;
}
.privacy-data-content p {
  line-height: 24px;
  font-size: 16px;
  margin-top: 20px;
  color: #6a6a6a;
}
.privacy-data-content p span {
  font-weight: 600;
  color: #464343;
}
.privacy-data-content ul li {
  font-size: 15px;
  margin: 8px 0px;
}
.privacy-data-content ul{
  margin-left: 26px;
}
.small-btn {
  background: #e47800;
  padding: 10px 36px;
  font-size: 19px;
  display: inline-flex;
  color: #fff;
  margin-top: 12px;
  box-shadow: 3px 5px 3px 0px #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s;
  border: none;
  border-radius: 5px;
  text-decoration: none;
}
.small-btn:hover{
  box-shadow: none;
}
.qrcode-info {
  display: flex;
  align-items: center;
}
.qrcode-info img {
  width: 100%;
}
.qrcode-content .ads-agency{
  margin: 0px;
}
.payment-qrcode {
  margin-top: 59px;
}
.payment-qrcode{
  position: relative;
  background-image: url('../img/payment-bg.png');
  background-position: center;
  background-size: cover;
  width: 100%;
  z-index: 999;
  padding: 60px 0px;
}
.qrcode-content .ads-agency p{
  line-height: 39px;
  margin-bottom: 0px;
  font-size: 23px;
}
.qrcode-content {
  width: 50%;
}
.qrcode-img {
  width: 50%;
}

@media(max-width:1400px){
  .card-box{
    padding: 69px 43px;
  }
  .ads-agency{
    padding: 53px 15px;
    text-align: center;
    margin: 17px 0px;
  }
  .footer-data-right p{
    font-size: 16px;
  }
  .copyright{
    padding: 20px 60px;
  }
}
@media(max-width:1200px){
  .footer-data-left img {
    width: 281px;
  }
  .footer .right-contact-area {
    justify-content: center;
    column-gap: 15px;
  }
}
@media(max-width:992px){
  .hero-img {
    width: 46.33%;
  }
  .hero-content {
    width: 45.33%;
  }
  .about-us{
    margin-top: 106px;
  }
  .card-box {
    padding: 32px 15px;
  }
  h2 {
    color: #fff;
    font-size: 22px;
  }
  .card-box-content ul li{
    font-size: 14px;
    margin: 13px 0px;
  }
  .card-box-content p {
    font-size: 14px;
    margin-top: 22px;
    line-height: 23px;
  }
  .card-box-content span {
    margin-top: 5px;
    line-height: 18px;
    font-size: 12px;
  }
  .footer-data-right {
    width: 100%;
  }
  .footer-data{
    display: block;
  }
  .footer .right-contact-area {
    justify-content: left;
    column-gap: 30px;
    margin-bottom: 33px;
  }
}
@media(max-width:768px){
  .about-us {
    margin-top: 38px;
    padding: 39px 0px;
  }
  .qrcode-info {
    display: block;
  }
  .qrcode-content{
    width: 100%;
  }
  .qrcode-img{
    width: 100%;
  }
  .qrcode-content .ads-agency p {
    line-height: 28px;
    margin-bottom: -2px;
    font-size: 15px;
  }
  .qrcode-info img {
    width: 100%;
    margin-top: 25px;
  }
  .main-header{
    padding: 15px 13px;
  }
  .logo img {
    width: 205px;
  }
  .hero-img {
    width: 36.33%;
  }
  .hero-content {
    width: 62.33%;
  }
  footer {
    padding: 23px 10px;
    margin-top: 36px;
  }
  .footer-data{
    display: block;
  }
  .footer-data-right p{
    margin-bottom: 7px;
  }
  .copyright {
    padding: 20px 29px;
  }
  .footer-data-right {
    width: 100%;
  }
  .footer .right-contact-area{
    justify-content: left;
    margin-bottom: 31px;
    column-gap: 20px;
  }
  .payment-card-img{
    display: none;
  }
  .payment-card-box {
    width: 100%;
  }
  .payment-card {
    width: calc(28.33% - 10px);
  }
}
@media(max-width:575px){
  .hero-img{
    display: none;
  }
  .hero-content{
    width: 100%;
  }
  .hero{
    padding: 36px 0px;
    padding-top: 20px;
  }
  .logo img {
    width: 170px;
    margin-bottom: 10px;
  }
  .payment-details-main img {
    width: 100%;
    margin-bottom: 21px;
  }
  #popup{
    width: 313px;
    height: 111px;
    padding: 20px 8px;
    margin: -107px 0 0 -150px;
  }
  .qrcode-content .ads-agency p {
    line-height: 23px;
    margin-bottom: -2px;
    font-size: 14px;
  }
  .form-group p {
    margin-top: 7px;
    font-size: 18px !important;
  }
  .form-group i{
    top: 14px;
    left: 16px;
    font-size: 23px;
  }
  .payment-prise-amount span {
    color: #fff;
    border: 1px solid #e6c196;
    padding: 8px 20px;
    font-size: 17px;
    border-radius: 6px;
  }
  .payment-prise-amount {
    row-gap: 11px;
    margin-top: 13px;
    margin-bottom: 13px;
    column-gap: 11px;
  }
  input.form-control{
    font-size: 18px;
    padding: 13px 30px;
    padding-left: 43px;
  }
  .payment-qrcode {
    padding: 33px 0px;
  }
  .main-header{
    display: block;
  }
  .hero-content p{
    font-size: 14px;
    line-height: 22px;
  }
  .right-contact-area a{
    width: 31px;
    height: 31px;
    font-size: 19px;
  }
  .about-content h2{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .about-content p {
    font-size: 14px;
  }
  .about-content h3{
    font-size: 14px;
  }
  .card-box{
    width: 100%;
  }
  .footer img {
    margin-bottom: 21px;
    width: 195px;
  }
  .copyright-info p{
    font-size: 14px;
  }
  .privacy-policy a{
    font-size: 13px;
  }
  .payment-card h3 {
    font-size: 16px;
  }
  .ads-agency p{
    line-height: 22px;
    font-size: 13px;
  }
  .footer-data-right p{
    margin-bottom: 3px;
    font-size: 14px;
  }
  .footer-contact-info i {
    font-size: 17px;
    margin-right: 2px;
  }
  .copyright-info{
    display: block;
  }
  .footer-data-right h5 {
    color: #000;
    font-size: 22px;
    margin-bottom: 24px;
  }
  .footer-data-right span{
    font-size: 14px;
    line-height: 22px;
  }
  .footer .right-contact-area {
    justify-content: left;
    column-gap: 16px;
    margin-bottom: 24px;
  }
  .copyright {
    padding: 20px 0px;
  }
  .refund-policy-info ul li {
    color: #000;
    font-size: 13px;
  }
  footer{
    padding: 18px 0px;
    margin-top: 16px;
  }
  .hero-content h1{
    font-size: 29px;
    line-height: 41px;
    margin-bottom: 0px;
  }
  .card-box-content ul li{
    margin: 9px 0px;
  }
  .right-contact-area{
    column-gap: 4px;
  }
  .about-us {
    margin-top: 19px;
    padding: 25px 0px;
  }
  h2 {
    color: #fff;
    font-size: 18px;
  }
  .card-box-content p {
    font-size: 14px;
    margin-top: 9px;
  }
  .terms-condition{
    margin-top: 20px;
  }
  .title{
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 0px;
  }
  .terms-condition {
    padding: 11px;
  }
  .privacy-data-content h3 {
    font-size: 16px;
    margin: 10px 0px;
  }
  .privacy-data-content p {
    line-height: 22px;
    font-size: 15px;
    margin-top: 7px;
  }
  .privacy-data-content ul li {
    font-size: 15px;
    line-height: 22px;
  }
  .footer .right-contact-area {
    justify-content: left;
    column-gap: 11px;
  }
  .payment-card {
    width: calc(49.33% - 10px);
    padding: 7px;
    row-gap: 7px
  }
  .payment-card img {
    width: 81px;
  }
  .payment-section {
    padding: 29px 0px;
    padding-bottom: 10px;
  }
  footer{
    margin-top: 22px;
  }
  .contact-info{
    display: block;
  }
  .footer-contact-info {
    width: 100%;
  }
  .privacy-policy {
    display: flex;
    justify-content: center;
    margin-top: 13px;
  }
  .small-btn {
    padding: 9px 21px;
    font-size: 15px;
  }
  .logo {
    text-align: center;
  }
  .payment-qrcode {
    margin-top: 17px;
  }

}
