/*Main Css */

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400..800&display=swap');

html{
    overflow-x: hidden;
}

:root {
    --primary: #FF00D6;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --shadder1: #dbebff;
    --shadder2: #fff0cf;
    --shadder3: #d8ffec;
    --shadder4: #ebebff;
    --shadder5: #ffe3e0;
    --font-heading: "Syne" , sans-serif;
    --font-accent: "Inter" , sans-serif;
    --font-body: "Inter" , sans-serif;
    --font-regular: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --border: 1px solid #c0b5f033;
    --font-regular: 16px;
    --font-small: 14px;
    --font-extra-small: 12px;
    --font-large: 20px;
    --icon: "Font Awesome 6 Pro", sans-serif;
  }
::selection {
    background: var(--primary);
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #FF00D6;
}

::-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: #ebebff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: var(--primary);
}


/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


/* Accordian */
.accordion-list {
    position: relative;
}
.accordion-list li {
    padding: 35px 35px 35px 35px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    /* border-bottom: 1px solid #BBBBBB; */
    box-shadow: 0px 2.85px 68.36px 0px #0000000A;
    /* background: #F8F8F8; */
    border-radius: 2px;
}
ul.accordion-list li span {
    display: flex;
    position: relative;
}
.accordion-list li h3 {
    color: #0B0B0B;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.66px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 1.5rem;
}
ul.accordion-list li h3:after {
    content: "\f068";
    font-family: var(--icon);
    color: #111827;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 600;
    margin-top: 6px;
}
.accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077";
}
ul.accordion-list li.active h3:after {
    content: "\f067";
}
.answer p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #9499A1;
}
ul.accordion-list li.active .answer {
    display: block !important;
}
/* Accordian */
html{
overflow-x: hidden;
}
body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color:#555555;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
    font-family: var(--font-heading);
    color: #000000;
    font-weight: 600;
}

*: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 {
    -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;
    background: transparent;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
}
/* body.chkOut header {
    background: var(--dark);
} */

.menuWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: inline-block;
}

.logo img {
    display: block;
    max-height: 70px;
}
/* .main-header {
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 4px 0;
} */

/* 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: #a51480;
    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: 14px 0 14px 10px;
}

.menu > li > a {
    display: block;
    color: #1B1B1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header-btn {padding: 15px 40px;background: var(--primary);color: white !important;transition: .5s ease;border-radius: 5px;}
.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: 16px;
    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: .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;
    position: relative;
    z-index: 0;
    overflow: hidden;
    /* background: #F7F8FD; */
    height: 610px;
    display: flex;
    align-items: center;
}
.mainBanner.contact-banner {
    height: 435px;
}
.mainBanner.empty {
    min-height: 60vh;
    display: flex;
    align-items: center;
}
.mainBanner .btn-wrap {
    margin-bottom: 0;
}
.banner-content {
    padding: 50px 0;
}
h1.banner-heading {
    /* color: #fff; */
    font-size: 61px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px; /* 100% */
    /* margin-bottom: 1rem; */
    max-width: 100%;
}
h1.banner-heading.lg {
    width: 100%;
}
span.sub-heading {
    font-size: 18px;
    line-height: 22px;
    color: var(--primary);
    font-weight: 500;
}
p.banner-text {
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
    padding: 1rem 0;
    font-weight: 300;
}
.banner-img img {
    width: 100%;
}
.inner-banner-image {
    margin-bottom: -52px;
}
.web-images img {
    width: 100%;
    margin-bottom: 18px;
}
.image-1 img {
    width: 100%;
}
.choose-image {
    text-align: center;
}
.sec-heading  span {
    font-weight: 600;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 14px;
}
.cta-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 3rem 0 1rem 5rem;
    border-radius: 8px;
    height: 322px;
}
.cta-sec  .sec-heading h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
}
.cta-image {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 0;
}
.cta-sec .sec-heading {
    margin-bottom: 0;
}
.contact a {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}
.procedure-sec .sec-heading span {
    justify-content: start;
}
.sec-heading  h4 {
    font-size: 50px;
    line-height: 60px;
}
/* search bar  */
.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: #f7f8fd;
    border-radius: 100px;
    max-width: 100%;
    margin: 25px auto 0;
}
.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;
    color: #000 !important;
    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: 10%;
    top: 30%;
}
span.elem.e2 {
    right: 10%;
    bottom: 40%;
}
/* ---------------------- */

/* popup */
.overlay {
    background-color: rgb(197 197 197 / 32%);
    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: 100%;
    background: #fff;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    overflow: hidden;
    display: none;
    border-radius: 8px;
    max-width: 660px;
    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: 26px;
    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: 38px;
}
.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: 4px;
    font-size: 12px;
    line-height: normal;
}
.mmpopup .formpop form label input {
    width: 15px;
    height: 15px;
}
.formpop form button {
    padding: 15px 30px;
    background: var(--primary);
    color: white;
    font-weight: 700;
    transition: .5s ease;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    border: 0;
}
.popupmain p {
    font-size: 12px;
    line-height: normal;
    text-align: left;
}
.popupmain p b {
    font-weight: 700;
}
/* popup */


