/*Main Css */
:root {
    --primary: #F76700;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
   
    --font-heading: "Inter" , sans-serif;
    --font-accent: "Inter" , sans-serif;
    --font-body: "Inter" , sans-serif;
  
    --icon: "Font Awesome 6 Pro", sans-serif;
  }
::selection {
    background: #0dcaf0ba;
    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: #0dcaf0ba;
}

/* Tabbing CSS */

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

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

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: 400;
    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: 10px 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: 8px;
    border-radius: 100px;
    padding: 0px;
    background: #4A5568;
    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: #667EEA;
    width: 8px;
}

/*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;
    position: relative;
    background: transparent;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
}
.menuWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: inline-block;
}

p.small-para {
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 100;
    padding: 0px 50px 15px 50px;
}

.logo img {
    display: block;
}

/* 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 35px;
}
.menu > li > a {
    display: block;
    font-size: 16px;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 300;
}
.header-btn {
    background: var(--primary);
    color: white !important;
    padding: 12px 15px 12px 25px;
    border-radius: 50px;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
}
.header-btn:hover{
    transform: scale(1.03);
}
.menu > li :hover > a,
.menu > li .active > a {
    color: var(--primary);
}

@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: #0F0F0F;
    /* padding: 1rem; */
    border-radius: 0px 0px 10px 10px;
    top: 100%;
    width: 300px;
    box-shadow: 0 10px 20px rgb(255 233 233 / 23%), 0 6px 6px rgb(0 0 0 / 10%);
    display: none;
}

