/*Main Css */
:root {
  --primary: #da736a;
  --bg-light: #ffdecc;
  --bg-gray: #f4f9ff;
  --black: #000000;
  --white: #ffffff;
  --dark: #333333;
  --font-heading: "Helvetica", sans-serif;
  --font-accent: "Roboto", sans-serif;
  --font-body: "Roboto", sans-serif;
  --icon: "Font Awesome 5 Pro", sans-serif;
}
html {
  overflow-x: hidden;
}
::selection {
  background: var(--primary);
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: var(--primary);
}

/* Tabbing CSS */

[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

html {
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  background-image: url("../images/body-background.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
  font-family: var(--font-heading);
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  font-family: var(--font-body);
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */

.pad-zero {
  padding: 0px;
}

.pad-l-zero {
  padding-left: 0px;
}

.pad-r-zero {
  padding-right: 0px;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background: rgba(0, 0, 0, 0.6); */
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Heading Classes */

.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}

.highlighted {
  color: #ff5e14;
}

/* Custom Slick Css */

.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 10px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.slick-dots li button {
  height: 8px;
  width: 30px;
  border-radius: 100px;
  padding: 0px;
  background: #dddddd;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #b6b9fc;
  width: 55px;
}

/*header css*/

header {
  transition: all 0.4s ease-In-out;
  position: absolute;
  background: transparent;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
}
.header-parent {
  border-bottom: 1px solid #00000036;
  padding: 10px 0;
}
/* header.sticky {
    background: white;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    top: 0;
} */

.menuWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
  max-width: 180px;
}

/* Hamburger Menu */

.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: var(--primary);
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Css */

.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.menu > li {
  display: inline-block;
  vertical-align: middle;
  padding: 16px 0 16px 26px;
}

.menu > li > a {
  display: block;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header-btn {
  border-radius: 45px;
  background: var(--primary);
  padding: 12px 20px;
  transition: 0.5s ease;
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
}

.header-btn:hover {
  transform: scale(1.03);
}

.menu > li :hover > a,
.menu > li .active > a {
  color: #000;
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes scale-display--reversed {
  0% {
    display: inline-flex;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  99% {
    display: inline-flex;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    display: none;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

/* Menu Dropdown CSS */

.has-child {
  position: relative;
  z-index: 1;
}

.dropdown {
  position: absolute;
  background: white;
  /* padding: 1rem; */
  border-radius: 0px 0px 10px 10px;
  top: 100%;
  width: 300px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
  display: none;
}

.dropdown .dropdown {
  left: 100%;
  top: 0;
}

.dropdown ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  padding: 10px 20px;
}

.dropdown li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.chev.rotate {
  transform: rotate(180deg);
}

.chev {
  transition: 0.5s ease;
}

/* Dropdown CSS*/

@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }

  100% {
    top: 115px;
    opacity: 0;
  }
}

@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }

  100% {
    top: 40px;
    opacity: 1;
  }
}

/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.mainBanner.border {
  border-bottom: 1px solid #ddd;
}
.mainBanner .btn-wrap {
  margin-bottom: 0;
}
.banner-img {
  width: 150%;
  display: flex;
  position: relative;
}
.banner-img::before {
  content: "";
  background: url("../images/banner/star.webp") no-repeat;
  width: 200px;
  height: 200px;
  position: absolute;
  background-size: contain;
  z-index: -1;
  /* left: -50px; */
  bottom: 15%;
}
.banner-img img {
  width: 100%;
}
.banner-content {
  padding: 230px 0 122px;
}
h1.banner-heading {
  color: #000;
  font-family: var(--font-body);
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.01;
  margin-bottom: 1rem;
}
h1.banner-heading.lg {
  width: 100%;
}
span.sub-heading {
  font-size: 18px;
  line-height: 22px;
  color: var(--primary);
  font-weight: 500;
}
p.banner-text {
  color: #000000b3;
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.port-image {
  background: #000;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}
.contact span {
  color: var(--primary);
  font-size: 22px;
  font-weight: 700;
  display: block;
  padding: 20px 0;
}
.contact a {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}
.cta-image {
  text-align: end;
}
.contact-wrap p {
  margin-bottom: 2rem;
  line-height: 24px;
}

/* faq-sec */
.faq-sec .container {
  padding: 70px 65px;
  border-radius: 40px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
}
.faq-sec.no-bg .container {
  border: none;
  background: transparent;
  box-shadow: none;
}

/* Accordian */

.accordion-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.accordion-list ul {
  list-style: disc;
  padding-left: 1rem;
  line-height: 24px;
  margin-top: 1rem;
}
.accordion-list > li {
  padding: 18px 20px;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  border: 1px solid #d9d9d9;
  background: #fff;
}

ul.accordion-list > li span {
  display: flex;
  position: relative;
}

.accordion-list > li h3 {
  color: #000;
  font-family: var(--font-heading);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 1.5rem;
}
ul.accordion-list > li.active h3 {
  color: #000;
  font-weight: 700;
}

ul.accordion-list > li h3:after {
  content: "\f13a";
  font-family: var(--icon);
  color: #000000b3;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  font-weight: 400;
}

ul.accordion-list > li.active h3:after {
  content: "\f139";
}
ul.accordion-list .answer p {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #d9d9d970;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
}
/* process-accordion-list */

.process-accordion-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.process-accordion-list ul {
  list-style: disc;
  padding-left: 1rem;
  line-height: 24px;
  margin-top: 1rem;
}
.process-accordion-list > li {
  padding: 10px 20px 10px 0;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #d9d9d9;
}

ul.process-accordion-list > li span {
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
}

ul.process-accordion-list > li h2 {
  color: var(--primary);
  text-align: center;
  font-family: var(--font-heading);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.process-accordion-list > li h3 {
  color: #00000080;
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 1.5rem;
}
ul.process-accordion-list > li.active h3 {
  color: #000;
  font-weight: 700;
}

ul.process-accordion-list > li h3:after {
  content: "\2b";
  font-family: var(--icon);
  color: #00000080;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  font-weight: 600;
}

ul.process-accordion-list > li.active h3:after {
  content: "\f068";
  color: var(--primary);
}
ul.process-accordion-list .answer p {
  margin-top: 5px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

/* email-info-sec */
.email-info-sec .container {
  border-radius: 40px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
  padding: 64px 24px;
}
.email-info-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.email-info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  flex: 1;
  min-width: 300px;
  padding: 20px;
}
.email-info-card:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}
.email-info-card p {
  color: #000000b3;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.27;
}

.email-service-card {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.email-service-card h3 {
  color: #000;
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin: 18px 0 10px;
}
.email-service-card p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.37;
}

/* popup */

.overlay {
  background-color: rgb(31 30 30 / 30%);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
  display: none;
  backdrop-filter: blur(10px);
}

.popupmain {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 530px;
  background: #fff;
  box-shadow: 0 0 30px -9px #0000006e;
  z-index: 9999999;
  overflow: hidden;
  display: none;
  border-radius: 8px;
  max-width: 97%;
  max-height: 90vh;
  overflow-y: auto;
}

.mmpopup {
  text-align: center;
  background: #f8f8f8;
  padding: 25px;
}

.mmpopup .formpop {
  width: 100%;
  margin: 24px auto;
}

.mmpopup .fld-input {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1rem;
  border: 1px solid #d1d5db;
  overflow: hidden;
}

.mmpopup .centercont h4 {
  margin-bottom: 15px;
}

.mmpopup .centercont h4 span {
  color: #86cb92;
}

.mmpopup .centercont h4 span span {
  display: none;
}

.mmpopup .centercont p {
  color: #333;
  font-size: 14px;
  margin-bottom: 120px;
  line-height: 20px;
}

.closeico {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border-radius: 100px;
  color: #333;
}

.mmpopup .centercont p {
  margin-bottom: 10px;
  line-height: 23px;
  color: #565656;
  max-width: 390px;
  margin: auto;
  display: block;

  position: relative;
}

.mmpopup .centercont ul {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 27px 49px 27px 24px;
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
}

.mmpopup .centercont ul li {
  display: block;
  font-size: 15px;
  color: #000;
  padding-bottom: 12px;
}

.mmpopup .centercont ul li.last {
  padding-bottom: 0;
}

.mmpopup .centercont ul li i {
  color: #ff533e;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 8px;
  font-size: 10px;
  padding: 3px;
}

.mmpopup .centercont h4 {
  font-size: 35px;
  text-align: left;
}

.mmpopup .centercont h3 {
  font-size: 50px;
  font-weight: 400;
  color: #0085ff;
  margin-bottom: 10px;
}

.mmpopup .centercont h3 span {
  display: block;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  color: #3a3d40;
  text-align: left;
}

.mmpopup .centercont h4 span {
  font-weight: 700;
  color: #000;
  font-size: 60px;
}

.fld-input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(218 217 217);
  border-radius: 5px;
  background-color: #fff;
  width: 354px;
  height: 66px;
  margin-bottom: 20px;
}

.fld-input input {
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 16px;
  letter-spacing: 0.2px;
  background: #eeeeee;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none;
  font-family: "Inter";
}

.fld-input input::placeholder {
  color: #737373;
  font-weight: 400;
}

.fld-btn button {
  border-radius: 5px;
  background-color: var(--primary);
  width: 100%;
  color: white;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  cursor: poRoboto;
  transition: 0.5s;
  font-family: "Inter";
  height: 59px;
  cursor: pointer;
  border: 0;
}

.fld-btn button i {
  padding-left: 12px;
}

.fld-btn button:hover {
  transform: scale(1.03);
}

.mmpopup .formpop form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: start;
}

.mmpopup .formpop form input,
.mmpopup .formpop form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
}

.mmpopup .formpop form label {
  text-align: left;
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 14px;
  line-height: normal;
}

.mmpopup .formpop form label input {
  width: 20px;
  height: 20px;
}

.formpop form button {
  padding: 15px 30px;
  background: #000000;
  color: white;
  font-weight: 700;
  transition: 0.5s ease;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  border: 0;
}

.popupmain p {
  font-size: 14px;
  line-height: normal;
  text-align: left;
}

/* popup */

/* packages */
.pkg-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 1.5rem;
}
.pkg-list.g-2 {
  grid-template-columns: repeat(2, 1fr);
}
.pckg {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  border-radius: 24px;
  border: 1px solid var(--primary);
  border-top: 10px solid var(--primary);
  background: #fff;
  /* box-shadow: 25px 26px 54px 0px #00000012; */
  transition: 0.5s ease;
}
.pckg:hover {
  transform: scale(1.03);
}