/* packages */
.pckg-sec{
    background: #EEF2FF;
}
.pkg-list  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:2rem;
    margin-top: 1.5rem;
}
.pkg-list.g2{
    grid-template-columns: repeat(4, 1fr);
}
 .pckg {
    height: 100%;
    border-radius: 12px;
    border: 1px solid #fff;
    background: #F2F3F5;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}
.pckg:before {
    /* content: ""; */
    /* display: block; */
    /* background-image: url(../images/bg-patch.png); */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    /* position: absolute; */
    /* top: 77%; */
    /* left: 56%; */
    /* height: 100%; */
    /* width: 100%; */
}
.pckg .btn-wrap a{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    text-align: center;
    /* width: fit-content; */
    padding: 14px 30px;
    border-radius: 10px;
}
.pckg .btn-wrap .btn-norm{
    color: var(--primary);
    transition: .5s ease;
}
.pckg .btn-wrap .btn-norm:hover{
    transform: scale(1.03);
}
.pckg .upper .title {
    color: #222222;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex-basis: 174px;
    position: relative;
}
.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: center;
    gap: 10px;
    justify-content: start;
    margin: 2rem 0 1rem;
}
.pckg .upper .price .amount {
    font-weight: 600;
    font-size: 44px;
    line-height: 40px;
    color: #222222;
    /* font-family: var(
    --font-heading); */
    display: flex;
    align-items: start;
}
.pckg .upper .price .uspto {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #67687A;
}
.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 {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #222222;
    position: relative;
    display: flex;
}
.pckg .scroll p {
    font-size: 18px;
    margin: 1.5rem 0;
    font-weight: 600;
}
.pckg .scroll {
    overflow-y: auto;
    max-height: 288px;
    padding-right: 10px;
}
.pckg .bottom ul li:not(.last) {
    margin-bottom: 1rem;
}

.pckg .bottom ul li::before {
    font-family: var(--icon);
    content: "\f058";
    font-weight: 800;
    color: #222222;
    margin-right: 12px;
    padding-left: 1px;
}
.pckg .upper {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    position: relative;
    /* background: #D2CFFF; */
    padding: 30px;
    z-index: 0;
    overflow: hidden;
}
.pckg .bottom {
    padding: 10px 30px 30px;
}
.pckg .upper .title:before {
    /* content: ""; */
    /* display: block; */
    /* background-image: url(../images/bottom-line.png); */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    /* position: absolute; */
    /* top: 46px; */
    /* left: 0; */
    /* height: 100%; */
    /* width: 100%; */
}
.amount span.dollar {
    color: #222222;
    font-size: 44px;
    font-weight: 600;
}
.pckg:hover {
    border: 1px solid var(--primary);
}
/* packages */

/* Sec Headings */
.sec-heading {
    margin-bottom: 2rem;
}
.sec-heading.center {
    text-align: center;
    
}
.sec-heading h2 {
    font-family: var(--font-heading);
    font-size: 43px;
    font-weight: 500;
    line-height: 46px; /* 112.5% */
    position: relative;
}
.sec-heading.white h2{
    color:white
}
.sec-heading p {
    font-size: 16px;
    line-height: 28px;
    /* color: #676F87; */
    margin: 1rem 0;
}
.sec-heading .sub-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: var(--primary);
    margin-bottom: 1rem;
}
.sec-heading h3 {
    color: #0C121F;
    font-size: 38px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
}
/* Sec Headings */


/* sections */
section {
    padding: 3rem 0;
    position: relative;
}
.padding-2{
    padding: 1rem 0;
}
/* sections */ 


/* Theme Buttons */
.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
}

.btn-wrap .theme-btn {
    padding: 22px 30px;
    background: #ff00d6;
    color: white;
    font-weight: 600;
    transition: .5s ease;
    border-radius: 6px;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Inter';
}

.btn-wrap .theme-btn.bordered {
    background: transparent;
    color: var(--black);
}
.btn-wrap .theme-btn:hover{
    transform: scale(1.03);
} 
/* Theme Buttons */

/* footer */

footer {
    background: #080041;
    padding: 4rem 0 0rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.footer-icon {
    position: absolute;
    top: -46px;
    left: 46%;
}
.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    /* margin-top: 1.5rem; */
    /* background: #0e1c39; */
    border-top: 1px solid #ffffff26;
    margin-top: 3rem;
}
footer p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    max-width: 81%;
    line-height: 26px; /* 171.429% */
}

footer .f-logo {
    margin-bottom: 1.5rem;
}
footer .f-logo img {max-height: 80px;}
footer .f-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

footer .f-links a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px; /* 150% */
}

footer .hdng {
    color: #FFF;
    font-family: var(--font-heading);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 127.263% */
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}

footer .contact-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

footer .contact-links * {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.579px; /* 150% */
}
/* footer */

.copyright p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

ul.overview-nav.d2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

ul.overview-nav.d2 a {
    padding: 15px 18px;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #333333;
}

ul.overview-nav.d2 li.active a {
    background: #3B38EB;
    color: white;
    border-color: #3B38EB !important;
}


.port-card * {
    width: 100%;
}


/* Portfolio */
/* 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: 28px;
    margin: 1rem 0;
    font-weight: 500;
}

.terms p {
    margin-bottom: 2rem;
}
.banner-content.banner2 {
    padding: 100px 0;
}
.terms h3 {
    font-size: 22px;
    padding-bottom: 10px;
}
/* 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;
    gap: 1.5rem;
    /* flex-wrap: wrap; */
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.overview-nav li a {
    text-align: center;
    padding: 15px 30px;
    width: 100%;
    color: #000;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    border-radius: 10px;
    background: #ffff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #fff;
}



