*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    font-family: "Poppins", serif;
}
/* body{
    background-color: #d7d7fa;
} */
a{
    text-decoration: none;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: white; */
    z-index: 99;
    box-shadow: 0 23px 23px -21px rgb(0, 0,0,0.25);
    /* background: rgb(221,241,246);
    background: linear-gradient(90deg, rgba(221,241,246,1) 11%, rgba(0,44,255,1) 54%, rgba(6,28,166,1) 100%); */
    background: rgb(246,248,251);
    background: linear-gradient(90deg, rgba(246,248,251,1) 24%, rgba(79,115,243,1) 45%, rgba(44,86,234,1) 64%, rgba(9,56,225,1) 82%);
}
nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 14600px;
    height: 5rem;
    /* margin: 0 auto; */
    z-index: 999;
    /* padding-right: 10px; */
}
.toggle_menu,
.close_menu{
    display: none;
}

.logo{
    display: flex;
    align-items: center;
    margin-left: 35px;
}
.logo .b-logo{
    width: 75px;
    height: 75px;
}
.logo .b-logo img{
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
.logo a{
    width: 50%;
    font-size: 1.4rem;
    font-weight: 600;
    color: darkblue;
    /* text-transform: uppercase; */
    padding-left: 10px;
}
.nav_list{
    display: flex;
    margin-right: 30px;
}
ul li .active{
    color:rgb(251, 164, 164) ;
}
.nav_item{
    /* padding: 0; */
    margin: 0 0.8rem;
    padding: 1.4rem 0;
    list-style: none;
    /* margin-right: 30px; */
}
.nav_link{
    font-weight: 400;
    color: white;
}
/* .nav_link:hover{
    color: lightcoral ;
    font-weight: 600;
} */
.dropdown_link{
    display: flex;
    align-items: center;
}
.dropdown_icon{
    font-size: 1rem;
    margin-left: 5px;
}
.megamenu{
    position: absolute;
    width: 75%;
    top: 4rem;
    left: 0;
    background-color: white; 
    /* background-color: aqua; */
    margin-left: 20%;
    display: flex;
    justify-content: center;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 23px 23px -21px rgb(0, 0,0,0.25);
    z-index: -90;
    visibility: hidden;
    opacity: 0;

}

.content{
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem;
    /* position: relative; */
}
.megamenu .content h3{
    color: lightcoral;
    font-size: 18px;
    font-weight: 300;
}

.megamenu_item{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    list-style: none;
}
.header_megamenu{
    font-weight: 600;
    color: #a8a1b5;
    margin-bottom: 1rem;
}
.menu_icon {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    background-color: #efeef1;
    margin-right: 0.5rem;
}
.menu_icon i{
    line-height: 32px;
    font-size: 22px;
    color: lightcoral;
}
.megamenu_link a{
    font-weight: 500;
    color: #000;
}
.megamenu_link a:hover{
    color: rgb(232, 26, 26) ;
    /* font-weight: 550; */
}
.megamenu_link p{
    font-size: 0.6875rem;
    font-weight: 400;
    color: #a8a1b5;
}
.dropdown:hover .megamenu{
    color: darkblue;
    visibility: visible;
    transition: all 0.3s ease;
    opacity: 1;
}
.nav_item:hover .dropdown_icon{
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.wrapper{
    width: 100%;
}
.wrapper .cont{
    padding-top: 10px;
}
.wrapper .cont .g-section{
    width: 80%;
    /* background-color: #a8a1b5; */
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
    display: grid;
    margin-bottom: 5px;
    grid-template-columns: repeat(3, 1fr);
    /* grid-gap: 5px; */
}
.wrapper .cont .g-section .gallery{
    width: 90%;
    position: relative;
    margin-left: 17px;
    margin-bottom: 5px;
    /* background-color: blueviolet; */
}

.wrapper .cont .g-section .gallery .image-g{
    width: 100%;
    height: 100%;
}

.wrapper .cont .g-section .gallery .grid-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border : 1px solid #eee;
    padding: 5px;
    display: block;
    box-shadow: 0 23px 23px -21px rgb(0, 0,0,0.25);

}
.wrapper .cont .g-section .gallery .caption{
    width: 100%;
    height: 100%;
    /* background-color: #a8a1b5; */
    position: absolute;
    padding: 15px;
    top: 0;
    left: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background: rgba(173, 171, 171, 0.5);
    color: #222;
    opacity: 0;
    transition: opacity 0.30s;
}
.wrapper .cont .g-section .gallery .caption:hover{
    opacity: 1;
}

.wrapper .cont .g-section .gallery .caption h4{
    color: white;
    font-weight: 600;
    font-size: 16px;
}
.wrapper .cont .g-section .gallery .caption h4:hover{
    font-size: 20px;
}
/* 
.megamenu .popup-image{
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}
.megamenu .popup-image span{
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 35px;
    color: white;
    font-weight: 500;
    cursor: pointer;
    z-index: 100;
}
.megamenu .popup-image .p-image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    border-radius: 5px;
    object-fit: cover;
} */

.nav_list .popup-image{
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}
.nav_list .popup-image span{
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 35px;
    color: white;
    font-weight: 500;
    cursor: pointer;
    z-index: 100;
}
.nav_list .popup-image .p-image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    border-radius: 5px;
    object-fit: cover;
}


