@font-face {
    font-family: 'Phudu';
    src: url('fonts/Phudu-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Phudu-big';
    src: url('fonts/Phudu-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Monoton';
    src: url('fonts/Monoton-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
body{
    padding: 0;
    margin: 0;
    font-family: "poppins",sans-serif;
    overflow-x: hidden;
    text-align: left;
}

span,a,label,p{
    font-family: "poppins",sans-serif;
    text-decoration: none;
}


h1,h2,h3,h4,h6,h6{
    font-family: "Phudu-big";
     font-size: bold;
}
button,input{
    font-family: "poppins",sans-serif;
}

.navigation-container{
    background: #FFFFFF;
    z-index: 10000;
    height: 110px;
    border-bottom: 2px solid #343973;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    backdrop-filter: blur(20px);
    z-index: 10000000000000;
    position: fixed;
    justify-content: center;
    align-content: center;
    justify-items: center;
    padding: 15px;
}
.real-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    max-width: 1660px;
    position: relative;
}

.navigation-container a{
    font-size: .9em;
}
.logo{
    width: 200px;
}

.header-navigation{
    padding: 20px 15px;
    border-radius: 50px;
    background: #F4F8FF;
}

.header-navigation a{
    color: black;
    padding: 10px 23px;
    border: none;
    border-radius: 30px; 
    margin-left: 3px;
    transition: all .5s;
}
.header-navigation a.active{
    background: #343973;
    color: white;
}
.header-navigation a:hover{
    background: #343973;
    color: white;
}
.header-links{
    position: relative;
    display: inline-block;
    margin-right: 70px;
}
.header-links a{
    color: black;
    padding: 0 15px;
}

.lang-btn {
    position: absolute;
    color: black;
    right: 10px;
    font-size: .7em;
    border: 1px solid black;
    background-color: transparent;
    gap: 5px;
    padding: 1px 5px;
    outline: none;
  }
  .lang-btn img{
    width: 30px;
  }

  
.header-search{
    color: #343973;
    height: 16px;
    width: 16px;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.search-bar{
    display: none;
    padding: 7px 30px 7px 20px;
    width: 100px;
    font-size: .7em;
    color: black;
    outline: none;
    border: none;
    border: .1em solid #343973;
    border-radius: 20px;
    background-color: transparent;
    transition: width 1s ease-in-out;
}
.search-bar.active {
    display: inline-block; /* Show the search bar when active */
    width: 200px;
}
.header-links a{
    color: #343973;
}
.header-links a:first-of-type{
    border-right: 3px solid #343973;
}
.about-hero{
    width: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;
}
.about-hero img{
    margin-top: -100px;
    height: 800px;
    width: 100%;
    overflow: hidden;
}
.hero-contents{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    justify-items: center;
    align-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
}
.hero-contents h1{
    font-family: 'Monoton',sans-serif;
    font-size: 6em;
}
.hero-contents h1 span{
    font-family: monoton;
    margin-left: 15px;
}
.hero-contents p{
    font-size: 1em;
    font-weight: 300;
    width: 80%;
}
.about-contents{
    position: relative;
    overflow: hidden;
}
.about-contents-bg{
    width: 100%;
    position: absolute;
    top: -100vh;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.story{
    padding: 80px;
    background-color: #111111;
}
.story .story-head{
    display: flex;
    justify-content: space-between;
}

.story h3{
    color: #343973;
    position: relative;
}

.story h3::before{
    content: "";
    width: 50%;
    background-color: #343973;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.story h3::after{
    content: "";
    width: 50%;
    background-color: #343973;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: -15px;
}

.story button{
    width: 140px;
    border: none;
    border-radius: 7px;
    background-color: #343973;
    font-weight: 600;
    font-size: .9em;
}

.story p{
    margin-top: 40px;
    color: black;
    font-size: 1.3em;
    line-height: 1.7;
    position: relative;
}
.story p span{
    font-size: 1.7em;
}
.story p:first-letter{
    font-size: 5em;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.mission {
    background-color: #FFFFFF;
    margin: 0px 80px 30px 80px;
    padding: 30px;
    position: relative;

    border: 2px solid; /* required for border-image to work */
    border-image: linear-gradient(to right, white, white, #343973) 1;
}


.tab-content, .tab-pane, .tab-content {
    height: auto;
    max-height: auto;
  }

.nav-tabs {
    border-bottom: 3px solid transparent;
}

.nav-tabs .nav-link {
    color: #343973;
    background-color: transparent;
    border: 2px solid transparent;
    font-weight: bold;
    transition: all 0.3s ease;
    border-radius: none;
    font-weight: 400;
    margin-right: 20px;
    font-family: "Phudu";
    padding: 10px 40px;
}

.nav-tabs .nav-link:hover {
    background-color: none;
    color: #343973;
    border-color: transparent;
    border-bottom: 3px solid #343973;
}

.nav-tabs .nav-link.active {
    background-color: #3439730D;
    color: #343973;
    border-color: transparent;
    border-bottom: 3px solid #343973;
}

.tab-content {
    margin-top: 20px;
    border: none;
    padding: 15px 0;
    background-color: transparent;
    color: black;
    font-size: 1.4em;
}
.tab-content .with-grid .for-grid{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.tab-content .two .for-grid{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
}


.tab-content .with-grid div{
    position: relative;
}
.tab-content .with-grid div img{
    width: 70%;
    margin: auto;
    position: relative;
    left: 10%;
}


.tab-content .with-grid div:last-child{
    grid-column: span 2;
}
.tab-content .with-grid div:last-child p{
    width: 100%;
}

.tab-content ul span{
    font-size: 1.1em;
    font-weight: 500;
}
.tab-content, .tab-pane, .tab-content {
    height: auto;
    max-height: auto;
  }
.shadows{
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #343973;
    filter: blur(150px);
    z-index: 10;
    top: 0;
    right: 0;
}
.team{
    padding: 30px 80px;
    background-color: #F4F8FF;
}
.team-head{
    display: flex;
}

.team h3{
    color: #343973;
    position: relative;
}

.team h3::before{
    content: "";
    width: 50%;
    background-color: #343973;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.team h3::after{
    content: "";
    width: 50%;
    background-color: #343973;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: -15px;
}
.team-cards{
    background-color: white;
    padding: 30px;
    margin-top: 50px;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    position: relative;
}
.swiper-btn{
    color: #343973;
    transition: all .3s ease;
    background-color: white;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    border: none;
    box-shadow: 0 3px 8px 0 #343973;
}
.swiper-btn.left{
    left: -18px;
}
.swiper-btn.right{
    right: -18px;
}

.swiper-btn::before,
.swiper-btn::after{
    font-size: 13px;
    font-weight: 1000;
}

.swiper-pagination-bullet {
    background-color: rgb(89, 84, 84);
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #343973;
}

.team-card{ 
    min-width: 350px;
    max-width: 400px;
    background-color: #F3F7FE;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}
.team-card .bg-1{
    position: absolute;
    width: 99%;
    height: 90%;
    bottom: 2px;
    clip-path: polygon(0% 100%, 100% 100%, 100% 25%, 0% 0%);
    background-color: #343973;
    z-index: 1;
}
.team-card .bg-2{
    position: absolute;
    width: 100%;
    height: 90%;
    bottom: 0;
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 25%);
    background-color: white;
    z-index: 2;
}
.member{
    width: 190px;
    height: 190px;
    border-radius: 50%;
    z-index: 3;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.basic-info,.other-info{
    position: relative;
    z-index: 3;
    padding: 0 30px;
    color: black;
}
.basic-info{
    padding-top: 30px;
    margin-bottom: 25px;
}
.basic-info div{
    display: flex;
    justify-content: space-between;
}
.basic-info p{
    opacity: .5;
}
.other-info div{
    margin-top: 30px;
    padding-bottom: 25px;
}
.other-info div img{
    width: 30px;
    margin-right: 10px;
}
.work{
    padding: 80px;
    background-color: #F4F8FF;
}
.work .work-head{
    display: flex;
    justify-content: space-between;
}

.work h3{
    color: #343973;
    position: relative;
}

.work h3::before{
    content: "";
    width: 50%;
    background-color: #343973;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.work h3::after{
    content: "";
    width: 50%;
    background-color: #343973;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: -15px;
}
.work-contents{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
    padding: 60px 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
}

.work-contents .left-side{
    border-right: 4px solid #343973;
    position: relative;
}

.work-contents .right-side{
    border-left: 4px solid #343973;
}
.work-contents .left-side .work-card,.work-contents .right-side .work-card{
    display: flex;
    width: 380px;
    height: 100%;
    padding: 20px;
    gap: 20px;
    background-color: #E0E4F0;
    position: relative;
    margin-bottom: 0px;
    border: none;
}
.left-side .work-card{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.right-side .work-card{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.work-card h4{
    color: #343973;
    font-size: 3em;
}
.work-card p{
    color: black;
    font-size: 1.4em;
}
.work-contents .left-side .work-side{
    height: 300px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 20px;
    border-top: 4px solid #343973;
    border-left: 4px solid #343973;
    position: relative;
}
.work-contents .right-side .work-side{
    height: 300px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    border-bottom: 4px solid #343973;
    border-right: 4px solid #343973;
    position: relative;
}
.work-contents .right-side .work-side .work-card{
    position: absolute;
    right: 0;
}

.work-contents .work-side{
    margin-top: 120px;
    margin-bottom: 120px;
}



.footer{
    background-color: #E1E5F1;
    padding: 20px 40px 0 40px;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(6, 1fr);
    text-align: left;
}
.footer div:first-child{
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    text-align: center;
}

.footer div:first-child img{
    width: 100px;
    margin: auto;
}
.footer div:first-of-type h5{
    text-align: center;
    color: #343973;
    font-family: "phudu-big";
    margin-top: 15px;
}
.footer div{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}
.footer div h4{
    font-size: 1em;
    color: black;
    font-family: "phudu-big";
}
.footer div a{
    font-size: .9em;
    opacity: 1;
    color: black;
    font-family: "poppins";
    transition: all .3s ease;
}
.footer div a:hover{
    transform: scale(1.02);
}
.footer div a.active{
    color: #343973;
    position: relative;
}
.footer div a.active:after{
    content: "";
    position: absolute;
    width: 10%;
    height: 2px;
    background-color: #343973;
    bottom: -5px;
    left: 0;
}

.footer .footer-social{
    display: block;
    margin-bottom: 0;
}

.footer .footer-social img{
    width: 30px;
    margin-right: 10px;
}
















/*responsiveness*/

.hamburger{
    display: none;
}
.offcanvas{
    background-color: #F4F8FF;
    color: black;
    max-width: 300px;
    z-index: 100000000000000000000000;
    position: fixed;
    top: 0; 
    right: 0; 
    height: 100vh; 
    width: 250px; 
    z-index: 10; 
    transform: translateX(-100%); 
    transition: transform 0.3s ease; 
    backdrop-filter: blur(20px);
}
.offcanvas-body ul{
    list-style-type: none;
    width: 100%;
    padding-left: 0;
}
.offcanvas-body ul{
    overflow: hidden;
}
.offcanvas-body ul li{
    font-size: 1.3em;
    padding: 10px;
    margin-bottom: 5px;
    color: black;
    transition: all .3s;
    transform: translateX(10px);
}
.offcanvas-body ul li:hover{
    background-color: rgba(0, 0, 0, 0.2);
}
.offcanvas-body ul li svg{
    margin-right: 10px;
    color: #343973;
}



@media (max-width: 1400px) {
    .work-contents{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        padding: 60px 20px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    
}
@media (max-width: 1200px) {
        .about-hero{
            height: 550px;
            overflow: hidden;
            position: relative;
        }
        .about-hero img{
            height: 800px;
            width: 100%;
            overflow: hidden;
        }
    }

    @media (max-width: 1024px) {
        .logo{
            width: 150px;
        }
        .header-links{
            position: absolute;
            right: 35px;
        }
        .lang-btn {
            right: 50px;
            margin-top: 2px;
        }
        .header-navigation{
            display: none;
        }
        .hamburger{
            display: block;
        }
        .story p{
            margin-top: 40px;
            color: black;
            font-size: 1.1em;
            line-height: 1.7;
            position: relative;
        }
        .tab-content {
            font-size: 1.2em;
        }
        .work-card h4{
            color: #343973;
            font-size: 2em;
        }
        .work-card p{
            color: black;
            font-size: 1.1em;
        }
        .work-contents .left-side .work-card,.work-contents .right-side .work-card{
            width: 300px;
        }
        .footer{
            grid-template-columns: repeat(5, 1fr);
        }
        .footer div:first-child{
            justify-content: start;
            justify-items: start;
            align-content: start;
            align-items: start;
            text-align: left;
        }
        
        .footer div:first-child img{
            width: 100px;
            margin: 0;
        }
        .footer div:first-of-type h5{
            margin-top: 10px;
            margin-left: 5px;
        }
        .story{
            padding: 40px;
            background-color: #111111;
        }
        .story p{
            font-size: 1.1em;
        }
        .mission{
            margin: 0px 40px 20px 40px;
            position: relative;
            padding: 20px;
        }
        .team{
            padding: 20px 40px;
            background-color: #111111;
        }
        .work{
            padding: 40px;
        }
        .work-contents .left-side .work-side{
            height: 250px;
        }
        .work-contents .right-side .work-side{
            height: 250px;
        }
        .tab-content ul{
            padding-left: 20px;
        }
    }

    @media (max-width: 900px) {
        .about-hero{
            height: 500px;
            overflow: hidden;
            position: relative;
        }
        .about-hero img{
            height: 600px;
            width: 100%;
            overflow: hidden;
            margin-top: -100px;
        }
        
    }
    
    @media (max-width: 768px) {
        .footer{
            grid-template-columns: repeat(4, 1fr);
        }
        .team-card{ 
            min-width: 300px;
            max-width: 300px;
        }
        .team-card a img{ 
            width: 15px;
        }
        .team-card p{ 
            font-size: .8em;
        }
        .team-card h4{ 
            font-size: 1.1em;
        }
        .member{
            width: 120px;
            height: 120px;
        }
        .nav-tabs .nav-link {
            font-weight: 400;
            margin-right: 10px;
            padding: 10px 30px;
            font-size: .9em;
        }
        .work-contents{
            padding: 30px 0;
        }
        .work-card h4{
            color: #343973;
            font-size: 1.6em;
        }
        .work-card p{
            color: black;
            font-size: 1em;
        }
        .work-contents .left-side .work-card,.work-contents .right-side .work-card{
            width: 250px;
        }
        .work-contents .left-side{
            border-right: 2px solid #343973;
        }
        
        .work-contents .right-side{
            border-left: 2px solid #343973;
        }
        .work-contents .left-side .work-side{
            height: 300px;
            border-top: 2px solid #343973;
            border-left: 2px solid #343973;
        }
        .work-contents .right-side .work-side{
            height: 300px;
            border-bottom: 2px solid #343973;
            border-right: 2px solid #343973;
        }
        .work-contents .work-side{
            margin-top: 60px;
            margin-bottom: 60px;
        }
        .tab-content {
            font-size: .9em;
        }
        .tab-content .with-grid div img{
            width: 80%;
            margin: auto;
            position: relative;
            left: 10%;
        }
        .work h3{
            font-size: 1.2em;
        }
        .team h3{
            font-size: 1.2em;
        }
        .story h3{
            font-size: 1.2em;
        }
        .story p{
            margin-top: 20px;
        }
        .team-cards{
            margin-top: 30px;
        }
    }
    @media (max-width: 710px) {
        .about-hero{
            height: 400px;
        }
        .about-hero img{
            height: 500px;
            margin-top: -100px;
        }
        .hero-contents h1{
            font-size: 4.7em;
        }
        .hero-contents h1 span{
            margin-left: 10px;
        }
        .hero-contents p{
            font-size: .9em;
        }
        .story{
            padding: 30px;
            background-color: #111111;
        }
        .story p{
            font-size: 1em;
        }
        .mission{
            margin: 0px 30px 20px 30px;
            position: relative;
            padding: 20px;
        }
        .team{
            padding: 20px 30px;
            background-color: #111111;
        }
        .work{
            padding: 30px;
        }
        .work-contents .left-side .work-card,.work-contents .right-side .work-card{
            padding: 15px;
            gap: 10px;
        }
    }
    @media (max-width: 680px) {
        .footer{
            grid-template-columns: repeat(3, 1fr);
        }
        .mission{
            margin: 0px 10px 20px 10px;
            position: relative;
            padding: 20px;
        }
        .team-card{ 
            min-width: 23px;
            max-width: 280px;
        }
        .team-card p{ 
            font-size: .7em;
        }
        .team-card h4{ 
            font-size: 1.1em;
        }
        .member{
            width: 110px;
            height: 110px;
        }
        .work-card h4{
            color: #343973;
            font-size: 1.4em;
        }
        .work-card p{
            color: black;
            font-size: .9em;
        }
        .work-contents .left-side .work-side{
            height: 210px;
        }
        .work-contents .right-side .work-side{
            height: 210px;
        }
    }
    @media (max-width: 600px) {
        .work-contents .left-side .work-card,.work-contents .right-side .work-card{
            width: 200px;
        }
    }
    @media (max-width: 520px) {
        .footer{
            grid-template-columns: repeat(2, 1fr);
        }
        .about-hero{
            height: 350px;
        }
        .about-hero img{
            height: 450px;
            margin-top: -100px;
        }
        .hero-contents h1{
            font-size: 4em;
        }
        .work-contents .left-side .work-card,.work-contents .right-side .work-card{
            width: 180px;
        }
    }

    .footer div h4{
        font-size: .9em;
        color: black;
        font-family: "phudu-big";
    }
    @media(max-width: 510px){
        .search-bar{
            display: none;
            position: absolute;
            bottom: 0;
            border-radius: 0px;
            border-left: none;
            border-right: none;
            border-top: none;
            padding: 10px 20px;
            transform: translateY(180%);
            background: #111111;
            backdrop-filter: blur(20px);
            font-size: .8em;
        }
        
        .search-bar.active {
            display: inline-block; /* Show the search bar when active */
            left: -10px;
            right: 10px;
            width: 105%;
        }
        .header-links{
            position: unset;
        }
        
        .header-search{
            top: 42%;
            right: 70px;
            transform: translateY(-50%);
        }
        .header-search{
            top: 50%;
            right: 110px;
            transform: translateY(-50%);
        }
        .navigation-container{
            padding: 6px;
        }
        .logo{
            width: 120px;
        }
    }
    @media (max-width: 480px) {
        .footer div a{
            font-size: .8em;
            opacity: 1;
            color: black;
            font-family: "poppins";
            transition: all .3s ease;
        }
        .about-hero{
            height: 350px;
        }
        .about-hero img{
            height: 400px;
            margin-top: -50px;
        }
        .hero-contents h1{
            font-size: 3.5em;
        }
        .story{
            padding: 15px;
            background-color: #111111;
        }
        .story p{
            font-size: .9em;
        }
        .team{
            padding: 20px 10px;
            background-color: #111111;
        }
        .team-cards{
            padding: 20px 10px;
        }
        .team-card{ 
            min-width: 200px;
            max-width: 250px;
        }
        .team-card p{ 
            font-size: .7em;
        }
        .team-card h4{ 
            font-size: 1em;
        }
        .member{
            width: 100px;
            height: 100px;
        }
        .nav-tabs .nav-link {
            font-weight: 400;
            margin-right: 8px;
            padding: 8px 20px;
            font-size: .8em;
        }
        .work{
            padding: 20px 10px;
        }
        .work-card h4{
            color: #343973;
            font-size: 1.3em;
        }
        .work-card p{
            color: black;
            font-size: .8em;
        }
        .work-contents .work-side{
            margin-top: 40px;
            margin-bottom: 40px;
        }
        .tab-content {
            font-size: .8em;
        }
        .tab-content .with-grid div img{
            width: 100%;
            margin: auto;
            position: relative;
            left: 10%;
        }
        .swiper-btn.left{
            left: -9px;
        }
        .swiper-btn.right{
            right: -9px;
        }
        
        
    }
@media (max-width: 425px) { 
    .footer{
        padding: 10px 20px;
    }
    .about-hero{
        height: 300px;
    }
    .about-hero img{
        height: 300px;
        margin-top: -0px;
    }
    .hero-contents h1{
        font-size: 3em;
    }
    .work-card h4{
        color: #343973;
        font-size: 1em;
    }
    .work-card p{
        color: black;
        font-size: .7em;
    }
    .work-contents .left-side .work-card,.work-contents .right-side .work-card{
        width: 150px;
    }
}
@media (max-width: 375px) {
    .hero-contents h1{
        font-size: 2.4em;
    }
    .nav-tabs .nav-link {
        font-weight: 400;
        margin-right: 3px;
        padding: 8px 20px;
        font-size: .7em;
    }
    .work-contents .left-side .work-card,.work-contents .right-side .work-card{
        width: 130px;
    }
    .work-contents .work-side{
        margin-top: 25px;
        margin-bottom: 25px;
    }
}