.overview-nav li.active a {
    background: var(--primary);
    color: white;
}

.pckg .btn-wrap {
    margin-top: 2rem;
    margin-bottom: 0;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-list > a,.contact-list > div {
    align-items: center;
    display: flex;
    gap: 10px;
    color: #0B0B0B;
}

.contact-list > a span, .contact-list > div span {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background: #6e1179;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    color: #FFF;
}

.contact-list > a div, .contact-list > div div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contact-list > a div b, .contact-list > div div b {
    color: #16243E;
    font-weight: 500;
    line-height: normal;
}

.contact-list > a div p, .contact-list > div div p {
    color: #676F87;
    line-height: normal;
}

form.contact-wrap h3 {
    color: #0C121F;
    font-size: 38px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
}

form.contact-wrap input,form.contact-wrap textarea {
    border-radius: 4px;
    border: 0.4px solid #F4F5F8;
    padding: 20px 12px;
    width: 100%;
    background: #F4F5F8;
    font-size: 14px;
}

.contact-wrap .submit {
    padding: 17px 24px;
    background: var(--primary);
    color: white !important;
    transition: .5s ease;
    text-align: center;
    display: block;
    border: 0;
    border-radius: 5px;
}

.cta-wrap {
    border-radius: 32px;
    background: #202020;
    padding: 18px 50px 0;
}
.cta-wrap .sec-heading h2 span {
    color: #ffc727;
}
.cta-sec .sec-heading p {
    margin: 0 0 8px;
}
.contact span {
    color: #FFBE05;
    font-size: 22px;
    font-weight: 700;
    display: block;
    padding-bottom: 20px;
    font-family: syne;
}
.cta-wrap .sec-heading p {
    color: #0B0B0B;
    font-size: 18px;
}
.cta-wrap .sec-heading h2 {
    color: #0B0B0B;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 61.6px; /* 123.2% */
}
.cta-wrap .contact {
    display: flex;
    justify-content: start;
    color: #fff;
    text-align: center;
    font-family: var(--font-heading);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 205.333% */
    gap: 10px;
    flex-direction: column;
    align-items: start;
}
.cta-wrap .contact a {
    color: #F00;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.sec-heading.white h2,.sec-heading.white p {
    color: white;
}

.cta-wrap .contact p {
    color: #FFC727;
}
.cta-wrap .contact a {
    color: white;
}
.cta-wrap img {
    display: flex;
    width: 100%;
}
ul.hdng-list {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 10px;
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    border-top: 1px solid #ebeaf2;
    position: relative;
}

ul.hdng-list li {
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 10px; */
    /* overflow: hidden; */
    /* cursor: pointer; */
    /* transition: .5s ease; */
}
.hdng-list li span {
    color: #EBEAF2;
    font-size: 82px;
    font-weight: 300;
}

ul.hdng-list li:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    background: var(--primary);
    border-radius: 50px;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
ul.hdng-list li h3 {
    color: #0D0724;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 1rem 0;
}

ul.hdng-list li p {
    color: #222A41;
    line-height: 24px;
    animation: fadeInRight .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 {
    border-radius: 15px;
    padding: 35px 19px;
    /* background: #FDFDFD; */
    position: relative;
}

ul.hdng-list li h3 span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.42px;
    background: #000000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

ul.hdng-list li.active {
    background: #f5f4ff8a;
}

ul.hdng-list li.active h3 span {
    background: var(--primary);
}
.choose-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.choose-card h3 {
    font-size: 40px;
    font-weight: 600;
    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: center;
    gap: 1.5rem;
    border-radius: 6px;
    border: 1px solid #EAEAEA;
    padding: 30px;
    text-align: center;
    height: 100%;
    /* background: #F7F8FD; */
    /* box-shadow: 2px 7px 54px 0px #00000012; */
}
.icon-card.card-2 {
    justify-content: center;
    align-items: center;
    padding: 0;
}
.padding-1 {
    padding: 0 30px 30px;
}
.padding-1 p {
    padding-top: 20px;
}
.img-border-btm {
    border-bottom: 1px solid #EAEAEA;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.icon-card h3 {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.icon-card p {
    /* color: #000000; */
    /* text-align: center; */
    font-size: 16px;
    font-style: normal;
    /* font-weight: 400; */
    line-height: 26px; /* 152.941% */
}
.email-card h3 {
    font-size: 26px;
    color: #18243D;
    padding: 30px 0;
}
.email-card p {
    color: #67687A;
    font-size: 17px;
    line-height: 28px;
}
.number-card {
    padding: 70px;
    border-radius: 6px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 252px;
    margin-bottom: 1.5rem;
}
.number-card span {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    padding-bottom: 1rem;
}
.number-card span span {
    color: #F86061;
}

.number-card p {
    color: #fff;
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}


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: #67687A;
    line-height: 26px; /* 162.5% */
}

ul.icon-list li .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

ul.icon-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

ul.icon-list li i {
    font-weight: 400;
    font-size: 30px;
    color: #fcc729;
}


.seo-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid #00000012;
    height: 100%;
}

.seo-card h3 {
    color: #0C121F;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
    padding: 25px 0 0;
    text-align: center;
}

.seo-card p {
    color: #0F192D;
    font-size: 16px;
    line-height: 26px;
    padding: 0 20px 20px;
    text-align: center;
}