@keyframes slide{
    0% {
      height: 0;
    }
    100% {
      height: auto;
    }
}
.dropdown .dropdown {
    left: 100%;
    top: 0;
}
.dropdown ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 14px 20px;
}
.dropdown li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.chev.rotate {
    transform: rotate(180deg);
}
.chev {
    transition: .5s ease;
    font-size: 12px;
}
/* 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;
}
.banner-content {
    padding: 115px 0 100px;
}
h1.banner-heading {
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 66px;
    line-height: 75.9px;
    letter-spacing: -3.3px;
    padding: 80px 0px 0px 0px;
}
span.sub-heading {
    font-size: 18px;
    line-height: 22px;
    color: var(--primary);
    font-weight: 500;
}
p.banner-text {
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0%;
}
.help-card {
    background: #0F0F0F;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
}
.help-card h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 30.8px;
    letter-spacing: -0.44px;
    padding: 20px 0;
}
.help-card p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #B5B5B5;
}
.help-card a {
    font-weight: 500;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: -0.32px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
}
.testi-card {
    background: #252525;
    border-radius: 12px;
    padding: 20px;
}
.testi-card .top {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}
.testi-card .top span.name {
    font-weight: 500;
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0%;
    display: block;
}
.testi-card .top span.des {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    color: #5F6368;
}
.testi-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #C7C7C7;
    padding: 0 0 16px;
}
.testi-slider.slick-initialized.slick-slider.slick-dotted {
    margin-top: 74px;
}
h1.banner-heading span {
    color: #ffffffad;
}
.sec-heading h2 span {
    color: #ffffffad;
}
.design-card-list-2 li {
    margin-bottom: 1rem;
}
.happy-client-wrapper {
    background: #0F0F0F;
    padding: 40px;
    text-align: center;
    border-radius: 20px;
}
.client-review-card p {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 30px;
}
.client-review-card {
    padding: 46px 80px;
}
.client-review-card .bottom span.name {
    font-weight: 500;
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0%;
    display: block;
}
.client-review-card .bottom span.des {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    color: #5F6368;
}
a.arrow-btn {
    background: #000;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 7vw;
}
a.arrow-btn.left.slick-arrow {
    left: 0;
}
a.arrow-btn.right.slick-arrow {
    right: 0;
}
.team-member {
    background: #0F0F0F;
    border-radius: 20px;
    padding: 50px;
    text-align: center;
}
.team-member h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 30.8px;
    letter-spacing: -0.44px;
    padding: 20px 0 4px;
}
.team-member p {
    font-weight: 300;
    color: #B5B5B5;
}

.wrapper {
  position: relative;
  margin: 38px auto;
}
.card-wrap {
  position: sticky;
  top: 100px; /* adjust according to header */
  height: 100%;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 0;
  gap: 3rem;
  margin-bottom: 35px;
  /* background: #fff; */
  /* border-radius: 30px; */
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border: 1px solid #ffffff17;
  transition: transform 0.3s ease;
  background: #0F0F0F;
  border-radius: 20px;
  overflow: hidden;
}
/* optional stacking feel */
.card-wrap:nth-child(1), .card-wrap:nth-child(2), .card-wrap:nth-child(3),.card-wrap:nth-child(4),.card-wrap:nth-child(5),.card-wrap:nth-child(6),
.card-wrap:nth-child(7),.card-wrap:nth-child(8),.card-wrap:nth-child(9),.card-wrap:nth-child(10),.card-wrap:nth-child(11),.card-wrap:nth-child(12),
.card-wrap:nth-child(13),.card-wrap:nth-child(14),.card-wrap:nth-child(15),.card-wrap:nth-child(16),.card-wrap:nth-child(17),.card-wrap:nth-child(18),
.card-wrap:nth-child(19),.card-wrap:nth-child(20),.card-wrap:nth-child(21),.card-wrap:nth-child(22),.card-wrap:nth-child(23),.card-wrap:nth-child(24),
.card-wrap:nth-child(25),.card-wrap:nth-child(26),.card-wrap:nth-child(27),.card-wrap:nth-child(28),.card-wrap:nth-child(29),.card-wrap:nth-child(30),
.card-wrap:nth-child(31),.card-wrap:nth-child(32),.card-wrap:nth-child(33),.card-wrap:nth-child(34),.card-wrap:nth-child(35),.card-wrap:nth-child(36),
.card-wrap:nth-child(37),.card-wrap:nth-child(38),.card-wrap:nth-child(39) {
  z-index: 3;
}
.content h3 {
  color: #009C42;
  font-family: Volkhov;
  font-size: 34.309px;
  font-style: normal;
  font-weight: 700;
}
.card-wrap .content {
    flex-shrink: 0;
    font-size: 0;
}
.content h3 span {
    color: #1E1E1E;
    font-size: 120.08px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.card-wrap h4 {
    color: #ffffffa1;
    padding-bottom: 12px;
    font-family: Inter;
    font-weight: 500;
    font-size: 36px;
    line-height: 43.2px;
    letter-spacing: -1.08px;
    vertical-align: middle;
}
.card-wrap p {
    color: #B5B5B5;
    font-weight: 400;
    font-size: 19px;
    line-height: 32.3px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.content-detail {
    padding: 0px 50px 0 0;
}
.content-detail .btn-ac {
    background: #000;
    padding: 15px 32px;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #ffffff1f;
    margin-top: 30px;
}

/* Accordian */
.accordion-list {
    position: relative;
}
.accordion-list li {
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 17px;
    padding: 24px 20px;
    border-radius: 15px;
    border: 1px solid #ffffff24;
    background: #0F0F0F;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.10);
}
ul.accordion-list li span {
    display: flex;
    position: relative;
}
.accordion-list li h3 {
    font-weight: 500;
    font-size: 19px;
    line-height: 26.6px;
    letter-spacing: -0.38px;
    color: #fff;
}
ul.accordion-list li h3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    right: 0;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-size: 11px;
    font-weight: 600;
    top: 0;
}
.accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077";
}
ul.accordion-list li.active h3:after {
    content: "\f077";
    top: 11px;
    color: var(--primary);
    right: 8px;
}
.answer p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #B5B5B5;
    font-weight: 300;
}
.accordion-list>li.last {
    margin-bottom: 0;
}
.accordion-list>li.active .answer {
    display: block !important;
}
/* Accordian */

/* Sec Headings */
.sec-heading {
    margin-bottom: 2rem;
}
.sec-heading.center {
    text-align: center;   
}
.sec-heading h2 {
    font-weight: 400;
    font-size: 56px;
    line-height: 67.2px;
    letter-spacing: -2.24px;
    color: #ffffffc7;
}
.sec-heading.white h2{
    color:white
}
.sec-heading p {
    color: #B5B5B5;
    margin: 1rem 0;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    line-height: 34px;
}
.sec-heading .sub-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: var(--primary);
    margin-bottom: 1rem;
}
/* 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: 12px 15px 12px 25px;
    background: var(--primary);
    color: white;
    font-size: 16px;
    /* border-radius: 8px; */
    font-weight: 500;
    border: 2px solid var(--primary);
    transition: .5s ease;
    height: 54;
    top: 346.82px;
    left: 224.73px;
    angle: 0 deg;
    opacity: 1;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn-wrap .theme-btn.bordered {
    background: #1F1F1F;
    color: #fff;
    border: 2px solid #1F1F1F;
    padding: 19px 30px 19px 30px;
}
.btn-wrap .theme-btn:hover{
    transform: scale(1.03);
} 
/* Theme Buttons */

