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

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
}

.navbar-default .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding-top: 40px;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: none;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    left: 0;
    text-align: left;
    padding: 0 15%;
    padding-top: 40px;
    margin-top: 30px;

}

.carousel-caption h2 {
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;

    letter-spacing: 2px;
    color: #DEE2E6;
    font-size: 60px;
    font-weight: 600;

}
.carousel-caption h3 {
    font-size: 30px;
    /* font-family: 'Montserrat', sans-serif; */

    letter-spacing: 2px;
    color: #DEE2E6;
    font-weight: 600;

}

.carousel-caption p {
    font-size: 18px;

    line-height: 1.9;

}

.carousel-caption a {
    background: deepskyblue;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
}

.carousel .carousel-control {
    bottom: auto;
    width: 100%;
    height: 15%;
    background: none;
}

.carousel .carousel-control.right {
    top: auto;
    bottom: 0;
    background: none;

}

.carousel .carousel-indicators {
    bottom: auto;
    top: 50%;
    left: auto;
    right: 10px;
    width: 14px;
    margin: 0;
    transform: translateY(-50%);
}

.carousel .carousel-inner>.item {
    left: 0;
    top: 0;
}

.carousel .carousel-inner>.item>img {
    width: 100%;
}

.carousel .carousel-inner>.item.next,
.carousel .carousel-inner>.item.active.right {
    transform: translate3d(0, 100%, 0);
    top: 0;
}

.carousel .carousel-inner>.item.prev,
.carousel .carousel-inner>.item.active.left {
    transform: translate3d(0, -100%, 0);
    top: 0;
}

.carousel .carousel-inner>.item.next.left,
.carousel .carousel-inner>.item.prev.right,
.carousel .carousel-inner>.item.active {
    transform: translate3d(0, 0, 0);
    top: 0;
}

.carousel .carousel-inner>.active,
.carousel .carousel-inner>.next.left,
.carousel .carousel-inner .prev.right {
    top: 0;
}

.carousel .carousel-inner>.next,
.carousel .carousel-inner>.active.right {
    top: 100%;
    left: 0;
}

.carousel .carousel-inner>.prev,
.carousel .carousel-inner>.active.left {
    top: -100%;
    left: 0;
}

#carousel-example-generic {
    height: 380px;
    width: 100%;
}

.carousel .carousel-inner>.item>img {
    width: 100%;
    height: 380px;
}

@media only screen and (max-width: 991px) {
    .mt-45{
        margin-top: 45px !important;
    }

    .carousel-caption h2 {
        font-size: 40px;
        letter-spacing: 0;
    }
    .carousel-caption h3 {
        font-size: 20px;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-default .navbar-collapse {
        border-color: transparent;
        background: #333333;
    }

    .navbar-default .navbar-nav>li>a {
        color: #fff;
    }

    .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
        cursor: pointer;
        text-decoration: underline;
    }

    .carousel-caption p {
        font-size: 12px;

    }

    .carousel-caption {
        padding-bottom: 120px;
    }

    .carousel-caption h2 {
        font-size: 20px;
        letter-spacing: 0;
    }
    .carousel-caption h3 {
        font-size: 17px;
        letter-spacing: 0;
    }

    .info-card {
        background-color: #DEE2E6;
        border-radius: 20px;
        width: 250px !important;
        height: 150px !important;
        padding: 10px 15px !important;
        position: absolute;
        margin: -65px;
        z-index: 999;
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    .info-card:hover {
        transform: scale(1.05);
        cursor: pointer;
    }

    .info-card h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 12px !important;
        padding: 0 !important;
        margin: 0 !important;
        margin-bottom: 5px !important;
        color: #000;
    }

    .info-card p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 10px !important;
        color: #000;
        padding: 0 !important;
    }

}


.carousel .carousel-inner .item .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 380px;
    /* 16:9 aspect ratio */
}

.carousel .carousel-inner .item .mask img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
}

.carousel .carousel-inner .item .mask .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 380px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* Adjust the gradient colors and opacity as needed */
}

.nav-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: small;

}



.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}



.nav-input {

    border-radius: 20px;
    border: none;
    width: 200px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #000;
    padding-left: 20px;
}

.nav-input:focus {
    outline: none;
    border-color: aqua;
}

.info-card {
    background-color: #DEE2E6;
    border-radius: 20px;
    width: 380px;
    height: 170px;
    padding: 10px 20px;
    position: absolute;
    margin: -65px auto 0 15%;
    z-index: 999;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}



