/*
    Theme Name: ARTEMAS
    Author:  ARTEMAS
    Author URL: https://artemasdigital.com/
    Description: ---- 2025.
    Document   : Framework
    Created on :  Aug 29 2025, 12.00 AM
*/

html {
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

body {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}


*,
*::before,
*::after {
    box-sizing: inherit;
}

* {
    box-sizing: border-box;
}

div {
    margin-top: -1px;
    /* tiny overlap to kill gap */
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    font-size: 100%;
    color: var(--textcolor);
    background: var(--maincolor);
    font-family: var(--font-one);
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-text-size-adjust: none;
    font-weight: 300;
}


::placeholder {
    color: var(--secondry-color);
    font-family: var(--font-one);
    font-weight: 400;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

a,
a:link,
a:visited {
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: #fff;
    font-family: var(--font-one);
}




img {
    border: none;
    max-width: 100%;
}

ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.2;
    font-family: var(--font-one);
}

p {
    margin: 0;
    line-height: 1.3;
    font-size: 1.1em;
    color: var(--maincolor);
    font-weight: 400;
    font-family: var(--font-one);
}

h1 {
    margin: 0;
    padding: 0 0 30px 0;
    color: var(--maincolor);
    line-height: 1;
    font-size: 5em;
    font-weight: 700;
    font-family: var(--font-two);
}

h2 {
    margin: 0;
    padding: 0;
l   ine-height: 1.3;
    font-size: 1.1em;
    color: var(--maincolor);
    font-weight: 400;
    font-family: var(--font-two);
}

h3 {
    margin: 0;
    padding: 0;
        color: #1c2b2b;
    font-size: 3.5em;
    line-height: 1;
    font-weight: 700;
    font-family: var(--font-two);
}

h4 {
    margin: 0;
    padding: 10px 0;
    color: var(--maincolor);
    line-height: 1.3;
    font-size: 1.5em;
    font-weight: 500;
    font-family: var(--font-one);
}

h5 {
    margin: 0;
    padding: 0;
    color: var(--basecolor);
    line-height: 1.3;
    font-size: 1.5em;
    font-weight: 600;
    font-family: var(--font-one);
}


.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
    content: " ";
    display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
    clear: both;
}

.outer {
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
    overflow: hidden;
    background: var(--basecolor);
}

:root {
    --font-one: "Manrope", sans-serif;
    --font-two: "Manrope", sans-serif;
    --btnradius: 50px;
    --maincolor: #ffffff;
    --basecolor: #000000;
    --black: #000;

}




/*grid-system-end*/
.container {
    margin: 0 auto;
    width: 90%;
    max-width: 1550px;
    position: relative;
    z-index: 1;
}

.medium-container {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

.small-container {
    margin: 0 auto;
    width: 90%;
    max-width: 900px;
    position: relative;
    z-index: 1;
}


.width-100 {
    width: 100%;
}

.flex {
    display: flex;
}

.mobile-only {
    display: none;
}

.header-btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.banner {
    width: 100%;
    position: relative;
    height: 85vh;
    min-height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/banner-fish.jpg) no-repeat center center/cover;
    z-index:1;
}

.banner::after {
    content: '';
    position: absolute;
    width: 100%;
    background: #181926;
    background: linear-gradient(0deg, rgb(29 44 44) 0%, rgb(29 44 44 / 38%) 16%, rgba(29, 44, 44, 0.59) 43%, rgb(29 44 44 / 0%) 63%, rgba(29, 44, 44, 62%) 80%, rgba(29, 44, 44, 0.63) 95%);
    height: 105%;
    bottom: -3px;
    left: 0;
    right: 0;
}

.banner-text {
    display: block;
    text-align: left;
    position: relative;
    z-index: 2;

}

a.slide-bg-btn {
    padding: 10px 35px;
    font-size: 15px;
    color: var(--basecolor);
    background: var(--maincolor);
    border: none;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    text-decoration: none;
    outline: none;
    font-weight: 600;
}

 
a.slide-bg-btn:hover {
    color: var(--maincolor);
    background:#000;
}

a.slide-bg-btn:hover::before {
    left: 0;
}

a.slide-bg-btn:focus {
    outline: none;
}

span.sub {
    display: block;
    background-color: #FBFFD9;
    color: #000;
    font-size: 9px;
    border-radius: 50px;
    padding: 2px 7px;
    transform: translate(53px, -38px);
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
}

.banner-text {
    padding: 200px 40% 0 0;
}

.banner-text p {
    font-size: 1.5em;
    padding: 0 30% 0 0;
    margin: 20px 0 20px 0;

}

.about-sec {
    width: 100%;
    padding: 50px 0 100px 0;
    background: linear-gradient(0deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 1) 20%,
            rgba(29, 44, 44, 1) 20%,
            rgba(29, 44, 44, 1) 100%);
}

.about-sec .left {
    width: 50%;

}

.about-sec .right {
    width: 46%;
    padding: 0 0 200px 0;
}

.align-item-center {
    align-items: center;
}