.pckg .btn-wrap a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  text-align: center;
  background: var(--primary);
  border-radius: 68px;
  padding: 14px 20px;
}
.pckg:hover .btn-wrap a {
  background: var(--primary);
  color: #000;
  border-color: var(--primary);
}
.pckg .btn-wrap .btn-norm {
  color: var(--primary);
  transition: 0.5s ease;
}

.pckg .btn-wrap .btn-norm:hover {
  transform: scale(1.03);
}

.pckg .upper .title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 12px 0 20px;
}
.pckg .upper .title-wrapper hr {
  height: 1px;
  width: 100%;
  background: #a3a3a3;
}
.pckg .upper .title {
  color: #000;
  font-family: var(--font-heading);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.pckg .upper .starting-in {
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
}

.pckg .upper p {
  font-size: 16px;
  line-height: 24px;
  color: #6b7280;
  margin-bottom: 1.5rem;
  min-height: 40px;
}

.pckg .upper .price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 54px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.pckg .upper .price .cutoff {
  font-family: var(--font-body);
  font-weight: 400;
  color: #b4b4b4;
  font-size: 18px;
  padding-left: 4px;
}

.pckg .upper .price .amount {
  color: #000000;
}

.pckg .upper .price .uspto {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #67687a;
}

.pckg .bottom .list-heading {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}
.pckg .bottom .includes {
  letter-spacing: 0.025em;
  text-transform: uppercase;

  color: #111827;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}

.pckg .bottom ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
  position: relative;
  display: flex;
  align-items: center;
}

.pckg .scroll p {
  font-size: 18px;
  margin: 1.5rem 0;
  font-weight: 600;
}

.pckg .scroll {
  overflow-y: auto;
  max-height: 288px;
  margin-bottom: 2rem;
}

.pckg .bottom ul li:not(.last) {
  margin-bottom: 12px;
}

.pckg .bottom ul li::before {
  content: "";
  font-family: var(--icon);
  content: "\f058";
  font-weight: 800;
  font-size: 20px;
  color: var(--primary);
  margin-right: 10px;
  padding-left: 2px;
}
.pckg .btn-wrap {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
/* packages */

/* Sec Headings */
.sec-heading {
  margin-bottom: 2rem;
}

.sec-heading.center {
  text-align: center;
}

.sec-heading h2 {
  font-family: var(--font-heading);
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1;
  /* 112.5% */
  position: relative;
  margin-bottom: 2rem;
}

.sec-heading h3 {
  color: #0c121f;
  font-size: 38px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.96px;
}

.sec-heading.white h2 {
  color: white;
}

.sec-heading p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #5f5f5f;
  margin: 1rem 0;
}

.sec-heading .sub-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: var(--primary);
  margin-bottom: 1rem;
}

