* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "basic-sans", sans-serif;
    font-style: light;
    color: #464545;
}

.basic-extralight {
    font-family: "basic-sans", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.basic-light {
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.basic-regular {
    font-family: "basic-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.basic-semibold {
    font-family: "basic-sans", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.basic-bold {
    font-family: "basic-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}

p,
span,
a,
h1,
h3,
ul {
    margin: 0;
    padding: 0;
}

.container-custom {
    width: 85% !important;
    margin: auto;
}


#main {
    transition: .5s;
}


/* ---------------Navbar------------ */

.navbar {
    border-bottom: 2px solid #b6b4b4;
    z-index: 10;
}

.navbar {
    height: 65px !important;
    margin: 0;
    padding: 0
}

.logo {
    height: 50px;
    width: 180px;
    transition: all 0.2s ease-in-out;
}

.nav-link {
    opacity: 0.8;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 23px !important;
    color: #676767 !important;
    letter-spacing: 2px;
}

.actives {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.actives::after {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) scaleX(1);
    transform-origin: center;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: transform 0.3s ease;
}

.underline {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.underline::after {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: transform 0.3s ease;
}

.underline:hover::after {
    transform: translateX(-50%) scaleX(1);
}

.search {
    border: none;
    color: #676767 !important;
    background: transparent;
    padding-left: 25px;
    opacity: 0.8;
}

.search-mobile {
    border: none;
    color: #676767;
    background: transparent;
    padding-left: 25px;
    display: none;
}

.searchbars {
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
}

.searchbars input[type=text] {
    width: 100%;
    height: 60px;
    outline: none;
    border: none;
    font-size: 50px;
    color: #676767;
    font-weight: 700;
    margin-bottom: 0;
}

.searchbars input[type=text]::placeholder {
    font-size: 50px;
    color: #676767;
    font-weight: 700;
    letter-spacing: 2px;
}

.searchbars .closebtn {
    position: absolute;
    right: 10px;
    top: -5%;
    font-size: 40px;
    text-decoration: none;
    color: #676767;
}

.mobile {
    margin-right: 20px;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-button {
    color: #FFFFFF;
    padding: 10px;
    border: none;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 20px;
}

.dropdown-content a {
    color: #676767;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.dropdown-content a:hover {
    background-color: #333333;
    color: #CC3631;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.arrow {
    border: solid #8d8d8d;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    margin-bottom: 4px;
    margin-left: 5px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.addextra {
    margin-top: 65px;
}

.size {
    height: 45px;
    width: 170px;
    transition: all 0.3s ease-in-out;
}

.magnifsy {
    margin-top: 4px;
    font-size: 17px;
    font-weight: 100;
    opacity: 0.8;
    /* margin-left: 20px; */
}

.magnifsy:hover {
    color: #000;
}

/* ---------------Featured--------- */
.west155title {
    color: #000;
    letter-spacing: 0.84px;
    text-align: left;
    font-size: 42px;
    margin-top: 26px;

}

.west155text {
    color: #959494;
    letter-spacing: 0.84px;
    text-align: left;
    font-size: 42px;
}

/* -------------Extra------------ */

.landing {
    color: #959494;
    font-size: 18px;
    padding: 20px 13.19%;
}

.brochure {
    color: #959494;
    font-size: 18px;
    padding: 2% 13.19%;
}

.Illustrations {
    color: #959494;
    font-size: 18px;
}

/* ------------------Hero section-------------- */

.contact-btn {
    border: none;
    background: #CC3631;
    color: #FFFFFF;
    width: 165px;
    height: 45px;
    text-transform: uppercase;
    margin: 40px 0 0 0;
    float: right;
    font-size: 22px;
    letter-spacing: 1px;
    border-radius: 0.5px;
}

.no-margin {
    margin-top: 0 !important;
    margin-bottom: 20px;
}

.featured {
    color: #000;
    font-size: 57px;
    padding: 15px 0 0 0;
    letter-spacing: 6px;
}

.featured-text {
    color: #000;
    font-size: 42px;
    padding: 0 0 15px 0;
    letter-spacing: 0.2px;
}

.hero-header {
    padding: 55px 0 50px 0
}


/* -----------Slider---------------- */

.slider-container {
    height: 1065px;
}

.hidesss {
    margin-bottom: 30px;
    display: none;
}

.slider-height {
    height: 1066px;
    width: 100%;
}

.fasize {
    font-size: 30px;
    height: 80px;
}

.left-text {
    padding-left: 200px;
}

.carousel-item {
    transition: none !important;
}

.carousel-control-prev,
.carousel-control-next {
    color: #FFFFFF !important;
    opacity: 0.5 !important;
    box-shadow: #464545;
    filter: drop-shadow(0px 5px 2px #464545);
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 0.5 !important;
}


/* ---------------Story-section------------ */

.story-container {
    /* height: 1195px; */
    width: 100%;
    overflow: hidden;
    margin-bottom: 130px;
}

.bgcolor {
    background: #F4F4F4;
    width: 575px;
    height: 1195px;
    float: right;
}

.white-space {
    padding-left: 440px;
}

.story {
    margin-top: 170px;
    font-size: 22px;
}

.story2 {
    font-size: 22px;
}

.story-info {
    margin-bottom: 25px;
    font-size: 21px;
}

.p10px {
    padding: 0 10px;
}

.p15px {
    margin-bottom: 15px;
}

.p20px {
    margin-bottom: 20px;
}

.p150px {
    margin-top: 50px;
    margin-bottom: 150px;
}

.pt150px {
    margin-top: 60px;
}

/* --------Updated 03-13-2025------- */
.story-describe {
    line-height: 50px;
    width: 715px;
    font-size: 22px;
    margin-bottom: 50px;
    letter-spacing: -0.5px;
}

.story-describes {
    line-height: 50px;
    width: 692px;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.logo-list {
    margin-bottom: 50px;
    height: auto;
    gap: 0 42px;
}

.logo-list .items-lists {
    gap: 0 42px;
    margin-bottom: 0;
}

.logo-list .items-lists p {
    width: 257px;
    letter-spacing: 0.36px;
    color: #959494;
    opacity: 1;
    font-size: 18px;
}

.panam {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 165px;
    width: 257px;
}

.mirador {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 280px;
    margin: 50px 0 0 0;
}

.mirador img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.panam img {
    height: 72px;
    width: 208px;
}

/* --------------------------------- */

.peep {
    border: none;
    background: #CC3631;
    color: #FFFFFF;
    width: 270px;
    height: 45px;
    text-transform: uppercase;
    margin: 45px 0 0 0;
    float: left;
    font-size: 22px;
    letter-spacing: 1px;
    border-radius: 0.5px;
}

.servise {
    margin-top: 170px;
    margin-bottom: 75px;
    font-size: 22px;
}

.category {
    font-size: 22px;
    margin: 5px 0;
}

.ctg {
    font-size: 22px;
}

.spaceing {
    padding-left: 55px;
}

ul {
    margin-bottom: 60px;
}

ul li {
    list-style: none;
    padding: 2px 0;
}


/* ---------------Auto Slider---------- */

.auto-slider {
    /* height: 710px; */
}

.auto-slide {
    /* height: 710px; */
}

.owl-nav {
    display: flex;
    justify-content: center;
    font-size: 300px;
    gap: 65px;
    height: 160px;
    position: relative;
}

.owl-nav button {
    width: 32px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}

.owl-carousel .owl-item {
    transition: transform 1s ease-in-out;
    will-change: transform;
    transform: translateZ(0);
    filter: none;
}

.brochure-outer {
    margin-top: -160px;
}


/* -----------Solution section-------------- */

.solution {
    margin-top: 150px;
    padding: 0 190px;
}

.auto-scrolled {
    height: 810px;
}

.auto-scroll {
    overflow-y: hidden;
    height: 100%;
    overflow-x: hidden;
}

.auto-scroll,
.auto-scrolls {
    height: 810px;
    /* background: #ABB0B4; */
}

.screen {
    display: block;
    height: 810px;
    overflow: hidden;
    position: relative;
    border: 2px solid #b3b3b3;
    border-radius: 1px;
    margin: 0 auto;
}

.screen img {
    bottom: -680%;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: top 10s;
    -moz-transition: top 10s;
    -ms-transition: top 10s;
    -o-transition: top 10s;
    transition: bottom 10s;
}

.screen:hover img {
    cursor: pointer;
    bottom: 0;
    -webkit-transition: all 10s;
    -moz-transition: all 10s;
    -ms-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
}

.scroll-parent {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    scrollbar-width: 0px;
    cursor: pointer;
    overflow-y: hidden;
}

.scroll-parent::-webkit-scrollbar {
    display: none;
}

.scroll-element {
    width: inherit;
    height: inherit;
    position: absolute;
    left: 0%;
    top: 0%;
}

.scroll-active {
    animation: primary 20s linear infinite;
    animation-delay: 1s;
}

@keyframes primary {
    0% {
        top: 0px;
    }

    50% {
        top: -5500px;
    }

    95% {
        top: 0px;
    }

    100% {
        top: 0;
    }
}

.auto-scrollsx::-webkit-scrollbar {
    display: none;
}

.auto-scrollsx {
    height: 810px;
    /* background: #ABB0B4; */
    overflow-y: scroll;
    scrollbar-width: 0px;
    cursor: pointer;
}

.blank {
    height: 100px;
}

.auto-scrolls {
    overflow-y: scroll;
    display: none;
}

.auto-scrollsx {
    display: none;
}

/* ----------Ads----------- */
.container-custom-ads {
    width: 85% !important;
    margin: 168px auto 0 auto;
    padding: 180px;
}

.ads-section {
    width: 1088px;
    height: 280px;
    margin: auto;
}

.ads-section img {
    width: 100%;
    height: 100%;
}

.ads-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ads {
    padding: 0 180px;
}

/* --------------solution------------ */

.instagram-image {
    padding: 40px 0 0 0;
    margin: 0;
}

.solution-heading {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.solution-subheading {
    font-size: 22px;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}

.solution-text {
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0;
    margin-bottom: 50px;
}

.solution-texts {
    margin: 0px -10px 90px 0;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0.4px;
}

.content {
    position: relative;
}

.instapic {
    width: 100%;
    height: auto;
}

.instapiclast {
    width: 100%;
    height: calc(100% - 16%);
}

/* ------------Hover Setting--------- */
.instagram-image-gap {
    gap: 0 45px;
}

.s155west68img {
    height: 100%;
    width: 100%;
}

.instagram-image .text-center {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.instagram-image .text-center img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.instagram-image .text-center:hover img:nth-child(2) {
    opacity: 1;
}

.instagram-image .text-center img:nth-child(1) {
    transition: opacity 0.3s ease-in-out;
}

.instagram-image .text-center:hover img:nth-child(1) {
    opacity: 0;
}


/* --------------Success Section------------- */

.success {
    margin-top: 180px;
    margin-bottom: 60px;
}

.lists {
    background: #F4F4F4;
    padding: 95px 100px 75px 195px;
    /* height: 500px; */
}

.success-heading {
    color: #000;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 45px;
}

.items {
    margin-bottom: 45px;
    display: flex;
    height: 105px;
    align-items: center;
}

.s1 {
    width: 15%;
}

.s2 {
    width: 85%;
}

.items-text-155 {
    font-size: 28px;
    line-height: 37px;
    letter-spacing: 2px;
    padding: 0;
}

.center {
    align-items: center;
}

.success-button {
    height: 45px;
    width: 300px;
    background: #CC3631;
    color: #FFFFFF;
    border: none;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 0;
}

.icon {
    height: 66px;
    width: 60px;
    /* margin-right: 10%; */
}

.margin {
    margin-bottom: 25px;
}


/* -----------footer------------ */

.top-footer {
    background: #252525;
    height: 240px;
}

.bottom-footer {
    background: #1C1C1C;
    height: 75px;
}

.foot {
    padding-top: 70px;
}

.foot-title {
    color: #777777;
    font-size: 14px;
    letter-spacing: 1px;
}

.data,
.contact-form {
    margin-top: 25px;
    margin-bottom: 50px;
}

.datas {
    text-decoration: none;
    color: #777777;
    font-style: italic;
    font-size: 17px;
}

input[type=text],
input[type=email] {
    width: 290px;
    margin-bottom: 15px;
    height: 45px;
    padding: 10px;
}

.submit {
    width: 100px;
    height: 50px;
    background: #de1e26;
    opacity: 0.9;
    border: none;
    color: #FFFFFF;
    border-radius: 2px;
}

.submit:hover {
    opacity: 1;
}

.texts {
    letter-spacing: 1px;
    margin-top: 10px;
}

textarea {
    height: 160px;
    width: 290px;
    padding: 10px;
}

textarea:focus,
input[type=text]:focus,
input[type=email]:focus {
    outline: none !important;
}

.copyright {
    padding: 10px 0;
    color: #777777;
    font-size: 12px;
}

.icons {
    cursor: pointer;
    font-size: 20px;
    width: 40px;
    height: 25px;
    color: #808180;
}

.icons:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
    transform-origin: center;
}

.icons:hover {
    color: #ffffff;
}

.contact-right {
    display: flex;
    justify-content: end;
}

.contact-form h1 {
    margin-top: -35px;
    margin-bottom: 30px;
}


/* ---------------------- */

#top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 12px;
    height: 29px;
    width: 29px;
    border: none;
    outline: none;
    background-color: #111111;
    color: white;
    cursor: pointer;
    border-radius: 4px;
}

#top:hover {
    background-color: #555;
}

.contact-btn:hover,
.peep:hover,
.success-button:hover {
    background: #959494;
}

.ic {
    padding-left: 9px;
    padding-top: 5px;
}


/* -----------Sidebar----------- */

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    background-color: #333333;
    overflow-x: hidden;
    padding-top: 30px;
    transition: 0.5s;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #B0B0B0;
    display: block;
    transition: 0.3s;
    font-size: 22px;
    letter-spacing: 0px;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 60px;
    margin-left: 50px;
}


/* Overlay that will appear when the sidebar is opened */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 19;
    display: none;
    transition: 0.5s;
}

.overlay.active {
    display: block;
}

.hidden {
    display: none !important
}


/* --------------GSAP------------- */

.containers {
    height: 810px;
    display: flex;
    flex-wrap: nowrap;
}

.containers img {
    height: 100%;
    object-fit: contain;
}