@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family:Poppins-Bold ;
  src: url(../fonts/Poppins-Bold.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --font-poppins: Poppins-Medium ,sans-serif;
  --primary-colour: linear-gradient(90deg, #3f6df6 0%, #7aa0ff 100%);
  --btn-colour: #85acf5;
  --font-bold:Poppins-Bold, sans-serif;
}
a{
  display: inline-block;
  text-decoration: none;
}
body {
  background: #ffffff;
  color: #000;
  font: var(--font-poppins) ;
  overflow: hidden;
}

body,
html {
  overflow-x: hidden;
  width: 100%;
}
.footer-row {
  border-top: 1px solid var(--social-color);
  margin-top: 70px;
}
.footer-col {
  margin: 28px 0;
}
.col-20{
  width: 20%;
  padding: 0 15px;
}
body {
  font-family: "Poppins", sans-serif;
}
:root {
  --primary-color: #242424;
  --pagination-color:#424242;
  --border-color: #ffcc00;
  --back-ground-color: #ffbc44;
  --hover-color: #2662fd;
  --secondary-color: #ffffff;
  --header-color: #80a3ff;
  --card-background-color: #c6c6c6;
  --text-color: #141414;
  --email-background-color: #c8c8c8;
  --social-color: #999999;
  --btn-color: #ccdaff;
  --slider-color: #ffbf00;
  --offcanvsbckground-color: #c3d4ff;
  --figma-blue-50: #8fb1fe;
  --review-color: #d9d9d9;
  --review-background-color: #ffbc44;
}
a {
  display: inline-block;
  text-decoration: none;
}
ul {
  list-style-type: none;
  padding: 0;
}
.container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  display: flex;
}

.col-5 {
  width: 50%;
}

.checkout-banner {
  background: var(--primary-colour);
  padding: 150px 20px 100px;
  text-align: center;
}

.checkout-banner h1 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

.checkout-banner p {
  font-size: 14px;
  color: #eaeaea;
}

.checkout-home {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.checkout-section {
  padding: 70px 0 90px;
}

.checkout-form {
  padding-right: 60px;
}

.checkout-summary {
  padding-left: 12px;
}

.checkout-form label {
  font-size: 22px;
  display: block;
  margin-bottom: 6px;
  color: #333;
}

.checkout-form input {
  width: 100%;
  height: 42px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 14px;
  margin-bottom: 16px;
}

.form-row {
  display: flex;
}

.form-row > div {
  width: 50%;
}

.form-row > div:first-child {
  margin-right: 12px;
}

.checkout-summary h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.6);
}
/* nav-sec */

/* end-nav */
.summary-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}
.banner-container{
  margin-top: 170px;
}
.service-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 20px;
}

.service-left {
  width: 75%;
}

.service-img img {
  width: 220px;
  height: 220px;
  border-radius: 16px;
  object-fit: cover;
}

.service-name {
  margin-top: 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.service-name span {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
}

.service-price {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}

.summary-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 14px 0;
  font-size: 22px;
}

.summary-row.total {
  font-weight: 700;
}

.payment-options {
  margin-top: 20px;
}

.payment-options label {
  display: block;
  font-size: 22px;
  margin-bottom: 14px;
}

.payment-logos {
  background: #f1f1f1;
  margin: 12px 0 16px 0;
  padding: 20px 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.payment-logos img {
  width: 155px;
  height: 83px;
  display: block;
  background: #F1F1F1;
  border-radius: 10px;
  padding: 10px;
  object-fit: contain;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  margin-bottom: 14px;;
}

.secure-text {
  background: #EFEFEF;
  font: var(--font-bold);
  padding: 12px;
  font-size: 20px;
  margin-bottom: 30px;
  border-radius: 4px;
  object-fit: contain;
}

.terms {
  font-size: 13px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8); 
}

.terms span {
  color: #EF2424;
}
.error {
  color: red;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}