/* Sec Headings */

/* sections */
section {
  padding: 4rem 0;
  position: relative;
}

.padding-2 {
  padding: 1rem 0;
}

/* sections */

/* Theme Buttons */
.btn-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0 0 1rem;
}

.theme-btn {
  border-radius: 45px;
  background: var(--primary);
  padding: 12px 20px;
  transition: 0.5s ease;
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
}

.theme-btn.bordered {
  background: transparent;
  color: var(--black);
}

.theme-btn:hover {
  transform: scale(1.03);
}

/* Theme Buttons */

/* footer */

footer {
  padding: 4rem 0 0;
  /* background-image: url(../images/banner/bg-footer.webp); */
  background-size: cover;
  background-position: center;
  background: #1b1b1b;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 0;
  margin-top: 1.5rem;
  border-top: 1px solid #6d6d6d;
  font-size: 14px;
}
.copyright img {
  width: 250px;
  max-width: 100%;
}
footer p {
  color: #ffffffb3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.37;
}

footer .f-logo {
  margin-bottom: 1.5rem;
}
footer .f-logo img {
  max-width: 180px;
}
footer .f-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

footer .f-links a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}

footer .hdng {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d94d;

  text-transform: capitalize;
  margin-bottom: 1rem;
}

footer .contact-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