.seo-card p span {
    color: #5D0664;
    font-weight: 700;
}

/* -------------------------contact us-------------------------- */
.input-field1 label {
    padding-left: 10px;
    color: #292929;
    font-weight: 500;
    padding-bottom: 8px;
}
.input-field1 input, .input-field1 textarea {
    cursor: pointer;
    height: 66px;
    width: 100%;
    font-size: 16px;
    color: #222222;
    padding: 15px 14px;
    outline: none !important;
    text-transform: capitalize;
    margin-bottom: 30px;
    /* box-shadow: 0 16px 24px 0 rgba(189, 196, 205, 0.13); */
    border-radius: 10px;
    border: solid 1px #EAEAEA;
    background-color: #fff;
}
.input-field1 textarea {
    height: 220px;
}
.send {
    text-align: left;
    padding-top: 35px;
}
.contact-form-btn button {
    height: 62px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    transition: .4s ease;
    text-transform: capitalize;
    width: 100%;
    border: 0;
    padding: 12px 50px;
    border-radius: 12px;
    box-shadow: 0 1.7px 3.1px 0 rgba(11, 93, 81, 0.01);
    background-color: var(--primary);
}
.details h5 {
    font-size: 18px;
    padding-bottom: 20px;
    color: #202529;
}
.details a {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}
.details {
    background: #fff;
    border-radius: 8px;
    padding: 3rem;
    text-align: center;
    height: 100%;
    box-shadow: 25px 26px 54px 0px #00000012;
}
.social-icons li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    height: 40px;
    width: 40px;
    background: #008576;
    border-radius: 50px;
    text-align: center;
}
.social-icons li a {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    text-align: center;
}
.details a i, .details p i {
    color: #008576;
    padding-right: 12px;
}
form.contact-wrap label {
    font-size: 14px;
    color: #6B7280;
}
.form {
    background: #fff;
    border: 1px solid #F2F1FF;
    padding: 5rem;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 12px;
    margin: 3rem 0;
}
.contact-form-field {
    margin-bottom: 26px;
}
.details i {
    display: block;
    font-size: 34px;
    color: #5A34DC;
    padding-bottom: 20px;
}
.details p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.banner-content.contact-banner {
    padding: 100px 0 0px;
}
.image-2 {
    text-align: end;
}
/* -------------------------contact us-------------------------- */
.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: .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: .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;
}

form.contact-form.pckg-form {
    background: #9c1580;
    border-radius: 30px;
}

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: 1rem;
    font-weight: 600;
    color: #fff;
}
form.contact-form.pckg-form p {
    margin-bottom: 1.5rem;
    line-height: 24px;
}
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: #ffc727;
}
.pckg-img img {
    border: 1px solid #888;
}
.pckg-img,.pckg-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}
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;
}

select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}





.checkbox-wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    margin-bottom: 15px;
}
.checkbox-wrap label {
    line-height: 1.3;
    color: #676F87;
}
.checkbox-wrap input {
    margin-top: 4px;
    width: auto !important;
}





@media (max-width: 1440px) {}

@media (max-width: 1200px) {
    ul.menu.btns li {
        border-bottom: 0;
    }
    .mmpopup .formpop form input, .mmpopup .formpop form textarea {
        font-size: 14px;
    }
    h1.banner-heading {
        font-size: 48px;
        line-height: 56px;
    }
    .cta-sec {
        padding: 3rem 0 1rem 2rem;
    }
    .cta-sec .sec-heading h2 {
        font-size: 38px;
        line-height: 44px;
    }
    .number-card {
        padding: 50px;
        height: auto;
    }
    .sec-heading h2 {
        font-size: 42px;
        line-height: 42px;
    }
    .sec-heading h3 {
        font-size: 32px;
    }
    .sec-heading p {
        font-size: 16px;
    }
    .cta-wrap .sec-heading h2 {
        font-size: 31px;
        line-height: 50px;
    }
    
    .cta-wrap .contact {
        font-size: 20px;
        line-height: 28px;
    }
    .icon-card {
        gap: 1rem;
        padding: 18px;
    }
    .cta-wrap .sec-heading p {
        font-size: 16px;
        margin: 0;
    }
    .pckg .upper .price .amount {
        font-size: 55px;
    }
    .pckg .bottom ul li {
        font-weight: 400;
        font-size: 14px;
    }
    .pckg .upper .price {
        margin: 3rem 0 0rem;
    }
    .cta-wrap .sec-heading {
        margin-bottom: 0;
    }
    ul.icon-list li h3 {
        font-size: 18px;
    }
    header{
        padding: 1rem 0;
    }
    .btns{
        margin: 1.5rem 0;
    }
    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: #b1188e1c;
        border-radius: 0;
    }
    
    .dropdown ul li a {
        padding: 0;
        line-height: 1rem;
        /* padding: 0; */
        padding: 1rem;
        font-weight: 500;
        font-size: 14px;
    }
    .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%;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #ffffff;
        height: 100dvh;
        display: flex;
        align-items: 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;
    }
    
    .container {
        position: relative;
    }
    
    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;
        grid-template-columns: repeat(3, 1fr);
    }
    .pkg-list.g2 {
        grid-template-columns: repeat(2, 1fr);
    }
    ul.menu.btns li {
        border-bottom: 0;
    }
    .cta-sec .sec-heading p {
        margin: 8px 0 10px;
    }
    .contact span {
        padding-bottom: 6px;
    }
    .sec-heading h4 {
        font-size: 32px;
        line-height: 40px;
    }
    ul.icon-list li .content {
        gap: 4px;
    }
    ul.icon-list li {
        margin-bottom: 0.5rem;
    }
   


}

