* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

@font-face {
    font-family: 'Skrapbook';
    src: url('../assets/fonts/Matalihim.otf') format('woff2'),
        url('../assets/fonts/Matalihim.otf') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Matalihim';
  src: url('../assets/fonts/Matalihim.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font-logo {
  font-family: 'Matalihim', cursive, sans-serif;
}

a.active,
a:focus,
button:focus,
button.active {
  outline: none;
  font-size-adjust: none;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  box-shadow: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}



a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  font-size-adjust: none;
}

img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.w-full{
  width: 100%;
}



:root {
    --blue1 : #001145;
    --blue2 : #1479ff;
    --gray1 : #00114599;
    --gray2 : #e3e3e3;
    --gray3 : #878b94;
    --gray4 : #00071c;
    --font-inter: "Inter", sans-serif;
    --font-merriweather: "Merriweather", serif;
    --font-skrapbook: "Skrapbook", serif;
}



body{
    font-family: var(--font-inter);
}

/* Hero Section */

.hero-sec{
    padding: 80px 120px;
    background-image: url(../assets/images/hero-bg.avif);
    background-repeat: no-repeat;
    background-size: 105% 100%;
    background-position: center top;
    position: relative;
}

.hero-bg-gradient{
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
      width: 100%;
      height: 70px;
      position: absolute;
      left: 0;
      bottom: 0px;
} 

.hero-textbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    max-width: 960px;
    margin: auto;
}

.hero-title{
    font-size: 53px;
    line-height: 100%;
      font-weight: 700;
    font-family: var(--font-merriweather);
    text-align: center;
    color: var(--blue1);
}

.hero-title span{
    color: var(--blue2);
}

.hero-para{
    font-size: 34px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
     font-family: var(--font-merriweather);
    color: var(--gray1);
}

.team-list{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;

}

.team-list .team-img{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid black;
    object-fit: cover;

}

.btn{
    background-color: var(--blue1);
    border: transparent;
    padding: 12px 20px;
    border-radius: 10px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-textbox .btn{
  margin-top: 34px;
  margin: 1px;
}


.btn .bg-btn{
    background: var(--blue1);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    inset: 1px;
}

.btn span{
    position: relative;

}

.btn-animation .btn-gradient{
  inset: 0;
}

.btn .line-through{
  font-weight: 500;
  text-decoration: line-through;
  color: #ffffff9b;
} 

.btn .btn-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 10px;
  pointer-events: none;
  filter: blur(6px);

  --x: 50%;
  --y: 0%;

  background: radial-gradient(
    50% 50% at var(--x) var(--y),
    rgb(255, 122, 122) 0%,
    rgb(255, 223, 107) 28.6577%,
    rgb(135, 255, 84) 52.2522%,
    rgb(87, 123, 255) 74.7748%,
    rgba(255, 133, 194, 0) 100%
  );
}




.team-wrap{
    align-items: center;
    margin-top: 34px;
    gap: 8px;
}

.team-wrap p{
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-inter);
    color: var(--blue1);
}


@media (max-width:1024px) {
    .hero-sec{
      padding: 32px 0px;
    }

    .hero-title{
      font-size: 33px;
    }

    .hero-para{
      font-size: 20px;
      line-height: 120%;
    }

    .hero-textbox .btn{
  margin-top: 10px;
  }
.team-wrap {
    margin-top: 10px;
}

.marquee-sec {
    padding: 30px 0;
}

}


/* Content Marquee */

.marquee-sec{
  padding: 48px 0;
}

.full-marquee{
  display: flex;
  gap: 24px;
}

.full-marquee .framer-wrap{
    align-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    height: 516px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 272px;
}

.full-marquee .framer-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.marquee-wrap{
  position: relative;

}

.marquee-gradient-left{
  position: absolute;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  z-index: 9;
}

.marquee-gradient-right{
  position: absolute;
  width: 100px;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  z-index: 9;
}

.full-marquee{
 animation: marquee 20s linear infinite;
}


@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.price-progress-wrap{
  max-width: 530px;
  margin: auto;
  padding-top: 32px;
  
}

.price-progress-wrap .price-progress-head{
 align-items: center;
 justify-content: space-between;
 margin-bottom: 12px;

}

.price-progress-wrap .price-progress-head p{
  font-size: 16px;
  line-height: 100%;
  color: var(--blue1);
}

.progress-bar{
  width: 80%;
}


@media (max-width:1024px) {

.marquee-sec {
    padding: 30px 0;
}

.full-marquee .framer-wrap {
    height: 413px;
}

.marquee-sec .text-center.mt-4{
  margin-top: 32px !important;
}

.price-progress-wrap {
    padding-top: 20px;
}

.text-36 {
    font-size: 34px;
}

.tab-info {
    padding: 6px 14px;
    font-size: 16px;
}

.marquee-gradient-right {
    width: 34px;

}

.marquee-gradient-left {
    width: 34px;

}


}

/* Chicagos-sec */

.text-36{
  font-size: 36px;
  line-height: 130%;
  color: var(--blue1);
  font-family: var(--font-inter);
  font-weight: 700;
}

.tab-info{
  background-color: var(--gray2);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  border-radius: 100px;
  font-size: 18px;
  color: var(--blue1);
}

.tab-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 810px;
  margin: 0 auto;
  padding-top: 44px;
}


@media (max-width:1024px) {

.tab-info {
    padding: 6px 14px;
    font-size: 16px;
}

.tab-list {
    padding-top: 10px;
}


}


