@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&display=swap');
body {
    font-family: 'Merriweather', serif;
    background-color: #d0f2ff11;
}

*:focus {
    outline: none;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5em !important;
}

input::placeholder,
a,
strong {
    font-size: calc(0.7rem + 0.3vw) !important;
}

.shadow-custom {
    box-shadow: 0 0 15px rgb(48 52 66 / 10%);
}

.navbar-nav .nav-item {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
}

.navbar-nav .nav-item .nav-link {
    font-size: calc(0.7rem + 0.4vw) !important;
}

.navbar-nav .nav-item .nav-link:hover,
.dropdown-menu .dropdown-item:hover {
    color: #000;
    font-size: 92px;
    background: linear-gradient(to right, #006F96 10%, #FF9013 50%, #006F96 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1.5s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.navbar-nav .nav-item .nav-link.active {
    color: #006F96 !important;
    border-bottom: 3px solid #006F96;
}

.dropdown-menu .dropdown-item.active {
    color: #006F96 !important;
    background-color: transparent !important;
}

.navbar {
    align-items: center !important;
    width: 100% !important;
    z-index: 1000;
    position: fixed;
    top: 0;
    display: block;
    transition: top 0.3s;
}

.content {
    margin-top: 5.5rem;
}

.shadow-custom2 {
    box-shadow: 0px 0rem 2rem 0px #21252938 !important;
}

@media (max-width:1000px) {
    .pargraph {
        top: 0 !important;
        left: 0% !important;
    }
    .fly {
        top: 3% !important;
        left: 10% !important;
    }
    .flyright {
        top: 1% !important;
        right: 10% !important;
    }
    .gallery {
        width: 100% !important;
        height: auto !important;
    }
    .totop {
        width: 50px !important;
        height: 50px !important;
        font-size: 20px !important;
        padding-top: 7px !important;
        padding-right: 7px !important;
        border: 5px solid #ffffff8a !important;
    }
    .slice {
        max-height: 240px !important;
    }
    .card-img-bottom {
        height: 100% !important;
    }
    .pos_cus {
        position: relative !important;
        top: 70px !important;
    }
}

@media (max-width:1500px) {
    .more_width {
        width: 235% !important;
    }
    .more_width1 {
        width: 130% !important;
    }
}

.pargraph {
    top: 6vh;
    left: -5%;
}

.ul-custom {
    list-style: none;
    padding: 0px;
}

.ul-custom li:before {
    color: #ff7518;
    content: '\2713';
    margin: 0 1em;
}

.hover img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 {
    overflow: hidden;
    cursor: pointer;
}

.hover img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.4;
    filter: brightness(0.5);
}

.text {
    position: absolute;
    left: 10%;
    color: #011183;
    bottom: 10%;
    opacity: 0;
    font-weight: bolder;
    font-size: calc(0.9rem + 0.7vw) !important;
}

.hover img:hover+.text,
.text:hover {
    opacity: 1;
    text-shadow: 0 0 3px #ffffff, 0 0 5px #ffffff;
}

.fly {
    top: 15%;
    left: 5%;
}

.flyright {
    top: 15%;
    right: 5%;
}

a {
    text-decoration: none;
}

.gallery {
    width: 70%;
    height: auto;
}

.gallery img {
    filter: brightness(0.9);
}

.textdown {
    position: absolute;
    left: 0%;
    color: #fff;
    bottom: 15%;
    opacity: 1;
    font-weight: bolder;
    font-size: calc(0.7rem + 0.4vw) !important;
    text-shadow: 0 0 3px #000000, 0 0 5px #000000;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #1491bf80;
}

::-webkit-scrollbar-thumb {
    background: #45839a;
}

::-webkit-scrollbar-thumb:hover {
    background: #006F96;
}

.bold {
    font-size: calc(0.7rem + 1vw) !important;
    font-weight: bolder;
    color: #006F96 !important;
}

.borderright {
    border-left: 4px solid #006F96;
    font-weight: bolder;
}

.totop {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 30px;
    border: 8px solid #ffffff8a;
    outline: none;
    background-color: #006F96;
    color: white;
    cursor: pointer;
    padding: 9px;
    border-radius: 50%;
    text-align: center;
    width: 73px;
    height: 73px;
}

.totop:hover {
    background-color: #fff;
    color: #006F96;
    border-color: #006F96 !important;
}

.text-shadow {
    text-shadow: 0 0 3px #ffffff97, 0 0 5px #ffffffa7;
}

.contact {
    transition: 0.7s;
    font-size: calc(1rem + 1.5vw) !important;
}

.contact:hover {
    color: #006F96 !important;
}

.shadow-custom3 {
    box-shadow: 0 0 15px rgb(0 111 150 / 70%);
}

.pageintion:hover {
    color: #006F96 !important;
}

.card-img-bottom {
    height: 250px;
}

select {
    cursor: pointer !important;
}

.text-large-end {
    text-align: left;
}

.ms-large-auto {
    margin-left: auto;
}

.mend-3 {
    margin-right: 1rem;
}

.flyleft {
    left: 4vw;
}

.container_img {
    bottom: -10%;
    left: -5%;
}

.ms-large-5 {
    margin-right: 3rem !important;
}

.float-img {
    top: 40%;
    left: 8%;
    direction: ltr;
}