footer .contact-links * {
  color: #fcfcfc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  /* 150% */
}

/* footer */

ul.overview-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /* margin-bottom: 50px; */
  flex-wrap: wrap;
}

ul.overview-nav a {
  padding: 15px 20px;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #333333;
}

ul.overview-nav li.active a {
  background: var(--primary);
  color: white;
  border-color: var(--primary) !important;
}

.port-card * {
  width: 100%;
}
.portfolio-sec .container {
  border-radius: 40px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
  padding: 70px 30px 30px;
}

/* Portfolio */

/* contact-sec */
.contact-sec .container {
  border-radius: 40px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
  padding: 70px 30px;
}
.form-input {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 10px;
  width: 100%;
}
.form-label {
  display: block;
  color: #000000b3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.37;
}
.form-label.sm {
  font-size: 14px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-item {
  border-radius: 10px;
  border: 1px solid rgba(218, 115, 106, 0.2);
  background: rgba(218, 115, 106, 0.08);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 15px;
  max-width: 400px;
}
.contact-item i {
  width: 40px;
  height: 40px;
  background: var(--primary);
  border-radius: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-item div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-item h4 {
  color: #000;
  font-family: var(--font-heading);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contact-item a,
.contact-item p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* 404 */

.error-text {
  font-size: 96px;
  line-height: 68px;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.error-heading {
  font-weight: 500;
  font-size: 52px;
  line-height: 68px;
}

.error-image {
  margin-top: 100px;
}

.thankyou-text {
  font-size: 20px;
  initial-letter: 30;
  line-height: 34px;
  margin-top: 20px;
}

/* 404 */
/* terms */

.terms ul ul {
  list-style: disc;
  padding-left: 1rem;
}

.terms ul {
  /* padding-left: 40px; */
  line-height: 25px;
  font-size: 16px;
  color: #333;
}

.terms ul li {
  margin-bottom: 1rem;
}

.terms ul li::marker {
  font-size: 22px;
  font-weight: 500;
}

.terms h4 {
  font-size: 24px;
  margin: 1rem 0;
}

.terms p {
  margin-bottom: 2rem;
}

/* terms */

.work-1 .sec-heading {
  width: 60%;
}

.work-1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.work-1 img {
  display: flex;
}

.work-2 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 90%;
}

ul.overview-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 auto 28px;
  border-radius: 40px;
  border: 1px solid #d9d9d9;
  padding: 5px;
}

.overview-nav li a {
  padding: 12px 20px;
  border-radius: 45px;
  color: #000;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  transition: all 0.3s ease-in;
}

.overview-nav li.active a {
  background: var(--primary);
  color: #fff;
}

form.contact-form.pckg-form {
  background: #000;
  border-radius: 10px;
}

form.contact-form.pckg-form input,
form.contact-form.pckg-form textarea,
form.contact-form.pckg-form select {
  border: 1px solid #fff;
  background: transparent;
  color: white;
  width: 100%;
  padding: 10px;
}

form.contact-form.pckg-form select option {
  color: #333;
}

form.contact-form.pckg-form h3 {
  font-size: 26px;
  margin-bottom: 1.5rem;
}

form.contact-form.pckg-form ::placeholder {
  color: white;
}

form.contact-form.pckg-form button {
  width: 100%;
  padding: 14px;
  border: 0;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  background: var(--primary);
  color: #000;
}

form.contact-form {
  background: #04144c;
  padding: 40px;
  color: white;
}

form.contact-form label {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

form.contact-form label {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: start;
}

form.contact-form label input {
  flex-basis: 10px;
  background: transparent;
}
.cta-wrap {
  position: relative;
  border-radius: 130px 0px 130px 0px;
  overflow: hidden;
  padding: 100px 0px 0;
}

.cta-sec span.before {
  position: absolute;
  width: calc(100% - 1.5rem);
  height: calc(100% - 100px);
  bottom: 0;
}
.cta-wrap .cta {
  border-radius: 130px 0px 130px 0px;
  background: #231932;
  /* padding: 50px; */
  overflow: hidden;
  padding-left: 40px;
  padding: 70px 0;
  position: relative;
  z-index: 0;
}
.cta-wrap::after {
  content: "";
  position: absolute;
  background: url("../images/cta.webp") no-repeat;
  right: 0;
  bottom: 0;
  width: 400px;
  height: 440px;
  background-size: contain;
  background-position: right bottom;
  z-index: 3;
}

.cta-wrap .sec-heading p {
  color: #0b0b0b;
  font-size: 18px;
  margin: 0 !important;
}

.cta-wrap .sec-heading {
  margin-bottom: 1rem;
}

.cta-wrap .sec-heading h2 {
  color: #0b0b0b;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: 1rem;
}

.sec-heading.white h2,
.sec-heading.white p {
  color: white;
}

.cta-wrap .contact {
  display: flex;
  /* justify-content: center; */
  color: #ffbe05;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 205.333% */
  flex-direction: column;
  align-items: start;
}

.cta-wrap .contact a {
  color: #fff;
  font-style: normal;
}

section.cta-sec {
  background: url("../images/cta-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-heading {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.05;
}
.cta-para {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 15px 0;
}
.cta-contact {
  border-radius: 76px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px 5px 5px 20px;
  width: fit-content;
}
.cta-contact span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.37;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cta-contact span i {
  color: var(--primary);
}

section.cta-sec img {
  /* display: flex; */
  filter: grayscale(1);
}

ul.circle-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

ul.circle-list li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s ease;
  padding: 10px 0;
  background: #f8faff;
  border: 1px solid #407bff;
  display: flex;
  align-items: center;
  width: calc(100% / 4 - 1rem);
  aspect-ratio: 1/1;
  border-radius: 100%;
  justify-content: center;
  font-family: DM Serif Display;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  padding: 20px;
}

ul.circle-list li h3 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-items: center;
}

ul.circle-list li p {
  color: #222a41;
  line-height: 24px;
  animation: fadeInRight 0.5s ease-in-out;
}

ul.hdng-list li:not(.active) p {
  display: none;
}
ul.circle-list li span {
  color: #ff6d6d;
  font-size: 32px;
  font-weight: 700;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
  }
}

ul.circle-list li h3 span {
  color: #8d7dff;
  /* font-size: 14px; */
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.42px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
ul.circle-list li.active {
  border-bottom: 1px solid #ddd;
}

.choose-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.choose-card h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}

.choose-card p {
  color: #222a41;
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  /* 152.941% */
}

.icon-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.5rem;
  height: 100%;
  padding: 50px;
  border-radius: 80px 0px;
  background-color: #fff;
  box-shadow: 2px 2px 2px 0px #ffc107;
}