@media screen and (max-width: 768px){
    .nav{
        width: 80%;
    }
    .logo a{
        font-size: 14px;
    }
    .megamenu{
        justify-content: start;
        flex-wrap: wrap;
    }
    /* .megamenu .popup-image .p-image{
        width: 95%;
    } */
}
@media screen and (max-width: 768px){
    .megamenu{
        flex-direction: column;
        position: static;
        box-sizing: none;
        border-radius: 0;
        height: 0;
        max-width: 350px;
        overflow: hidden;
    }
    .dropdown:hover .megamenu{
        height: 100%;
    }
    .nav_link{
        color: lightcoral;
    }
    .nav_list{
        position: absolute;
        height: 100vh;
        width: 100%;
        left: -100%;
        max-width: 350px;
        top: 0;
        background-color: #fff;
        flex-direction: column;
        overflow: hidden;
        display: block;
        transition: 0.3s;
    }
    .wrapper .cont .g-section{
        grid-template-columns: 1fr;
    }
    .toggle_menu,
    .close_menu{
        display: block;
    }

    .toggle_menu i{
          color: white;
          font-size: 24px;
    }
    .close_menu{
        margin: 1rem 1rem 1rem auto;
        background-color: darkblue;
        border-radius: 50px;
        width: 32px;
        height: 32px;
        text-align: center;
        font-size: 20px;
    }
    .close_menu:hover{
        color: rgb(108, 108, 219);
    }
    .close_menu i{
        line-height: 32px;
        color: #fff;
        font-size: 26px;
    }
    .show_menu{
        left: 0;
    }
}


.atm-image{
    width: 100%;
    background: rgb(134,152,237);
    background: linear-gradient(90deg, rgba(134,152,237,1) 5%, rgba(0,44,255,1) 52%, rgba(6,28,166,1) 100%);
    margin-top: 64px;
}
.atm-image img{
    width: 100%;
    object-fit: cover;
}

.main .atm-service{
    width: 100%;
    background: rgb(215,215,250);
    background: linear-gradient(90deg, rgba(215,215,250,1) 0%, rgba(0,44,255,1) 52%, rgba(215,215,250,1) 100%);
    text-align: center;
    /* margin-top: 5px; */
}
.main .atm-service span.at{
    font-size: 24px;
    font-weight: 400;
    color: white;
    /* padding-top: 35px;
    padding-bottom:45px; */
}
.main .atm-container{
    width: 100%;
    /* background-color: #a8a1b5; */
    display: inline-block;
    padding-left: 150px;
    padding-right: 150px;
    line-height: 1.8;
    word-spacing: 2px;
}
.main .atm-container{
    font-size: 16px;
}
.atm-container ul{
    display: block;
    list-style-type: disc;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}


footer .f-container{
    /* max-width: 100%; */
    background: rgb(2, 2, 82);
    /* background-color:blue; */
}
.f-rows{
    display: flex;
    /* justify-content: space-between; */
    padding: 30px 70px;
    gap: 85px;
    margin-left: 20px;
}
.f-col ul{
    list-style: none;
}
.f-col h4{
    color: white;
    margin-bottom: 25px;
    font-size: 18px;
    position: relative;
    font-family: "Ubuntu", sans-serif
}
.f-col h4::before{
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    background-color: lightblue;
    bottom: -8px;
}
/* .f-col ul li{
    padding: 2px 0;
} */
.f-col ul li a{
    color: white;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.7;
    transition: 0.5s;
}
.f-col ul p{
    color: white;
    opacity: 0.9;
    transition: 0.5s;

}
.f-col ul li a:hover{
    opacity: 1.5;
}
.f-row{
    display: flex;
    justify-content: space-between;
    padding: 30px 70px;
}
.f-row .col{
    color: white;
    font-size: 12px;
    font-family:"Poppins", serif ;
}
.f-row .f-col .f-logo{
    width: 50%;
    height: 40%;
    /* margin-left: 25px; */
    padding-left: 15px;
}
.f-col .f-logo img{
    width: 75px;
    height: 75px;
}
.f-rows .f-col:nth-child(5){
    margin-left: 25px;
}
.f-rows .f-col .f-logo p{
    width: 60%;
    color: white;
    opacity: 0.9;
    transition: 0.5s;
    margin-top: 8px;
    word-spacing: 1px;
}

hr{
    opacity: 0.6;
}
.f-row{
    background: white;
}
.f-row .col{
    color: #000;
}
.f-row .socialicons i{
    display: inline-block;
    color: blue;
    font-size: 20px;
    margin: 0 5px;
    transition: 0.5s;
}
.f-row .socialicons .fackbook{
    color: blue;
}
.f-row .socialicons .twitter{
    color: rgb(5, 140, 185);
}
.f-row .socialicons .instagram{
    color: rgb(131,58,180);
    color: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}
.f-row .socialicons .fackbook:hover,
.f-row .socialicons .twitter:hover,
.f-row .socialicons .instagram:hover{
    font-size: 24px;
}

@media (max-width:600px){
    footer .f-rows{
        flex-direction: column;
        padding: 20px 30px;
    }
    footer .f-col ul{
        margin-left: 20px;
        margin-bottom: 20px;
    }
    
}