* {
    box-sizing: border-box;
    font-family: sans-serif;
    padding: 0;
    margin: 0;
    transition: all 0.4s ease-in-out;
    scroll-behavior: smooth;
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.wrapper .top-header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding: 30px 50px;
    overflow: hidden;
    height: 110px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
}
.wrapper .second-header {
    display: none;
}
.wrapper .top-header.scroll {
    overflow: hidden;
    background-color: #333;
    padding: 30px 50px;
    box-shadow: 0px 3px 50px rgba(29, 29, 29, 0.774);
}
img {
    width: 100%;
}
.wrapper>.line {
    position: fixed;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.082);
    top: 110px;
    z-index: 1005;
}
.wrapper .top-header .logo {
    position: relative;
    width: 200px;
    /* height: 80px; */
    background-repeat: no-repeat;
    text-decoration: none;
    /* background-image: url(VotechX.png); */
    background-position: center;
    background-size: contain;
    font-size: 25px;
    font-family: 'Avenir', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    /* border: 3px solid #000; */
    color: #fff;
    padding: 10px 0px;
    text-decoration: none;
}
.wrapper .top-header .logo img {
    width: 100%;
    position: relative;
    top: 5px;
    left: -40px;
}
.wrapper .top-header .logo span {
    color: rgb(47 182 228);
}
.wrapper .top-header .logo sup {
    position: relative;
    color: #fff;
    font-size: 11px;
    margin-left: -7px;
    font-weight: 1000;
    top: -5px;
}
.wrapper .top-header .navs {
    position: relative;
    display: flex;
    /* flex: 2; */
    flex-direction: row;
    justify-content: space-between;
}
.wrapper .top-header .navs a {
    position: relative;
    margin: 0px 25px;
    text-decoration: none;
    z-index: 4;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: 0.3s ease-in-out all;
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
}
.wrapper .top-header.scroll .navs a {
    color: rgb(131, 224, 255);
    font-weight: 700;
    text-shadow: 0px 0px 2px #ccc;
    letter-spacing: 2px;
    transition: all 0.4s ease-in-out;
}
.wrapper .top-header .navs a:hover {
    /* color: #333; */
    transition: 0.3s ease-in-out all;
    color: #83e0ff;
}
.wrapper .top-header.scroll .navs a:hover {
    color: #fff;
}

.wrapper .top-header .shop {
    /* height: 30px; */
    position: relative;
    /* width: 60px;
    height: 60px; */
    /* background-image: url(shop.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%; */
}
.wrapper .top-header .shop a {
    position: relative;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    transition: 0.45s ease-in-out all;
    color: #fff;
    background-color: #0bace2;
    padding: 15px;
    /* margin: 0px; */
}
.wrapper .top-header.scroll .shop a {
    background-color: #fff;
    color: #0bace2;
}
.wrapper .top-header .shop a:hover, .r-shop:hover {
    transition: 0.45s ease-in-out all;
    background-color: #018ebd;
}
.wrapper .top-header.scroll .shop a:hover, .r-shop:hover {
    background-color: #fff;
    transition: 0.45s ease-in-out all;
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.664);
}
.cont-e {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* background-image: url(top.jpg); */
    background-color: #2fb6e4;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    font-size: 20px;
    padding-top: 50px;
    text-align: center;
    font-weight: 700;
}
.cont-e p {
    position: relative;
    font-size: 100px;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    font-weight: 1000;
    font-family: 'be vietnam', sans-serif;
    color: transparent;
    background-clip: content-box;
    background-image: url(top.jpg);
    background-position: left;
    /* background-attachment: fixed; */
    -webkit-background-clip: text;
    background-size: cover;
}
.footer {
    color: rgb(168, 168, 168);
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    line-height: 1.6;
    text-transform: capitalize;
    position: relative;
    padding: 15px;
}