.icon-card h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.icon-card p {
  color: #555555;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.icon-card.d2 {
  padding: 40px;
  border-radius: 80px 10px 80px 10px;
  border: 1px solid #b3b3b3;
}

.icon-card.d2 h3 {
  font-size: 27px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.03em;
  color: #000;
}

.icon-card.d2 p {
  color: #555555;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.03em;
}

.number-card {
  padding: 30px;
  /* border-radius: 4px; */
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* box-shadow: 1.727513313293457px 6.0462965965271px 46.642860412597656px 0px #00000012; */
  min-height: 250px;
  justify-content: center;
  border: 1px solid #b3b3b3;
  background-color: #0b0b0b;
  box-shadow: 2px 2px 2px 0px #ffc107;
}

.number-card span {
  color: var(--primary);
  font-size: 40px;
  line-height: normal;
  font-family: var(--font-heading);
}

.number-card span span {
  color: #f86061;
}

.number-card p {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 20px;
  line-height: normal;
}

.number-card.b1 {
  border-radius: 60px 0px 60px 0px;
}

.number-card.b2 {
  border-radius: 0px 60px 0px 60px;
}
ul.icon-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

ul.icon-list li h3 {
  color: #0b0b0b;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}

ul.icon-list li p {
  color: #0f192d;
  line-height: 26px;
  /* 162.5% */
}

ul.icon-list li .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

ul.icon-list li {
  display: flex;
  gap: 10px;
  align-items: start;
}

ul.icon-list li i {
  font-weight: 400;
  font-size: 30px;
  color: #fcc729;
}

.seo-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  color: white;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 0;
}

