﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins',sans-serif;
}

::selection {
    color: #8F3A84;
    background: #9bbc57;
}

nav {
    position: fixed;
/*    background: #ff8000;*/
    background:#ff001d;
    width: 100%;
    padding: 0;
    z-index: 12;
    height: fit-content;
}

    nav .menu {
        max-width: 1250px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }

.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    padding-left: 10px;
}

.links {
    flex: 1;
    text-align: right;
    margin: 0 !important;
    padding: 0 !important;
}

    .links ul li {
        list-style: none;
        display: inline-block;
        padding: 10px 1px;
        position: relative;
    }

        .links ul li:first-child {
            margin-left: 0px;
        }

        .links ul li a {
            text-decoration: none;
            color: #fff;
            font-size: 20px;
            font-weight: 500;
            padding: 8px 15px;
            border-radius: 5px;
            transition: all 0.3s ease;
        }

            .links ul li a:hover {
                background: #fff;
                color: black;
            }


.menu ul {
    display: inline-flex;
}

    .menu ul li {
        list-style: none;
        margin-left: 7px;
    }

        .menu ul li:first-child {
            margin-left: 0px;
        }

        .menu ul li a {
            text-decoration: none;
            color: #fff;
            font-size: 18px;
            font-weight: 500;
            padding: 8px 15px;
            border-radius: 5px;
            transition: all 0.3s ease;
        }

            .menu ul li a:hover {
                background: #fff;
                color: black;
            }

.img {
    background: url('home2.jpg')no-repeat;
    width: 100% !important;
    height: 90vh;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-left: 50%;
    transform: translateX(-50%);
}
#intro{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    width: 50%;
    height: auto;
    display: block;
}
    #intro > h4 {
        position: absolute;
        font-weight: 700;
        font-size: 30px;
        text-shadow: 1px 2px 4px rgba(0, 0, 0, .7);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    #intro > p {
        color: #fff;
        font-size: 14px;
        width: 100%;
        text-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
        margin-top: 50px;
    }
.container nav {
    visibility: hidden;
}

.img::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .4);
}

.center {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

    .center .title {
        color: #fff;
        font-size: 60px;
        font-weight: 600;
    }

    .center .sub_title {
        color: #fff;
        font-size: 52px;
        font-weight: 600;
        margin-top: 55px;
    }

    .center .btns {
        margin-top: 55px;
    }

        .center .btns button {
            height: 60px;
            width: 180px;
            border-radius: 5px;
            border: none;
            margin: 0 10px;
            border: 4px solid white;
            font-size: 20px;
            font-weight: 500;
            padding: 0 10px;
            cursor: pointer;
            outline: none;
            transition: all 0.3s ease;
        }

            .center .btns button:first-child {
                color: #fff;
                background: blue;
            }

.btns button:first-child:hover {
    background: white;
    color: black;
}

.center .btns button:last-child {
    background: white;
    color: black;
}

nav .fa {
    display: none;
}

@media(max-width: 700px) {

    .links ul li {
        display: block;
    }

    .links {
        position: absolute;
/*        background:#ff6a00;*/
        background:#FF0000;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }

    nav .fa {
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .center .title {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
    }

    .center .sub_title {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
    }

    .links ul {
        padding: 30px;
    }
}

.roww {
    margin-top: 2%;
    display: flex;
    padding: 20px;
    justify-content: center;
    background: #f4f4f4;
}

    .roww .tatsu-inline-text-inner {
        margin-top: 170px;
    }

.row .fas {
    display: none
}

.col {
    margin-top: 100px;
}

    .col .btns {
        margin-top: 20px;
    }

.tatsu-column {
    margin: 0 !important;
}

.tatsu-wrap {
    margin: 20px auto !important;
}

.col .btns button {
    height: 45px;
    width: 180px;
    border-radius: 5px;
    border: none;
    margin: 0 10px;
    border: 2px solid white;
    font-size: 15px;
    padding: 0 10px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}

    .col .btns button:first-child {
        color: #fff;
        background: red;
    }

.rw-row {
    margin-top: 5%;
    display: flex;
    padding: 20px;
}

.rww-row {
    margin-top: 5%;
    display: flex;
    padding: 20px;
}

.word {
    margin-top: 5%;
    background: red;
    width: 100%;
    height: 450px;
    padding: 0px 400px 400px 200px;
}

.work {
    margin-top: 5%;
}

.roww-row {
    margin-top: 5%;
    display: flex;
    padding: 20px;
}

.see-row {
    margin-top: 5%;
    display: flex;
    padding: 20px;
}

.imag {
    width: 100%;
    height: 100vh;
    height: auto;
    top: 0;
    left: 0;
    font-size: 100%;
    position: static;
}

.tatsu-menu-widget .ul .li {
    display: none;
}

.tatsu-fzs0vfotyn4pnssz.tatsu-interactive-box {
    overflow: hidden  !important;
}
.tatsu-section-background, .tatsu-section-background-wrap{
    top: 50px !important;
}