@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
body{
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #444;
}
.blue{
    color: #000847;
}

.container{
    max-width: 1140px;
    margin: auto;
}
.navbar {
    margin: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    max-width: 50%;
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    
}
#logo{
    width:30%;
    object-fit: cover;
}

.logo-side span{
    color: #34a391;
    font: normal .9em arial;
} 
.logo-side h5{
    width: 140px;
    color: #40c4e3;
    margin: 10px 0;
    font: 300 .7em Roboto;
    white-space: wrap;

}
.right-navbar img{
    height: 80px;
    width: 100px;
    object-fit: cover;
}
.menu{
    display: none;
}

.swiper-slide{
    max-height: 474px!important;
    height: 100%!important;
    width: 100%;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
marquee{
    height: 40px;
    background: #34a391;
}
.marqe{
    display: flex;
    padding: 10px 0;
    color: #fff;
  }

.pr-10{
    padding-right: 70px;
}
.main-info{
    background: rgb(0, 8, 71);
    color: #fff;
    padding: 20px 0;
    h1,h3{
        font: 500 1.5em Roboto;
        padding: 3px 0;
    }
    a{
        text-decoration: underline;
        padding-left: 10px;
    }
    a:hover{color: #34a391;}
}
.info{
    margin: 10px 20px;
}
strong{
    font-weight: 500;
    display: inline-block;
    padding: 5px 0;
}
#products-section{
    margin: 100px 0;
}
.products {
    margin: 20px 20px;
}

.product{
    width: 100%;
    height: 350px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-radius: 7px;
    overflow: hidden;

    h3, h3 > strong{
        text-align: center;
        padding: 10px 0;
        font-weight: bold;
    }
    img{
        width: 100%;
        height: 300px;
        object-fit: fill;
    }

}

footer{
    background: #40c4e3;
    color: #fff;
    height: auto;
}
.first-col figure{
    width: 90px;
    height: 90px;
    img{
        width: 100%;
        object-fit: cover;
    }

}

.col-4 li{
    margin: 10px 0;
}

#copy-right{
    margin: 0 20px;
    padding: 10px 0;
}
.menu-nav {
    background: #000847;

}
#burger{
    display: initial;
    padding: 15px 0;
    color: white;
    text-align: end;
    margin: 0 20px;
    font-size: 1.5em;
    z-index: 100000;
}
#partners{
    padding: 50px 10px;
    h2{
        padding: 30px 0;
    }
}
.partner{
    width: 100%;
    margin: 20px 0;
    img{
        width: 100%;
        object-fit: fill;
        border-radius: 7px;
    }
}
#activities{
    padding: 30px 0;
    margin: 0 20px ;
}

.activity{
    width: 100%;
    height: 300px;
    margin: 100px 0;
    figure{
        height: 100%;
        width: 100%;
        img{
            height: 100%;
            width: 100%;
            object-fit: cover;
            border-radius: 7px;
        }
    }
}
#about-us{
    margin: 50px 30px;
}
.footer-area{
    margin: 0 20px;
    padding: 10px 0;
}


.producttitle{
    margin-left: 20px;
}
.fa-angle-up, .fa-angle-down{
    margin-left: 5px;
}


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-top: 20px;
}

.pagination li {
    margin: 0 5px;
}

.pagination a {
    text-decoration: none;
    padding: 8px 12px;
    border: 1px solid #000847;
    color: #34a391;
    border-radius: 5px;
    transition: 0.3s;
}

.pagination a:hover {
    background: #000847;
    ;
    color: white;
}

.pagination .active a {
    background: #000847;
    ;
    color: white;
    font-weight: bold;
}
form{
    width: 100%;
    height: 100%;
    button{
        padding: 10px 35px;
        border: none;
        border-radius: 7px;
        background: #1ca3d4;
        color: #fff;
        font-size: 1em;
        transition: all .3s;
    }
}

.contact-types{
    text-align: center;
    font-size: 1.1em;
    margin: 10px 0;
    p{
        margin: 10px 0;
        transition: all .5s;
        i{
            color: #000847;
        }
        i:hover{
            color: red;
        }
    }
    p:hover{
        color: red;
        cursor: pointer;
        transform: scale(1.1);
    }
}


.social-platforms{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 1.3em;
}
.form-group{
    width: 100%;
    input,textarea{
        width: 100%;
        height: 40px;
        margin: 10px 0;
    }
    textarea{
        height: 100px;
    }
    
}

#contact-form{
    padding: 50px 0;
    margin: 0 20px;
    color: #666;
}


.fa-bars, .fa-xmark{
    font-size: 1.5em;
}
.fa-xmark{
    color: #555!important;
}

.burger-side {
    position: relative; 
    display: flex;
    justify-content: end;
    padding: 10px 0;
    font-size: 1.2em;
    z-index: 1000;
}




.dropdown-menu-mobile {
    display: none;
    position: fixed;
    padding-top: 150px;
    top: 0;
    right: -270px;
    width: 250px;
    height: 100%;
    background: #fff;
    display: flex; 
    flex-direction: column;
    justify-content: start;
    transition: right 0.3s ease-in-out; 
    z-index: 10;
    overflow-y: auto;

}

.dropdown-menu-mobile.open{
    right: 0;
}

.dropdown-menu-mobile li{
    text-align: left;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 1.2em;
}
#burger-inside-dropdown li{
    text-transform: initial;
    font-size: .8em;
    padding-left: 20px;
}

#burger-inside-dropdown {
    display: none; 
    transition: transform 0.3s ease-in-out;
}

#burger-inside-dropdown.show {
    display: block;
}

#prduct-mobile i {
    transition: transform 0.3s ease-in-out;
}