.pay-btn {
  background: #8aa9f8;
  border: none;
  padding: 14px 28px;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pay-btn::after,
.pay-btn::before{
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: 0.4s all ease;
  background: #2964FF ;
}
.pay-btn::after{
  right: -50%;
}
.pay-btn::before{
  left: -50%;
}
.pay-btn:hover::after{
  right: 0;
}
.pay-btn:hover::before{
  left: 0;
}
/* footer-sec */
.footer-sec {
  background: var(--primary-color);
  padding: 70px 0 0;
  opacity: 1 !important;
}
.footer-header {
  text-align: center;
  color: var(--header-color);
  font-size: 36px;
  font-weight: 500;
}
.footer-form {
  text-align: center;
  margin: 32px 0 70px;
}
.footer-form-cont {
  max-width: 774px;
  height: 80px;
  margin: 0 auto;
  border-radius: 20px;
  background: var(--secondary-color);
}
#email {
  border: none;
  outline: none;
  width: 570px;
  height: 76px;
  background: var(--secondary-color);
  border-radius: 20px;
  padding-left: 20px;
}
#submit {
  background: var(--hover-color);
  border: none;
  width: 184px;
  height: 70px;
  /* padding: 26px 64.5px; */
  border-radius: 19px;
  font-size: 20px;
  font-weight: 500;
  color: var(--secondary-color);
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin: 5px 5px 5px 0;
}
#submit::before,
#submit::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: var(--secondary-color);
  z-index: -1;
  transition: 0.4s ease;
}
#submit::before {
  left: -50%;
}
#submit::after {
  right: -50%;
}
#submit:hover::before {
  left: 0;
}
#submit:hover::after {
  right: 0;
}
#submit:hover {
  color: var(--hover-color);
  outline: 1px solid var(--hover-color);
}
.footer-social,
.footer-social > ul {
  display: flex;
  align-items: center;
  padding: 0;
}
.footer-social > ul > li {
  margin-right: 21px;
}
.footer-social-link {
  font-size: 24px;
  color: var(--social-color);
  transition: 0.6s all linear;
}
.footer-social-link:hover {
  transform: translateY(-30%);
}
.footer-main-cont > p {
  color: var(--social-color);
  font-size: 12px;
   margin-bottom: 40px;
}
.footer-link {
  color: var(--social-color);
  font-size: 16px;
}
.footer-link:hover {
  color: var(--header-color);
}
.footer-cont-header {
  color: var(--hover-color);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.footer-cont > ul {
  padding: 0 !important;
}
.footer-cont > ul > li {
  margin-bottom: 8px;
}
.side-box {
  display: flex;
  align-items: center;
  color: var(--social-color);
}
.left-side>a {
  border-right: 1px solid var(--social-color);
  padding-right: 5px;
  font-size: 14px;
  color: var(--social-color);
}
.right-side>a {
  margin-left: 5px;
  font-size: 14px;
  color: var(--social-color);
}
.footer-low-img-cont {
  display: flex;
  align-items: center;
  max-width: 179px;
  margin-left: auto;
  margin-right: 30px;
}
.footer-lower-img {
  max-width: 35px;
  margin-right: 12px;
}
.footer-lower-img>a{
  width: 100%;
}
.footer-lower-img>a> img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-logo {
  max-width: 52px;
  margin-bottom: 40px;
}
.footer-logo > a {
  width: 100%;
}
.footer-logo > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mail-list{
  width: 350px;
}

/* media-quaary */
@media screen and (max-width: 1330px) {
  .title1 {
    font-size: 48px;
  }
  .banner-img {
    height: 700px;
    margin-top: 250px;
  }
  .background-circle {
    width: 265px;
    height: 264px;
    left: 70px;
  }
  .side-line {
    left: 75%;
  }
  .review-number {
    font-size: 10px;
    padding: 5px 7px;
  }
  .review-number {
    font-size: 10px;
    padding: 5px 7px;
  }
  .review-rating {
    margin: 0 5px;
  }
  .review-card-text {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .blog-card{
    height: 470px;
  }
  .nav-form{
    margin-right: auto;
  }
  .nav-item{
    margin: 0 10px;
  }
  .nav-top-link{
    font-size: 14px;
  }
  .social-link{
    font-size: 14px;
  }
}
@media screen and (max-width:1200px){
  .col-20 {
    width: 50%;
  }
  .footer-cont {
    max-width: 248px;
    margin: 0 auto;
  }
  .footer-main-cont {
    max-width: 248px;
    margin: 0 auto;
  }
  #modal-email,
   #modal-password,
   #confirm-password,
   #address{
    width: 406px;
   }
   .input-cont{
    max-width: 406px;
    margin: 0 auto;
   }
   .btn-cont{
    margin-top: 32px;
   }
   .apple-btn,
   .google-btn{
    width: 170px;
   }
  .card-text {
    margin: 10px 0 20px;
  }
  .col-20 {
    width: 50%;
  }
  .nav-location{
    margin-right: 10px;
    padding: 8px;
  }
  .nav-link{
    font-size: 14px;
  }
  .drop-link{
    font-size: 14px;
  }
  .nav-top-list>li{
    padding-right: 5px;
    margin-left: 5px;
  }
  .nav-logo{
    margin: 0;
  }
  .offcanvas>ul{
    margin: 0 0 0 10px;
  }
  .primary-btn{
    padding: 14px 24px;
  }
  #search{
    max-width: 196px;
  }
}
/* media-quarry */
@media screen and (max-width:1100px){
   .nav-top-link > span {
    display: none;
  }
}
 @media screen and (max-width: 991px) {
  /* .row {
    flex-direction: column;
    align-items: center; 
  } */

  .col-5 {
    width: 100%;
    max-width: 640px; 
  }
  
  .header-sec {
    padding: 15px 0;
  }
  .offcanvas {
    flex-direction: column;
    text-align: center;
    /* position: relative; */
    z-index: 99;
    background: var(--offcanvsbckground-color);
  }
  .offcanvas-backdrop {
    z-index: 9;
  }
  .offcanvas .dropdown-menu {
    position: absolute;
    z-index: 999;
  }
  .offcanvas-header {
    margin-left: auto;
    font-size: 1.4rem;
    color: var(--hover-color);
  }
  .offcanvas > ul {
    background: var(--offcanvsbckground-color);
    margin: 0 !important;
    height: auto;
    border-radius: 0;
  }
  .nav-link {
    margin: 0 0 10px;
  }
  .drop-link {
    margin: 0 0 10px;
  }
  .nav-item {
    margin: 0;
  }
  .nav-btn {
    text-align: center;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%232662fd' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .nav-top-list>li{
    border: none;
  }
  .nav-form{
    margin: 10px auto 0;
  }
  .primary-btn{
    margin: 10px 0 0;
  }
  .modal-dialog{
    flex-direction: column-reverse;
    align-items: center;
  }
  .modal-content{
    max-width: 600px;
  }
  .right-modal{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
  }
  .left-modal{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
  }
  .log-left-cont{
   border-top-left-radius: 20px !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
}
.log-right-modal{
  border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 0;
}
  .nav-btn {
    text-align: center;
  }
   .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%232662fd' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .navbar-toggler {
    padding: 0;
    border: 0;
  }
  .checkout-form,
  .checkout-summary {
    margin: 0 auto;
  }

  .checkout-summary {
    margin-top: 48px;
  }

 
  .checkout-form h3,
  .checkout-summary h3 {
    text-align: center;
  }

  .checkout-form{
    padding: 0;
  }
  .summary-header {
    justify-content: space-between;
    text-align: center;
  }
  .terms{
    font-size: 14px;
  }
  .terms>span{
    font-size: 14px;
  }
  .service-row {
    justify-content: center;
  }

  .service-left {
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }

  .service-price {
    text-align: center;
    margin-top: 12px;
  }

  
  .payment-options {
    text-align: center;
  }

  .payment-options label {
    display: block;
    text-align: left;
    max-width: 360px;
    margin: 12px auto;
    font-size: 14px;
    max-width: 270px;
  }

 
  .payment-logos {
    text-align: center;
  }

  
  .pay-btn {
    display: block;
    margin: 24px auto 0;
  }
  /* footer-sec */
  .footer-form-cont {
    max-width: 710px;
  }
   #submit {
    margin-left: auto;
  }
  #email {
    width: 500px;
    margin-right: auto;
  }
  .col-20 {
    width: 50%;
  }
  .footer-cont {
    max-width: 248px;
    margin: 0 auto;
  }
  .footer-main-cont {
    max-width: 248px;
    margin: 0 auto;
  }
  .view-btn {
    position: relative;
    z-index: 1;
  }
  #submit {
    z-index: 1;
  }
}

