body{
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    overflow-x: 0;
}
@font-face {
    font-family: logo;
    src: url('../fonts/airstrike.ttf');
}

@font-face {
    font-family: titles;
    src: url('../fonts/Caviar\ Dreams\ Bold.ttf');
}
#loading {
    width: 100%;
    height: 100vh;
    background: #fff url('../images/Fish.gif') no-repeat center;
    z-index: 1999;
    position: fixed;
}
/* navigation */
nav {
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1080;
    background-color: #FFFFFF;
}
.navbar-brand {
    font-family: logo;
    color: #222222 !important;
    font-size: 26px;
}
.nav-item {
    font-weight: 500;
}
.active {
    font-weight: 700 !important;
}
.mewtech_button {
    background-color: rgba(0, 0, 0, 0.872);
    color: #fcfcfc;
    font-weight: 500;
}
.mewtech_button:hover {
    background-color: black;
    color: #ffffff;
    font-weight: 500;
}

/* Intro Page */
.introPage {
    height: 100vh;
    width: 100%;
    background: linear-gradient(60deg, #293B83, #0DA4F3);
    font-family: logo;
    color: #fff;
    z-index: 12;
}

.introPage h2 {
    font-size: 66px !important;
}

.infoImg {
    width: 75%;
    z-index: 12 !important;
    animation: mymove 120s infinite;
    z-index: 1200;
}
@keyframes mymove {
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.backgroundcut {
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 100%;
    height: 100px;
    margin: auto;
    z-index: 0 !important;
}

.backgroundcut img {
    height: 150px !important;
    width: 100%;
    z-index: 0 !important;
}

/* resuable codes */
.equalDivision{
    height: 100vh;
    width: 100%;
}
.title {
    font-family: titles;
}
.teals {
    font-family: titles;
}
.title::after {
    content: "";
    background: linear-gradient(90deg, black, blue);
    height: 2px;
    width: 200px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(4px);
}

/* aboutPage */
.about {
    min-height: 100vh;
    width: 100%;
}
.aboutLogo {
    width: 520px;
    height: auto;
    position: absolute;
    left: 20%;
    top: 20%;
}

/* business segments */
.segments {
    min-height: 100vh;
    padding-bottom: 50px;
}

.Bussiness_segments {
    width: 100%;
    min-height: 100vh;
    display: flex;
    text-align: justify;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.Bussiness_segments .card {
    display: grid;
    width: 90%;
    height: auto;
    margin: auto;
    grid-template-columns: 100%;
    grid-template-rows: 200px 270px 10px;
    grid-template-areas: "image" "text" "stats";
    font-family: roboto;
    border-radius:4px;
    background-color: white;
    text-align: center;
    transition: 0.5s ease;
    cursor: pointer;
}

.Bussiness_segments .card-image {
    padding-top: 18px ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Bussiness_segments .image1 {
    background-image: url('../images/managemen.png');
}

.image3 {
    background-image: url('../images/maintainance');
}

.image2 {
    background-image: url('../images/customer_service.avif');
}

.Bussiness_segments .card-text {
    grid-area: text;
    margin: 25px;
}

.Bussiness_segments .card-text p {
    color: grey;
    font-size: 18px;
    font-weight: 300;
}

.Bussiness_segments .card-text h2 {
    margin-top: 0px;
    font-size: 28px;
}
.my_products {
    width: 100%;
    min-height: 100vh;
}

.product {
    height: 300px;
    width: 300px;
    margin: 8px;
}

.images_container {
    margin: auto;
    border-radius: 50%;
    width: 250px;
    height: 250px;
}

.info_container {
    height: 50px;
    width: 300px;
}

.prod3 {
    background-image: url('../images/poultry.avif');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.prod2 {
    background-image: url('../images/shrimp.avif');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.prod1 {
    background-image: url('../images/fish.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
/* Contact us */

#contacts {
    padding-bottom: 50px;
}

.AddressContainer {
    position: absolute;
    top: -10vh;
    left: -10vh;
    width: 40vh;
    min-height: 50vh;
    background-color: aliceblue;
}

.AddressContainer1 {
    position: absolute;
    top: -10vh;
    left: -10vh;
    width: 50vh;
    min-height: 50vh;
    background-color: aliceblue;
}

.smicons {
    position: absolute;
    bottom: 15px;
    left: 0px;
    padding-left: 25px;
    width: 100%;
}

.smicons img {
    width: 40px;
    height: 40px;
}

.ContactContainer {
    position: relative;
    min-height: 60vh;
    width: auto;
    margin-top: 10vh;
    background-color: #6aae67;
}

.FormContainer {
    min-height: 100%;
    width: 80%;
    position: absolute;
    left: 20%;
}

.FormArea {
    width: 80vh;
    min-height: 40vh;
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contactForm button {
    padding: 8px;
    background: linear-gradient(120deg, #5b4be9, #55e7e7);
    font-weight: 700;
    border: none;
    border-radius: 44px;
    font-size: 22px;
    padding-left: 45px;
    padding-right: 45px;
}

footer {
    position: relative;
    width: 100%;
    height: auto;
    background: linear-gradient(60deg, #293B83, #0DA4F3);
    clip-path: polygon(0% 15%, 100% 0, 100% 100%, 00% 100%);
    color: #fff;
}