@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {width: 100%; margin: 0 auto; padding:0 ; font-family: "Poppins", sans-serif; overflow-x: hidden;}
.makehimsection { padding: 50px 0px; }
.zoomimg { display: inline-block; position: relative; margin: 13px 0; width: 100%; }
.zoomicon { background: #fff; width: 40px; height: 40px; border-radius: 40px; position: absolute; top: 15px; left: 15px; display: inline-flex; align-items: center; align-content: center; justify-content: center; transition: all .4s; opacity: 0; visibility: hidden; } 
.zoomicon svg { width: 20px; height: 20px; } 
.zoomicon svg path { fill: #000; }
.zoomimg:hover .zoomicon { opacity: 1; visibility:visible; }
.productdetails h3 { font-size: 48px; line-height: 1.3; font-weight: 400; margin: 0 0 15px; text-align: center; } 
.productdetails ul { margin: 0; padding: 0 0 20px 20px; } 
.productdetails ul li { font-size: 18px; color: #000; padding: 5px 0; font-weight: 500; } 
.productdetails h3 { font-size: 28px; line-height: 1.3; font-weight: 600; margin: 0 0 15px; } 
.productdetails p { font-size: 18px; color: #000; margin: 0 0 13px; line-height: 30px; }
.cartbtn { margin: 0 0 20px; }
.cartbtn .btn.btn-primary { padding: 15px 0; border-radius: 0; font-size: 16px; }
.downloadbox { background: #1b1464; color: #fff; text-align: center; padding: 15px 15px; border-radius: 20px; box-shadow: -5px -4px 0px 2px rgba(0, 0, 0, 0.4); margin: 0 0 10px; text-decoration: none; }
.downloadbox h4 { font-size: 30px; font-weight: 600; color: #fff; }
.downloadbox a:hover { text-decoration: none !important;  border: none !important;  outline: none !important;  border-bottom: none !important;}
.downloadbox p { font-size: 18px; color: #fff; margin: 0;}
.joinlogobox { text-align: center; background: #00aaad; border-radius: 20px; padding: 20px; color: #fff; display: block; font-size: 20px; text-decoration: none; margin: 10px 0 20px; }
.joinlogobox .img-fluid { display: block; max-width: 250px; margin: 15px auto 0; }
.contactbox a { text-align: center; background: #ffe39c; border-radius: 20px; padding: 20px; color: #000; font-size: 20px; font-weight: 600; text-decoration: none; margin: 10px 0 20px; min-height: 120px; display: flex ; flex-wrap: wrap; align-items: center; justify-content: center; }
 
/* Header */
.navbar {
    padding: 8px 0px;
}

.navbar-nav {
    align-items: center;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #1B1464;
}

.navbar .navbar-nav .nav-item {
    padding: 0px 5px;
}

.log_in_btn {
    border: 1px solid #1B1464;
    border-radius: 10px;
    width: 118px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.sign_up_btn {
    background: #1B1464;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF !important;
    width: 118px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.d_hide {
    display: none;
}

.d_hide_show {
    display: inline-block;
    padding: 0px 5px !important;
}




.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    list-style: none;
    background-color: #f8f9fa;
    background-clip: padding-box;
    border-radius: 0.25rem;
    left: -30px;
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #1B1464;
}

.dropdown-notification .dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-notification .dropdown-menu {
    border: none !important;
    background-color: #f8f9fa;
    border-radius: 0;
    padding: 0.5rem 0 0 0;
    margin: 0.125rem 0 0 0;
    width: 400px;

}

.dropdown-menu {
    border: none !important;
    background-color: #f8f9fa;
    border-radius: 0;
}

.dropdown-menu a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #1B1464;
}

.dropdown {

    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 99;

}

.dropdown.toggle>input {
    display: none;
}

.dropdown p {
    padding-left: 10px;
    padding-top: 15px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.025em;
    color: #000000;
}

.dropdown>p::after,
.dropdown.toggle>label::after {
    content: "";
    float: right;
    margin: 10px 15px 0 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #CCC;
}

.dropdown ul {
    list-style-type: none;
    display: block;
    padding: 0;
    position: absolute;
    width: 100%;
    box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 999;
    background: #fff;
    margin-top: 5px;
}

.dropdown a,
.dropdown.toggle>label {
    display: block;
    padding: 0 0 0 10px;
    text-decoration: none;
    line-height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.025em;
    color: #1B1464;
    background-color: #FFF;
    white-space: wrap;
}

.dropdown li {
    height: 0;
    overflow: hidden;
    transition: all 500ms;
}

.dropdown.hover li {
    transition-delay: 200ms;
}

.dropdown li {
    border-radius: 2px 2px 0 0;
}

.dropdown li a:hover {
    background-color: #eee;
}

.dropdown li:first-child a::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    margin: -10px 0 0 30px;
}

.dropdown>a:hover::after,
.dropdown.toggle>label:hover::after,
.dropdown.toggle>input:checked~label::after {
    border-top-color: #AAA;
}

.dropdown li:first-child a:hover::before {
    border-bottom-color: #EEE;
}

.dropdown.hover:hover li,
.dropdown.toggle>input:checked~ul li {
    height: 40px;
}

.dropdown.hover:hover li:first-child,
.dropdown.toggle>input:checked~ul li:first-child {
    padding-top: 5px;
}

.frontend-profile-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.navbar-brand img {
    width: 175px;
}

/* Footer */
footer { padding: 40px 0px 0px 0px;}
footer .footer-card ul { list-style: none; margin: 12px 0; padding: 0;}
footer .footer-card ul li { position: relative; margin-bottom: 0; display: flex; align-items: center; } 
footer .copy_right_info::before { mix-blend-mode: normal; opacity: 0.35; border-bottom: 2px solid #1B1464; display: inline-block; content: ""; width: 100%; position: relative; } 
footer .footer-btn { padding: 10px 0px !important; } 
footer .footer-card { padding: 20px 0px 0px 0px } 
footer .footer-card img { width: 175px; }
 footer .footer-card .help_btn { background: #1B1464; color: #FFFFFF; text-decoration: none; width: 180px; height: 40px; align-items: center; display: flex; justify-content: center; } 
 footer .footer-card h4 { font-weight: 600; font-size: 18px; line-height: 24px; color: #1B1464; text-transform: uppercase; } 
 footer .copy_right_info .copy_right_details p { font-weight: 400; font-size: 14px; color: #1B1464; mix-blend-mode: normal; opacity: inherit; text-align: center; padding-top: 5px; }
.footer_link_remove ul li::before { display: none !important; } 
.footer_link_remove .icon { color: #1B1464; ; padding-right: 10px; display: inline-table; } 
footer .footer-card ul li a { letter-spacing: 0.5px; font-weight: 300; font-size: 16px; display: block; line-height: 25px; color: #1B1464; mix-blend-mode: normal; text-decoration: none; } 
footer .footer-card ul.social-link li { display: inline-block; margin-right: 10px; } 
footer .footer-card ul.social-link li a { width: 32px; height: 32px; text-align: center; line-height: 32px; opacity: 1; color: #000; border-radius: 100px; } 
.seven-img img { width: 150px; } 
.event_not_found { display: flex; justify-content: center; font-size: 24px; color: #000; width: 100%; } 
.pagination li { padding: 0px 4px; } 
.text-danger { color: #ff0000 !important; font-size: 15px; padding: 4px 10px; text-transform: capitalize; } 
.text-black { color: #000000 !important; font-size: 15px; padding: 4px 10px; text-transform: capitalize; } 
.app_download { display: flex; align-items: center; justify-content: flex-start; }
.app_download a { width: 150px; margin-right: 5px; margin-top: 20px; }
.app_download a img { width: 100%; height: 100%; }


/* Responsive */
@media (min-width: 1200px) {
 .container{ max-width:1140px}
}

@media (min-width: 1260px) {
.navbar .navbar-nav .nav-item:not(:last-child) { padding: 0px 10px;}
}


@media (min-width: 1400px) {


}


@media (max-width:992px) 
{ 
    .navbar { z-index: 99; padding: 0.5rem 1rem; width: 100%; left: 0; background-color: #f8f9fa !important; } 
    .navbar-nav { align-items: flex-start; } 
    .navbar .navbar-nav .nav-item { padding: 8px 5px; border-bottom: solid 1px #ddd; width: 100%; } 
    .dropdown:hover .dropdown-content { display: block; width: 100%; left: 0px; } 
    .dropdown ul { margin-top: 9px; } 
    .frontend-profile-logo { margin: 5px 0px; } 
}