@media screen and (max-width:768px){
  .footer-form-cont {
    max-width: 560px;
  }
  .approach-col{
    padding: 0 15px;
  }
  #submit {
    margin-left: auto;
    width: 150px;
  }
  #email {
    width: 400px;
    margin-right: auto;
    height: 70px;
  }
  .col-20 {
    width: 100%;
  }
  .footer-cont {
    text-align: center;
  }
  .footer-main-cont {
    text-align: center;
  }
  .footer-social > ul {
    max-width: 248px;
    margin: 0 auto;
  }
  .footer-low-img-cont {
    margin: 0 auto;
  }
  .footer-cont > ul > li > a {
    text-align: center;
  }
  .footer-header {
    font-size: 28px;
  }
  .side-box {
    max-width: 344px;
    margin: 0 auto;
  }
  .footer-logo {
    margin: 0 auto 19px;
  }
  /* .footer-cont-header{
   max-width: 170px;
   margin: 0 auto;
  } */
  /* .footer-cont>u>li{
    text-align: center;
  } */
  .footer-cont > ul {
    padding: 0;
  }
    .footer-cont > ul {
    padding: 0;
  }
  .footer-cont {
    text-align: center;
    max-width: 500px;
  }
  .footer-main-cont {
    text-align: center;
  }
  .footer-social > ul {
    max-width: 248px;
    margin: 0 auto;
  }
  .slider-card-img {
    max-width: 150px;
  }
  .side-box {
    max-width: 344px;
    margin: 0 auto;
  }
  .footer-low-img-cont {
    margin: 0 auto;
  }
  .mail-list{
  width: 350px;
  margin: 0 auto;
}
.contact-list{
  max-width: 500px;
}
}

