@font-face {
  font-family: 'MyCustomFont';
  src: url('fonts/CustomFont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
body {
      font-family: "Inter", sans-serif;

    }

    .cls-w12 {
      width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .glow {
      box-shadow: 0 0 50px 20px rgba(255, 84, 29, 0.6);
      border-radius: 50%;
    }

    /* Custom animations */
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .fade-in-up {
      animation: fadeInUp 0.8s ease-out forwards;
    }

    /* Mobile menu styles */
    .mobile-menu {
      transition: all 0.3s ease;
      max-height: 0;
      overflow: hidden;
    }

    .mobile-menu.open {
      max-height: 500px;
    }


    .header-img {
      background-image: url("./bg-header-body.png");
      background-repeat: no-repeat;
      background-size: 100% auto;

    }

    .width-set {
      width: 800px;
    }
	.width-mobile-logo{
		width:150px;
	}
	.bg-cm{
	background: #e8e6e6;
background: linear-gradient(90deg, rgba(232, 230, 230, 0.77) 0%, rgba(187, 191, 191, 0.86) 46%, rgba(227, 225, 225, 0.84) 99%);
      
	}

	.width-logo{
		    width: 90px;
	}
	.linebod{
		  
    		background-color: #f97316;
	}

    .nav-bg {
 background: #fafafa;
background: linear-gradient(90deg, rgba(250, 250, 250, 1) 13%, rgba(187, 191, 191, 0.59) 48%, rgba(227, 225, 225, 0.62) 90%);
    }
  .nav-bg-ser {
     background: #B5B5B5;
background: linear-gradient(90deg, rgba(181, 181, 181, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(200, 200, 200, 1) 100%);
    }
    .orange-bg-color {
      background-color: #ff6a3d;
    }

    .org-text {
      color: #ff6a3d;
    }

    .home-nav {
      font-weight: normal;
      font-size: 13px;
    }

    .banner-btn {
      display: inline !important;
      width: 230px !important;
      border-radius: 5px;
      font-size: 14px;
      padding: 5px 10px;
    }

.bg-gray-box{
	background: #D9D8D9;
background: linear-gradient(90deg, rgba(217, 216, 217, 1) 0%, rgba(192, 193, 192, 1) 100%);
}
.img-wor{
	background-image:url("./world1.png");
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
	width:100%;
	height:100%;
}
.text-bg{
	color:#3d3d3d;
}
.zindex-top{
	
	z-index:10;
}
.zindex-top-9{
	
	z-index:99;
}
.bg-footer{
	background-image:url("./foot-1.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	
}
.img-set{
	    width: 75%;
    margin: 0 auto;
	
}
.top-m{
	    top: 30rem;
}
.logo-mobile{
	    position: absolute;
    z-index: 10;
    width: 86px;
}
.btn-center{
	    text-align: center;
    margin: 20px auto;
}
.pl-x{
	padding-left:0.5px;
	padding-right:0.5px;
}
.ext{
	    margin-top: -156px;
}

.shake-on-scroll {
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
    }

    .shake {
      animation: shake 0.5s ease-in-out;
    }

    @keyframes shake {
      0%, 100% { transform: translateX(0); }
      10%, 30%, 50%, 70%, 90% { transform: translateX(-10px); }
      20%, 40%, 60%, 80% { transform: translateX(10px); }
    }

    .visible {
      opacity: 1;
    }
    .zindexm{
          z-index: -1;
    }
    .text-7xl-md{
      font-size: 5erm;
    }

    .box-footer:hover{
     background: #8D8D8D ;
background: linear-gradient(90deg, rgba(141, 141, 141, 1) 0%, rgba(98, 98, 98, 1) 29%, rgba(33, 33, 33, 1) 71%, rgba(1, 1, 1, 1) 100%) ;
  color:#fff !important
}
    .box-footer-white{
   

  background: linear-gradient(90deg, rgba(196, 228, 226, 1) 0%, rgba(202, 229, 227, 1) 29%, rgba(214, 232, 230, 1) 71%, rgba(226, 238, 237, 1) 100%) padding-box,
              linear-gradient(to right, #fff, #000) border-box;
  border-radius: 50em;
  border: 1px solid transparent;

}

.text-sha{
text-shadow: 2px 2px 2px #000;
}
.text-sha-1{
text-shadow: 1px 1px 1px #000;
}
.font-p{
      font-size: 14px;
    font-weight: 200;
}

.email-p{
   font-size: 14px;
    font-weight: 200;
  color: #00ffea;
}
.border-top{
  border-top:1px solid #fff;
}
.border-bottom-dotted{
  border-bottom: 1px dotted #fff;
}
.font-m{
    font-size: 12px;
    font-weight: 200;
}
.ship-shadow{
    top: -70px;
    z-index: -1;
    opacity: 0.8;

}

.clip-skew {
    clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 75%);
  }

  .clip-skew-last {
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 70%);
  }

  .bg-orange{
    background-color: #ff6a3d;
  }
.bg-white-om{
  background-color: #f6f6f6;
}
  .clip-skew-right{
    clip-path: polygon(0 0, 100% 25%, 100% 75%, 0 100%);
  }

  .bg-gray-insert{
   background: #CBCBCB;
background: linear-gradient(180deg, rgba(203, 203, 203, 1) 0%, rgba(203, 203, 203, 1) 46%, rgba(247, 255, 254, 1) 99%);
  }

  
.bg-ftr{
    background: #B1C2C1;
background: linear-gradient(90deg, rgba(177, 194, 193, 1) 0%, rgba(137, 190, 189, 1) 51%, rgba(134, 199, 208, 0.76) 100%);
}

  .footer-pad {
    padding-left: 18rem;
  }

  .footer-bg {
    background: #D4EEEB;
background: linear-gradient(90deg, rgba(212, 238, 235, 1) 0%, rgba(143, 235, 230, 1) 51%, rgba(237, 239, 239, 0.9) 100%);
  }

  .bg-ms {
    background: #F3F3F3;
background: linear-gradient(90deg, rgba(243, 243, 243, 1) 0%, rgba(250, 250, 250, 1) 51%, rgba(255, 255, 255, 0.87) 100%);
  }

  .title-margin {
    margin-top: 24rem;
  }

  .bg-gray {
    background-color: #181818;
  }
  #sBox{
    display: none;
  }

  
/* SECTION 1 — Jaw Opening Animation */
#section1 {
  transition: clip-path 0.8s ease-out;
  /* Start closed — small horizontal slit */
  clip-path: polygon(0 40%, 100% 45%, 100% 55%, 0 15%);
}

/* Final open skewed shape */
#section1.skew-active {
  clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0 80%);
}