.gap-100 {
    gap: 100px;
}

.about-sec p {
    padding: 0px 0 20px 0;
    max-width: 95%;
  
}

.what-we {
    width: 100%;
    background-color: var(--maincolor);
}

.content-services {
    text-align: center;
}


.detailed-page .about-sec {
    padding: 0 0 40px 0;
}





a.outline-btn {
    position: relative;
    padding: 10px 25px;
    font-size: 15px;
    color: var(--basecolor);
    background: transparent;
    border: 1px solid #C9C9C9;
    text-decoration: none;
    overflow: hidden;
    transition: color 0.3s ease;
    display: inline-block;
    border-radius: 50px;
    font-weight: 500;
}

a.outline-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    transition: left 0.3s ease;
}

a.outline-btn:hover::before {
    left: 0;
}

a.outline-btn:hover {
    color: var(--basecolor);
}

a.outline-btn:hover {
    color: #fff;
}

.fade-text {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.g-100 {
    gap: 100px;
}

.g-40 {
    gap: 40px;
}

.justify-content-space {
    justify-content: space-between;
}


.footer-contact {
    width: 100%;
    padding: 200px 0;
    background: var(--basecolor);

    position: relative;
}

.left-content {
    width: 55%;
    position: relative;
    z-index: 2;
}

.left-content p {
    color: var(--basecolor);
    padding: 20px 0;
    max-width: 500px;
}

.footer-contact::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
    background: linear-gradient(264deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 27%) 43%, rgba(255, 255, 255, 0.92) 91%);
    left: 0;
    right: 0;
    top: 0;
}

a.slide-bg-btn.dark-btn {
    background-color: var(--basecolor);
    color: var(--maincolor);
}

 

a.slide-bg-btn.dark-btn:hover {
    color: var(--basecolor);
    background:var(--maincolor);
}

.footer {
    width: 100%;
    padding: 100px 0;
    position: relative;
}

.nav-links {
    width: 20%;
}

.nav-links strong {
    color: var(--maincolor);
    font-size: 1.4em;
    font-weight: 500;
    padding: 0 0 10px 0;
    display: block;
}

.nav-links li {
    margin: 0 0 5px 0;
}

.nav-links li a {
    font-weight: 400;
    font-size: 1em;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #ffffffb5;
}

.nav-links.address li {
    margin: 0 0 20px 0;
}

.nav-links.address li.bd a {
    font-weight: 600;
}

.copy-right-content strong {
    color: var(--maincolor);
}

.copy-right {
    justify-content: space-between;
    padding: 30px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    margin: 30px 0 0 0;
}

.copy-right ul {
    display: flex;
    gap: 5px;
}


.bounce-arrow {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    animation: bounce 1.1s infinite;
    position: absolute;
    right: 0;
    bottom: -120px;
    z-index: 2;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease;
}

.fade-in.fade-in-visible {
    opacity: 1;
}






[data-scroll-container] {
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
}

span.lable-hd {
    padding: 8px 20px;
    font-size: 15px;
    color: var(--maincolor);
    background: var(--basecolor);
    border: none;
    border-radius: 50px;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    margin: 0 0 15px;
    display: inline-block;
}

.slide b {
    font-weight: 600;
}


.what-we {
    padding: 0 0 100px 0;
}

.what-we p {
    color: #333;
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: 500;
    padding: 0 0 20px 0;
}

.what-we-sec {
    padding: 100px 0 0 0;
}

.what-we .left {
    width: 50%;
}

.what-we .left img {
    border-radius: 20px;
}

.what-we .content {
    width: 50%;
    text-align: left;
}

.what-we .flex {
    align-items: center;
    gap: 100px;
}

.products {

    width: 100%;
    padding: 100px 0;
}

.products .flex {
    gap: 20px;
    justify-content: space-between;
}

.products h2 {
    text-align: center;
    color: #fff;
    font-size: 3em;
    margin: 0 0 30px 0;
    font-weight: 500;

}

.slider h2 {
    text-align: center;
    color: #fff;
    font-size: 2.2em;
    font-weight: 500;
    margin: 0 0 20px 0;

}

.slider {
    position: relative;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto 80px auto;
}

.slides {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    background-size: cover;
    background-position: center;
    padding: 0 35px;
}

/* Dots */
.dots {
    text-align: center;
    margin-top: 15px;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background: #333;
}

@media (max-width: 768px) {
    .slide {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .slide {
        height: 180px;
    }
}

.product-card {

    width: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex-direction: column;
}

.product-card img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    object-fit: cover;
}

.product-name {
    margin-top: 15px;
    font-weight: bold;
    color: #333;
}

.slide {
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    padding: 0 35px 30px 35px;
}

.footer-contact {
    background: url(../img/fish-sus.jpg) no-repeat center center/cover;
}

.nav-links.ft-logo img {
    max-width: 180px;
}

#whoweare {
    scroll-margin-top: 200px;
}

.spacer {
    padding:20px 0 0 0;
}

.spacer-36 {
    height:36px;
    width:100%;
}