.seo-card h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  color: #333;
}

.seo-card p {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}

.seo-card .content {
  /* position: absolute; */
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  bottom: 0;
}

.seo-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); */
}

.seo-card p span {
  color: #ffc727;
}

.contact-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 40px;
  border-radius: 4px;
  border: 1px solid #dadada;
  height: 100%;
}

.contact-card * {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

form.contact-wrap h3 {
  color: #0c121f;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.96px;
}

.pckg .bottom ul li strong {
  font-weight: 900;
  color: #000;
}

.work img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.contact-list {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.contact-list a .upper,
.contact-list p .upper {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  gap: 1rem;
}
.contact-list a .upper i,
.contact-list p .upper i {
  color: var(--primary);
}
.contact-list a,
.contact-list p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  align-items: start;
  gap: 10px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  border-radius: 10px;
  width: 100%;
}

form.contact-wrap h3 {
  color: #0b0b0b;
  font-size: 38px;
  line-height: normal;
  letter-spacing: -0.96px;
  margin-bottom: 15px;
}

.contact-wrap .submit {
  border-radius: 45px;
  padding: 14px 22px;
  background: var(--primary);
  color: #fff !important;
  transition: 0.5s ease;
  text-align: center;
  display: block;
  border: 0;
  font-weight: 500;
  width: 100%;
}

.bg-light {
  background: #fbfbfb !important;
}

/* Checkout */
form.checkout-form {
  padding: 20px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 10px;
}

form.checkout-form .inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1.5rem;
}