/* footer */
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright p,.copyright a {
    color: white;
}
ul.f-link {
    display: flex;
    align-items: center;
    gap: 20px;
}
/* footer */

.design-card-list .slick-slide, .design-card-list-1 .slick-slide
.design-card-list-2 .slick-slide {
    margin: 0 10px;
}
.design-card-list-2 {
    direction: rtl;
}
.design-card-list,
.design-card-list-2 {
    margin-top: 20px;
}
.design-card-list li,
.design-card-list-2 li {
    position: relative;
    display: flex !important;
    justify-content: center;
}
.design-card-list-2 {
    direction: rtl !important;
}
.design-card-list-2 .slick-track {
    direction: ltr !important;
}
.design-card-list-2 .slick-slide {
    float: right !important;
}

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 {
    margin-bottom: 1.5rem;
}
.port-card img {
    width: 100%;
}
/* Portfolio */

/* -------------------------counter CSS------------------------  */
ul#counter {
    display: flex;
    align-items: center;
    gap: 3rem;
    justify-content: space-between;
}
.counter-wrapper .counter {
    display: flex;
    align-items: center;
    gap: 20px;
}
.counter-wrapper .counter span.count {
    font-weight: 700;
    font-size: 45px;
    color: #000;
}
ul#counter li .counter>div {
    color: #fff;
    margin-bottom: 0rem;
    font-family: Inter;
    font-weight: 500;
    font-size: 36px;
    line-height: 43.2px;
    letter-spacing: -1.08px;
}
ul#counter li .counter span.text {
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}
.counter {
    display: flex;
    align-items: center;
    gap: 22px;
}
/* -------------------------counter CSS------------------------  */

/* -------------------------contact us-------------------------- */
.form {
    background: #0F0F0F;
    border-radius: 20px;
    padding: 50px;
    width: 515px;
    margin: 0 0 0 auto;
}
.input-field1 label {
    padding-left: 10px;
    color: #B5B5B5;
    font-weight: 300;
    padding-bottom: 8px;
}
.input-field1 input, .input-field1 textarea {
    cursor: pointer;
    height: 50px;
    width: 100%;
    font-size: 14px;
    color: #222222;
    padding: 15px 14px;
    outline: none !important;
    text-transform: capitalize;
    margin-bottom: 20px;
    border-radius: 10px;
    border: solid 1px #00000021;
    background-color: #FFFFFF;
}
.input-field1 textarea {
    height: 125px;
}
.send input[type="submit"] {
    height: 50px;
    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: 10px;
    box-shadow: 0 1.7px 3.1px 0 rgba(11, 93, 81, 0.01);
    background-color: #F76700;
}
.details h5 {
    font-size: 18px;
    padding-bottom: 20px;
    color: #202529;
}
.details a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.details {
    margin-bottom: 40px;
}
.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;
}
/* -------------------------contact us-------------------------- */

