body {
    font-family: "Open Sans", sans-serif
}

header {
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    padding: 52px 30px 52px 30px;
}

.toggle_btn {
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}

.search_btn {
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

.bars_btn {
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

.btn-outline-info {
    --bs-btn-color: white;
    --bs-btn-border-color: none;
}


/* Style the logo and navigation links */


/* nav ul li a {
    color: white;
} */


/* nav ul li:hover {
    background-color: #00FFFF;
    border-radius: 2%;
    opacity: 80%;
    color: white;
} */

.logo {
    float: left;
    width: 16%;
}

.logo img {
    width: 100%;
}

nav ul {
    float: right;
    margin-top: 20px;
    /* Adjust as needed */
}

nav ul li {
    display: inline-block;
    margin-right: 20px;
    /* Adjust as needed */
}

li a {
    color: #fff;
    /* Set text color */
    text-decoration: none;
    /* font-weight: bold; */
    font-size: 18px;
}

.dropdown_menu li a {
    color: black;
    /* Set text color */
    text-decoration: none;
}

@media (max-width: 992px) {
    .links {
        display: none;
    }
    .toggle_btn {
        display: block;
    }
    .dropdown_menu {
        display: block;
    }
    .dropdown_menu_v2,
    .open_v2 {
        display: none;
    }
    .carousel-item img {
        height: 50vh !important;
    }
    .footer-logo img {
        width: 50%;
    }
    .col-md-5.counter {
        padding: 0;
        text-align: center;
        font-size: 25px;
    }
    .col-md-5.counter-v2 {
        padding: 0;
        text-align: center;
        font-size: 25px;
    }
    .counter span {
        font-size: 25px;
    }
    .logo {
        width: 40%;
    }
    .text-home {
        padding: 0;
    }
    .cText__text p,
    .cText__text span {
        font-size: 25px;
    }
    .row.desc {
        margin: 50px;
    }
    .sticky {
        padding: 40px 30px 40px 30px !important;
    }
    .carousel-indicators {
        bottom: 1rem;
    }
    #mhr-v2 {
        width: 10%;
    }
    #edge-v2 {
        width: 10%;
    }
}

@media (max-width: 430px) {
    .counter span {
        font-size: 18px;
        padding: 0;
    }
    .cText__text p,
    .cText__text span {
        text-align: left;
        font-size: 15px;
    }
    .row.desc {
        margin: 20px 0 0 0;
    }
    #mhr {
        width: 100%;
    }
    #edge {
        width: 100%;
    }
    #mhr-v2 {
        width: 10%;
    }
    #edge-v2 {
        width: 10%;
    }
}

@media (max-width: 767px) {
    .counter span {
        font-size: 18px;
        padding: 0;
    }
    .cText__text p,
    .cText__text span {
        text-align: left;
        font-size: 15px;
    }
    .row.desc {
        margin: 20px 0 0 0;
    }
    .carousel-item img {
        height: 25vh !important;
    }
    #mhr {
        width: 100%;
    }
    #edge {
        width: 100%;
    }
    #mhr-v2 {
        width: 10%;
    }
    #edge-v2 {
        width: 10%;
    }
}

