@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Open+Sans:wght@300&family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
:root {
    --primary: #5f5dfe;
    --primary-darker: #4f4dfe;
    --bg: #eff3f4;
    --white: #fff;
    --profile-bg: #fffffd;
    --socials-bg: #f9fafc;
    --highlight-bg: #f9fafc;
    --text-bg: #878789;
    --text: #797c83;
    --border-color: #f4f4f4;
    --social-color: #6b6c6e;
    --active: #7774b5;
    --tab-bg: #ebe9ff;
    --tabs-border: #f2f6f5;
    --tab-width: 7rem;
    --tabs-gap: 0rem;
    --tab-radius: 0.4rem;
    --scrollbar-thumb: #e4e3f3;
    --scrollbar-bg: #f2f6f5;
  }
body
{
    padding: 0;
    margin: 0;
    box-sizing: content-box;
    overflow-x: hidden;
}
section
{
    width: 100vw;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{margin: 0;}
.nav-items
{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    gap: 15%;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    padding: 10px;
    left: 0%;
    width: 100%;
    z-index: 2;
}
.nav-links
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #040D12;
    /* background: #4f4dfe; */
    padding-left: 0.4em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-right: 0.4em;
    border-radius: 30px;
    width: 40em;
}
a
{
    text-decoration: none;
    color: #040D12;
}
li
{
    list-style: none;
}
.nav-links li
{
    text-transform: capitalize;
    font-weight: 200;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 20px;
    border-radius: 20px;
    font-style: normal;
    position:relative;
    z-index:3;
}
.nav-links a:hover
{
    color: #040D12;    
}
.nav-links a
{
    color: #f2f6f5;
    padding:0.3em;
    font-style: normal;
    position:relative;
    z-index:3;
}
#indicator
{
  position:absolute;
  transition:all 1s;
  width:6em;
  height:1.3em;
  padding:6px;
  border-radius:20px;
  background:#f9fafc;
  z-index:1;
  /* box-shadow: inset 2px 2px 10px rgba(255,255,255,.1), inset -5px -8px 8px rgba(0,0,0,.2); */
}
.link
{
background:#151212;
/* box-shadow: inset 2px 2px 10px rgba(255,255,255,.1), inset -5px -8px 8px rgba(178, 178, 178, 0.2); */
width:5.5em;
height:0.2em;
overflow:hidden;
border-radius: 20px;
display:flex;
gap:0.4em;
padding:1em;
align-items:center;
position: relative;
}
.link:before
{
    position: absolute;
    content: " ";
    left: 0px;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    background: #FFF0F5;
    /* background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(31,40,46,1) 17%, rgba(212,69,8,1) 55%, rgba(232,163,140,1) 77%, rgba(218,216,207,1) 100%); */
    transform: translateY(100%);
    transition: transform 1s ease-in-out 0.1s;
}
.link:hover:before
{
    transform: translateY(0);
    transition: 1s;
}
.links {
  padding: 0.7em;
  white-space: nowrap; 
}
.link a
{
    color: #f7f7f7;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 300;
    position: relative;
    left: -14px;
}
@keyframes scroll {
	0% { transform: translatex(0); }
	100% { transform: translatex(calc(-250px * 3))}
}
.slider {
	
	.slide-track {
		animation: scroll  20s linear infinite;
    transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
		display: flex;
    align-items:center;
		width: calc(1em * 7);
    justify-content:center;
	}
}