/* 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%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
    /* background: #fff; */
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    display: none;
    /* border-radius: 8px; */
    max-height: 90vh;
  }
  .mmpopup {
    background: url("../images/popup-bg.webp");
    background-size: cover;
    background-position: center;
    border-radius: 33px;
    border: 5px solid #fff;
    padding: 12px;
  }
  .mmpopup .popup-content {
    padding: 50px 40px;
    width: 100%;
    max-width: 500px;
    border-radius: 29px;
    background: #fff;
    box-shadow: 0px 4px 52.4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(33.75px);
    overflow: hidden;
  }
  .mmpopup .formpop {
    width: 100%;
    margin-top: 60px;
  }
  .mmpopup .form-text {
    color: #000;
    font-family: var(--font-body);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 20px;
  }
  .mmpopup .form-text a {
    color: #659640;
    font-weight: 700;
  }
  .mmpopup .form-text a:hover {
    color: var(--secondary);
  }
  .mmpopup .form-group-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    align-items: center;
    gap: 0;
    column-gap: 20px;
    margin-bottom: 30px;
    width: 100%;
  }
  .form-group.field label.form-label {
    color: #000;
  }
  .mmpopup .fld-input {
    height: 50px;
    width: 100%;
    /* margin-bottom: 9px; */
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #d1d5db;
    overflow: hidden;
  }
  .mmpopup .centercont h3 {
    font-size: 38px;
    color: #141515;
    margin-bottom: 10px;
  }
  .mmpopup .centercont h4 {
    font-size: 20px;
    color: #566060;
    margin-bottom: 15px;
  }
  .mmpopup .centercont h4 span {
    color: #86cb92;
  }
  .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;
  }
  .closeico i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
      no-repeat;
    width: 16px;
    height: 16px;
    display: block;
  }
  .closeico1 {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
  }
  .closeico1 i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
      no-repeat;
    width: 16px;
    height: 16px;
    display: block;
  }
  .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;
    color: var(--primary);
  }
  .mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
    /* display: none; */
    color: #0085ff;
  }
  .mmpopup .centercont h3 span {
    color: #000;
    font-family: var(--font-body);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
  }
  .mmpopup .centercont h4 span {
    font-weight: 700;
    color: #000;
    font-size: 50px;
  }
  .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: 0;
  }
  .form-group field input.form-field {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}
.form-group input.form-field {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    font-size: 16px;
    width: 100%;
}
.fld-btn button.banner-btn {
    border: 4px solid #f45a28;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 40px;
    border-radius: 5px;
    background: #F45A28;
    box-shadow: 0px 10px 21.1px 0px rgba(0, 0, 0, 0.15);
}
.fld-btn.packageformsubmit {
    display: flex;
    align-items: center;
    gap: 1rem;
}
/* popup */

/* ---------------------------footer------------------------------- */
footer {
    background: #0F0F0F;
    padding: 62px 0;
}
.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ffffff29;
    padding: 20px 0;
}
.copyright p,.copyright a {
    color: white;
}
ul.f-link {
    display: flex;
    align-items: center;
    gap: 15px;
}
ul.f-menu {padding-left: 100px;}

.footer-hdng {
    padding-left: 100px;
}
.footer-sec p {
    color: #fff;
    line-height: 1.7;
    font-size: 16px;
    padding-top: 10px;
}
.footer-hdng h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.f-menu li a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}
.footer-hdng p {
    color: #fff;
    line-height: normal;
    padding-bottom: 16px;
}
.f-menu li a i {
    color: var(--primary);
    margin-right: 10px;
}
.f-menu li {
    line-height: 2;
}
.copyright-sec {
    background: #0F0F0F;
}
.f-link li {
    width: 40px;
    height: 40px;
    background: #1f1f1f;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f-link li a {
    color: #fff;
}
/* ----------------------------------footer---------------------- */

/* 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 .roman {
    list-style: upper-roman;
}
.terms {
    padding-left: 40px;
    line-height: 25px;
    font-size: 16px;
}
.terms ul li {
    margin-bottom: 1rem;
}
.terms ul li::marker {
    font-size: 22px;
    font-weight: 500;
}
.terms h4 {
    font-size: 24px;
    margin: 1rem 0;
    color: #fff;
}
.terms p {
    margin-bottom: 2rem;
    color: #fff;
}
/* terms */


@media (max-width: 1440px) {
    .banner-content {
        padding: 60px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    .banner-img {
        display: none;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    .testi-slider.slick-initialized.slick-slider.slick-dotted {
        margin-top: 70px;
        margin-bottom: 0;
    }
    ul#counter {
        gap: 1rem;
    }
    ul#counter li .counter>div {
        font-size: 28px;
    }
    .happy-client-wrapper {
        padding: 14px;
    }
    .client-review-card {
        padding: 40px;
    }
    .accordion-list li h3 {
        font-size: 20px;
        max-width: 95%;
    }
    .accordion-list li {
        margin-bottom: 10px;
    }
    footer {
        padding: 40px 0;
    }
    .footer-hdng h4 {
        font-size: 18px;
        margin-bottom: 8px;
        margin-top: 30px;
    }
    .f-menu li a {
        font-size: 14px;
    }
    ul.f-link {
        margin-top: 20px;
    }
    .copyright p, .copyright a {
        font-size: 14px;
    }
    .wrapper {
        margin: 0;
    }
    .mmpopup .centercont h3 span {
        font-size: 30px;
        line-height: 38px;
    }
    .mmpopup .popup-content {
        padding: 32px;
    }
    .mmpopup .formpop {
        margin-top: 25px;
    }
}