.dropdown_menu {
    position: absolute;
    right: 0;
    top: 100px;
    width: 100%;
    height: 100vh;
    background: white;
    display: none;
    overflow: hidden;
    transition: height .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.search_btn_black {
    /* color: white; */
    font-size: 1.5rem;
    cursor: pointer;
}

.dropdown_menu.open {
    height: 100vh;
    background: white;
    display: block;
}

.dropdown_menu_v2 li a {
    color: white;
    /* Set text color */
    text-decoration: none;
    font-weight: bold;
}

.dropdown_menu_v2 li {
    list-style-type: none;
}

.dropdown_menu_v2 {
    position: absolute;
    right: 50px;
    top: 125px;
    width: 15%;
    /* background: #073760; */
    background-color: rgba(255, 255, 255, 0.1);
    display: none;
    overflow: hidden;
    transition: height .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 10px 0 10px 0;
    font-size: 20px;
    border-radius: 5%;
    border-style: hidden;
    border-color: white;
    text-align: center;
    /* box-shadow: 0 0px 0px 0 rgba(255, 255, 255, 0.2), 0 2px 4px 0 rgba(255, 255, 255, 0.2); */
}

.dropdown_menu_v2.open_v2 {
    /* background: #073760; */
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
}

.dropdown_menu li {
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-product {
    position: relative;
    margin-bottom: 10px;
    background-color: white;
}

.img-sub-category {
    max-width: 100%;
    height: 18vh;
}

.img-sub-category img {
    width: 100%;
    height: 50vh;
}

.img-sub-category-v2 {
    max-width: 100%;
}

.img-sub-category-v2 img {
    width: 100%;
    height: 65vh;
}


/* .tsr {
    width: 100%;
    height: 100%;
    background-color: #073760;
    position: absolute;
    top: 0;
    opacity: 85%;
} */

.tsr {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: #073760;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .1s ease;
    opacity: 85%;
}

.category-product:hover .tsr {
    width: 100%;
    left: 0;
}

.desc {
    margin: 50px 50px;
}

.sub-category-title {
    position: absolute;
    top: 20px;
    left: 30px;
    color: white;
    text-align: left;
    /* transition: transform 500ms; */
    /* display: flex; */
    align-items: center;
}


/* .category-product:hover .sub-category-title {
    transform: translateY(-70px);
} */

footer {
    /* background-image: url('https://excaliburinternational.cz/assets/frontend/excaliburinternationalcz/img/bg-footer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    margin-top: 50px;
    background-color: #073760;
}

.box-category {
    padding-left: 5px;
    padding-right: 5px;
    /* margin-bottom: 10px; */
}

.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.carousel-indicators .active {
    background-color: #00FFFF;
}

.carousel-indicators [data-bs-target] {
    width: 60px;
}

.carousel-indicators {
    bottom: 1rem;
}

.carousel-caption {
    bottom: 4rem;
}

.navbar-custom {
    background-color: transparent !important;
}

.fs-22 {
    font-size: 22px;
    color: 073760;
}

.counter {
    text-align: left;
    font-size: 22px;
    padding: 0 40px 0 40px;
    color: #073760;
    display: inline-grid;
    font-weight: bold;
}

.v-line-overflow {
    border-left: 70px solid white;
    height: 5px;
    margin-right: 30px;
}

.v-line-title {
    border-left: 70px solid #00FFFF;
    height: 5px;
    margin-right: 30px;
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
}

.carousel-item {
    position: relative;
}

.tsr-v2 {
    width: 100%;
    height: 100vh;
    background-color: black;
    position: absolute;
    top: 0;
    opacity: 45%;
}

.row-category {
    padding: 25px 20px 25px 20px;
    background-color: #f8f8f8;
}

.more {
    position: absolute;
    bottom: 15px;
    left: 30px;
    color: white;
    text-align: left;
    /* transition: transform 500ms; */
    /* display: flex; */
    align-items: center;
    font-size: 10px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.title {
    position: absolute;
    top: 20px;
    left: 30px;
    color: black;
    text-align: left;
    /* transition: transform 500ms; */
    /* display: flex; */
    align-items: center;
}

.title h5,
.sub-category-title h5 {
    font-weight: bold;
}


/* .sticky+.content {
    padding-top: 60px;
} */

.banner {
    /* background-image: url('images/DANA-M2_04.jpeg'); */
    /* background-image: url('../images/DANA-M2_04.jpeg'); */
    background-image: url('../images/header-aboutus.fw.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 60vh;
    position: relative;
}

.tsr-banner {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 50%;
}

.banner-desc {
    position: absolute;
    bottom: 0;
    color: white;
    font-weight: bold;
    padding: 50px;
}

.fs-16 {
    font-size: 16px;
    color: #073760;
}

.fs-30 {
    font-size: 30px;
    font-weight: bold;
}

.fs-14 {
    font-size: 14px;
}

.fs-50 {
    font-size: 50px;
}

.counter-v2 {
    display: grid;
    text-align: left;
    padding: 0 40px 0 40px;
    color: #073760;
}

.banner-product {
    /* background-image: url('../images/1_6up_1.png'); */
    background-image: url('../images/header-product.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 60vh;
    position: relative;
    margin-bottom: 20px;
}

.banner-contact {
    /* background-image: url('../images/1_6up_1.png'); */
    background-image: url('../images/header-contactus.fw.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 60vh;
    position: relative;
    margin-bottom: 20px;
}

.banner-product-v2 {
    /* background-image: url('../images/5_2.jpg'); */
    background-image: url('../images/header-product.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 60vh;
    position: relative;
    margin-bottom: 20px;
}

.pc-desc {
    margin-top: 20px;
    text-align: justify;
    padding-right: 25px;
}

.fs-15-bold {
    font-size: 15px;
    font-weight: bold;
}

.category-product-v2 {
    width: 100%;
    height: 15vh;
    background: white;
    text-align: left;
    padding: 20px;
    margin-bottom: 10px;
}

.bold {
    font-weight: bold;
    color: #404A51;
}

.bold-white {
    font-weight: bold;
    color: white;
}

.search_form {
    margin-top: 10px;
    width: 40%;
}

.search_form {
    display: none;
    /* Hide the search form by default */
    transition: opacity 1000s ease;
    /* Define the transition effect */
    opacity: 0;
    /* Start with opacity 0 */
}

.search_form.show {
    display: block;
    /* Show the search form when 'show' class is present */
    opacity: 1;
    /* Set opacity to 1 to show with transition */
}

.contact-desc {
    margin-bottom: 20px;
}

.searchbox {
    position: relative;
    min-width: 50px;
    width: 0%;
    height: 50px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #dcddd8;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 20px;
    color: red;
}

.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}

.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}

.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}

.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-icon,
.searchbox-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    background: #172b3c;
}

.searchbox-open {
    width: 100%;
}

.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.input-search {
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    /* background-color: #22a6b3; */
    background-color: rgba(255, 255, 255, 0.1);
    padding-right: 40px;
    color: #fff;
}

.input-search::placeholder {
    color: rgba(255, 255, 255, .5);
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 100;
}

.btn-search {
    width: 50px;
    height: 50px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color: #ffffff;
    background-color: transparent;
    pointer-events: painted;
}

.btn-search:focus~.input-search {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.input-search:focus {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.text-home {
    text-align: justify;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 0px 30px 0px 30px;
    background-color: #073760;
}

.dropdown_menu_v2.open_v2.sticky_nav {
    /* background-color: rgba(7, 55, 96, 0.3); */
    background-color: #073760;
    top: 95px;
}

.fs-20 {
    font-size: 50px;
}

#mhr {
    width: 250px;
}

#edge {
    width: 250px;
}

#mhr-v2 {
    width: 200px;
}

#edge-v2 {
    width: 200px;
}

.lg-edge {
    margin-bottom: 50px;
}

#mhr:hover {
    background-color: #f0f0f0;
    border-radius: 2%;
}

#edge:hover {
    background-color: #f0f0f0;
    border-radius: 2%;
}

#mhr-v2:hover {
    background-color: #f0f0f0;
    border-radius: 2%;
}

#edge-v2:hover {
    background-color: #f0f0f0;
    border-radius: 2%;
}