html {
    scroll-behavior: smooth;
}

body {
    font-family: sans-serif !important;
    user-select: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all .4s;
}

.ms-6 {
    margin-left: 115px;
}

.cursor-pointer {
    cursor: pointer;
}

.orangeColor {
    color: #f16f28;
}

.darkblueColor {
    color: #045ea1;
}

.lightblueColor {
    color: #05ace5;
}

.orangeBg {
    background-color: #f16f28;
}

.darkblueBg {
    background-color: #045ea1;
}

.lightblueBg {
    background-color: #05ace5;
}

.darkoverlay {
    background-color: #021421d6;
    inset: 0;
}

input {
    outline: none;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes wave {
    0% {
        transform: translateY(3px)
    }

    50% {
        transform: translateY(-3px)
    }

    100% {
        transform: translateY(3px)
    }
}

img[src='assets/img/wheel.PNG'] {
    animation-name: spin;
    animation-duration: 2.9s;
    animation-iteration-count: infinite;
    z-index: -1;
}

img[src='assets/img/wave.PNG'] {
    animation-name: wave;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

input[type='submit']:hover,
.more:hover {
    background-color: #045ea1;
}

/* login-register */
.login-register {
    height: 100vh;
    background-image: url('../img/background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-register .darkoverlay {
    background-color: #021421a3;
}

/* header */
header {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 18px 0;
}

header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: transparent linear-gradient(180deg, #000 0%, rgba(45, 26, 128, 0) 100%) 0% 0% no-repeat padding-box;
    opacity: .8;
    width: 100%;
    height: 100%;
    z-index: -1;
}

header ul li a {
    transition: all .4s;
    color: white;
}

header ul li a:hover,
header ul li a.active,
.sidebar-links a:hover,
.nav-link:hover {
    color: #f16f28!important;
}

header form div {
    top: 5px;
    right: 8px;
    cursor: pointer;
}

header .dropdown-item.active {
    color: #1e2125;
    background-color: #e9ecef;
}

/* logo */
img[alt='logo'] {
    width: 94px;
}

/* flag */
img[alt='flag'] {
    width: 39px;
}

/* languages modal */
.modal-dialog {
    max-width: 750px !important;
}

.languages div.active,.languages div:hover {
    border-color: #f16f28 !important;
    color: #f16f28 !important;
}

.languages div.active span {
    color: #f16f28;
    font-weight: bold;
}

/* banner */
#banner {
    background: url('../img/background.jpg') no-repeat center;
    background-size: cover;
    height: 100vh;
    margin-top: -110px;
}

#banner .darkoverlay {
    background-color: #02142196;
}

#banner form {
    background-color: rgba(255, 255, 255, .75);
    box-shadow: 0 35px 35px rgba(0, 0, 0, .1607843137);
    border-radius: 18px;
    padding: 26px 40px 30px;
    text-align: left;
    margin-top: 100px;
    position: relative;
}

#banner form .darkblueBg:hover {
    background-color: #f16f28;
}

/* services */
#services .content {
    background-color: #f0f4f8;
}

#services .content img[alt='icon'] {
    width: 58px;
    height: 52px;
}

.sidebar-links a {
    color: grey;
}

/* statistics */
#statistics {
    background: url('../img/statistics.PNG') no-repeat center;
    background-size: cover;
}

/* advantages */
#advantages .accordion-btn+p,
#advantages .accordion-btn+div {
    max-height: 0;
    transition: all .4s;
    overflow: hidden;
}

#advantages .accordion-btn.active+p,
#advantages .accordion-btn.active+div {
    max-height: 1000px;
}

#advantages .accordion-btn svg:last-child {
    transition: all .4s;
    color: #045ea1;
    box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.19);
}

#advantages .accordion-btn.active svg:last-child {
    background-color: #045ea1;
    color: white;
    transform: rotate(180deg);
}

/* boats */
#boats .card,
#boats .cart {
    box-shadow: 0 0 5px 1px gray;
}

#boats .card>div:first-child {
    width: 100%;
    height: 190px;
}

#boats .cart>div:first-child {
    height: 264px;
}

#boats .card:hover img[alt='boat-img'],
#boats .cart:hover img[alt='boat-img'],
.blog-img-link:hover img,
.cart .rounded-pill a:hover svg {
    transform: scale(1.1);
}

#boats .darkoverlay {
    width: 25px;
    height: 25px;
    left: auto;
    right: 10px !important;
    top: 10px;
    z-index: 9;
}

#boats .swiper-button-next,
#boats .swiper-button-prev {
    background-color: #00000070 !important;
    width: 36px !important;
    height: 36px !important;
}

#boats .swiper-button-next::after,
#boats .swiper-button-prev::after {
    color: white !important;
    font-size: 22px !important;
}

input[type="reset"],
#boats input[type="submit"]:hover {
    border: 1px solid #f16f28;
    color: #f16f28;
    background-color: white;
    transition: all .4s;
}

#boats input[type="submit"],
input[type="reset"]:hover {
    border: 1px solid #f16f28;
    background-color: #f16f28;
    color: white;
    transition: all .4s;
}

