@import url("./font.css");
body {
    font-family: changa;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    background: rgb(250, 250, 250);
    color: gray;
}

body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

#nav_bar {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.99);
    z-index: 1002;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transform: scale(0);
    overflow-y: scroll;
}

#nav_bar .colorlib-table {
    display: table;
    width: 100%;
    height: 100%;
}

#nav_bar .colorlib-table .img {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    opacity: 1;
}

#nav_bar .colorlib-table .img::after {
    position: absolute;
    inset: 0px;
    content: "";
    background: rgba(0, 0, 0, 0.3);
}

#nav_bar .colorlib-table .colorlib-table-cell {
    display: table-cell;
    vertical-align: middle;
}

#nav_bar .toggle_nav_ {
    position: absolute;
    top: 40px;
    right: 40px;
    height: 44px;
    width: 44px;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
    padding: 0px !important;
}

@media (prefers-reduced-motion: reduce) {
    #nav_bar .toggle_nav_ {
        transition: none 0s ease 0s;
    }
}

#nav_bar .toggle_nav_ i {
    line-height: 0;
    text-indent: 0px;
    top: 18px !important;
    left: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

#nav_bar .toggle_nav_.show {
    visibility: visible;
    opacity: 1;
}

#nav_bar .toggle_nav_:hover i::before,
#nav_bar .toggle_nav_:hover i::after {
    content: "";
    width: 40px;
    height: 2px;
    background: rgb(255, 255, 255);
    position: absolute;
    left: 0px;
}

.menu-show #nav_bar {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

#nav_bar .logo {
    font-size: 40px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    line-height: 1.5;
    font-family: Poppins, Arial, sans-serif;
}

#nav_bar .logo span {
    font-size: 14px;
    display: block;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 8px;
}

#nav_bar ul {
    padding: 0px;
    margin: 0px;
    display: block;
}

@media (max-width: 767.98px) {
    #nav_bar ul {
        padding: 20px 0px 0px;
    }
}

#nav_bar ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#nav_bar ul li a {
    display: block;
    color: white;
    padding: 5px 0px;
}

#nav_bar ul li a span {
    color: white;
    position: relative;
    padding: 0px 10px;
}

#nav_bar ul li a span small {
    position: absolute;
    bottom: 7px;
    left: -30px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#nav_bar ul li a:hover,
#nav_bar ul li a:active,
#nav_bar ul li a:focus {
    outline: none;
    text-decoration: none;
}

#nav_bar ul li a:hover span::before,
#nav_bar ul li a:active span::before,
#nav_bar ul li a:focus span::before {
    visibility: visible;
    transform: scaleX(1);
}

#nav_bar ul li.active a span {
    color: rgb(248, 181, 0);
}

#nav_bar ul li.active a span::before {
    background: rgb(254, 199, 113);
    visibility: visible;
    transform: scaleX(1);
}

header {
    padding: 2em 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    margin: 0px auto;
}

.cydog_logo {
    width: 8em;
    height: 11em;
    margin-bottom: -153px;
    margin-left: 54px;
}

@media (max-width: 767.98px) {
    header {
        padding: 1em 0px;
        position: absolute;
    }
}

header .colorlib-navbar-brand {
    float: left;
}

header .colorlib-navbar-brand .colorlib-logo {
    font-size: 15px;
    color: rgb(255, 255, 255);
    letter-spacing: 3px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    line-height: 1.5;
    font-family: Poppins, Arial, sans-serif;
    text-transform: uppercase;
}

header .colorlib-navbar-brand .colorlib-logo span {
    font-size: 11px;
    display: block;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 7px;
}

header .colorlib-navbar-brand .colorlib-logo i {
    color: rgb(254, 199, 113);
    position: absolute;
    top: -18px;
    bottom: 0px;
    left: 7px;
    font-size: 48px;
}

header .colorlib-navbar-brand .colorlib-logo:hover {
    text-decoration: none !important;
}

header .colorlib-navbar-brand .colorlib-logo:active,
header .colorlib-navbar-brand .colorlib-logo:focus {
    outline: none;
    text-decoration: none;
}

.toggle_nav_ {
    cursor: pointer;
    text-decoration: none;
}

.toggle_nav_.active i::before,
.toggle_nav_.active i::after {
    background: rgb(0, 0, 0);
}

.toggle_nav_.dark.active i::before,
.toggle_nav_.dark.active i::after {
    background: rgb(0, 0, 0);
}

.toggle_nav_:hover,
.toggle_nav_:focus,
.toggle_nav_:active {
    outline: none;
    border-bottom: none !important;
}

.toggle_nav_ i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    color: rgb(0, 0, 0);
    font: bold 14px / 0.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: rgb(255, 255, 255);
    transition: all 0.2s ease-out 0s;
}

.menu-show .toggle_nav_ i {
    background: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.toggle_nav_ i::before,
.toggle_nav_ i::after {
    content: "";
    width: 30px;
    height: 2px;
    background: rgb(255, 255, 255);
    position: absolute;
    left: 0px;
    transition: all 0.2s ease 0s;
}

.menu-show .toggle_nav_ i::before,
.menu-show .toggle_nav_ i::after {
    background: rgb(255, 255, 255);
}

@media (prefers-reduced-motion: reduce) {
    .toggle_nav_ i::before,
    .toggle_nav_ i::after {
        transition: none 0s ease 0s;
    }
}

.toggle_nav_.dark i {
    position: relative;
    color: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
    transition: all 0.2s ease-out 0s;
}

.toggle_nav_.dark i::before,
.toggle_nav_.dark i::after {
    background: rgb(255, 255, 255);
    transition: all 0.2s ease 0s;
}

@media (prefers-reduced-motion: reduce) {
    .toggle_nav_.dark i::before,
    .toggle_nav_.dark i::after {
        transition: none 0s ease 0s;
    }
}

.toggle_nav_ i::before {
    top: -7px;
}

.toggle_nav_ i::after {
    bottom: -7px;
}

.toggle_nav_:hover i::before {
    top: -10px;
}

.toggle_nav_:hover i::after {
    bottom: -10px;
}

.toggle_nav_.active i {
    background: transparent;
}

.toggle_nav_.active i::before {
    top: 0px;
    transform: rotateZ(45deg);
}

.toggle_nav_.active i::after {
    bottom: 0px;
    transform: rotateZ(-45deg);
}

.toggle_nav_ {
    float: right;
    z-index: 1003;
    position: relative;
    top: 0px;
    right: 0px;
    display: block;
    margin: 0px auto;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .toggle_nav_ {
        right: 10px;
    }
}

.hero-wrap {
    /* background: linear-gradient(to right, rgb(13 139 139), rgb(69 172 183 / 98%), rgb(5 161 161 / 90%)); */
    background-color: #0cbaba;
    background-image: linear-gradient(310deg, #0cbaba 0%, #727fafc4 74%);
}

.hero-wrap .slider-text .desc h1 {
    font-size: 6vw;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.hero-wrap .slider-text .desc h3 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}