@font-face{
    font-family: "Nunito";
    src: url("../files/fonts/Others/Nunito-Black.ttf");
}

@font-face{
    font-family: "BS";
    src: url("../files/fonts/Others/BalsamiqSans.ttf");
}

@font-face{
    font-family: "Charlie Text";
    src: url("../files/fonts/charlie_text/charlie-text-3.ttf");
}

@font-face{
    font-family: "Open Sans";
    src: url("../files/fonts/Open_Sans/static/OpenSans-Medium.ttf");
}

@font-face{
    font-family: "Open Sans Bold";
    src: url("../files/fonts/Open_Sans/static/OpenSans-Bold.ttf");
}

*{
    padding: 0px;
    margin: 0px;
}

body{
    font-family: 'Charlie Text','Open Sans', sans-serif;
}



/* Header */


header{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 10px 5px -5px rgba(85, 85, 85, 0.2);
    backdrop-filter: blur(100px);
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
}

.header{
    width: 90%;
    padding: 14px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.title{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.title-logo img{
    height: 45px;
}

.title-name{
    display: none;
    font-size: 30px;
    font-family: 'BS';
    font-weight: bolder;
    color: #072A6C;
}

.menu{
    display: flex;
    align-items: center;
    gap: 24px;
}

.menu a{
    text-decoration: none;
    color: unset;
}

.menu-option{
    font-size: 15px;
    cursor: pointer;
}

.menu-option:hover{
    color: steelblue;
}

.selected{
    color: #072A6C;
}

.header-button{
    display: flex;
    align-items: center;
    gap: 7px;
}

.header-button button{
    width: 110px;
    height: 42px;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    background: #072A6C;
    cursor: pointer;
}

.header-menu{
    display: none;
}

.header-menu button{
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 40px;
    background: transparent;
    cursor: pointer;
}

.header-menu button img{
    height: 21px;
}


/* Mobile Menu */


.mobile{
    position: fixed;
    inset: 0px;
    padding: 35px 30px;
    backdrop-filter: saturate(180%) blur(20px);
    background: rgb(251, 251, 253, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    transform: translateY(-20%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease-in-out; 
}

.mobile-logo{
    width: 100%;
    text-align: right;
}

.mobile-logo button{
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 40px;
    background: transparent;
    cursor: pointer;
}

.mobile-logo button img{
    height: 17px;
}

.mobile-menu{
    width: 100%;
}

.mobile-option{
    padding-top: 10px;
    font-size: 15px;
    cursor: pointer;
}

.mobile-selected{
    color: #072A6C;
}

.mobile-buttons{
    display: flex;
    align-items: center;
    gap: 7px;
}

.mobile-logo, .mobile-menu, .mobile-buttons{
    opacity: 0;
    visibility: hidden;
    transition: 1s all ease-in-out;
}

.mobile-buttons button:first-child{
    width: 110px;
    height: 45px;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    color: white;
    background: #072A6C;
    cursor: pointer;
}

.mobile-buttons button:last-child{
    width: 100px;
    height: 45px;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 1.6px 3.6px rgb(0 0 0 / 14%), 0px 0px 2.9px rgb(0 0 0 / 12%);
    font-size: 13px;
    font-weight: 600;
    color: #2b2b2b;
    background: white;
    cursor: pointer;
}

/* Extra */


.extra{
    padding: 0px 0px 0px;
    display: flex;
    justify-content: center;
}

.extra img{
    width: 100%;
    min-height: 240px;
    border-radius: 4px;
}


/* headin */

.headin{
    background-image: url(../files/images/Bg.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.headin-content{
    width: 85%;
    color: white;
    padding: 180px 0px 80px 0px;
}


.headin-name{
    font-size: 13px;
    text-transform: uppercase;
}

.headin-title{
    width: 60%;
    font-size: 60px;
    font-family: 'Open Sans Bold';
    font-weight: bolder;
    padding: 0 0 14px 0;
}

.headin-data{
    width: auto;
}

.headin-pane{
    display: flex;
}

.headin-subname{
    width: 600px;
    font-size: 14px;
}

.headin-quote{
    padding: 50px 0px 10px 0px;
    font-size: 14px;
    font-style: italic;
}


/*  */


section{
    display: flex;
    justify-content: center;
}

.content{
    width: 90%;
}


/* UX */


.ux{
    padding: 100px 0px 120px 0px;
}

.ux-headin{
    padding: 0px 0px 40px 0px;
    text-align: center;
}

.ux-headin-name{
    font-size: 30px;
    font-family: 'Open Sans Bold';
    font-weight: 600;
}

.ux-headin-subname{
    display: flex;
    justify-content: center;
}

.ux-headin-content{
    width: 90%;
    padding: 10px 0px 20px;
    font-size: 14px;
    color: gray;
}

.ux-content{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px 30px;
}

.ux-image{
    display: flex;
}

.ux-image img{
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 3px;
}

.ux-pagination{
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 40px 0px 0px 0px;
}

.pagination-next, .pagination-prev, .pagination-number{
    background-color: whitesmoke;
    border-radius: 3px;
    padding: 10px 20px;
    align-items: center;
    text-decoration: none;
    color: unset;
    cursor: pointer;
}

.pagination-next:hover, .pagination-prev:hover, .pagination-number:hover{
    background-color: #072A6C;
    color: white;
}

.pagination-numbers{
    display: flex;
    gap: 10px;
}

.hidden{
    display: none;
}

.pagination-active{
    background-color: #072A6C;
    color: white;
}

/* Modal styles */

.modal {
    display: none;
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    height: 100vh;
}
  
.modal-images {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.modal-image {
    max-width: 100%;
    max-height: 80vh;
    display: block;
    margin: 0 auto;
}

.modal-images img{
    width: auto;
    object-fit: cover;
    max-height: 80vh;
}

.modal-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.modal-prev, .modal-next {
    position: absolute;
    top: 50%;
    cursor: pointer;
    font-size: 24px;
    padding: 5px 10px;
    color: #fff;
    background-color: #333;
}

.modal-prev {
    left: 5%;
}

.modal-next {
    right: 5%;
}

.modal-close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    color: white;
    background-color: #333;
    border-radius: 50%;
    padding: 5px 10px;
}

.modal-close:hover{
    background-color: whitesmoke;
    color: #000;
}
  
  
/* footer */


footer{
    color: white;
    background: #222;
    display: flex;
    justify-content: center;
}

.footer{
    width: 85%;
    padding: 100px 0px 50px;
}

.footer-headin{
    padding: 0px 0px 30px 0px;
    border-bottom: 1px solid darkgray;
}

.footer-logo{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo img{
    height: 50px;
}

.footer-title{
    padding: 10px 0px 7px 0px;
    font-size: 30px;
    font-weight: bold;
}

.footer-data{
    width: 70%;
    font-size: 12px;
    text-align: justify;
    text-justify: inter-word;
}

.footer-contain{
    padding-top: 17px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-subname{
    font-size: 14px;
    color: gainsboro;
}

.footer-content{
    width: auto;
    padding: 40px 0px 10px 0px;
}

.footer-button{
    display: flex;
    gap: 8px;
}

.footer-button button:first-child{
    width: 110px;
    height: 40px;
    border: 2px solid white;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    background: transparent;
    cursor: pointer;
}

.footer-button button:last-child{
    width: 110px;
    height: 40px;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    background: #072A6C;
    cursor: pointer;
}

.footer-endless{
    padding-bottom: 20px;
    font-size: 12px;
}


/* Mobile */

/* 1180px */

@media screen and (max-width: 1180px) {

    .modal-content {
        top: 20%;
        transform: translate(-50%, 0);
    }

    .modal .headin-title{
        width: 70%;
    }
    
}

/* 1050px */

@media screen and (max-width: 1150px) {

    .menu, .header-button{
        display: none;
    }

    .header-menu{
        display: block;
    }
    
}

/* 980px */

@media screen and (max-width: 980px) {

    .menu, .header-button{
        display: none;
    }

    .header-menu{
        display: block;
    }

    .headin-title{
        width: auto;
        font-size: 40px;
        line-height: 40px;
    }
    
}

/* 900px */

@media screen and (max-width: 900px) {

    .footer-data{
        width: auto;
    }
    
}

/* 780px */

@media screen and (max-width: 780px) {

    .pagination-next, .pagination-prev, .pagination-number{
    padding: 5px 10px;
    }

    .modal-prev, .modal-next{
    display: none;
    }

    .close-modal{
        padding: 2px 5px;
    }
    
}

/* 650px */

@media screen and (max-width: 650px) {

    .headin{
        color: white;
    }
    
}

/* 600px */

@media screen and (max-width: 600px) {

    /*  */
    
}

/* 500px */

@media screen and (max-width: 500px) {

    .headin-title{
        font-size: 30px;
        line-height: 30px;
    }
    
}

/* 350px */

@media screen and (max-width: 350px) {

    .ux-content{
        display: flex;
        flex-wrap: wrap;
    }

    .ux-image{
        width: 100%;
    }
    
}