/* ========== Base Styles ========== */

* {
    box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ========== Container ========== */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* ========== Header ========== */
.site-header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-container {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 15px 0;
}
/*nav#nav-links, .contact-info {*/
/*    position: relative;*/
/*    top: -25px;*/
/*}*/
.section-header__row {
    position: relative;
    display: flex;
    align-items: center;
}
nav#nav-links {
    margin-left: 50px;
    margin-top:56px;
}

/* Navigation */
.nav-links ul {
    list-style: none;
    display: flex;
    gap: 35px;
    margin: 0;
    padding: 0;
}

.nav-links a {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0d90c1;
    transition: color 0.3s;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
}

.nav-links a:hover {
  color: #007bff;
}

/* Contact Info */
.contact-info {
  font-size: 14px;
  font-weight: 500;
}
 
 
.contact-info p {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0d90c1;
    transition: color 0.3s;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}
.contact-info a {
  color: #0d90c1;
}

/* ========== Mobile Menu ========== */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.menu-toggle span {
  height: 3px;
  width: 25px;
  background: #111;
  border-radius: 3px;
  transition: 0.3s;
}


/* body css */
.hero-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.hero-box {
    padding: 245px 0;
    position: relative;
    z-index: 1;
}
.hero-banner {
    background-image: url('../../assets/images/hero-banner.avif');
    background-size: cover;
    background-position: top;
    position: relative;
    overflow: hidden;
}
.dark-featured-poits-sec {
    background-image: url('../../assets/images/dark-back.avif');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.hero-box h2 {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
}
.hero-box {
    padding: 210px 0;
}
.outline-bttn {
    border: 2px solid #20C2FF;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Inter';
    font-weight: 500;
    display: inline-flex;
    padding: 6px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
p.hero-banner-content {
    font-size: 22px;
    color: #90e1ff;
    font-weight: 500;
}
.fill-color {
    border: 2px solid #20C2FF;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Inter';
    font-weight: 500;
    display: inline-flex;
    padding: 6px 20px;
    border-radius: 8px;
    background: #20C2FF;
}
.hero-buttons {
    display: flex;
    gap: 25px;
    margin-top: 50px;
}
.service-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 45px;
}
.service-bar ul li {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Poppins';
    align-items: center;
}

.service-bar ul li img {
    width: 69px;
    object-fit: contain;
}

.service-bar ul li span {
    font-size: 20px;
    color: #000;
    line-height: 28px;
    font-weight: 400;
    margin-left: 16px;
}

.service-sec {
    padding: 40px 0;
}
.gray-background {
    background: #f6f6f6;
}

.featured-sec {
    padding: 80px 0;
}

.featured-box {
    display: flex;
    flex-wrap: wrap;
}

.featured-image {
    width: 100%;
    max-width: 50%;
    padding-right: 20px;
}

.featured-image img {
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 25px;
}

.featured-content {
    width: 100%;
    max-width: 50%;
    padding-left: 20px;
}

.featured-content h2 {
    font-size: 36px;
    line-height: 36px;
}

.featured-content p {
    font-size: 19px;
    line-height: 30px;
    margin: 0;
}

.featured-content p:nth-child(1) {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.featured-content p:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
}
.big-cinema-picture img {
    width: 100%;
}
.dark-featured-poits-sec .big-mid-heading h2 {
    color: #fff;
}
.big-mid-heading h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1;
}
.equal-list ul {
    display: flex;
    flex-wrap: wrap;
}

.equal-list ul {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    row-gap: 60px;
}

.equal-list {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 70px;
}

.dark-featured-poits-sec .equal-list ul li {
    color: #fff;
}

.equal-list ul li h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 22px;
    display: block;
    position: relative;
}

.equal-list ul li p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.dark-featured-poits-sec, .light-featured-poits-sec {
    padding: 70px 0;
}

.equal-list ul li h3::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url('../../assets/images/check.png');
    left: -55px;
}
.equal-list ul:nth-last-child(1) {
    position: relative;
    left: 80px;
}
.footer-query {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.footer-form {
    width: 100%;
    max-width: 518px;
}

.footer-content {
    width: 100%;
    max-width: 100%;
}

.footer-title h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    text-align: left;
    color: #fff;
}

.footer-title h2 span {
    font-weight: 700;
}

.footer-title ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.footer-title {
    display: flex;
    gap: 20px;
}

form.f-form .col-2 {
    width: 50%;
    padding: 0 10px;
    flex: 0 0 50%;
    max-width: 50%;
}

form.f-form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 18px;
    margin-top: 25px;
}

form.f-form input {
    width: 100%;
    border: 2px solid #20C2FF;
    background: transparent;
    color: #fff;
    padding: 10px;
    line-height: 22px;
    font-size: 16px;
}
form.f-form input::placeholder{
    color: #999;
}


button.submit-bttn {
    background: #20C2FF;
    color: #fff;
    border: 1px solid #20C2FF;
    padding: 11px 55px;
    font-size: 15px;
    margin-left: 10px;
    line-height: 28px;
    box-shadow: none;
}