.burger .line
{
    width: 30px;
    margin-bottom: 7px;
    height: 2px;
    background-color: #000;
    display: flex;
    flex-direction: column;
}
.burger-1 .line
{
    width: 20px;
    margin-bottom: 7px;
    height: 1px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.burger-1 .line:nth-child(1)
{
    rotate: 60deg;
}
.burger-1 .line:nth-child(2)
{
    position: relative;
    top: -9px;
    rotate: 120deg;
}
.burger-1
{
display: none;
}
.burger
{
    display: none;
}
.tag-me-hide
{
    display: none;
}
/* barba css */
/* landind section text */
.land-page
{
    position: relative;
    z-index: 1;
    height: 100vh;
    background: #FFFBF5;
}
.content-text h1 {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 4.6rem;
    line-height: 71px;
    position: relative;
    top: 0.8em;
    width: 13em;
    padding: 0.3em;
    text-transform: capitalize;
}
.content-image
{
    width: 97vw;
    height: 50vh;
    margin: 1em;
    border-radius: 20px;
    position: relative;
    top: 2em;
}
video {
    border-radius: 30px;
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
} 
.content1 p {
    margin-top: 2.5em;
    letter-spacing: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    text-align: start;
    margin-left: 0.7em;
    font-size: 30px;
    color: #12111168;
    margin-bottom: 0;
}
/* transitions */
.transition-cover
{
    position: absolute;
    z-index: 200;
    top: 0em;
    font-family: 'Poppins', sans-serif;
    height: 100vh;
    width: 100vw;
    background: #191A19;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
}
.transition-cover h1
{
    text-align: center;
    color: #f7f7f7;
}

.services-height
{
    height: fit-content;
    background: #FFF7F1;
}
/* why us page */
.why-us
{
    height: fit-content;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    background: #F7EFE5;
}
.why-us h1
{
    font-weight: 50;
    margin-left: 0.2em;
    font-size: 80px;
    text-transform: capitalize;
    color: #000000cf;
    position: relative;
    padding-top: 0.5em;
}
.why-us h5
{
    font-weight: 100;
    font-size: 60px;
    margin-left: 0.3em;
    text-transform: uppercase;
    line-height: 60px;
    text-decoration: underline;
}
.text-why
{
    display: flex;
    align-items: center;
    gap: 10%;
    margin: 0em 5em;
}
.why-us-bg {
    position: relative;
    height: 54vh;
    background: url(./images/sideimage.jpg);
    width: 140vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.call-flex
{
    display: flex;
    align-items: center;
    margin-bottom: 2em;
}
.call-flex img
{
    rotate: 10deg;
    width: 150px;
    position: relative;
    right: 2e                                                                                                                                                                                                                                                                                                                                           m;
}
.text-why p
{
    font-size: 20px;
    font-weight: 100;
    margin-top: 3em;
    margin-bottom: 0em;
}
/* past projects page  */
.past-projects {
    height: 100vh;
}
 
.main-items {
    display: grid;
    place-items: center;
    overflow: hidden;
    height: 100vh;
}

main {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-color: #FBF9F1;
}
  
.item {
    width: 200px;
    height: 100px;
    list-style-type: none;
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    z-index: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 20px;
    transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;
}
  
.item:nth-child(1), .item:nth-child(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
}
  
.item:nth-child(3) { left: 50%; }
.item:nth-child(4) { left: calc(50% + 220px); }
.item:nth-child(5) { left: calc(50% + 440px); }
.item:nth-child(6) { left: calc(50% + 880px); }
.item:nth-child(7) { left: calc(50% + 1100px); }
.item:nth-child(8) { left: calc(50% + 1320px); }
.item:nth-child(9) { left: calc(50% + 1540px); }
.item:nth-child(10) { left: calc(50% + 1760px); }
.item:nth-child(11) { left: calc(50% + 1980px); opacity: 0; }
  
.content {
    width: min(30vw, 400px);
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    font: 400 0.85rem helvetica, sans-serif;
    color: white;
    text-shadow: 0 3px 8px rgba(0,0,0,0.5);
    opacity: 0;
    display: none;
}

.content .title {
    font-family: 'arial-black';
    text-transform: uppercase;
}

.content .description {
    line-height: 1.7;
    margin: 1rem 0 1.5rem;
    font-size: 0.8rem;
}

.content button {
    width: fit-content;
    background-color: rgba(0,0,0,0.1);
    color: white;
    border: 2px solid white;
    border-radius: 0.25rem;
    padding: 0.75rem;
    cursor: pointer;
}
  
.item:nth-of-type(2) .content {
    display: block;
    animation: show 0.75s ease-in-out 0.3s forwards;
}
  
@keyframes show {
    0% {
      filter: blur(5px);
      transform: translateY(calc(-50% + 75px));
    }
    100% {
      opacity: 1;
      filter: blur(0);
    }
}
  
.nav {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    user-select: none;
}
  
.nav .btn {
    background-color: rgba(255,255,255,0.5);
    color: rgba(0,0,0,0.7);
    border: 2px solid rgba(0,0,0,0.6);
    margin: 0 0.25rem;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;
}

.nav .btn:hover {
    background-color: rgba(255,255,255,0.3);
}
  
@media (width > 650px) and (width < 900px) {
    .content .title {
      font-size: 1rem;
    }
    .content .description {
      font-size: 0.7rem;
    }
    .content button {
      font-size: 0.7rem;
    }
    .item {
      width: 160px;
      height: 270px;
    }
    .item:nth-child(3) { left: 50%; }
    .item:nth-child(4) { left: calc(50% + 170px); }
    .item:nth-child(5) { left: calc(50% + 340px); }
    .item:nth-child(6) { left: calc(50% + 510px); opacity: 0; }
}
  
@media (width < 650px) {
    .content .title {
      font-size: 0.9rem;
    }
    .content .description {
      font-size: 0.65rem;
    }
    .content button {
      font-size: 0.7rem;
    }
    .item {
      width: 200px;
      height: 150px;
    }
    .item:nth-child(3) { left: 50%; }
    .item:nth-child(4) { left: calc(50% + 240px); }
    .item:nth-child(5) { left: calc(50% + 380px); }
    .item:nth-child(6) { left: calc(50% + 420px); opacity: 0; }
}
.cards
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cards h1
{
    margin: 0;
    font-family: 'Italiana', sans-serif;
    font-size: 90px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: capitalize;
    padding-top: 50px;
}
.main-page h1
{
    font-size: 80px;
    padding-top: 0.2em;
}
.inner-cards-main
{
    display: flex;
    margin-top: 1em;
    gap: 2em;
    justify-content: center;
}
.services-cards
{
    margin-bottom: 3em;
}
.small-inner-card
{
    background-color: #EAECCC;
    padding: 20px;
    border-radius: 20px;
    width: 25%;
    height: 30vh
}
.small-inner-card h2
{
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin-top: 25px;
    line-height: 25px;
    padding-top: 0;
}
/* .icons svg:nth-child(1)
{
    animation: fadeIn 4s infinite;
} */
/* .icons svg:nth-child(1)
{
    animation: pulsing 2s infinite;
} */
@keyframes fadeIn {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes pulsing {
    0%{transform: scale(1);}
    50%{transform: scale(0.89);}
    100%{transform: scale(1);}
}
.small-inner-card p
{
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #120909a1;
    font-weight: 900;
    margin-top: 15px;
}
/* pricing  */
.pricing
{
    height: fit-content;
    background-color: #F9F5F6;      
}
.pricing-cards
{
    display: flex;
    gap: 2%;
    justify-content: center;
    margin-bottom: 3em;
}
.pricing-cards span
{
    font-size: 15px;
}
.card-1
{
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    width: 20%;
    background: #E8FFC2;
    border-radius: 30px;
    text-transform: capitalize;
    margin-bottom: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.basic
{
    padding: 20px;
}
.card-1 h2
{
    background: #151212;
    color: #fff;
    font-weight: 200;
    font-size: 15px;
    width: 50px;
    text-align: center;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    border-radius: 20px;
}
.card-1 h1
{
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 30px;
    color: #212121;
}
.card-1 p
{
    font-size: 10px;
    color: #414141;
}
.alin
{
    text-align: center;
    font-size: 70px;
    text-transform: capitalize;
    font-weight: 300;
    font-family: 'Italiana', sans-serif;
    margin-bottom: 0.3em;
    padding-top: 1em;
}
.fex-me-item
{
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fex-me-item h4
{
    font-size: 15px;
    font-weight: 500;
    color: #414141;
}
.fex-me-item img
{
    width: 15px;
}
.fex-me-item span
{
    font-size: 10px;
}
.btn-start
{
    width: 100%;
    height: 35px;
    border-radius: 7px;
    border: none;
    background: #2E2E2E;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    cursor: pointer;
}
.btn-start:hover
{
    background: #000;
    transition: all 3s;
}
.btn-start a
{
    color: #fffffffb;
}
.business .btn-start
{
    margin-top: 40px;
}
.basic .btn-start
{
    margin-top: 120px;
}
.business h2
{
    width: 70px;
}
.business h1
{
    margin-bottom: 20px;
}
.business
{
    padding: 20px;
}
.cardss
{
    background: none;
    box-shadow: none;
}
.cards-flex-2
{
    width: 100%;
    background: #ffffff81;
    padding: 20px;
    
    border-radius: 30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.cards-flex-2 h2
{
    width: 65%;
}
.cards-flex-2-2 h2
{
    width: 65%;
}
.cards-flex-2 p
{
    text-align: center;
    margin-top: 20px;
}
.card-1 h4
{
    font-size: 13px;
}
.cards-flex-2-2 
{
    margin-top: 2.8em;
}
.cards-flex-2-2 .fex-me-item
{
    margin-top: 7px;
}
.custom .btn-start
{
    margin-top: 60px;
}
/* conatct page */
.contact
{
    background: #d6d6d6a7;
}
.flex-contact
{
    display: flex;
    align-items: center;
    padding: 1em;
    gap: 2%;
    justify-content: center;
}
.text-huge h1
{
    font-size: 8em;
    text-transform: uppercase;
    opacity: 0.2;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    padding-top: 0.3em;
    line-height: 120%;
}
.flex-items
{
    width: 100%;
    display: flex;
    gap:10%; 
    align-items: center;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
}
.flex-items h3
{
    font-weight: 100;
    font-size: 15px;
}
.flex-items img 
{
    width: 30px;
}
.flex-items svg
{
    width: 30px;
}
.text-links
{
    width:20%;
}
.footer-text
{
    text-align: center;
    margin: 5% 0% 0%;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    color: #020202d1;
    font-weight: 100;
    opacity: 0.5;
    font-size: 15px;
    text-transform: capitalize;
    padding-bottom: 30px;
}
.contact-page
{
    background: url(images/background-contact.jpg);
    background-blend-mode: overlay; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e3e3e3; 
    height: 100vh; 
}
.contact-page .flex-contact
{
    padding-top: 5em;
    gap: 2%;
}
.contact-page .flex-contact h1
{
    font-size: 10em;
}
.contact-page .footer-text
{
    margin-top: 4em;
}
/* media queries */
@media screen and (max-width:1330px) {
    .content-text h1 {
        font-size: 3.5rem;
        line-height: 59px;
        letter-spacing: 5px;
        top: 0.8em;
        width: 14em;
    }
    .nav-items {
        gap: 12%;
    }
    .small-inner-card {
        height: 35vh;
    }
    .services-height {
        height: fit-content;
    }
    .services-cards
    {
        margin-bottom: 3em;
    }
    .contact-page .flex-contact {
        padding-top: 2em;
        gap: 2%;
    }
    .contact-page .footer-text {
        margin-top: 1em;
    }
}
@media screen and (max-width:1250px) {
    .text-why p {
        font-size: 16px;
    }
    .text-why {
        align-items: center;
        margin: 0em 4em;
    }
    .business .btn-start {
        margin-top: 60px;
    }
    .basic .btn-start {
        margin-top: 142px;
    }
    .contact-page .flex-contact h1 {
        font-size: 8em;
    }
    .contact-page .footer-text {
        margin-top: 5em;
    }
}
@media screen and (max-width:1086px) {
    .basic .btn-start {
        margin-top: 170px;
    }
    .business .btn-start {
        margin-top: 73px;
    }
}
@media screen and (max-width: 1062px){
.basic .btn-start {
    margin-top: 150px;
}
}
@media screen and (max-width:1134px) {
    .nav-links {
    gap: 8px;
    width: 30em;
    }
    .nav-links li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-links a
    {
        font-size: 14px;
    }
    .content-text h1 {
        line-height: 50px;
        top: 1.3em;
    }
    .content-image
    {
        top: 4.5em;
    }
}
@media screen and (max-width:1078px) {
    .small-inner-card h2 {
        font-size: 18px;
        margin-top: 15px;
        line-height: 23px;
    }
    .small-inner-card p {
        font-size: 11px;
        margin-top: 10px;
    }
    .inner-cards-main {
        gap: 1em;
    }
    .card-1 {width: 25%;}
    .card-1 h2 {
        font-size: 12px;
    }
    .card-1 h4 {
        font-size: 10px;
    }
    .business .btn-start {
        margin-top: 60px;
    }
    .basic .btn-start {
        margin-top: 130px;
    }
}
@media screen and (max-width:940px) 
{
    .text-huge h1 {
        font-size: 6em;
        padding-top: 0;
    }
    .small-inner-card h2 {
        font-size: 16px;
        margin-top: 15px;
        line-height: 20px;
    }
    .business .btn-start {
        margin-top: 80px;
    }
    .basic .btn-start {
        margin-top: 150px;
    }
    .contact-page .flex-contact h1 {
        font-size: 6.5em;
    }
    .contact-page .flex-contact {
        padding-top: 5em;
        gap: 2%;
    }
}
@media screen and (max-width:925px) 
{
    .nav-items {
        gap: 8%;
        
    }
    .nav-links {
        width: 27em;
    }
    .nav-links a {
        font-size: 12px;
    }
    .link a {
        font-size: 13px;
    }
    .link {
        width: 4.5em;
        height: 0.1em;
    }
    .basic .btn-start {
        margin-top: 165px;
    }
}
@media screen and (max-width:890px) 
{
    .text-why p {
        font-size: 14px;
        margin-top: 1em;
    }
    /* .basic .btn-start {
        margin-top: 180px;
    } */
    
}
@media screen and (max-width:840px) 
{
    .text-huge h1 {
        font-size: 5em;
        padding-bottom: 0.5em;
    }
    .contact-page .flex-contact h1 {
        font-size: 5em;
    }
    .contact-page .flex-contact {
        padding-top: 8em;
        gap: 2%;
    }
}
@media screen and (max-width:790px) 
{
    .content-text h1 {
        font-size: 3.2rem;
    }
    .why-us h1 {
        font-size: 70px;
    }
    .inner-cards-main {
        gap: 1em;
    } 
    .small-inner-card {
        padding: 14px;
        height: 32vh;
    }  
    .small-inner-card p {
        font-size: 9px;
        margin-top: 10px;
    } 
    .small-inner-card h2 {
        font-size: 14px;
        margin-top: 10px;
        line-height: 18px;
    }
    .icons svg{
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width:768px) 
{
    .nav-items{display: flex;
    justify-content: space-around;}
    .nav-links{
        position: absolute;
        right: 0px;
        height: 100vh;
        top: 0em;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: 2em;
        transform: translatey(-102%);
        width: 100%;
        transition: 1s ease-in;
        cursor: pointer;
        z-index: -1;
        border-radius: unset;
        background: rgba(29, 28, 28, 0.633);
        border-radius: 16px;
        backdrop-filter: blur(1.3px);
        -webkit-backdrop-filter: blur(6.3px);
    }
    #indicator{
        opacity: 0;
    }
    .nav-links a
    {
        color: #f7f7f7;
        font-size: 15px;
    }
    .burger
    {
        display: block;
    }
    .wrapper
    {
        display: none;
    }
    .tag-me-hide
    {
        display: block;
    }
    .burger-1{
        display: block;
        margin-left: 20px;
    }
    /* index-page */
    .content-image {
        width: 95vw;
    }
    .contact-page .flex-contact h1 {
        font-size: 5em;
        margin-top: 0.5em;
    }    
    .text-why p {
        font-size: 12px;
        /* width: 80em; */
    }
    .text-why {
        margin: 0em 2em;
        gap: 5%;
    }
    .why-us h5 {
        font-size: 45px;
        line-height: 50px;
    }
    .call-flex img {
        rotate: 10deg;
        width: 135px;
    }
    .contact-page .flex-items h3 {
        font-size: 15px;
    }
    .text-links {
        position: relative;
        left: 0px;
        margin-top: 5em;
    }    
    /* .why-us {
        height: 600px;
    } */
    .flex-items h3 {
        /* font-weight: 100; */
        font-size: 13px;
    }
    .business .btn-start {
        margin-top: 90px;
    }
    .contact-page .flex-contact {
        padding-top: 4em;
        gap: 4%;
    }
    .contact-page .flex-contact h1 {
        font-size: 4em;
        margin-top: 0.5em;
    }
}
@media screen and (min-width:360px)and (min-height:700px) 
{
    /* .why-us {
        height: clamp(1050px, 1056px, 950px);
    } */
}
@media screen and (max-width:730px) 
{
    .content-text h1 {
        font-size: 3rem;
    }
    .content-text h1 {
        line-height: 45px;
        width: 15em;
    }
    .text-huge h1 {
        font-size: 4em;
        padding-bottom: 1em;
    }    
}
@media screen and (max-width:700px) 
{
    .content-text h1 {
        line-height: 40px;
        top: 1.7em;
        font-size: 2.8rem;
    }
    .content-image {
        top: 5.4em;
    }
    .inner-cards-main {
        gap: 0.5em;
    }
    .contact-page .flex-contact h1 {
        font-size: 3em;
    }
}
@media screen and (max-width:716px) 
{
    .card-1 p {
        font-size: 9px;
    }
    .card-1 h1 {
        font-weight: 500;
        font-size: 30px;
    }
    .fex-me-item img {
        width: 12px;
    }
    .card-1 h2 {
        font-size: 11px;
    }
    .business .btn-start {
        margin-top: 82px;
    }
    .business {
        padding: 15px;
    }
    .basic {
        padding: 15px;
    }
    .cards-flex-2 {
        padding: 15px;
    }
}
@media screen and (max-width:665px) 
{
    .content-text h1 {
        font-size: 2.6rem;
        top: 2em;
        }
        .text-huge h1 {
            font-size: 3.5em;
            padding-bottom: 1.em;
        }
        .flex-items h3 {
            font-size: 12px;
        }
        .flex-items {
            margin-top: 15px;
        }
}
@media screen and (max-width:620px) 
{
    .content-text h1 {
        font-size: 2.3rem;
        top: 2.3em;
        line-height: 40px;
    }
    .content-image {
        top: 6.5em;
        height: 55vh;
    }
}
@media screen and (max-width:585px) 
{
    .text-huge h1 {
        font-size: 3em;
        padding-bottom: 2em;
    }
    .icons svg {
        width: 35px;
        height: 35px;
    }
    .contact-page .flex-contact h1 {
        /* font-size: 4em; */
        margin-top: 1.7em;
    }
}
@media screen and (max-width:560px) 
{
    .content-text h1 {
        font-size: 2rem;
        top: 3em;
        line-height: 35px;
        width: 16em;
        left: 7px;
    }
}
@media screen and (max-width:530px) 
{
    .text-why {
        display: flex;
        flex-direction: column;
    }
    .text-why p {
        font-size: 17px;
        margin-bottom: 3em;
    }
    .why-us-bg {
        width: 90vw;
        margin-bottom: 3em;
    }
    .flex-contact {
        display: flex;
        flex-direction: column;
        padding: 1em;
        gap: 2%;
        align-items: flex-start;
    }
    .text-huge h1 {
        font-size: 4.5em;
        padding-bottom: 0em;
    }
    .flex-items h3 {
        font-size: 15px;
    }
    .text-links
    {
        position: relative;
        left:0px;
    }
    .inner-cards-main {
        display: flex;
        margin-top: 1em;
        flex-direction: column;
        gap: 1em;
        justify-content: center;
        align-items: center;
    }
    
    .small-inner-card {
        padding: 20px;
        height: 30vh;
        width: 75%;
    }
    .small-inner-card h2 {
        font-size: 15px;
        margin-top: 15px;
        line-height: 18px;
    }
    .small-inner-card p {
        font-size: 12px;
        margin-top: 15px;
    }
    .icons svg {
        width: 40px;
        height: 40px;
    }
    .pricing-cards {
        display: flex;
        gap: 2%;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 3em;
        align-items: center;
    }
    .card-1 {
        width: 65%;
    }
    .cardss {
        background: none;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cards-flex-2 h2 {
        width: 45%;
    }
    .item {
        width: 150px;
        height: 150px;
    }
    .contact-page .flex-contact h1 {
        font-size: 4.5em;
        margin-top: 0;
    }
    .contact-page .text-links {
        margin-top: 0em;
    }
    .contact-page .footer-text {
        margin-top: 2em;
    }
}
@media screen and (max-width:500px) 
{
    .content-text h1 {
        font-size: 1.7rem;
        line-height: 30px;
    }
    .small-inner-card {
        height: 35vh;
    }
    .contact-page .footer-text {
        font-size: 14px;
    }
}
@media screen and (max-width:440px) 
{
    .content-text h1 {
        font-size: 2.5rem;
        line-height: 36px;
        top: 1.5em;
        width: 10em;
    }
    .content-image {
        top: 3.5em;
        height: 50vh;
        left: -5px;
    }
    /* .why-us {
        height: 950px;
    } */
    .footer-text {
        font-size: 14px;
    }
    .flex-items h3 {
        font-size: 13px;
    }
}
@media screen and (max-width:365px){
.content-text h1 {
    font-size: 2rem;
    line-height: 33px;
    top: 1.8em;
}
.cards h1 {
    font-size: 60px;
}
.flex-items {
    gap: 5%;
}
.contact-page .flex-contact {
    padding-top: 3em;
    gap: 0em;
}
}
@media screen and (max-width:393px)and (min-height:786px){
    .content-text h1 {
        top: 1.6em;
    }
    .content-image {
        top: 4.5em;
        height: 60vh;
        left: -5px;
    }
}
@media screen and (max-width:365px)and (min-height:650px){
    .content-text h1 {
        top: 2.2em;
        font-size: 2.4rem;
    }
    .content-image {
        top: 5.6em;
        height: 55vh;
    }
}
@media screen and (max-width:375px)and (min-height:667px){
    .content-image {
        top: 4em;
        height: 55vh;
    }
    .why-us h1 {
        font-size: 60px;
        padding-top: 1em;
        margin-bottom: 0.5em;
    }
    /* .why-us {
        height: clamp(1040px,980px, 690px);
    } */
}
@media screen and (max-width:350px){
    /* .why-us {
        height: fit-content;
    } */
}
@media screen and (max-width:335px){
    .why-us h1 {
        font-size: 55px;
        padding-top: 1em;
    }
    .text-why p {
        font-size: 15px;
    }
}
@media screen and (max-width:380px){
    .text-huge h1 {
        font-size: 4em;
    }
    .card-1 {
        width: 80%;
    }
}
@media screen and (max-width:350px){
    .text-huge h1 {
        font-size: 3.5em;
    }
    .footer-text {
        font-size: 10px;
    }
    .contact-page .flex-contact h1 {
        font-size: 3.7em;
        margin-top: 0;
    }
}
@media screen and (max-width:375px)and (min-height:812px){
    .content-text h1 {
        font-size: 2.5rem;
    }
    .why-us {
        height:fit-content ;
    }
    .contact-page .flex-items h3 {
        font-size: 13px;
    }
    .contact-page .flex-contact {
        gap: 4em;
        display: flex;
    }
}
@media screen and (max-width:320px)and (max-height:658px){
    .content-text h1 {
        font-size: 2rem;
    }
    .content-image {
        top: 4.6em;
    }
}
@media screen and (max-width:300px){
    .why-us {
        height: fit-content;
    }
    .contact-page .flex-contact h1 {
        font-size: 3.4em;
    }
}
@media screen and (max-width:284px){
    .flex-items h3 {
        font-size: 10px;
    }
    .text-huge h1 {
        font-size: 2.7em;
    }
    .footer-text {
        font-size: 8px;
    }
    .contact-page .flex-contact h1 {
        font-size: 3em;
    }
    .contact-page .flex-items h3 {
        font-size: 13px;
    }
}
@media screen and (max-width:430px)and (min-height:932px){
    .content-text h1 {
        font-size: clamp(2.2rem,2.4rem, 3rem);
        line-height: clamp(30px, 37px ,40px);
        top: clamp(1.5em, 2em, 2.8em);
    }
    .content-image {
        top:  clamp(5em, 6em, 8em);
        height: clamp(55vh 60vh, 65vh);;
    }
}
@media screen and (max-width:414px)and (min-height:736px)
{
    .content-text h1 {
        font-size: clamp(2.2rem,2.4rem, 3rem);
        line-height: clamp(30px, 37px ,40px);
        top: clamp(1.5em, 2em, 2.8em);
    }
    .content-image {
        top:  clamp(5em, 6em, 8em);
        height: clamp(55vh, 55vh, 60vh);;
    }
    .why-us {
        height: clamp(140%, 100%,);
    }
}
@media screen and (max-width:430px)and (max-height:932px){
    .small-inner-card {
        height: 20vh;
    }
}
@media screen and (max-width:360px)and (max-height:650px){
    .small-inner-card {
        height: 27vh;
    }
}
/* @media screen and (max-width:353px)and (max-height:745px){
    .why-us {
        height: clamp(1100px, 980px, 690px);
    }
} */
@media screen and (max-width:360px)and (max-height:740px){
    .small-inner-card {
        height: 27vh;
    }
}
@media screen and (max-width:393px)and (max-height:786px){
    .small-inner-card {
        height: 27vh;
    }
}
@media screen and (max-width:412px)and (max-height:823px){
    .why-us {
        /* height: clamp(1100px, 980px, 690px); */
        height: clamp(140%, 100%,);
    }
}
@media screen and (max-width:412px){
    .contact-page .flex-contact {
        padding-top: 5em;
        gap: 100px;
        display: flex;
        flex-direction: column;
}
}

 /*barba js  */

 /* .why-us-leave{
    opacity: 1;
 }
 .why-us-leave-active{
    transition: opacity 2s linear 0.4s;
 }
 .why-us-leave-to{
    opacity: 0;
 }

 .why-us-enter{
    opacity: 0;
 }
 .why-us-enter-active{
    transition: opacity 1.2s;
 }
 .why-us-enter-to{
    opacity: 1;