form.checkout-form .inputs input {
  padding: 0.6rem;
  border-radius: 5px;
  border: 1px solid #ddd;
}
label.checkbox {
  line-height: 24px;
}
label.checkbox a {
  color: var(--primary);
}
input.theme-btn {
  padding: 1rem;
  background: var(--primary);
  color: white;
  border: 0;
  border-radius: 5px;
  transition: 0.5s ease;
}
input.theme-btn:hover {
  transform: scale(1.04);
}

.total {
  background: #f2f2f2;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.total ul {
  display: flex;
  flex-direction: column;
}

.total ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.total ul li {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
}

.total ul li span:first-child {
  font-weight: 600;
  font-size: 18px;
}

.total ul li span:last-child {
  font-weight: 500;
}

.search-wrap {
  background: transparent;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  margin-top: 2rem;
  border: 1.5px solid #ffffff;
  border: 1px solid #e4dcdc;
  background: #f6f6f659;
  border-radius: 100px;
}

.search-wrap a {
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  /* background: var(--primary); */
}

.search-wrap input {
  width: 100%;
  border: 0;
  padding: 0 30px;
  background: transparent;
}
.search-wrap input::placeholder {
  color: #cbcbcb;
}
.domain-status-head {
  background: #db4343;
  color: white;
  padding: 10px;
  margin-top: 2rem;
  width: fit-content;
  border-radius: 101px;
}

.domain-status-name {
  color: red;
  text-align: left;
  margin-top: 1rem;
  line-height: 26px;
  font-weight: 500;
}

.domain-status-name span {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.domain-status.ava-domain .domain-status-head {
  background: #00a92c;
}

.domain-status.ava-domain .domain-status-name {
  color: #00a92c;
}
.domain-loader {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 50px;
  right: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  transition: 0.2s;
}
.domain-loader i,
.domain-loader img {
  display: none;
}
.domain-loader i.fa-times {
  color: red;
}
.domain-loader i.fa-check {
  color: green;
}
.domain-loader img {
  width: 100%;
  position: absolute;
}
.domain-loader img {
  animation: revert;
}
.banner-content .elem {
  position: absolute;
}
span.elem.e1 {
  left: 15%;
  top: 10%;
}

span.elem.e2 {
  left: 20%;
  bottom: 35%;
}
.ban-img {
  margin-top: 2rem;
}

span.elem.e3 {
  right: 15%;
}

span.elem.e4 {
  right: 15%;
  bottom: 15%;
}
.overlap {
  transform: translateY(160px);
  margin-top: -230px;
  margin-bottom: 150px;
}

ul.hdng-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

ul.hdng-list li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s ease;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
}

ul.hdng-list li h3 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  line-height: normal;

  align-items: center;
}

ul.hdng-list li p {
  color: #222a41;
  line-height: 24px;
  animation: fadeInRight 0.5s ease-in-out;
}

ul.hdng-list li:not(.active) p {
  display: none;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
  }
}

ul.hdng-list li h3 span {
  color: #8d7dff;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.42px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.offer-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: #0b0b0b;
  padding: 65px;
}

.offer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #0b0b0b;
}

.offer h3 {
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -0.03em;
  color: #fff;
}

.offer p {
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.03em;
  text-align: left;
  font-size: 20px;
  color: #fff;
}
.bg-dark {
  background: #0f1f3e !important;
}

.normal-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
}

.bg-sec {
  background: #f1f1f1;
  overflow: hidden;
  padding: 100px 0;
  margin: 3rem 0;
}
.hosting-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
  background-color: white;
  padding: 1.5rem 2rem;
}

.hosting-card h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}

.hosting-card p {
  line-height: 30px;
}

/* changes */
.process-box {
  padding: 30px;
  border-radius: 0;
  box-shadow: 2px 2px 2px 0px #ffc107;
  background-color: white;
  text-align: center;
  height: 100%;
  border: 1px solid var(--primary);
}
.process-box span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 1px;
  border-radius: 0;
  background-color: var(--primary);
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
}
.process-box h4 {
  font-size: 22px;
  font-weight: 500;
  color: #0b0b0b;
  margin: 1rem 0;
}
.process-box p {
  font-size: 14px;
  color: #222222;
  line-height: 1.5;
}
.bg-color {
  background-color: #f1f1f1;
}
.contact-list > div {
  width: 25%;
}
.content-parent h3 {
  font-size: 36px;
  font-weight: 600;
  color: #ff0000;
  margin: 20px 0;
}