/* tired-sec */
.tired-sec{
  padding: 90px 0;
}

.tired-textbox{
  max-width: 640px;
  margin: auto;
}

.text-18{
  font-size: 18px;
  line-height: 120%;
  color: var(--gray3);
}

.text-16{
  font-size: 16px;
  line-height: 120%;
  color: var(--blue1);
}

.font-medium{
  font-weight: 500;
}

.tired-row{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: auto;
  margin-top: 44px;
  max-width: 960px;
}

.tired-row .rotate-90{
  transform: rotate(90deg);
  width: 50px;
  height: 50px;
}

.tired-card{
  padding: 24px;
  border-radius: 16px;
  height: min-content;
}

.tired-card.left{
  box-shadow: 0 8px 8px #ffb5b573;
  background-color: #ffeded;
  border: 1px solid #ff4a4a;
}

.tired-card.right{
  box-shadow: 0 8px 8px #8bffa573;
  background-color: #f0ffed;
  border: 1px solid #4aff77;

}

.tired-card .tired-card-list{
  margin-top: 10px;
}

.tired-card .tired-card-list svg{
  width: 24px;
}

.tired-card .tired-card-list li{
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}



@media (max-width:1024px) {

.tired-sec {
    padding: 25px 0;
}

}

@media (max-width:567px) {
.tired-row {
    flex-direction: column;
}

}

/* content-sec */
.content-sec{
  padding-bottom: 32px;
}

.talent-box{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  border: 1px solid rgba(0, 0, 0, .24);
  border-radius: 100px;
  background-color: #2a2a2a0a;
  gap: 10px;
  margin-bottom: 16px;

}

.content-textbox{
  text-align: center;
}

.talent-box span{
  font-size: 14px;
}

.content-grid-4{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1152px;
  margin: auto;
  margin-top: 48px;
}

.content-card{
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: rgb(250, 250, 250);
  border-radius: 12px;
  width: 100%;
  opacity: 1;
  color: var(--blue1);
  width: 23.5%;
}

.text-20{
  font-size: 20px;
  line-height: 120%;
  color: var(--blue1);
}

.font-bold{
  font-weight: 700;
}

.font-semibold{
  font-weight: 600;
}

.content-card .text-20{
  padding: 16px;
}

.content-card .content-img{
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.content-card .content-card-overlay{
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #ffffff57;
    border-radius: 12px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; 
    height: 100%;
    inset: 0;
    overflow: hidden;
    position: absolute;
}

.apply-btn{
    background-color: var(--blue2);
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding:12px 24px ;
    border-radius: 100px;
    transition: all 0.3s;
}

.apply-btn:hover{
     background-color: #0d66db;
}

.content-footer{
  margin-top: 48px;
}

@media (max-width:567px) {
  .content-sec{
    padding-top: 30px;
  }

  .content-card {
    width: 46.5%;
}

}


/* Footer */
.footer{
  background-color: var(--gray4);
  padding: 80px 30px;
}

.footer .font-logo {
  color: #fff;
}

.footer .font-skrapbook{
  font-family: var(--font-skrapbook);
  color: #fff;
  letter-spacing: -0.1rem;
  margin-bottom: 12px;
}

.text-14{
  font-size: 14px;
  line-height: 120%;

}

.text-24{
  font-size: 24px;
  line-height: 120%;

}

.footer-wrap{
  gap: 120px;
}

.footer-list li{
  margin-bottom: 10px;
}

.footer-list li a{
  color: #fff;
  font-weight: 500;
  transition: all 0.1s;
}
.footer-list li a:hover{
  color: #1479ff;
  text-decoration: underline;
}


@media (max-width:1024px) {

.footer-wrap{
  gap: 40px;

}

}


@media (max-width:768px) {

  .footer{
    padding: 30px 20px;
  }

.footer-wrap{
  flex-wrap: wrap;
  gap: 24px;
}

.footer-wrap .col-lg-2{
  width: 100%;
}

}

/* Sticky Apple-style Top Nav */
.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition: opacity 0.3s, transform 0.3s;
  padding: 0.5rem 0;
}
.sticky-nav.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.sticky-nav .nav-logo {
  font-family: var(--font-skrapbook);
  color: var(--blue1);
  font-size: 1.8rem;
  font-weight: 800;
}
.sticky-nav .nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
}
.sticky-nav .nav-link {
  color: var(--blue1);
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s;
  white-space: nowrap;
}
.sticky-nav .nav-link:hover {
  color: var(--blue2);
}
.sticky-nav .nav-cta {
  font-size: 1rem;
  padding: 8px 22px;
  border-radius: 8px;
  font-weight: 600;
  background: var(--blue2);
  color: #fff;
  box-shadow: 0 2px 8px rgba(20,121,255,0.08);
}
.sticky-nav .nav-cta:hover {
  background: #0d66db;
  color: #fff;
}
.sticky-nav .nav-logo-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.sticky-nav .nav-logo-link:hover {
  opacity: 0.9;
}
@media (max-width: 1200px) {
  .sticky-nav .nav-links {
    gap: 16px;
  }
  .sticky-nav .nav-link {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .sticky-nav .nav-links {
    display: none;
  }
}
@media (max-width: 768px) {
  .sticky-nav .nav-logo {
    font-size: 1.4rem;
  }
  .sticky-nav .nav-cta {
    font-size: 0.95rem;
    padding: 7px 14px;
  }
  .sticky-nav .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}