/* @import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

* {
    /* font-family: 'Oleo Script', cursive; */
    font-family: "Roboto", sans-serif;
    /* overflow-x: hidden; */
}

nav.scrolled {
    /*opacity: 0;*/
    animation: fadeIn 0.5s ease-in both;
}

.navbar-nav li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    list-style: none;
    margin: 0 17px;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
}

.navbar-nav li a {
    font-size: 16px;
    font-weight: 700;
}

.nav-link {
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.scrollWrapper {
    width: 46px;
    max-width: 46px;
    top: 80%;
    position: absolute;
    left: 52%;
    z-index: 100;
    bottom: 30px;
}

.icon-scroll {
    width: 38px;
    height: 60px;
    box-shadow: inset 0 0 0 3px #fff;
    border-radius: 25px;
}

.icon-scroll::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #10141b;
    width: 62px;
    height: 84px;
    border-radius: 50px;
    transform: translate(-12px, -12px);
    transition: all 0.3s;
}

.icon-scroll::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 37px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    left: 50%;
}

.icon-scroll,
.icon-scroll::before {
    position: absolute;
}

@keyframes scroll {
    0% {
        opacity: 1;
        transform: translateY(-25px);
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.imageWelcomeWrapper {
    background-image: url("../img/welcome3.jpg");
    /* height: 100%; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1250px;
    }
}

@media only screen and (min-width: 1367px) {
    .scrollWrapper {
        top: 76%;
    }
}

.parallax {
    background-image: url("../img/banner4.jpg");
    background-size: cover;
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.tagSection h4 {
    color: #333;
    text-align: center;
    height: 100%;
    line-height: 25vh;
}

.imageGallery h2 {
    text-align: center;
    margin-top: 100px;
}

.imageGallery .image {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
}
/* .imageGallery img {
    height: 100% !important;
} */

.parallaxImage {
    background-image: url("../img/banner4.jpg");
    /* background-size: cover; */
    background-size: contain;
     /*min-height: 1000px; */
    height: 100%;
    background-attachment: fixed;
    /* background-position: center; */
    background-repeat: no-repeat;
}

.parallaxImage2 {
    background-image: url("../img/banner18.jpg");
    /* background-size: cover; */
    background-size: contain;
     /*min-height: 1000px; */
    height: 100%;
    background-attachment: fixed;
    /* background-position: center; */
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
    .parallaxImage, .parallaxImage2 {
        min-height: 300px;
    }
    
    .aboutWrapper .p-4 {
        padding: 0 !important;
        margin-top: 20px !important;
        font-size: 18px !important;
    }
    
    .content .content-overlay {
        opacity: 1 !important;
    }
    .content-details {
        opacity: 1 !important;
    }
    .fadeIn-bottom {
        top: 50% !important;
    }
}

footer .card,
.cardWrapper .card,
.mapWrapper .card {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
        rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}


@media only screen and (max-width: 1024px) {
    .logo-img {
        margin-left: unset !important;
        margin-top: unset !important;
        width: 106% !important;
        height: 100% !important;
    }
    
@media not all and (min-resolution:.001dpcm) { 
    @media {
        .logo-img {
            /*margin-left: unset !important;*/
            margin-top: unset !important;
            width: 106% !important;
            height: 100% !important;
        }
        
        header .navWrapper .logoName {
            font-size: 17px !important;
            margin-right: 9px;
        }
        
        .parallaxImage, .parallaxImage2 {
            min-height: 300px;
            background-size: cover !important;
            background-attachment: unset;
        }
        
        .content .content-overlay {
            opacity: 1 !important;
            z-index: 100 !important;
        }
        
        .content-details {
            opacity: 1 !important;
            z-index: 1001 !important;
        }
        
        .fadeIn-bottom {
            top: 50% !important;
        }
        
        .aboutDp {
            height: unset !important;
        }
        
        .aboutWrapper .p-4 {
            padding: 0 !important;
            margin-top: 20px !important;
            font-size: 18px !important;
        }
        
        footer img {
            display: none !important;
        }
    
    }
}
    
    
    .aboutDp {
        height: unset !important;
    }

    .navbar-nav {
        width: 100%;
    }

    header .navWrapper .logoName {
        font-size: 17px !important;
        margin-right: 9px;
    }

    #navbarToggle {
        width: unset !important;
    }

    .navbar-collapse {
        margin-top: 10px;
    }

    .welcomeWrapper .logo-img {
        width: 100% !important;
    }

    .scrollWrapper {
        /* top: 282px; */
        top: 66% !important;
        left: 44%;
    }
    
    .scrollWrapper p {
        top: 50% !important;
    }

    /* .owl-carousel {
        padding-top: 158px;
    }

    .owl-carousel img {
        height: 100% !important;
    } */

    .slider-image {
        height: fit-content !important;
    }

    /*.imageGallery img {*/
    /*    height: 100% !important;*/
    /*}*/

    .mapGoogleWrapper {
        overflow-x: scroll;
    }

    .contactUs .cardWrapper {
        flex-direction: column !important;
    }

    footer img {
        position: unset !important;
        height: 100% !important;
        display: none;
    }
}

/* body {
    background-color: #07283f;
    padding-top: 100px;
  } */
footer .card,
.cardWrapper .card,
.mapWrapper .card {
    /* background-color: #215070; */
    /* background-color: #3d8a1f; */
    display: table;
    width: 100%;
    height: 132px;
    color: #3498db;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 3px;
    color: #333;
}
.card .icon {
    width: 48px;
    height: 100%;
    display: table-cell;
    position: relative;
    /* background-color: #3498db; */
    background-color: #b0d878;
    /* background-color: #f4cfff; */
}
.card .icon:after {
    content: "";
    height: 100%;
    width: 0;
    position: absolute;
    right: -90px;
    top: 0;
    border-right: 90px solid transparent;
    border-left: 0px;
    /* border-bottom: 272px solid #3498db; */
    border-bottom: 272px solid #b0d878;
    /* border-bottom: 272px solid #f4cfff; */
}
.card .icon i {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #fff;
    font-size: 28px;
    z-index: 1;
}
footer .card .content-wrap,
.cardWrapper .card .content-wrap,
.mapWrapper .card .content-wrap {
    padding: 10px;
    padding-left: 62px;
    display: table-cell;
    vertical-align: middle;
}
footer .card .content-wrap .item-title,
.cardWrapper .card .content-wrap .item-title,
.mapWrapper .card .content-wrap .item-title {
    display: inline-block;
    font-size: 16px;
    /* color: #a3baca; */
    color: #333;
    margin-bottom: 3px;
}
footer .card .content-wrap .text,
.cardWrapper .card .content-wrap .text,
.mapWrapper .card .content-wrap .text {
    /* color: #fff; */
    color: #333;
    font-size: 20px;
}

@media only screen and (max-width: 1024px) {
    footer .card .content-wrap .text,
.cardWrapper .card .content-wrap .text,
.mapWrapper .card .content-wrap .text {
    font-size: 16px;
    }
}
