@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Kdam+Thmor&display=swap');
#servicesDiv {
  opacity: 0;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  color: #9fa1a4;
  line-height: 1.5;
}

a {
  color: #777;
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Poppins", sans-serif;
  color: #000;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #df0000 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.8rem;
}

section {
  overflow: hidden;
}

.section {
  padding: 7rem 0;
}

.heading {
  font-size: 39px;
  font-weight: 700;
  color:#f43e3d ;
text-transform: uppercase;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 94px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.4);
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.8);
  height: 160px;
}





#header .logo img {
  padding: 0;
  
  max-height: 110px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #9d2517;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #000000;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #2d71a1;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(27, 49, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2d71a1;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #2d71a1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
.logo img {
  width: 150px;
}
.logo {
  text-align: center;
 
}

.contct {
  color: black;
  font-weight: 800;
}
.top_hed {
  border-bottom: 1px solid lightgray;
  background-color: #f43e3d;
  text-align: center;
  color: white;
}
.top_section {
  display: flex;

  padding-bottom: 6px;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-text-image p {
  color: black;
}
.hero-section {
  margin-bottom: 80px;
  position: relative;
  border-top: 1px solid #cf3541;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}
.hero-text-image {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }
}

.hero-section .wave svg {
  width: 100%;
}

/* .hero-section,
.hero-section>.container>.row {
  height: 100vh;
  min-height: 880px;
} */

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}

.hero-section h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 0rem;
  }

}

.hero-section p {
  font-size: 18px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -38%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

@media screen and (max-width: 992px) {

  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}
.owl-carousel .item {
  text-align: center;
  background: #4CAF50;
  padding: 20px;
  margin: 10px;
  color: white;
  border-radius: 10px;
}
.owl-carousel img {
  max-width: 100%;
  border-radius: 10px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 5rem 0 2.5rem 0;
  background: #f9f9f9;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #000;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright,
.footer .credits {
  font-size: 14px;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #0d1e2d;
  line-height: 0;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
  background: #f43e3d;
}

.social a i {
  line-height: 0;
}

.owl_txt {
 
  bottom: 21px;
  text-align: center;
  width: 100%;
  border: 1px solid #e5e5e5;
  
}
.owl-carousel img {
  max-width: 100%;
  border-radius: 0px;
}
.owl_txt h3{ font-size: 21px; padding-top: 17px; }



.sub-title {
  
  font-size: 14px;
  color: #827970;
}

.bg_gift {
  background: url(../img/app_bg.jpg);
  width: 100%;

  background-size: cover;
  position: relative;
  margin-top: 75px;
  margin-bottom: 75px;
}
.bg_gift:before {
  background: rgba(0,0,0,0.8);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
}
.top_gift p {
  font-size: 21px;
  font-weight: 100;
}
.erp_img img {
 
  padding-top: 50px;
}

.top_gift {
  padding-top: 210px;
  color: white;
}
.gift_bx h3 {
  text-transform: uppercase;
  color:white;
  font-size: 51px;
}

.gift_bx h1 span {
  font-family: "Great Vibes", cursive;
  font-size:89px;
display: block;
text-transform:initial;
}
.slide-bx h1 {
  text-align: center;
  font-size: 39px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.slide-bx h5 {
  text-align: center;
  color: black;
  padding: 18px;
  font-size: 15px;
  color: #4e4b4b;
  font-weight: 100;
  padding-bottom: 55px;
}
.prod_galry img {
  width: 100%;
}

.heading_txt h2 {
  text-align: center;
  font-size: 39px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  
}

.heading_txt p {
  text-align: center;
  color: black;
  padding: 18px;
  font-size: 15px;
  color: #4e4b4b;
  font-weight: 100;
  padding-bottom: 55px;
}
.prod_galry {
  margin-bottom: 75px;
}
.bg_gift-pwr {
  background: #f43e3d;
}

.testi img {
  width: 55px;
}

.tm_bm{margin-bottom: 75px;    margin-top: 75px;}
.sub_foot{font-size: 36px;
  color: #1d1d1d;
  font-weight: 800;
}

.tm_input_wrapper input {
  float: left;
  width: calc(100% - 50px);
  height: 50px;
  padding-left: 20px;
  background: #1d1d1d;
  border: 0;
  color: rgba(255, 255, 255, 0.58);
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tm_input_wrapper button {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 0;
  background: #f43e3d;
  color: white;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.footer h4 {
  font-size: 15px;
  padding-top: 17px;
  display: inline-block;
  font-weight: 300;
}
.bg_gift-pwr {
  background: url(../img/rd_bg.jpg);
  width: 100%;
  height: 100%;
  position: relative;
}

.bg_gift-pwr:before {
  background: rgb(207 53 65 / 85%);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
}

.prod_galry h3 {
  font-size: 21px;
  padding-top: 17px;
  border: 1px solid lightgray;
  text-align: center;
  padding-bottom: 18px;
}


@media screen and (max-width: 768px) {


  .social a {
    display: inline-block;
    width: 34px;
    height: 34px;
}
.logo img {
    width: 80px;
}
.hero-section {
    margin-bottom: 0;
}
.bg_gift {
 
    margin-top: 10px;
    margin-bottom: 10px;
}
.top_gift {
    padding-top: 70px;
   
}
.owl_txt h3 {
    font-size: 15px;
}
.slide-bx .owl-nav {
    display: none;
}

.slide-bx h1 {
    text-align: center;
    font-size: 28px;
}
}

/* Overlay background */
    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.6);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    /* Popup box */
    .popup-box {
      background: #fff8e1;
      color: #4e342e;
      padding: 30px 40px;
      border-radius: 10px;
      text-align: center;
      max-width: 400px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
      position: relative;
      animation: fadeIn 0.5s ease-out;
    }

    .popup-box h2 {
      margin-top: 0;
      color: #e65100;
      font-size: 32px;
      font-weight: 700;
    }

    .popup-box p {
      margin: 15px 0;
      font-size: 20px;
      font-weight: 700;
    }
    .popup-box img {
      width: 40px;
      margin: 0px 10px;
    }

    .popup-box button {
      background-color: #ff6f00;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .popup-box button:hover {
      background-color: #e65100;
    }

    /* Close (x) button */
    .close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 24px;
      cursor: pointer;
      color: #999;
    }

    .close-btn:hover {
      color: #000;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.8); }
      to { opacity: 1; transform: scale(1); }
    }