@media (max-width: 1200px) {
    header{
        padding: 1rem 0;
    }
    .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;
    }
    .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;
    }
    .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;
    }
}

@media (max-width : 1199px) {
    .banner-content {
        padding: 60px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    .banner-img {
        display: none;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    .testi-slider.slick-initialized.slick-slider.slick-dotted {
        margin-top: 70px;
        margin-bottom: 0;
    }
    ul#counter {
        gap: 1rem;
    }
    ul#counter li .counter>div {
        font-size: 28px;
    }
    .happy-client-wrapper {
        padding: 14px;
    }
    .client-review-card {
        padding: 40px;
    }
    a.arrow-btn {
        top: 38vw;
    }
    .accordion-list li h3 {
        font-size: 20px;
        max-width: 95%;
    }
    .accordion-list li {
        margin-bottom: 10px;
    }
    footer {
        padding: 40px 0;
    }
    .footer-hdng h4 {
        font-size: 18px;
        margin-bottom: 8px;
        margin-top: 30px;
    }
    .f-menu li a {
        font-size: 14px;
    }
    ul.f-link {
        margin-top: 20px;
    }
    .copyright p, .copyright a {
        font-size: 14px;
    }
    .card-wrap {
        gap: 1rem;
    }
    .content-detail {
        padding: 0 20px 20px;
    }
    .card-wrap h4 {
        font-size: 26px;
        line-height: 28.2px;
    }
    .card-wrap p {
        font-size: 14px;
        line-height: 22.3px;
    }
    .wrapper {
        margin: 0;
    }
    .form {
        padding: 15px;
        width: auto;
        margin: 25px 0 0 auto;
    }
    .input-field1 label {
        font-size: 12px;
    }
    .mmpopup .centercont h3 span {
        font-size: 30px;
        line-height: 38px;
    }
    .mmpopup .popup-content {
        padding: 32px;
    }
    .mmpopup .formpop {
        margin-top: 25px;
    }
    
}

@media (max-width : 1023px){
    .btn-wrap .theme-btn {
        font-size: 16px;
    }
    .overlap-slider {
        /* width: 180%; */
        width: 100%;
        position: relative;
    }
}

@media (max-width : 992px) {
    .banner-content {
        padding: 60px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 1rem;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 30px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    .testi-slider.slick-initialized.slick-slider.slick-dotted {
        margin-top: 0;
        margin-bottom: 0;
    }
    ul#counter {
        gap: 1rem;
    }
    ul#counter li .counter>div {
        font-size: 28px;
    }
    .happy-client-wrapper {
        padding: 14px;
    }
    .client-review-card {
        padding: 40px;
    }
    .client-review-card p {
        font-size: 22px;
        line-height: 36px;
    }
    a.arrow-btn {
        top: 38vw;
    }
    .accordion-list li h3 {
        font-size: 20px;
        max-width: 95%;
    }
    .accordion-list li {
        margin-bottom: 10px;
    }
    footer {
        padding: 40px 0;
    }
    .footer-hdng h4 {
        font-size: 18px;
        margin-bottom: 8px;
        margin-top: 30px;
    }
    .f-menu li a {
        font-size: 14px;
    }
    ul.f-link {
        margin-top: 20px;
    }
    .copyright p, .copyright a {
        font-size: 14px;
    }
    .card-wrap {
        gap: 1rem;
    }
    .content-detail {
        padding: 0 20px 20px;
    }
    .card-wrap h4 {
        font-size: 26px;
        line-height: 28.2px;
    }
    .card-wrap p {
        font-size: 14px;
        line-height: 22.3px;
    }
    .wrapper {
        margin: 0;
    }
    .form {
        padding: 15px;
        width: auto;
        margin: 25px 0 0 auto;
    }
    .input-field1 label {
        font-size: 12px;
    }
    .mmpopup .centercont h3 span {
        font-size: 30px;
        line-height: 38px;
    }
    .mmpopup .popup-content {
        padding: 32px;
    }
    .mmpopup .formpop {
        margin-top: 25px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    .banner-content {
        padding: 60px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 1rem;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 32px;
        line-height: 34px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 30px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    .testi-slider.slick-initialized.slick-slider.slick-dotted {
        margin-top: 0;
        margin-bottom: 55px;
    }
    ul#counter {
        flex-direction: column;
        gap: 1rem;
    }
    ul#counter li .counter>div {
        font-size: 28px;
    }
    .happy-client-wrapper {
        padding: 14px;
    }
    .client-review-card {
        padding: 20px;
    }
    .client-review-card p {
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 16px;
    }
    a.arrow-btn {
        top: 38vw;
    }
    .accordion-list li h3 {
        font-size: 16px;
        max-width: 95%;
    }
    .accordion-list li {
        margin-bottom: 10px;
        padding: 18px 20px;
    }
    footer {
        padding: 40px 0;
    }
    .footer-hdng h4 {
        font-size: 18px;
        margin-bottom: 8px;
        margin-top: 30px;
    }
    .f-menu li a {
        font-size: 14px;
    }
    ul.f-link {
        margin-top: 20px;
    }
    .copyright p, .copyright a {
        font-size: 14px;
    }
    .card-wrap {
        gap: 1rem;
    }
    .content-detail {
        padding: 0 20px 20px;
    }
    .card-wrap h4 {
        font-size: 26px;
        line-height: 28.2px;
    }
    .card-wrap p {
        font-size: 14px;
        line-height: 22.3px;
    }
    .wrapper {
        margin: 0;
    }
    .form {
        padding: 15px;
        width: auto;
        margin: 25px 0 0 auto;
    }
    .input-field1 label {
        font-size: 12px;
    }
    .mmpopup .centercont h3 span {
        font-size: 20px;
        line-height: 26px;
    }
    .mmpopup .popup-content {
        padding: 20px;
    }
    .mmpopup .formpop {
        margin-top: 25px;
    }
    .form-group.field label.form-label {
        font-size: 14px;
    }
    img.dnone {
        display: none;
    }

}