.info-card h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.info-card p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000;
}
/* oteg */
.card-oteg {
    background-color: #DEE2E6;
    border-radius: 8px;
    /* width: 200px;
    height: 250px; */
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    transition: transform 0.3s ease;
}
.card {
    background-color: #DEE2E6;
    border-radius: 8px;
    width: 200px;
    height: 250px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: transform 0.3s ease;
}



.n-card {
    background-color: #DEE2E6;
    border-radius: 8px;
    width: 320px;
    height: 350px;

    margin-top: 20px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: transform 0.3s ease;
}


.n-card:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.butom-m {
    transition: transform 0.3s ease;
}

.butom-m:hover {
    transform: scale(1.05);
    cursor: pointer;
}

body {
    background-color: #F2F2F2;
    overflow-x: hidden;
}

.otwn-logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 5px 0 10px;
    padding-right: 40px;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }


    .navbar-default .navbar-collapse {
        border-color: transparent;
        background: #333333;
        border-radius: 0, 5px, 5px, 0 !important;
    }

    .navbar-default .navbar-nav>li>a {
        color: #fff;
    }

    .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
        cursor: pointer;
        text-decoration: underline;
    }

    .otwn-logo {
        display: none;
    }

}


.navbar-toggle {
    border-color: #333333 !important;

}

.navbar-toggle:focus {
    background-color: #333333 !important;
    border-color: #333333 !important;

}

.navbar-toggle:hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.social-media-stiky {
    height: auto !important;
    width: 35px;
    background-image: linear-gradient(140.57deg, #ED4C02 0%, #FB8A55 100%);
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    gap: 10px;
    box-shadow: -12px 15px 18px -3px rgba(0, 0, 0, 0.1);
    padding-top: 15px;
}

.social-media-stiky img {
    max-height: 100%;
    transition: transform 0.3s ease;

}

.social-media-stiky img:hover {
    transform: scale(1.3);
    cursor: pointer;
}

/* For Webkit browsers (Chrome, Safari, etc.) */
::-webkit-scrollbar {
    width: 10px;
    /* Adjust the width as needed */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Set the background color */
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
    /* Set the thumb color */
}

.card-container {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
    -ms-overflow-style: none;
    /* Hide scrollbar for IE and Edge */
}

.card-container::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari, and Opera */
}
/* oteg */
.card-oteg {
    
    /* cursor: grab;
    user-select: none; */
    flex-shrink: 0;
    /* padding: 0 !important; */
    margin-right: 20px;
    margin-right: 20px;
}
.card {
    width: 350px;
    height: 360px;
    background-color: #f2f2f2;
    cursor: grab;
    user-select: none;
    flex-shrink: 0;
    /* padding: 0 !important; */
    margin-right: 20px;
    margin-right: 20px;
}

.card:active {
    cursor: grabbing;
}

.nav-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: small;
    transition: transform 0.3s ease;


}

.nav-text:hover {
    color: #ED4C02 !important;
    cursor: pointer;
    transform: scale(1.2);
}

/* pdf */
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.url-custom-btn {
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #fff;

    padding: 10px 25px;
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    transition: transform 0.3s ease;
}


.url-custom-btn:hover {
    background-image: linear-gradient(140.57deg, #ED4C02 0%, #FB8A55 100%);
    border: 1px solid #ED4C02;
    transform: scale(1.1);
    cursor: pointer;
}

.pdf-logo {
    color: #333333;
    transition: transform 0.3s ease;
}

.pdf-logo:hover {
    transform: scale(1.5);
    cursor: pointer;
    color: #ED4C02 !important;
}

.not-found-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #ED4C02 !important;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* container */
.container2 {
    position: relative;
    width: 100%;
    height: 900px;
}

.corner-div {
    position: absolute;
    /* set corner-div position to absolute */
    top: 10 !important;
    /* position it at the top */
    right: 0 !important;
    /* position it at the right */



    width: 200px;
    height: 56px;
    background-image: linear-gradient(140.57deg, #ED4C02 0%, #FB8A55 100%);
    z-index: 999;
    /* set a high z-index value to make it appear over other elements */

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10rem;
    transition: transform 0.3s ease;

}

.corner-div:hover {
    cursor: pointer;
    text-decoration: none;
    transform: scale(1.1);

}

.corner-div2 {
    position: absolute;
    /* set corner-div position to absolute */
    top: 10 !important;
    /* position it at the top */
    right: 0 !important;
    /* position it at the right */

    width: 200px;
    height: 56px;
    background-image: linear-gradient(140.57deg, #ED4C02 0%, #FB8A55 100%);
    z-index: 999;
    /* set a high z-index value to make it appear over other elements */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10rem;
    transition: transform 0.3s ease;

}

.corner-div2:hover {
    cursor: pointer;
    text-decoration: none;
    transform: scale(1.1);
}