#prduct-mobile i.rotate {
    transform: rotate(180deg);
}
.activity h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mid-col ul li {
  display: -webkit-box;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.error {
    color: red;
    font-size: 0.9em;
  }

#nfound{
    max-width: 55%;
    margin: auto;
    max-height: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 50px 0;
    span{
        font-size: 1.2em;
        font-weight: 900;
        color: #000847;
        white-space: nowrap;
    }
}

.activityimg{
    width: 100%;
        height: 500px;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 7px;
        }
    
}

.activity-info{
    text-align: center;
    margin: 50px 0;
    height: auto;
    width: 100%;
    figcaption,p{
        margin: 20px 20px;
        font: 400 1.3em Roboto;
    }
    p{
        color: #666;
        font-size: 1.2em;
        text-align: left;
        line-height: 1.6em;
        text-align: justify;
    }
}

@media (min-width: 768px) {
    .logo-side span{
        font: 500 2em arial;
        letter-spacing: 2px;
    }
    #logo{
       width: 100px;
    }
    .right-navbar img{
        width: 120px;
    }
    .logo-side h5{
        width: initial;
        color: #1ca3d4;
        margin: 10px 0;
        font: normal 500 1.3em Roboto ;
        white-space: nowrap;
        margin-left: auto;
    }
    .fa-angle-up{
        display: none!important;
    }
    .menu{
        display: initial;
    }
    p a{
        text-decoration: underline;
    }
    .mid-col li:hover,.last-col li:hover{
        text-decoration: underline;
    }
    .menu{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 55px;
        margin: auto;
        padding: 5px 0;
       
    }
    .menu li a{
        color: #fff;
        font: 400 1.2em Roboto;
        letter-spacing: 1px; 
        transition: all .2s;

    }
    .menu li a:hover{
        color: #34a391;
    }


    .swiper-slide img {
        object-fit: initial;
    }
    .info{
        margin: initial;
    }
    h2{
        margin: 0;
    }
    .products {
        margin: 0;
        display: flex;
        gap: 50px;
    }
    
    .product{
        width: 100%;
        height: 390px;
        margin: 20px 0;
        border: 1px solid #eee;
        img{
            width: 100%;
            height: 300px;
            object-fit: fill;
        }
        transition: all .5s;
    }
    .product:hover{
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
        transform: translateY(-15px);
        color: #34a391;
        cursor: pointer;
    }
    footer{
        height: 70vh;
        display: flex;
        align-items: center;
    }

    .footer-area{
        display: flex;
        gap: 80px;
        align-items: flex-start;
        justify-content: space-around;
        p{
            white-space: wrap;
        }  
    }

    .last-col li{
        padding: 3px;
    }

    #copy-right{
        margin: 0 ;
        padding: 0 ;
    }
    .partners-area{
        display: flex;
        flex-direction: column;
    }
    .partner{
        display: flex;
        width: 33.33%;
        height: 250px;
        transition: all .5s;
        img{
            width: 100%;
            height: 100%;
            object-fit: fill;
        }
    }
    .partner:hover{
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
        transform: translateY(-15px);
    }
    .partners{
        display: flex;
        gap: 20px;
        margin: 10px 0;
    }
    .row{
        display: flex;
        gap: 30px;
    }
    .activity{
        width: 33.33%;
        height: 250px;
        margin: 80px 0;
        transition: all .3s;
        figure{
            height: 100%;
            img{
                height: 100%;
                width: 100%;
                object-fit: cover;
                object-position: center;
            }
        }
    }
    .activity:hover{
        /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
        transform: translateY(-15px); */
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
        transform: translateY(-15px);
        color: #34a391;
        cursor: pointer;
    }
    .contact-info {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    
    button:hover {
        background-color: #0056b3;
        cursor: pointer;
    }
    .activity-info{
        text-align: center;
        margin: 50px 0;
        height: auto;
        width: 100%;
        figcaption,p{
            margin: 20px 0;
            font: 400 1.3em Roboto;
        }
        p{
            color: #666;
            font-size: 1.2em;
            text-align: left;
            line-height: 1.6em;
            text-align: justify;
        }
    }
    .activityimg{
        width: 100%;
        height: 500px;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 7px;
        }

    }

    
    .menu{
        display: flex;
        gap: 30px;
        transition: all .9s; 
    }
    .dropdown {
        position: relative;
        list-style: none;
    }
    .dropdown > a {
        color: white;
        text-decoration: none;
        padding: 10px;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 18px;
    }
    .dropdown i {
        transition: transform 0.3s;
    }
    .dropdown-menu  {
        position: absolute;
        top: 100%;
        left: 0px;
        background: white;
        min-width: 200px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        display: none;
        flex-direction: column;
        border-radius: 5px;
        padding: 10px 0;
        z-index: 100;
    }
    .dropdown-menu li {
        list-style: none;
    }
    .dropdown-menu a {
        padding: 10px 20px;
        color: #34a391!important;
        display: block;
        text-decoration: none;
        font-size: 10px;
        white-space: nowrap;
        color: #34a391;
    }
    .dropdown-menu a:hover {
        background: #000847;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .dropdown:hover .fa-angle-down {
        transform: rotate(180deg);
    }
    .burger-side{
        display: none;
    }
    .partners {
        display: flex;
        flex-wrap: wrap;
        gap: 16px; 
    }

    .partners .partner {
        flex: 0 0 calc(33.3333% - 16px);
        box-sizing: border-box;
    }
    .activities .row {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .activities .activity.col-4 {
        flex: 0 0 calc(33.3333% - 16px);
        box-sizing: border-box;
    }
    #nfound{
    max-width: 55%;
    max-height: 55%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    img{
        width: 100%;
        height: 100%;
    }
    span{
        font-size: 2em;
        font-weight: 900;
        color: #000847;
        white-space: nowrap;
    }
    }
        
}