.footer-content h2 {
    font-size: 28px;
    text-align: left;
    color: #fff;
}

.footer-content p {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
}
footer.copyright-f {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-bottom: 20px;
}

ul.f-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 60px;
}

footer.copyright-f p {
    margin: 0;
    font-size: 15px;
}

ul.f-nav li a {
    text-transform: uppercase;
    font-size: 14px;
}



/* about us page css */

.blue-buttons {
    margin-top: 35px;
}
section.blue-banner {
    background: #0d90c1;
    padding: 50px 0px 60px 0px;
}
.blue-banner-content h3 {
    font-size: 36px;
    color: #fff;
}
p.blue-banner-content {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-top: 15px;
    width: 77%;
}
.blue-buttons a.blue-button {
    font-size: 19px;
    color: #fff;
    background: #20c2ff;
    padding: 6px 20px;
    border-radius: 50px;
}

section.founder-sec {
    padding: 80px 0px;
}
p.founder-content {
    font-size: 22px!important;
    color: #0d90c1!important;
    padding: 20px 0px!important;
	margin-bottom: 0px!important;
}
.founder-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #000;
    margin-bottom: 20px;
}
.founder-content h2 {
    font-size: 36px;
    line-height: 36px;
}	
.founder-content {
    width: 100%;
    max-width: 50%;
    padding-left: 0px;
}
ul.founder-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}
ul.founder-list li h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.8px;
    color: #000;
}
.founder-content p strong {
    font-size: 20px;
}
ul.founder-list {
    list-style: none;
    padding-left: 0px;
}
ul.founder-list li img {
    width: 24px;
    height: 24px;
}
.founder-image {
    max-width: 40%;
    padding-right: 20px;
    border-radius: 460px;
    margin: 0 auto;
    margin-right: 90px;
}
.founder-image img {
    width: 100%;
    background-size: cover;
    border-radius: 425px;
    max-width: 409px;
    height: 646px;
    margin-left: auto;
}
section.big-marketing-image {
    background-image: url(../../assets/images/markiting-banner.avif);
    height: 559px;
	    padding: 50px 0px 80px 0px;
}
section.front-banner {
    background-image: url(../../assets/images/about-banner.jpeg);
    height: 100%;
    /* padding: 50px 0px 80px 0px; */
    background-size: cover;
}
.big-marketing-content {
    display: flex;
}
.big-marketing-content h2 {
    font-size: 40px;
    color: #fff;
    line-height: 48px;
}
.big-marketing-content h2 span {
    color: #20c2ff;
}
.big-marketing-content p {
    width: 90%;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.hero-buttons a.outline-bttn img {
    width: 15px;
    height: 10px;
}
.hero-buttons {
    margin-top: 40px;
}
.blue-buttons {
    margin-top: 40px;
}
.left-big-marketing {
    max-width: 40%;
    border-radius: 460px;
    margin: 0 auto;
    
    margin-top: 20px;
}
.right-big-marketing {
    width: 100%;
    max-width: 60%;
    padding-left: 0px;
}
section.big-hero-image {
    margin-bottom: -2px;
}
.lady-image {
    position: absolute;
    right: 0;
    left: auto;
    display: flex;
    justify-content: flex-end;
    bottom: 0;
}
.section-header .container-fluid {
    max-width: 2000px;
    margin-top: 0px;
}
.lady-image {
    transform: translateX(-10%);
}
.section-header {
  position: relative;
  width: 100%;
}

/*.nav-links ul {*/
/*  display: flex;*/
/*  gap: 25px;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  list-style: none;*/
/*}*/

.nav-links ul li a {
  font-weight: 500;
}

/* Mobile Toggle Button */
.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.mobile-toggle span {
  width: 28px;
  height: 3px;
  background: #000;
  display: block;
  transition: 0.3s;
}

/* ========== Responsive ========== */

@media (min-width: 2020px) {
.lady-image {
    transform: translateX(-19%);
}
.nav-links ul {
    gap: 60px;
}

}



@media (max-width: 992px) {
	.container {
    padding: 0 15px;
}
  .contact-info {
    display: none;
  }

  .nav-links {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    display: none;
    border-top: 1px solid #eee;
  }

  .nav-links ul {
    flex-direction: column;
    text-align: center;
    gap: 0px;
    padding: 0;
  }
.nav-links a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.nav-links ul li:nth-last-child(1) a {
    border: 0;
}

  .menu-toggle {
    display: flex;
  }

  .nav-links.active {
    display: flex;
  }
  .service-bar ul {
    flex-wrap: wrap;
}
.hero-box h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.hero-box {
    padding: 80px 0;
}
.hero-buttons {
    flex-direction: column;
	        align-items: center;
}
.outline-bttn, .fill-color {
    font-size: 14px;
    width: 50%;
}
.hero-buttons {
    margin-top: 30px;
}
.service-bar ul li span {
    font-size: 17px;
}
.service-bar ul li img {
    width: 60px;
}
.service-bar ul li {
    padding-left: 20px;
}
  .featured-box {
    flex-direction: column;
}
.featured-image, .featured-content {
    max-width: 100%;
    padding:0px;
}
.featured-sec {
    padding: 40px 0 60px 0px;
}
.featured-content h2 {
    font-size: 21px;
    line-height: 31px;
	margin-top: 20px;
}  
.big-cinema-picture img {
    height: 129px;
}
.dark-featured-poits-sec, .light-featured-poits-sec {
    padding: 40px 0;
}
.equal-list {
    grid-template-columns: 1fr;
	    margin-top: 30px;
}
.big-mid-heading h2 {
    text-align: left;
    font-size: 23px;
    line-height: 33px;
}
.equal-list ul {
    max-width: 80%;
    row-gap: 30px;
    margin: 0px 10px;
}
.equal-list ul:nth-last-child(1) {
    left: 50px;
}
.equal-list ul {
    max-width: 80%;
    row-gap: 30px;
    margin: 0px 10px;
    position: relative;
    left: 50px;
}
.equal-list ul li h3 {
    font-size: 20px;
    line-height: 30px;
}
.equal-list ul li p {
    font-size: 16px;
    line-height: 26px;
}
.logo img {
    width: 250px;
    height: auto;
    padding: 0;
}
.header-container {
    align-items: center;
}
.hero-box h2 {
    font-size: 27px;
    line-height: 37px;
}
.hero-box {
    padding: 40px 0;
}
p.hero-banner-content {
    font-size: 13px;
    text-align: center;
}
.outline-bttn {
    font-size: 14px;
    border-radius: 30px;
    gap: 4px;
    justify-content: center;
}
.outline-bttn, .fill-color {
    border-radius: 50px;
    justify-content: center;
}
.hero-buttons {
    gap: 10px;
}
.hero-buttons {
    margin-top: 30px;
}
.blue-banner-content h3 {
    font-size: 20px;
}
section.blue-banner {
    padding: 20px 0px 40px 0px;
}
.blue-buttons a.blue-button {
    font-size: 12px;
}
.blue-buttons {
    margin-top: 20px;
}
p.blue-banner-content{
    font-size: 16px!important;
    line-height: 24px;
	width: 100%;
}
p.founder-content {
    font-size: 16px!important;
    padding: 10px 0px!important;
}
.founder-image {
    max-width: 100%;
    margin: 0 auto;
	padding-right: 0px;
}
.founder-content {
    max-width: 100%;
}
.founder-content h2 {
    font-size: 21px;
    margin-top: 20px;
}
.big-marketing-content {
    flex-direction: column;
}
.left-big-marketing {
    max-width: 100%;
    margin-top: 0px;
	    margin: 0;
}
.big-marketing-content h2 {
    font-size: 25px;
    line-height: 35px;
	
}
.right-big-marketing {
    max-width: 100%;
}
.big-marketing-content p {
    font-size: 16px;
    line-height: 27px;
}
section.founder-sec {
    padding: 60px 0px 30px 0px;
}
section.big-marketing-image {
    height: auto;
	padding: 40px 0px 20px 0px;
}
footer.copyright-f {
    padding: 30px 0px 40px 0px;
}
.footer-content h2 {
    font-size: 20px;
}
.footer-title {
    justify-content: center;
}
.footer-title h2 span {
    font-size: 31px;
}
.footer-title h2 {
    font-size: 23px;
}
.founder-image img {
    height: auto;
}
.footer-query {
    grid-template-columns: 1fr;
}
form.f-form {
    flex-direction: column;
}
form.f-form .col-2 {
    width: 100%;
}
ul.f-nav {
    display: none;
}
.col-1 {
    margin-top: 40px;
}
nav#nav-links {
    position: absolute;
    top: 80px;
    border-bottom: 3px solid #20c2ff;
}
.lady-image {
    display: none;
}
.mobile-toggle {
    display: flex;
    margin-left: auto;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    width: 100%;
    height: 100vh;
    padding: 60px 30px;
    transition: 0.4s ease;
    box-shadow: none;
  }
nav#nav-links {
    margin-left: 0;
    margin-top: 10px;
}
  .nav-links.active {
    right: 0;
  }

  .nav-links ul {
    flex-direction: column;
    gap: 0px;
  }

  .section-header__right {
    display: none !important;
  }
  .nav-links ul.submenu {
    position: unset;
    display: block;
    margin: 0;
    border: 0;
}
li.has-submenu::after{
    display: none;
}


}


@media (max-width: 767px) {
.service-bar ul li {
    width: 100%;
    padding-left: 0px;
}
form.f-form {
    flex-direction: row;
}
.col-1 {
    margin-top: 0;
}
button.submit-bttn {
    margin-left: -5px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}

}


footer {
    text-align: center;
    background: #002f47;
    color: #fff;
    padding: 70px 0 10px;
    font-size: 14px;
}
.mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}