@media (max-width : 1025px){
    .btn-wrap .theme-btn {
        font-size: 16px;
    }
    .overlap-slider {
        /* width: 180%; */
        width: 100%;
        position: relative;
    }
}
@media (max-width : 1023px){
    .cta-sec .sec-heading h2 {
        font-size: 30px;
        line-height: 36px;
    }
    ul.overview-nav {
        flex-wrap: wrap;
    }
    
    ul.overview-nav li {
        width: 48%;
    }
    .cta-wrap .contact {
        flex-direction: column;
    }
    
    .cta-wrap .contact * {
        line-height: normal;
    }
    .banner-img {
        display: none;
    }
    
    h1.banner-heading {
        width: 100%;
    }
    
    p.banner-text {
        width: 100%;
    }
    
    .sec-heading {
        width: 100% !important;
    }
    
    .work-2 {
        width: 100%;
        margin-top: 1.5rem;
    }
    
    section {
        padding: 2rem 0;
    }
    
    .pkg-list {
        grid-template-columns: repeat(3, 1fr);
    }
   
    .pkg-list.g2{
        grid-template-columns: repeat(2, 1fr);
    }
   










}
@media (max-width : 992px){

    .register-img-div img{
        display: none;
    }
    
    .responsive-reverse {
        flex-direction: column-reverse;
    }
}
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
/* Styles */
}
/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
/* Styles */
    ul.overview-nav li {
        width: fit-content;
    }
    ul.overview-nav li a {
        font-size: 14px;
    }
    h1.banner-heading {
        line-height: 58px;
    }
    br {
        display: none;
    }
    .choose-card h3 {
        font-size: 30px;
    }
    .choose-card {
        margin-bottom: 1rem;
    }
    .choose-card p {
        font-size: 16px;
    }
    .pckg .upper .price .amount {
        font-size: 60px;
    }
    .terms h4 {
        font-size: 22px;
    }
    .cta-sec .sec-heading h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .cta-sec {
        padding: 3rem 0 1rem 1rem;
    }
    .hdng-list li span {
        font-size: 50px;
    }
    ul.hdng-list li h3 {
        font-size: 20px;
    }
    ul.hdng-list li {
        padding: 22px 6px;
    }
    ul.hdng-list li p {
        font-size: 13px;
    }
    footer p {
        font-size: 14px;
        line-height: 26px;
    }
    footer .f-links a {
        font-size: 14px;
        line-height: 12px;
    }
    footer .hdng {
        font-size: 16px;
    }
    .inner-banner-image {
        margin-bottom: -92px;
    }
    /* .mainBanner {
        height: auto;
    } */
    .number-card {
        padding: 20px;
        height: auto;
    }
    .icon-card h3 {
        font-size: 18px;
    }
    .email-card h3 {
        font-size: 20px;
        padding: 20px 0;
    }
    .padding-1 {
        padding: 0 10px 22px;
    }
    .sec-heading h3 {
        font-size: 27px;
    }
    form.contact-wrap h3 {
        font-size: 27px;
    }

    h1.banner-heading {
        font-size: 44px;
    }
    .pckg .upper .title {
        font-size: 24px;
    }
    .pckg .upper .price {
        margin: 2rem 0 0rem;
    }
    .pckg .upper {
        padding: 14px;
    }
    .pckg .bottom {
        padding: 10px 12px 24px;
    }
    .sec-heading h4 {
        font-size: 32px;
        line-height: 36px;
    }
    ul.icon-list li {
        margin-bottom: 0;
    }
    ul.icon-list li .content {
        gap: 4px;
    }
    .contact span {
        font-size: 19px;
        padding-bottom: 6px;
    }
    .cta-sec .sec-heading p {
        margin: 8px 0 10px;
    }
    .number-card p {
        font-size: 16px;
    }




}
/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
/* Styles */
    .cta-sec .sec-heading p {
        margin: 8px 0 10px;
    }
    .pkg-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .inner-banner-image{
        display: none;
    }
    .copyright {
        padding: 1rem 5%;
    }
    .details {
        margin-bottom: 1.5rem;
        height: auto;
    }
    .form {
        padding: 3rem;
        margin: 2rem 0;
    }
    .terms h4 {
        font-size: 22px;
    }
    ul.hdng-list {
        grid-template-columns: repeat(2, 2fr);
        border-top: 0;
    }
    .cta-image {
        display: none;
    }
    .cta-sec {
        padding: 2rem;
        height: auto;
    }
    .sec-heading h4 {
        font-size: 32px;
        line-height: 30px;
    }
    .inner-banner-image2 {
        display: none;
    }
    .pckg .upper .title {
        font-size: 22px;
    }
    .pckg .upper .price {
        margin: 1rem 0 0rem;
    }
    .cta-sec .sec-heading p {
        margin: 10px 0 12px;
    }
    .hosting-image {
        display: none;
    }
    .choose-image {
        display: none;
    }
    h1.banner-heading {
        font-size: 52px;
        line-height: 56px;
    }
    .choose-card h3 {
        font-size: 32px;
    }
    .cta-sec .sec-heading h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .icon-card h3 {
        font-size: 22px;
    }
    .email-card h3 {
        font-size: 23px;
        padding: 18px 0;
    }
    .mainBanner.contact-banner {
        height: auto;
    }
    .mainBanner {
        height: auto;
    }

}