.pkg-form-img img {
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .icon-card {
    padding: 20px;
    gap: 0.5rem;
  }
  .banner-content {
    padding: 200px 0 100px;
  }
  .header-parent {
    padding: 15px 15px;
    position: relative;
  }

  .btns {
    margin: 1.5rem 0;
  }

  .dropdown {
    position: unset;
    box-shadow: none;
    width: 100%;
    background: #f0f8ff80;
  }

  .dropdown ul li a {
    padding: 0;
    line-height: 1rem;
    /* padding: 0; */
    padding: 1rem;
    font-weight: 500;
  }

  .form-head .form-heading {
    white-space: normal;
    font-size: 20px;
  }

  .form-head {
    padding: 1rem;
  }

  .btn-normal {
    padding: 10px 8px;
  }

  .sub-menu a {
    color: #333 !important;
    margin-bottom: 0 !important;
  }

  .sub-menu {
    left: auto !important;
    padding-top: 16px;
    top: 24px;
  }

  a.header-btn {
    padding: 15px 20px !important;
    margin-bottom: 0 !important;
    display: flex !important;
    gap: 5px !important;
    align-items: center;
  }

  .menuWrap .menu:first-child {
    padding-left: 0;
    width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .menu-Bar {
    display: block;
    top: 0px;
  }

  .menuWrap.open {
    display: flex;
    left: 0px;
    justify-content: space-between;
  }

  .menuWrap {
    position: fixed;
    left: -210%;
    /* right: 0; */
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    height: 100vh;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 70%;
    overflow-y: auto;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%),
      0px 2px 4px -1px rgb(0 0 0 / 6%);
  }

  ul.menu > li {
    display: flex;
    justify-content: center;
    gap: 5px;
    border-bottom: 1px solid #ddd;
    padding: 0;
    flex-direction: column;
  }

  ul.menu > li > a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
  }

  header .main-header ul.menu > li > a {
    color: #333;
    width: 100%;
    text-align: left;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
  }

  header .main-header ul.menu > li > a:before {
    display: none;
  }

  .work-1 .sec-heading {
    width: 100%;
  }

  .pkg-list {
    gap: 1rem;
  }
  form.contact-wrap::before,
  form.contact-wrap::after {
    content: none;
  }
  form.contact-wrap {
    margin-top: 0;
  }
  .offer h3 {
    font-size: 36px;
  }
  h1.banner-heading {
    font-size: 60px;
  }
  p.banner-text {
    font-size: 18px;
  }
  .sec-heading h2 {
    margin-bottom: 0rem;
    font-size: 42px;
  }
  .sec-heading p {
    font-size: 18px;
  }
  .accordion-list {
    gap: 1rem;
  }
}

@media (max-width: 992px) {
  .responsive-reverse {
    flex-direction: column-reverse;
  }
  section {
    padding: 3rem 0;
  }
  .email-info-card:not(:last-child) {
    border: none;
  }
  .contact-item {
    max-width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  h1.banner-heading {
    font-size: 40px;
  }
  .banner-content {
    padding: 160px 0 80px;
  }
  .portfolio-sec .container,
  .faq-sec .container,
  .email-info-sec .container {
    padding: 50px 20px 20px;
  }
  .sec-heading h2 {
    font-size: 36px;
  }
  .sec-heading p {
    margin: 0.5rem 0;
  }
  ul.overview-nav {
    border-radius: 30px;
  }
  .cta-heading {
    font-size: 36px;
    text-align: center;
  }
  .cta-para {
    text-align: center;
  }
  .cta-contact {
    border-radius: 50px;
    padding: 20px;
    flex-direction: column;
    width: 100%;
  }
  .email-info-wrapper {
    margin-top: 10px;
  }
}
