html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--secondary:#0B1A2F;
--primary:#CD0011;
--title:#111111;
--dark:#1A1A2E;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.home_cta_factory {
 background: var(--secondary);
 padding: 4rem 0px;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_cta_factory {
 padding: 6rem 0px;
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.wrap {
 flex-wrap: wrap;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_cta_factory .flex {
 flex-direction: column;
 }}
@media screen and (max-width: 768px){
.home_cta_factory .flex {
 margin-top: 0px;
 }}
.home_cta_left {
 flex: 0 0 33.33%;
 max-width: 33.33%;
 }
@media screen and (max-width: 768px){
.home_cta_left {
 flex: 0 0 100%;
 max-width: 100%;
 }}
.subtitle {
 font-family: Oswald, sans-serif;
 font-size: 1.4rem;
 font-weight: 500;
 color: var(--primary);
 text-transform: uppercase;
 letter-spacing: 1px;
 margin-bottom: 1rem;
 display: flex;
 align-items: center;
 gap: 1rem;
 }
.subtitle::after {
 content: "";
 width: 3rem;
 height: 2px;
 background-color: var(--primary);
 display: inline-block;
 transform: translateY(1px);
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.subtitle {
 font-size: 12px;
 }}
h1, h2, h3, h4, h5, h6, strong {
 font-family: Oswald, sans-serif;
 }
.syedittext h2 {
 font-size: 5rem;
 color: var(--title);
 text-transform: uppercase;
 line-height: 1.2;
 margin: 0px;
 }
.home_cta_left h2 {
 color: white;
 margin-bottom: 3rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (max-width: 768px){
.home_cta_left h2 {
 font-size: 2.4rem;
 }}
@media screen and (max-width: 768px){
.syedittext h2 {
 font-size: 22px;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 2.6rem;
 color: rgb(107, 110, 120);
 }
.home_cta_left p {
 color: white;
 margin-bottom: 3.5rem;
 opacity: 0.7;
 }
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
@media screen and (max-width: 768px){
.syedittext p, .syedittext .desc {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.home_cta_left p {
 margin-bottom: 20px;
 }}
.cta_btns {
 gap: 1.2rem;
 }
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
 transition-delay: 0.3s;
 }
@media screen and (max-width: 768px){
.cta_btns {
 flex-wrap: wrap;
 }}
@media screen and (max-width: 576px){
.cta_btns {
 flex-direction: column;
 }}
a {
 text-decoration: none;
 color: inherit;
 transition: color 0.3s;
 }
.btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 padding: 1.3rem 2.4rem;
 font-family: Oswald, sans-serif;
 font-size: 1.6rem;
 font-weight: 400;
 border-radius: 4px;
 border: 1px solid var(--primary);
 cursor: pointer;
 transition: background 0.3s, color 0.3s, border-color 0.3s, opacity 0.3s;
 letter-spacing: 1.5px;
 text-transform: uppercase;
 white-space: nowrap;
 }
.btn_primary {
 background: var(--primary);
 color: rgb(255, 255, 255);
 transition: 0.3s;
 }
.btn_primary:hover {
 background: rgb(196, 24, 32);
 color: rgb(255, 255, 255);
 filter: brightness(110%);
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 13px;
 line-height: 30px;
 padding: 5px 20px;
 min-width: 120px;
 }}
@media screen and (max-width: 576px){
.cta_btns .btn {
 width: 100%;
 justify-content: center;
 }}
.btn_outline {
 background: transparent;
 color: rgb(255, 255, 255);
 border: 1px solid rgba(255, 255, 255, 0.5);
 }
.btn_outline:hover {
 background: rgb(255, 255, 255);
 color: var(--dark);
 }
.home_cta_right {
 flex: 0 0 52.1%;
 max-width: 52.1%;
 position: relative;
 align-items: center;
 justify-content: center;
 gap: 2rem;
 }
@media screen and (max-width: 768px){
.home_cta_right {
 flex: 0 0 100%;
 max-width: 100%;
 margin-top: 3rem;
 justify-content: center;
 }}
@media screen and (max-width: 576px){
.home_cta_right {
 flex-direction: column;
 align-items: center;
 }}
.cta_img_boat {
 width: 92rem;
 min-width: 92rem;
 transform: translateX(10rem);
 }
@media screen and (max-width: 768px){
.cta_img_boat {
 width: 100%;
 min-width: 100%;
 transform: translateX(0px);
 }}
@media screen and (max-width: 576px){
.cta_img_boat, .cta_img_prop {
 flex: 0 0 80%;
 }}
.cta_img_boat .img, .cta_img_prop .img {
 width: 100%;
 }
img {
 max-width: 100%;
 display: block;
 }
.img_ct img {
 width: 100%;
 height: auto;
 object-fit: contain;
 }
.cta_img_boat .img img, .cta_img_prop .img img {
 width: 100%;
 height: auto;
 object-fit: contain;
 }
button {
 outline: none;
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 background: transparent;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}