@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
}

.dropdown-menu {
    border-radius: 0px !important;
    border-top: 4px solid #44bab9;
}

.dropdown-item {
    color: #222222 !important;
}

.fs-50 {
    font-size: 50px;
}

.fs-42 {
    font-size: 42px;
}

p,
li,
span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

a {
    font-family: "Poppins", sans-serif;
    text-decoration: none;
}

.hm-go-btn {
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: #222222;
    color: #222222;
    background-color: #61CE7000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #222222;
    border-radius: 3px 3px 3px 3px;
    padding: 20px 40px 20px 40px;
}

.hm-go-btn:hover {
    border-color: #44bab9;
}

.navbar-toggler {
    background-color: #fff;
}

/* -------------------------------------------
main-color
---------------------------------------------- */
.bg-1 {
    background-color: #44bab9;
}

.bg-2 {
    background-color: #5b5b5b;
}

.bg-3 {
    background-color: #16f2f1;
}

.cl-1 {
    color: #44bab9;
}

.cl-2 {
    color: #5b5b5b;
}

.cl-3 {
    color: #16f2f1;
}


/* -------------------------------------------
Header
---------------------------------------------- */

.hm-header .navbar-nav a {
    color: #fff;
    font-weight: 400;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #16f2f1;
}

.hm-header .navbar-nav>li {
    position: relative;
    display: inline-block;
    margin: 8px 20px;
    line-height: 27px;
    color: #16f2f1;
    margin-left: 10px;
}

.hm-header .navbar-nav>li>a::before {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #16f2f1;
    transition: width .3s;
}

.hm-header .navbar-nav li:not(:last-child) a:hover:before {
    right: 0;
    bottom: 0;
    width: 100%;
}

/* -------------------------------------------
banner
---------------------------------------------- */
.hm-banner .carousel-control-next,
.hm-banner .carousel-control-prev {
    width: 60px;
    height: 60px;
    opacity: 1;
    background: #44bab9;
    top: 40%;
    border-radius: 50%;
    opacity: 0;
    transition: .3s;
}

.hm-banner .carousel-dark .carousel-control-next-icon,
.hm-banner .carousel-dark .carousel-control-prev-icon {
    filter: invert(0) grayscale(0);
}

.hm-banner:hover .carousel-control-next {
    opacity: 1;
    right: 50px;
}

.hm-banner:hover .carousel-control-prev {
    opacity: 1;
    left: 50px;
}

.hm-banner .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    padding: 0;
    background-color: #44bab9;
}

/* -------------------------------------------
authenticate
---------------------------------------------- */
.btnn {
    background-color: #222222;
    border: 1px dashed #44bab9;
    color: #fff;
    border-radius: 3px;
    margin: 30px auto 0;
    padding: 20px 40px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1;
    display: block;
}

.btnn:hover {
    background-color: #44bab9;
    border: 1px dashed #44bab9;
}

::placeholder {
    font-family: "Poppins", sans-serif;
}

/* -------------------------------------------
testimonials
---------------------------------------------- */
.testimonials .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 9.25rem;
}

/* -------------------------------------------
footer
---------------------------------------------- */
.footer {
    background: url(./Image/ft_banner.jpg) no-repeat center top/cover;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #16f2f1;
}

/* -------------------------------------------
pop
---------------------------------------------- */
/* Styles for the main popup */
#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-radius: 4px;
    text-align: center;
}

/* Styles for the alternate popup */
#alternatePopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 30px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    border-radius: 4px;
}

#alternatePopup h2 {
    text-align: center;
    font-size: 40px;
    color: red;
    margin: 8px 0;
}

#alternatePopup h3 {
    text-align: center;
    font-size: 42px;
    color: #111;
    margin: 10px 0;
}

#popup h2 {
    text-align: center;
    font-size: 40px;
    color: green;
    margin: 8px 0;
}

#popup h3 {
    text-align: center;
    font-size: 42px;
    color: #111;
    margin: 10px 0;
}

.close_btn {
    position: absolute;
    top: 0px;
    right: -1px;
    background: red;
    border-radius: 0;
    padding: 8px;
    color: #000;
    opacity: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width:768px) {
    #popup h3 {
        text-align: center;
        font-size: 20px;
    }

    #alternatePopup h3 {
        text-align: center;
        font-size: 20px;
    }

    #popup h2 {
        text-align: center;
        font-size: 25px;
    }

    #alternatePopup h2 {
        text-align: center;
        font-size: 25px;
    }

    #popup img {
        width: 40%;
    }

    #alternatePopup img {
        width: 40%;
    }
}