@media (max-width: 720px) {
    .wrapper .top-header {
        display: none;
    }
    .wrapper .second-header {
        position: fixed;
        width: 100%;
        /* height: 80px; */
        /* overflow: hidden; */
        z-index: 1000;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        /* background-color: #333; */
        transition: all 0.4s ease-in-out;
    }
    img {
        width: 100%;
    }
    .wrapper>.line {
        top: 100px;
    }
    .wrapper .second-header .top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        transition: all 0.4s ease-in-out;
        padding: 20px 30px;
        position: relative;
        height: 100px;
        z-index: 12;
        background-color: #333;
        width: 100%;
        overflow: hidden;
        align-items: center;
    }
    .wrapper .second-header.scroll .top {
        padding: 15px 30px;
        box-shadow: 0px 3px 50px rgba(29, 29, 29, 0.774);
    } 

    .wrapper .second-header .logo {
        position: relative;
        width: 200px;
        /* height: 80px; */
        background-repeat: no-repeat;
        text-decoration: none;
        /* background-image: url(VotechX.png); */
        background-position: center;
        background-size: contain;
        font-size: 25px;
        font-family: 'Avenir', sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        /* border: 3px solid #000; */
        color: #fff;
        padding: 10px 0px;
        text-decoration: none;
    }
    .wrapper .second-header .logo img {
        width: 100%;
        position: relative;
        top: 5px;
        left: -40px;
    }
    .wrapper .second-header .logo span {
        color: rgb(47 182 228);
    }
    .wrapper .second-header .logo sup {
        position: relative;
        color: #fff;
        font-size: 9px;
        margin-left: -6px;
        font-weight: 1000;
        top: -5px;
    }
    .wrapper .second-header.scroll .navs a {
        color: rgb(131, 224, 255);
        font-weight: 700;
        text-shadow: 0px 0px 2px #ccc;
        letter-spacing: 3px;
        transition: all 0.4s ease-in-out;
    }
    .wrapper .second-header .nav a:hover {
        /* color: #333; */
        transition: 0.3s ease-in-out all;
        color: rgb(131, 224, 255);
    }
    .wrapper .second-header.scroll .navs a:hover {
        color: #fff;
    }
    .wrapper .second-header .nav {
        position: relative;
        display: flex;
        /* opacity: 0; */
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #333;
        transition: all 0.4s ease-in-out;
        width: 100%;
        box-shadow: 0px 3px 50px rgba(29, 29, 29, 0.774);
        z-index: 10;
        transform: translateY(-500px);
        transition: all 0.4s ease-in-out;
        padding: 30px 0px 50px;
    }
    .wrapper .second-header .nav.show {
        /* display: flex; */
        transform: translateY(0px);
        transition: all 0.4s ease-in-out;
        /* opacity: 1; */
    }
    .wrapper .second-header .nav a {
        text-decoration: none;
        z-index: 28;
        margin: 10px 0px;
        padding: 5px;
        font-weight: 700;
        color: #fff;
        font-size: 14px;
    }
    .wrapper .second-header .bar {
        display: flex;
        flex-direction: column;
        width: 40px;
    }
    .wrapper .second-header .bar .bar-1, .wrapper .second-header .bar .bar-2, .wrapper .second-header .bar .bar-3 {
        height: 5px;
        position: relative;
        width: 100%;
        border-radius: 3px;
        background-color: #fff;
        margin: 3px 0px;
    }
    .wrapper .second-header .bar.show .bar-1 {
        transform: translate(-4px, 9px) rotate(45deg);
    }
    .wrapper .second-header .bar.show .bar-2 {
        opacity: 0;
    }
    .wrapper .second-header .bar.show .bar-3 {
        transform: translate(-3px, -12px) rotate(-45deg);
    }
    .wrapper .second-header .shop a {
        position: relative;
        text-decoration: none;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 700;
        transition: 0.45s ease-in-out all;
        color: #fff;
        background-color: #0bace2;
        padding: 15px;
        top: 15px;
    }
    .wrapper .second-header .shop {
        position: relative;
    }
    .footer {
        font-size: 11px;
    }
    .cont-e {
        font-size: 14px;
    }
    .cont-e p {
        font-size: 60px;
        background-position: center;
        margin: 10px 0px;
    }
}