/* iPhone 6-8 Plus */
@media only screen
and (min-width : 414px)
and (max-width : 736px)
and (orientation : portrait) {
/* Styles */
}
@media only screen
and (min-width : 414px)
and (max-width : 736px)
and (orientation : landscape) {
/* Styles */
}



/* iPhone 6-8  */
@media only screen
and (min-width : 375px)
and (max-width : 667px)
and (orientation : portrait) {
/* Styles */
}
@media only screen
and (min-width : 375px)
and (max-width : 667px)
and (orientation : landscape) {
/* Styles */
}



/* Android (Pixel 2) */
@media only screen
and (min-width : 412px)
and (max-width : 684px)
and (orientation : portrait) {
/* Styles */
}
@media only screen
and (min-width : 412px)
and (max-width : 684px)
and (orientation : landscape) {
/* Styles */
}

/* Iphone X */
@media only screen
and (min-width : 375px)
and (max-width : 734px)
and (orientation : portrait) {

}
@media only screen
and (min-width : 320px)
and (max-width : 767px) {
    ul.overview-nav li {
        width: 100%;
    }
    .pkg-list {
        grid-template-columns: repeat(1, 1fr);
    }
    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 60px 0 60px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 0;
        text-align: center;
    }
    
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }
    
    .btn-wrap {
        flex-direction: column;
        margin-bottom: 0rem;
    }
    
    .btn-wrap a {
        width: 100%;
        text-align: center;
    }
    .banner-img {
        display: none;
    }
    
    .sec-heading h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .sec-heading p {
        font-size: 14px;
        line-height: 26px;
        margin: 10px 0 20px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
        padding: 1rem 1%;
    }
    .sec-heading {
        width: 100% !important;
    }
    
    section {
        padding: 1.5rem 0;
    }
    
    .work-2 {
        width: 100%;
        margin-top: 1rem;
    }
    
    ul.overview-nav {
        gap: 1rem;
        flex-wrap: wrap;
    }
    
    .cta-wrap .sec-heading h2 {
        font-size: 28px;
        line-height: 40px;
    }
    
    .cta-wrap {
        padding: 20px;
        overflow: hidden;
    }
    
    .cta-wrap .sec-heading p {
        font-size: 14px;
    }
    
    .cta-wrap .contact {
        font-size: 18px;
        flex-direction: column;
        gap: 10px;
        line-height: normal;
    }
    
    .cta-wrap .contact a {
        line-height: normal;
    }
    
    .accordion-list li h3 {
        font-size: 18px;
    }
    .choose-card h3 {
        font-size: 26px;
    }
    .mainBanner.empty {
        min-height: auto;
    }
    
    .mainBanner.empty .banner-content {
        padding: 50px 0;
    }
    
    .mainBanner.empty .banner-content .banner-heading {
        margin: 0;
    }
   
    form.contact-wrap {
        padding: 0px;
    }
    .pckg .upper::before{
        right: -32%;
        opacity: .2;
    }
    .pckg .upper .price .amount {
        font-size: 40px;
    }
    .cta-wrap img {
        transform: translateY(22px);
    }
    
    .pckg .upper {
        flex-direction: column;
        justify-content: center;
        gap: 0;
        /* background: var(--primary); */
    }
    
    .pckg .upper .title {
        flex-basis: auto;
        /* color: white; */
        font-size: 24px;
    }
    .sec-heading h3{
        font-size: 22px;
    }
    .icon-card{
        padding: 20px;
    }
    .icon-card p{
        font-size: 14px;
    }
    .pckg .upper .price {
        margin: 1rem 0 0rem;
    }
    .accordion-list li {
        padding: 20px 20px 20px 20px;
    }
    form.contact-wrap h3 {
        font-size: 26px;
    }
    .pkg-list.g2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .inner-banner-image{
        display: none;
    }
    form.contact-form {
        padding: 22px;
    }
    ul.icon-list li h3 {
        font-size: 16px;
    }
    .terms h4 {
        font-size: 20px;
    }
    .contact span {
        font-size: 20px;
    }
    .contact a {
        font-size: 23px;
        margin-bottom: 2rem;
    }
    .form {
        padding: 1rem;
        margin: 2rem 0;
    }
    .mainBanner{
        height: auto;
    }
    .cta-image {
        display: none;
    }
    .cta-sec {
        padding: 1rem;
        height: auto;
    }
    ul.hdng-list {
        grid-template-columns: repeat(1, 2fr);
        border-top: 0;
    }
    .hdng-list li span {
        font-size: 60px;
    }
    .choose-card p {
        font-size: 14px;
    }
    .inner-banner-image2 {
        display: none;
    }
    .sec-heading h4 {
        font-size: 26px;
        line-height: 32px;
    }
    .number-card {
        padding: 38px;
        height: auto;
    }
    .icon-card h3 {
        font-size: 20px;
    }
    .mainBanner.contact-banner {
        height: auto;
    }
    .cta-sec .sec-heading h2 {
        text-align: center;
    }
    .cta-sec .sec-heading p {
        text-align: center;
    }
    .contact {
        text-align: center;
    }
    .email-card h3 {
        font-size: 24px;
        padding: 12px 0;
    }
    .seo-card h3 {
        padding: 10px 0 5px;
    }
    input[type='checkbox'] { 
        width: auto !important;
        flex-basis: 1;
    }
    .footer-icon {
        display: none;
    }
    footer {
        padding: 2rem 0 0rem;
    }
    footer p {
        font-size: 14px;
        max-width: 100%;
        line-height: 22px;
    }
    footer .f-logo {
        margin-bottom: 0.5rem;
    }
    footer .f-links a {
        font-size: 14px;
        line-height: 10px;
    }
    footer .hdng {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 1rem;
    }
    .answer p {
        margin-top: 8px;
        font-size: 14px;
        line-height: 22px;
    }
    .choose-card {
        gap: 8px;
        margin-bottom: 2rem;
    }
    .seo-card {
        gap: 0rem;
    }
    .seo-card p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 12px 16px;
    }
    .sec-heading {
        margin-bottom: 1rem;
    }
    .img-border-btm {
        border-bottom: 0;
        padding: 10px 0 0;
    }
    .padding-1 {
        padding: 0 14px 14px;
    }
    .padding-1 p {
        padding-top: 10px;
    }
    .terms p {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    .terms ul li {
        margin-bottom: 5px;
        font-size: 14px;
    }
.formpop form button {
    letter-spacing: 1.2px;
}

}
.sms-terms {
    font-size: 14px;
}
.sms-terms b {
    font-weight: 700;
}










