.page-item.active .page-link {
    background-color: #f16f28 !important;
    border-color: #f16f28 !important;
}

.page-item.active .page-link:hover,
.page-item.active .page-link,
.nav-link {
    color: white !important;
}

.page-link:hover,
.page-link {
    color: #f16f28 !important;
}

.bi-suit-heart,
img[alt='boat-img'] {
    transition: all .3s;
    color: white;
}

.darkoverlay:hover .bi-suit-heart {
    color: red;
}

#boats .boat-brand {
    left: 10px;
    bottom: 10px;
    z-index: 9;
}

#boats .boat-brand img {
    width: 75px;
}

img[alt='boat-icon'] {
    width: 28px;
}

#boats a.btn,
#contact-us a.btn,
#Services a.btn {
    width: 95px;
    transition: all .4s;
}

#boats a.btn:hover,
#contact-us a.btn:hover,
#Services a.btn:hover {
    background-color: #045ea1;
}

/* features */
#features {
    background: url('../img/0_4.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

img[alt='feature'] {
    width: 54px;
}

/* team */
.team .swiper-slide:hover .team-img>div {
    transform: rotate(0deg);
}

.team-social a,
.sidebar-links a svg,
#banner form .darkblueBg,
.nav-link,.languages div {
    transition: all .4s;
}

.team-social a:hover {
    background-color: lightgray;
}

.team-img>div {
    border: 3px dotted #f16f28;
    inset: 0;
    transform: rotate(44deg);
    transition: all .4s;
}

.team-img>div::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border: 0 solid transparent;
    border-right-width: 3px;
    border-left-width: 18px;
    border-bottom: 20px solid #f16f28;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(50deg);
}

.team-img {
    position: relative;
}

.team-img img {
    padding: 5px;
}

/* testimonials */
#testimonials>div>div:last-child {
    background-color: black;
    background-size: cover;
}

img[alt='testimonials'] {
    width: 99px;
    height: 99px;
}

/* breadcrumb */
#breadcrumb,
#address>div:first-child {
    background-color: #f9faf9;
}

#breadcrumb li[aria-current="page"] {
    color: #f16f28;
}

/* about tabs */
.tabs span {
    transition: all .4s;
    position: relative;
}

.tabs span::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    border-radius: 7px;
    background-color: #f16f28;
    margin: auto;
    bottom: -9px;
    left: 0;
    right: 0;
    transition: all .4s;
}

.tabs span:hover:after,
.tabs span.active::after {
    width: 100%;
}

.tabs span.active,
.tabs span:hover {
    color: #f16f28;
}

.tab-content.first {
    display: block;
}

.tab-content {
    display: none;
}

/* contact address */
#address a:hover {
    color: #f16f28 !important;
}

/* Services */
#Services article,
.blog-img-link img {
    transition: all .4s;
}

#Services article:hover {
    box-shadow: 0 0 3px 1px gray;
    padding: 20px;
}

#Services article:hover>a:first-child {
    padding: 0 !important;
}

#Services article h4 a:hover {
    color: #f16f28 !important;
}

.sidebar-links a:hover svg {
    margin-right: 9px;
}

/* gallery */
.galleryOverlay {
    transition: all .4s;
    top: 110px;
    right: 5px;
    bottom: 110px;
    left: 5px;
    background: rgba(255, 255, 255, 0.96);
    opacity: 0;
    overflow: hidden;
}

.galleryBox:hover .galleryOverlay {
    top: 5px;
    bottom: 5px;
    opacity: 1;
}

/* blog */
#blogs img[alt="mini-blog-img"] {
    width: 100px;
}

/* footer */
footer {
    background: url('../img/footer.jpg') no-repeat center;
    background-size: cover;
}

footer ul li a,
.footer-contact a {
    color: white;
    transition: all .4s;
}

footer ul li a:hover,
.footer-contact a:hover {
    color: #f16f28 !important;
}

footer .dash {
    height: 1px;
    width: 10px;
    background-color: lightgray;
    transition: all .2s;
}

footer ul li a:hover .dash {
    width: 25px;
}

.footer-social {
    transition: all .3s;
    color: white;
}

.footer-social a {
    border: 1px solid white;
    transition: all .3s;
}

.footer-social a:hover {
    border: 1px solid #f16f28;
}

footer .gallery-footer::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    transform: scale(2) rotate(45deg) translate3d(0, -100%, 0);
    transition: transform .6s;
    pointer-events: none;
    z-index: 1;
}

footer .gallery-footer:hover::before {
    transform: scale(2) rotate(45deg) translate3d(0, 100%, 0);
}

@media only screen and (max-width: 1200px) {
    .boat-details {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    nav {
        position: fixed;
        left: -400px;
        top: 0;
        bottom: 0;
        z-index: 22;
        background-color: #021421d6;
        width: 259px;
        font-size: 24px;
        transition: all .4s;
    }

    nav.active {
        left: 0;
    }
}

@media only screen and (max-width:576px) {
    .ms-6 {
        margin-left: 54px !important;
    }
}