@media only screen and (min-width : 280px) and (max-width : 767px) {
    .banner-content {
        padding: 60px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 14px;
        line-height: 25px;
    }
    .btn-wrap {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .btn-wrap a {
        width: 100%;
        text-align: center;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .sec-heading p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    .testi-slider.slick-initialized.slick-slider.slick-dotted {
        margin-top: 0;
        margin-bottom: 55px;
    }
    .testi-card p {
        font-size: 14px;
    }
    .btn-wrap .theme-btn{
        justify-content: center;
    }
    ul#counter {
        flex-direction: column;
        gap: 1rem;
    }
    ul#counter li .counter>div {
        font-size: 28px;
    }
    .happy-client-wrapper {
        padding: 14px;
    }
    .client-review-card {
        padding: 20px;
    }
    .client-review-card p {
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 16px;
    }
    a.arrow-btn {
        top: 38vw;
    }
    .accordion-list li h3 {
        font-size: 16px;
        max-width: 95%;
    }
    .accordion-list li {
        margin-bottom: 10px;
        padding: 18px 20px;
    }
    footer {
        padding: 40px 0;
    }
    .footer-hdng h4 {
        font-size: 18px;
        margin-bottom: 8px;
        margin-top: 30px;
    }
    .f-menu li a {
        font-size: 14px;
    }
    ul.f-link {
        margin-top: 20px;
    }
    .copyright p, .copyright a {
        font-size: 14px;
    }
    .card-wrap {
        flex-direction: column;
    }
    .content-detail {
        padding: 0 20px 20px;
    }
    .card-wrap h4 {
        font-size: 26px;
        line-height: 28.2px;
    }
    .card-wrap p {
        font-size: 14px;
        line-height: 22.3px;
    }
    .wrapper {
        margin: 0;
    }
    .form {
        padding: 15px;
        width: auto;
        margin: 25px 0 0 auto;
    }
    .input-field1 label {
        font-size: 12px;
    }
    .mmpopup .centercont h3 span {
        font-size: 20px;
        line-height: 26px;
    }
    .mmpopup .popup-content {
        padding: 20px;
    }
    .mmpopup .formpop {
        margin-top: 25px;
    }
    .form-group.field label.form-label {
        font-size: 14px;
    }

}














ul.tab-list {
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
  justify-content: center;
  cursor: pointer;
}

ul.tab-list li.active {
  color: var(--white);
  border-color: var(--primary);
  background: var(--primary);
  border-radius: 50px;
}