.agency-section {
    background-repeat: no-repeat;
    background-size: cover;
}

.agency-section h2:after {
    content: '';
    display: block;
    width: 37%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.7;
    margin-top: 30px;
}

.agency-section h2 span {
    font-size: 28px;
}

.agency-section:before {
    content: '';
    background-color: #ff00d6b8;
    display: block;
    position: absolute;
    width: 45%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.9;
}

@media (max-device-width: 767px) {
    .agency-section:before {
        display: none;
    }
}

@media (max-device-width: 1199px) {
    .agency-section p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .cta-banner .callnow {
        display: block;
        padding: 0 0 20px 0px;
        margin: 0;
        border: none;
    }

    .cta-banner .btn {
        display: block;
        width: 100%;
    }
}

@media (max-device-width: 535px) {
    .fs-large {
        font-size: 2.4vmax;
    }
}

.errorsection {
    border: 25px solid #1ABC9C;
    background: #fff;
    padding: 0;
    height: 100vh;
}

.errorsection .container {
    width: 60%;
    margin: 0 auto;
}

.errorsection .container figure {
    padding-top: 20px;
}

.errorsection p {
    color: #2b2e31;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
}

.errorsection a {
    color: #2b2e31;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block;
}

.errorsection a img {
    float: left;
    margin-right: 10px;
}

.animate-margin {
    margin-bottom: 60px;
}

@media (max-device-width: 767px) {
    .animate-margin {
        margin-bottom: 5px;
    }
}

.objects .img-banner {
    position: relative;
    bottom: -12px;
    z-index: 10;
    left: 20%;
}

.objects .img-banner2 {
    position: absolute;
    z-index: 0;
    top: 29px;
}

.fc-secondary {
    color: #0c1623;
}

.fc-default {
    color: #2b2e31;
}

.fc-white {
    color: #ffffff;
}

.fc-black {
    color: #000000;
}

.fc-grey {
    color: #333333;
}

.fc-lgrey {
    color: #999999;
}

.fc-spgrey {
    color: #505050;
}

.fc-red {
    color: #ff00d6;
}


.about-section {
    position: relative;
}

.about-section__title {
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 1px;
    padding-right: 2%;
}

@media (max-device-width: 767px) {
    .about-section__title {
        margin-bottom: 20px;
    }
}

@media (min-device-width: 1400px) {
    .about-section__title {
        font-size: 48px;
    }
}

.about-section .slick-prev:before,
.about-section .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    color: #9E9E9E;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.about-section .border-left {
    position: relative;
}

.about-section .border-left:before {
    background: #e4e5e5;
    content: "";
    left: -50px;
    top: 0px;
    position: absolute;
    height: 100%;
    width: 1px;
}

.process-section .slick-dots {
    bottom: -50px;
}

@media (max-device-width: 767px) {
    .process-section .slick-dots {
        bottom: -34px;
    }
}

.clients-section {
    position: relative;
}

.clients-section__title {
    font-weight: 200;
    line-height: 1;
    letter-spacing: 1px;
    padding-right: 8%;
}

@media (max-width: 767px) {
    .clients-section__title {
        margin-bottom: 20px;
    }
}

.clients-section .border-left {
    position: relative;
}

.clients-section .border-left:before {
    background: #e4e5e5;
    content: "";
    left: -90px;
    top: 0px;
    position: absolute;
    height: 100%;
    width: 1px;
}

.current-vacancies {
    background: #f5f5f5;
}

.current-vacancies .vacancies-inner {
    background: #ffffff;
    border-top: 5px solid #1ABC9C;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 5px solid rgba(215, 215, 215, 0.4);
    padding: 40px;
}

@media (max-device-width: 767px) {
    .current-vacancies .vacancies-inner {
        padding: 15px;
    }
}

.current-vacancies .vacancies-inner .main-wrap {
    border-top: 1px solid #d7d7d7;
}

