@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&amp;family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Philosopher", sans-serif;
}

a {
  text-decoration: none;
}

body {
  background: #f4f2f2;
}
.navbar{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.navbar-brand{
  padding-left: 60px;
}
.call-box i{
  color: red;
}
.call-box a{
  color: #000;
}
.con-box{
  display: flex;

  /* justify-content: space-between; */
}
.contact-us a{
  background-color: red;
  color: #ffff;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 30px;
}
.fbox-main {
  background: navy;
  border-radius: 10px;
  padding: 30px;

  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.navbar-collapse {
  display: flex;
  justify-content: end;
  background: #f8f9fa;
  padding: 10px 0px;
}

.f-box {
  padding: 20px 0px;
  transition: 0.5s;
}

.f-box:hover {
  /* transform: scale(1.1); */
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.f-box a {
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 0px 10px;
  font-weight: 600;
}

.f-box a img {
  margin-right: 20px;
}

.payment-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.payment-box h5 {
  color: navy;
}

.payment-box p span {
  color: rgb(71, 227, 71);
}

.py-heading {
  display: flex;
  justify-content: space-between;
}

.py-heading a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  padding: 5px 35px;
  background: red;
  border-radius: 40px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.card-con {
  display: flex;
  justify-content: space-between;
}

.cord-box {
  border: 1px solid #00000029;
  padding: 30px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.card-img {
  border: 1px solid #00000029;
  padding: 30px;
}

.card-content h6 {
  color: red;
  margin-bottom: 20px;
}

.card-content a {
  border: 2px solid red;
  border-radius: 40px;
  color: red;
  text-decoration: none;
  padding: 5px 57px;
}

.col-auto {
  display: flex;
  justify-content: space-between !important;
}

.form-control {
  margin-top: 15px;
}

.form-control:focus {
  border-color: none !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

button,
input {
  border: none;
  background: none;
}

button a {
  text-decoration: none;
  background: red;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  padding: 5px 10px;
  color: #ffff;
  border-radius: 5px;
}

.contact-section {
  background: linear-gradient(
      rgba(255, 255, 255, 0.413),
      rgba(255, 255, 255, 0.523)
    ),
    url("../img/images/footerimg3.html");
  background-size: cover;
  background-repeat: no-repeat;
}

.form-signup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* height: 100%; */
  gap: 20px;
  /* margin: 30px; */
  /* padding: 20px; */
  /* background: black; */

  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.form-signup-pop-bg {
  background: rgb(0 0 0 / 53%) !important;
}

.white {
  color: #000 !important;
}

.contact-img {
  position: relative;
  left: 51px;
}

.form-signup h2 {
  color: #000;
}

.form-signup h3 {
  color: #0000;
  font-size: 16px;
}

.inputBox {
  width: 90%;
  /* background: #000; */
  position: relative;
}

.inputBox input {
  width: 100%;
  padding: 15px;

  border: 1px solid #00000032;
  /* background: black; */
  border-radius: 5px;
  outline: none;
  color: #000;
  font-size: 16px;
}

.inputBox i {
  position: absolute;
  left: 0;
  padding: 10px;
  pointer-events: none;
  margin-top: 7px;
  font-size: 14px;
  color: #00000069;
  transition: 0.5s;
}

.inputBox span {
  position: absolute;
  left: 30px;
  padding: 10px;
  margin-top: 3px;
  pointer-events: none;
  font-size: 14px;
  color: #858080;
  /* font-weight: 600; */
  transition: 0.5s;
}

.inputBox input:valid ~ i,
.inputBox input:focus ~ i {
  color: #000;
  transform: translateX(10px) translateY(-7px);
  font-size: 16px;
  padding: 0;
  left: 10px;
  /* left: 30px; */
}

.inputBox input:valid ~ span,
.inputBox input:focus ~ span {
  color: #fff;
  transform: translateX(10px) translateY(-8px);
  font-size: 12px;
  padding: 2px 14px;
  background: red;
  letter-spacing: 0.2em;
}

.contact-content {
  border-bottom: 10px solid #b80000;
  /* border-left: 10px solid #b80000; */
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.inputBox-1 input {
  text-decoration: none;
  background: red;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  padding: 5px 10px;
  color: #ffff;
  border-radius: 5px;
}

/* nav tabs css start */
.nav-pills .nav-link.active {
  background: none !important;
}

.nav-link {
  display: flex;
}

.nav-link:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.nav-link img {
  margin-right: 15px;
}

.nav-link h6 {
  margin-top: 5px;
  color: #fff;
}

.nav-pills .nav-link {
  padding-top: 15px;
}

/*=============== ecommerce start  =================*/
.first-section {
  padding: 25px 0px;
}

.firstbox-section {
  display: flex;
  flex-direction: column;
  /* align-items: start; */
  width: 100%;

  /* text-align: center; */
}

.firstbox-section h1 {
  font-size: 60px;
  font-weight: 700;
}

.firstbox-section p {
  text-align: justify;
  font-size: 15px;
  margin-top: 10px;
  color: #2a2727d1;
  font-weight: 600;
}

/* Cursor */
.txt-type > .txt {
  border-right: 0.2rem solid #777;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3rem;
  }
}

p {
  margin-bottom: 0px;
}

@media (max-width: 800px) {
  .firstbox-section {
    padding: 0 1rem;
  }

  h1 {
    font-size: 4rem;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.5rem;
  }
}

.btn-1 {
  border: none;
  background: #fff;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  padding: 8px 23px;
  border-radius: 5px;
  margin: 0 auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.btn-1::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 20px;
  height: 20px;
  border-top: 2px solid red;
  border-left: 2px solid red;
  transition: 0.5s;
}
.btn-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  transition: 0.5s;
}
.btn-1:hover::before,
.btn-1:hover::after {
  width: 110%;
  height: 110%;
  border-radius: 0px;
}

.brand-img {
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.brand-img h6 {
  color: navy;
}

.brand-img h5 {
  color: red;
  font-size: 16px;
  padding-top: 15px;
}

.owl-carousel .owl-stage {
  margin: 20px 0px;
}

.owl-carousel .owl-nav button.owl-next {
  display: none !important;
}

.owl-carousel .owl-nav button.owl-prev {
  display: none !important;
}

.owl-dot {
  display: none !important;
}

.f-img img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.top-box-1 h5,
span {
  color: red;
  font-weight: 600;

  text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.top-box-1 h1 {
  font-weight: 600;
}

/*========== service section  ==============*/
.services-section {
  background: linear-gradient(rgba(0, 0, 0, 0.829), rgba(0, 0, 0, 0.842)),
    url("img/E-commerce.html");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px 0px 100px;
}

.services-section h4,
h6 {
  color: #fff;

  text-align: center;

  font-weight: 600;
}

.services-section h1 {
  color: #fff;
  font-weight: 500;
}

.serv-card-box {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.ser-card img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ser-card p {
  color: #514a4a9e;
  font-size: 14px;
  font-weight: 600;
}

.ser-card h4 {
  color: navy;
  font-size: 18px;
  padding-top: 15px;
}

.top-box-1 p {
  color: #514a4a9e;
  font-size: 16px;
  font-weight: 600;
  padding-top: 20px;
}

.brand-img-1 {
  height: 100%;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.brand-img-1 img {
  background: #fff;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  border: 1px solid #00000071;
  border-radius: 10px;
  margin: 5px 0px;
}

.footer-bg {
  background: url('../asset/img/footer-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 5px solid red;
}

/*-----------contact us start---------*/
.contact-main {
  display: flex;
  justify-content: center;
  margin-top: auto;
  align-items: center;
  background: #fff;
}

.container-1 {
  position: relative;
  min-width: 1100px;
  min-height: 550px;
  display: flex;
}

.container-1 .contactinfo {
  position: absolute;
  top: 125px;
  left: 60px;
  width: 35%;

  background: #b80000;
  z-index: 1;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.contactinfo p {
  color: #fff;
}

ul {
  padding-left: 0px !important;
}

.contactinfo h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  justify-content: center;
}

.contactinfo ul.info {
  position: relative;
  margin: 20px 0;
}

.contactinfo ul.info li {
  position: relative;
  list-style: none;
  display: flex;
  margin: 20px 0;
  cursor: pointer;
  align-items: flex-start;
}

.top-navbar-icon ul {
  display: flex;
  justify-self: center;
  align-items: center;
}

.top-navbar-icon ul li {
  list-style: none;
  padding: 0 10px;
}

.top-navbar-icon ul li a {
  border: 1px solid #fff;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 22px;
  color: #fff;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  transform: translateZ(0);
  transition: 0.3s;
}

.top-navbar-icon ul li a::before {
  content: "";
  position: absolute;
  background: #fff;
  border: #fff solid 6px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}

.top-navbar-icon ul li a:hover::before {
  transform: scale(1);
}

.top-navbar-icon ul li a:hover {
  color: var(--lightgreen);
}

.container-1 .contactform {
  position: absolute;
  padding: 45px 50px;
  padding-left: 325px;
  margin-left: 180px;
  width: 80%;
  /* height: 100%; */
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.contactform h2 {
  /* color: #ffa500; */
  font-size: 34px;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-weight: 500;
}

.formbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}

.inputbox {
  position: relative;
  margin-bottom: 35px;
}

.inputbox.w50 {
  width: 47%;
}

.inputbox.w100 {
  width: 100%;
}

.inputbox input,
.inputbox textarea {
  width: 100%;
  resize: none;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 300px;
  color: #000;
  border: none;
  outline: none;
  border-bottom: 2px solid red;
}

.inputbox span {
  position: absolute;
  left: 0;
  padding: 3px 0;
  pointer-events: none;
  font-size: 14px;
  font-weight: 300;

  transition: 0.3s;
}

.inputbox input:focus ~ span,
.inputbox input:valid ~ span,
.inputbox textarea:focus ~ span,
.inputbox textarea:valid ~ span {
  transform: translateY(-20px);
  font-size: 14px;
  font-weight: 400px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 500;
}

.formbox .inputbox input[type="submit"] {
  color: #fff;
  max-width: 150px;
  background-color: red;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 4px;
  position: relative;
}

.formbox .inputbox input[type="submit"]:hover {
  color: red;
  border: 1px solid red;
  background-color: #fff;
  box-shadow: #12902379 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.email-sec span a {
  text-decoration: none;
  color: #fff;
}

/* WHATSAPP ICON SECTION */

.whatsapp-icon img {
  position: fixed;
  bottom: 3%;
  right: 1px;
  /* width: 35px;
  height: 35px; */
  /* background-color: #fff; */
  margin: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  z-index: 999;
}

.footer-top-box h3 {
  color: #fff;
}

.footer-top-box p {
  color: #fff;
  font-size: 15px;
}

.footer-top-box li {
  list-style: none;
  padding-top: 6px;
}

.footer-top-box ul li a {
  list-style: none;
  color: #fff;
  font-size: 15px;
}

/* 
    ===== Effect 10 =====
*/
.effect10 {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.effect10 img {
  width: 100%;
  height: 300px;

  transition: 0.5s;
}
.effect10:hover img {
  opacity: 0.3;
}
/* Shine effect */
.effect10 .caption:before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  width: 50%;
  height: 100%;
  z-index: 9;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  transform: skewX(-25deg);
  transition: left 0.6s;
}

.effect10:hover .caption:before {
  left: 125%;
}

/* Text */
.effect10 h2,
.effect10 p {
  position: absolute;
  left: 0;
  transform: translateX(-700px) scale(0.1) skewX(95deg);
}

.services-section .d-flex{
  display: flex;
}

.effect10 h2 {
  font-size: 24px;
  font-weight: 600;
  width: 253px;
  left: 14px;
  color: #fff;
  padding: 10px;
  background: rgba(0, 0, 128, 0.664);
  top: 20%;
  border-right: 2px solid red;
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.effect10 p {
  width: 320px;
  left: 13px;
  background: #00000081;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  top: 45%;
  border-right: 2px solid red;
  transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.effect10:hover h2,
.effect10:hover p {
  transform: translateX(0px) scale(1) skewX(0deg);
}
.benner-section-mob{
  display: none;
}
/*============== media 992 ==============*/
/*----------- now / make it responsive ------------*/
@media (max-width: 1200px) {
  .container-1 {
    min-width: auto;
    margin: 20px;
    box-shadow: none;
  }

  .contactinfo {
    top: 0;
    height: 550px;
    position: relative;
    /* box-shadow: none; */
  }

  .container-1 .contactform {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 350px;
    margin-left: 140px;
    /* box-shadow: none; */
  }

  .container-1 .contactinfo {
    width: 44%;
  }
}


.banner-phone-processs{
  display: none;
}

.wedo-section{
  display: block;
}

@media (max-width: 991px) {
  .container-1 {
    display: flex;
    flex-direction: column-reverse;
  }

  .wedo-section{
    display: none;
  }

  .mobile-carousel{
    padding: 10px;
  }


  .banner-phone-processs{
    display: block;
    margin: 30px 0px;
  }

  .navbar {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 8vh;
}
.navbar-brand {
  padding-left: 0px;
}

.navbar-collapse {
  justify-content: center;

}


  .container-1 .contactinfo {
    position: relative;
    width: 100%;
    top: 8px;
    padding: 30px;
  }
  .benner-section{
    display: none;
  }
.benner-section-mob{
  display: block;
}
  .container-1 .contactform {
    padding: 60px;
    margin-left: -1px;
    /* display: none; */
  }
  .client-section {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .firstbox-section h1 {
    font-size: 45px;
    font-weight: 700;
  }
  .col-foot {
    text-align: start !important;
  }
  .first-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .read-box{
    margin-top: 20px !important;
  }
  h1{
    font-size: 1.5rem !important; 
  }
}

@media (max-width: 454px) {
  .container-1 .contactform {
    padding: 25px;
    width: 85%;
    margin-left: 24px;
  }

  .container-1 .contactinfo {
    padding: 20px;
    width: 85%;
    margin-left: 24px;
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }
}