ul.tab-list li {
  font-size: 16px;
  color: #252525;
  padding: 1.2rem 2rem;
  text-transform: capitalize;
  border: 1px solid #0000003d;
  transition: all 0.5s ease;
  color: var(--white);
  border-color: #ffffff;
  background: #000000;
  border-radius: 50px;
}

ul.tab-list li:hover {
  color: var(--white);
  border-color: #000;
  background: #000;
}


.packageBox {
  background: #292929;
  padding: 1rem 0 2rem;
  transition: all 0.5s ease;
  margin-top: 2rem;
}

.packageBox h6 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.5s ease;
  padding-left: 60px;
  position: relative;
  padding-bottom: 10px;
}
.packageBox h6 img{ 
  position: absolute;
  left: 0;
  top: 0;
 }

.packageBox h3 {
  font-style: italic;
  font-size: 3rem;
  color: #ffffff;
  font-weight: 600;
  padding-left: 3.5rem;
  transition: all 0.5s ease;
}

.packageBox h3 sub {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.5s ease;
}

.packageBody {
  border-top: 2px solid #00000026;
  padding: 2rem 2rem 0;
}

.packageBody ul li {
  padding: 10px 5px;
  font-size: 1.125rem;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.packageBody ul li.heading{ font-weight: 700; margin-bottom: 0; }

.packageBtn {
  background: var(--primary);
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 18px;
  font-weight: 700;
  color: var(--theme-color);
  transition: all 0.5s ease;
}

.packageBody ul {
  margin-bottom: 2.5rem;
  height: 314px;
  overflow: auto;
}
.packHead {
  padding: 1rem;
  padding-left: 2rem;
}
.packageBox:hover {
  background: #292929;
}

.packageBox:hover * {
  color: #fff;
}

.packageBox:hover .packageBody {
  border-color: #d0cce021;
}

.packageBox:hover .packageBtn {
  background: var(--primary);
  color: #fff;
}

.packageBox:hover ::-webkit-scrollbar-track {
  background: #5e5e5e;
}
.packageBox:hover ::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.packageBox ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.295);
}







.card-wrap {
    position: relative;
    overflow: hidden;
}

/* image smooth zoom */
.card-wrap .content img {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
}

/* create overlay using pseudo element */
.card-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
    opacity: 0;
    transition: 0.4s ease;
    z-index: 1;
}
section.sec-port {
    padding-bottom: 9rem;
}

/* bring text above overlay */
.card-wrap .content-detail {
    position: relative;
    z-index: 2;
    transition: 0.4s ease;
}

.card-wrap {
    display: flex;
    height: 100%;
}

/* force equal structure */
.card-wrap a {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    width: fit-content;
}

/* image area fixed ratio */
.card-wrap .content {
    flex-shrink: 0;
}

/* text section fills remaining space */
.card-wrap .content-detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* optional: keep image consistent height */
.card-wrap .content img {
    width: 100%;
    height: 260px;   /* adjust if needed */
    object-fit: cover;
}
/* optional button styling */
.card-wrap .content-detail a {
    position: relative;
    z-index: 2;
}

/* hover effects */
.card-wrap:hover::before {
    opacity: 1;
}

.card-wrap:hover .content img {
    transform: scale(1.08);
}

.card-wrap:hover .content-detail {
    transform: translateY(-5px);
    color: #fff;
}

/* make text readable on hover */
.card-wrap:hover .content-detail p,
.card-wrap:hover .content-detail h4 {
    color: #fff;
}

.centercont.dynamic h4{
    margin:0;
}

.centercont.dynamic .topText{
    display:block;
    font-size:42px;
    color: var(--primary);
    line-height:1;
    margin-bottom:10px;
}

.centercont.dynamic .packageTitle{
    display:block;
    font-size:60px;
    font-weight:600;
    line-height:1;
    margin-bottom:15px;
    color:#000;
}

.centercont.dynamic .priceText{
    display:block;
    font-size: 40px;
    font-weight:700;
    line-height:1;
    color: #000;
}

/* TOP shadow */
.design-il{
    position: relative;
}

.design-il::before {
    content: "";
    position: absolute;
    top: 32%;
    left: 0;
    width: 100%;
    height: 350px;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(181deg, black, black,transparent,transparent);
}

/* BOTTOM shadow */
.design-il::after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 350px;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(
359deg, black, black, transparent, transparent);
}
section#portfolio:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(
270deg, black, transparent, transparent);
}

section#portfolio:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(
89deg, black, transparent, transparent);
}