.current-vacancies .vacancies-inner .main-wrap .for-padd {
    font-size: 14px;
}

.current-vacancies .vacancies-inner .main-wrap .for-padd:before {
    font-size: 20px;
}

@media (max-device-width: 767px) {
    .current-vacancies .vacancies-inner .main-wrap h6 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .current-vacancies .vacancies-inner .main-wrap .for-padd {
        font-size: 16px;
    }

    .current-vacancies .vacancies-inner .main-wrap .for-padd:before {
        font-size: 20px;
    }
}

@media (max-device-width: 767px) {
    .current-vacancies a {
        font-size: 16px;
    }
}

.tt-uppercase {
    text-transform: uppercase !important;
}



.fs-large {
    font-size: 18px;
    font-size: 2.8vmin;
}

@media (min-width: 1400px) {
    .fs-large {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 0.4rem;
    }
}

.fw-thin {
    font-weight: 100 !important;
}

.fw-light {
    font-weight: 200 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-exbold {
    font-weight: 800 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.tt-normal {
    text-transform: inherit !important;
}

.tt-uppercase {
}

.tt-capital {
    text-transform: capitalize !important;
}

.ta-right {
    text-align: right;
}

.ta-left {
    text-align: left;
}

.ta-center {
    text-align: center;
}

@media (max-device-width: 767px) {
    .ta-xs-center {
        text-align: center;
    }
}

@media (max-device-width: 767px) {
    .ta-xs-left {
        text-align: left;
    }
}

@media (max-device-width: 767px) {
    .ta-xs-right {
        text-align: right;
    }
}

.fs-italic {
    font-style: italic;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.m-auto {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.lh-normal {
    line-height: 1;
}

.lh-medium {
    line-height: 1.2;
}

.lh-large {
    line-height: 1.8;
}

.lh-xlarge {
    line-height: 2;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.col-nopadd {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ls-xsmall {
    letter-spacing: -2px;
}

.ls-small {
    letter-spacing: -1px;
}

.ls-normal {
    letter-spacing: 0px;
}

.ls-medium {
    letter-spacing: 1px;
}

.ls-large {
    letter-spacing: 2px;
}

.ls-xlarge {
    letter-spacing: 4px;
}

.va-middle {
    vertical-align: middle;
}

.pbpx-37 {
    padding-bottom: 37px !important;
}

.pbpx-36 {
    padding-bottom: 36px !important;
}

.pbpx-35 {
    padding-bottom: 35px !important;
}

.pbpx-34 {
    padding-bottom: 34px !important;
}

.pbpx-33 {
    padding-bottom: 33px !important;
}

.pbpx-32 {
    padding-bottom: 32px !important;
}

.pbpx-31 {
    padding-bottom: 31px !important;
}

.pbpx-30 {
    padding-bottom: 30px !important;
}

.pbpx-29 {
    padding-bottom: 29px !important;
}

.pbpx-28 {
    padding-bottom: 28px !important;
}

.pbpx-27 {
    padding-bottom: 27px !important;
}

.pbpx-26 {
    padding-bottom: 26px !important;
}

.pbpx-25 {
    padding-bottom: 25px !important;
}

.pbpx-24 {
    padding-bottom: 24px !important;
}

.pbpx-23 {
    padding-bottom: 23px !important;
}

.pbpx-22 {
    padding-bottom: 22px !important;
}

.pbpx-21 {
    padding-bottom: 21px !important;
}

.pbpx-20 {
    padding-bottom: 20px !important;
}

.pbpx-19 {
    padding-bottom: 19px !important;
}

.pbpx-18 {
    padding-bottom: 18px !important;
}

.pbpx-17 {
    padding-bottom: 17px !important;
}

.pbpx-16 {
    padding-bottom: 16px !important;
}

.pbpx-15 {
    padding-bottom: 15px !important;
}

.pbpx-14 {
    padding-bottom: 14px !important;
}

.pbpx-13 {
    padding-bottom: 13px !important;
}

.pbpx-12 {
    padding-bottom: 12px !important;
}

.pbpx-11 {
    padding-bottom: 11px !important;
}

.pbpx-10 {
    padding-bottom: 10px !important;
}

.pbpx-9 {
    padding-bottom: 9px !important;
}

.pbpx-8 {
    padding-bottom: 8px !important;
}

.pbpx-7 {
    padding-bottom: 7px !important;
}

.pbpx-6 {
    padding-bottom: 6px !important;
}

.pbpx-5 {
    padding-bottom: 5px !important;
}

.pbpx-4 {
    padding-bottom: 4px !important;
}

.extra-h2{
    font-size: 60px;
    color: white !important;
    position: relative;
}

.sec-second-ext{
}

.box__content {
    padding-bottom: 2rem;
}

.extra-css-p{
    padding-left: 3rem;
}

.extra-h-small{
    font-size: 20px;
    color: white;
    position: relative;
}

.main-sec-h{
    font-size: 60px;
    padding-bottom: 10px;
}

.flex-div{
    display: flex;
    justify-content: center;
    gap: 0px;
    margin-top: 30px;
}

.box.--component-box.matchheight.flex-div h2 {
    font-size: 55px;
}

.register-img-div img{
        height: 28dvw;
        max-width: 38dvw;
}

.inner-banner-image.register-img-div {
    margin-bottom: -4vw;
}
.mmpopup .formpop form label a {
    display: contents;
}