@media (max-width: 660px) {
  .checkout-banner h1 {
    font-size: 30px;
  }

  .service-img {
    width: 100%;
    max-width: 416px;
  }
}
@media (max-width: 576px) {
  .navbar-toggler-icon {
    width: 25px !important;
    color: var(--btn-color) !important;
  }
  .navbar-toggler {
    padding: 0;
    border: 0;
  }
  .app-sub-img {
    max-width: 130px;
  }
  .app-box {
    flex-direction: column;
  }
  .play-img {
    margin: 0 auto 10px;
  }
  .apple-img {
    margin: 0 auto;
  }
  .modal-content {
    max-width: 400px;
    height: 580px;
    margin: 0 auto;
  }
  #modal-email {
    max-width: 250px;
    margin-bottom: 10px;
  }
  #modal-password {
    max-width: 250px;
    margin-bottom: 10px;
  }
   #confirm-password {
    max-width: 250px;
    margin-bottom: 10px;
  }
   #address {
    max-width: 250px;
    margin-bottom: 10px;
  }
  .modal-btn {
    padding: 16px 26px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .input-cont {
    max-width: 260px;
  }
  .input-cont-para > p {
    font-size: 14px;
    margin: 0 auto;
  }
  .log-btn {
    font-size: 14px;
  }
  .apple-btn {
    width: 120px;
    height: 45px;
  }
  .google-btn {
    width: 120px;
    height: 45px;
  }
  .apple-img {
    margin: 0 10px 0 0;
  }
  /* .btn-cont {
    max-width: 255px !important;
  } */
  .input-cont-para {
    margin-top: 10px;
  }
  .form-row {
    flex-direction: column;
  }

  .form-row > div {
    width: 100%;
    margin-bottom: 12px;
  }

  .payment-logos {
    padding: 14px;
    text-align: center;
  }

  .payment-logos img {
    width: 48%;
    height: 72px;
    margin: 6px 1%;
    object-fit: contain;
  }
  /* footer-sec */
  #submit {
    margin-left: auto;
    width: 100px;
    font-size: 12px;
  }
  .estimate-sec {
    height: 170vh;
  }
  #email {
    width: 250px;
    margin-right: auto;
    height: 70px;
  }
  .footer-form-cont {
    max-width: 360px;
  }
  .footer-link{
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .service-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-price {
    margin-top: 12px;
  }
}
@media (max-width: 480px) {

   .social-list > li {
    margin: 0 2px;
  }
  .nav-top {
    margin: 0 auto;
  }
  .nav-top-list > li {
    margin-right: 5px;
  }
  .checkout-banner {
    padding: 36px 16px;
  }

  .checkout-banner h1 {
    font-size: 26px;
  }
  .service-price {
    position: static;
    margin-top: 12px;
    text-align: center;
  }
  .payment-logos img {
    width: 48%;
    height: 68px;
  }
}
@media screen and (max-width: 400px) {
  .title1 {
    font-size: 28px;
  }
  .title2 {
    font-size: 24px;
  }
  .title4 {
    font-size: 12px;
  }
  .electric-img {
    max-width: 250px;
  }
  .electric-sub-img {
    max-width: 150px;
    bottom: -110px;
    left: 1%;
  }
  .estimate-sec {
    height: 150vh;
  }
  #submit {
    width: 90px;
  }
  #email {
    width: 230px;
  }
}
@media screen and (max-width: 360px) {
  #submit {
    margin-left: auto;
    width: 90px;
  }
  #email {
    width: 190px;
    margin-right: auto;
    height: 70px;
  }
  .footer-form-cont {
    max-width: 310px;
  }
  .left-side {
    font-size: 12px;
  }
  .right-side {
    font-size: 12px;
  }
  .side-box {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  .checkbox>p{
    font-size: 10px;
  }
  .checkbox{
    max-width: 240px;
  }
  .info-row p{
  font-size: 10px;
}
.info-row strong {
  font-size: 16px;
}

}

@media (max-width: 320px) {
  .checkout-banner h1 {
    font-size: 22px;
  }

  .pay-btn {
    width: 100%;
    height: 46px;
    font-size: 14px;
  }

  .payment-logos img {
    width: 100%;
    height: 64px;
    margin-bottom: 10px;
  }

  .service-name {
    font-size: 14px;
  }
}