/* Text initial state */
#section1 .fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.4s;
}

/* Text visible when section in view */
#section1.in-view .fade-in {
  opacity: 1;
  transform: translateY(0);
}
/* SECTION 2 — Jaw Opening Animation (opposite of section1) */
#section2 {
  transition: clip-path 0.8s ease-out;
  /* Start closed — small horizontal slit, mirrored */
  clip-path: polygon(0% 45%, 100% 40%, 100% 55%, 0% 50%);
  background: #666565;
}

/* Final open skewed shape (mirrored skew) */
#section2.skew-active {
  clip-path: polygon(0% 0%, 100% 20%, 100% 60%, 0% 100%);
}

/* Text initial state */
#section2 .fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.4s;
}

/* Text visible when section in view */
#section2.in-view .fade-in {
  opacity: 1;
  transform: translateY(0);
}
/* SECTION 3 — Jaw Opening Animation */
#section3 {
  transition: clip-path 0.8s ease-out;
  /* Start closed — small horizontal slit */
  clip-path: polygon(0 40%, 100% 45%, 100% 55%, 0 15%);
  /* background: #000; */
}

/* Final open skewed shape */
#section3.skew-active {
  /* Right side top pushed upward beyond 0% */
  clip-path: polygon(0 20%, 100% -15%, 100% 100%, 0 60%);
}



/* Text initial state */
#section3 .fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.4s;
}

/* Text visible when section in view */
#section3.in-view .fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* Optional keyframe version if you want to trigger via animation instead of class toggle */
@keyframes fade-slide-in {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-slide-in {
  animation: fade-slide-in 1s ease forwards;
}