@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Lato:wght@700&family=Roboto:ital,wght@0,100;0,400;1,100;1,300&display=swap');

.cramb{
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #f6f6f6;
    min-height: 550px;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #0a2a7a;
    padding-bottom: 5%;
    flex-direction: column;
}

.cramb-header{
    display: flex;
    width: 100%;
    align-items: center;
    height: 60px;
    padding-left: 5%;
    gap: 10px;
    background-color: #001345;
}

.cramb-header a{
    display: flex;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 14px;
    opacity: .5;
}

.cramb-header a:hover{
    opacity: 1;
}

.cramb-header span{
    color: white;
}

.contents{
    display: flex;
    width: 100%;
    justify-content: center;
}

.content-left{
    display: flex;
    width: 50%;
    flex-direction: column;
    padding-top: 5%;
    justify-content: center;
    padding-left: 2%;
}

.left-header{
    display: flex;
    width: 100%;
    font-family: 'Roboto',sans-serif;
    color: white;
    font-size: 30px;
    justify-content: center;
}

.left-detail{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.left-detail p{
    display: flex;
    font-family: 'Roboto',sans-serif;
    color: white;
    opacity: .5;
    justify-content: center;
    font-size: 24px;
    text-align: justify;
}

.content-right{
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}

.content-right img{
    display: flex;
    width: 70%;
    height: 90%;
}

.mobileImg{
    display: flex;
    padding-left: 10%;
}

.more-info{
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 550px;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #f6fbff;
    padding-bottom: 2%;
    flex-direction: column;
    padding: 5% 5%;
}

.info-head{
    display: flex;
    font-family: 'Lato',sans-serif;
    color: #001345;
    font-size: 28px;
    margin: 20px 0;
}

.ul{
    display: flex;
    flex-direction: column;
}

.ul-head{
    display: flex;
    font-family: 'Roboto',sans-serif;
    color: #001345;
    font-size: 18px;
    width: 80%;
}

.ul-list{
    display: flex;
    flex-direction: column;
    gap: -5px;
    padding-top: 3%;
}

.li{
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #0a2a7a;
}

.ready-section{
    display: flex;
    width: 100%;
    height: 150px;
    background-color: #0a2a7a;
    justify-content: center;
    align-items: center;
    gap: 10%;
}

.texts{
    display: flex;
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 22px;
}

.contactA{
    display: flex;
    padding: 1% 2%;
    border: 1px solid #f6f6f6;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    color: #f6f6f6;
}

.webSide p{
    font-size: 24px;
    width: 100%;
}

.webPage{
    padding: 0;
    padding-right: 5%;
}

.webhead{
    font-size: 30px;
    width: 100%;
}

.secondHead{
    width: 30%;
    font-size: 50px;
}

.ul-lists{
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 20px 10px;
    flex-wrap: wrap;
}

.lis{
    display: flex;
    flex-direction: column;
    width: 40%;
    background-color: white;
    padding: 10px 20px;
}

.lis h3{
    font-family: 'Roboto', sans-serif;
    color: #001345;
}

.lis span{
    font-family: 'Lato', sans-serif;
    color: #001345;
    font-size: 14px;
    padding-bottom: 20px;
}

.uix-header{
    font-size: 30px;
    width: 100%;
    justify-content: flex-start;
}

.uix-p{
    font-size: 24px;
    opacity: .7px;
}

.uix-s-header{
    font-size: 30px;
    padding-bottom: 2%;
}

.ul-right{
    display: flex;
    width: 50%;
    padding: 2% 1%;
}

.ul-right img{
    display: flex;
    width: 80%;
    height: 90%;
}

.ul-left{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-top: 2%;
}

.ul-left p{
    text-align: justify;
}

.mylist-enterprise{
    list-style: none;
}

.mylist-enterprise li{
    display: flex;
    flex-direction: row;
    margin: 5%;
    align-items: center;
    gap: 10px;
}

.mylist-enterprise li img{
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.our-team{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10%;
    width: 90%;
    min-height: 300px;
    align-items: center;
    padding-left: 5%;
}

.member{
    display: flex;
    position: relative;
    width: 250px;
    height: 280px;
    margin: 40px 0;
    flex-direction: column;
    cursor: pointer;
    box-shadow: 3px 10px 5px -6px rgba(0,0,0,0.43) inset;
    -webkit-box-shadow: 3px 10px 5px -6px rgba(0,0,0,0.43) inset;
    -moz-box-shadow: 3px 10px 5px -6px rgba(0,0,0,0.43) inset;
}

.member img{
    display: flex;
    width: 100%;
    height: 100%;
}

.detail{
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    padding: 5px;
    z-index: 1;
    width: 97%;
    background-color: #0a2a7acf;
    display: none;
}

.item-btn a{
    display: none;
}

.member:hover .detail{
    display: flex;
    transition: 3s;
}

.member-name{
    display: flex;
    flex-direction: column;
}

.member-name span{
    display: flex;
    font-family: 'Roboto',sans-serif;
    color: white;
    font-size: 18px;
}

.member-name small{
    display: flex;
    font-family: 'Roboto',sans-serif;
    color: white;
}

.social{
    display: flex;
    align-self: flex-end;
    gap: 10px;
    padding-right: 8%;
}

.social a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    text-decoration: none;
}

.social a i{
    color: white;
}

.tes-head{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.tes-head h3{
    font-family: 'Lato',sans-serif;
    color: #001345;
    font-size: 24px;
}

.tes-head span{
    font-family: 'Roboto',sans-serif;
    color: #001345;
    font-size: 18px;
}

.testimonial-container{
    display: flex;
    align-items: center;
    width: 99%;
    flex-wrap: wrap;
    padding-top: 2%;
}

.item{
    display: flex;
    flex-direction: column;
    width: 320px;
    padding: 2%;
    background-color: white;
    border-radius: 5px;
    margin: 20px 20px;
}

.tes-caption{
    display: flex;
    flex-direction: row;
    margin: 2px 2px;
    margin-top: 5%;
    align-items: center;
}

.tes-caption img{
    display: flex;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 30px;
}

.caption-list{
    display: flex;
    flex-direction: column;
}

.caption-list h3{
    font-family: 'Roboto',sans-serif;
    color: #001345;
    font-size: 14px;
}

.caption-list span{
    font-family: 'Lato',sans-serif;
    color: #001345;
    font-size: 10px;
}

@media screen and (max-width: 820px){
    .contents{
        min-height: 400px;
        padding-top: 5%;
    }
    
    .content-left{
        height: fit-content;
        padding: 2%;
    }
    
    .left-header{
        display: flex;
        width: 100%;
        font-family: 'Roboto',sans-serif;
        color: white;
        font-size: 20px;
        justify-content: center;
        align-items: center;
    }
    
    .left-detail{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .left-detail p{
        display: flex;
        font-family: 'Roboto',sans-serif;
        color: white;
        opacity: .5;
        font-size: 18px;
        width: 100%;
    }
    
    .content-right{
        height: fit-content;
        padding: 1%;
    }

    .content-right img{
        display: flex;
        width: 100%;
        height: 280px;
    }
 
    .more-info{
        display: flex;
        flex-direction: row;
        width: 100%;
        min-height: 550px;
        background-position: top;
        background-repeat: no-repeat;
        background-color: #f6fbff;
        padding-bottom: 2%;
        flex-direction: column;
        padding: 5% 5%;
    }
    
    .info-head{
        display: flex;
        font-family: 'Lato',sans-serif;
        color: #001345;
        font-size: 28px;
        margin: 20px 0;
    }

    .secondHead{
        width: 80%;
        font-size: 50px;
    }
    
    .ul{
        display: flex;
        flex-direction: column;
    }
    
    .ul-head{
        display: flex;
        font-family: 'Roboto',sans-serif;
        color: #001345;
        font-size: 18px;
        width: 80%;
    }
    
    .ul-list{
        display: flex;
        flex-direction: column;
        gap: -5px;
        padding-top: 3%;
    }
    
    .li{
        display: flex;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #0a2a7a;
    }

    .middle-footer{
        padding-bottom: 3%;
    }
}

@media screen and (max-width: 414px){
    .cramb-header{
        display: flex;
        width: 100%;
        align-items: center;
        height: 60px;
        padding-right: 0%;
        padding-left: 0;
        gap: 10px;
        background-color: #001345;
    }
    
    .cramb-header a{
        display: flex;
        text-decoration: none;
        font-family: 'Lato', sans-serif;
        color: white;
        font-size: 14px;
        opacity: .5;
        margin-left: 10px;
    }

    .contents{
        min-height: 400px;
        padding-top: 5%;
        flex-direction: column !important;
    }
    
    .content-left{
        height: fit-content;
        padding: 0%;
        width: 90%;
        padding: 0px 10px;
        justify-content: center;
    }
    
    .left-header{
        display: flex;
        width: 90%;
        font-family: 'Roboto',sans-serif;
        color: white;
        font-size: 16px;
        justify-content: center;
        align-items: center;
    }
    
    .left-detail{
        display: flex;
        flex-direction: column;
        width: 95%;
        justify-content: center;
    }
    
    .left-detail p{
        display: flex;
        font-family: 'Roboto',sans-serif;
        color: white;
        opacity: .5;
        font-size: 14px;
        width: 100%;
    }
    
    .content-right{
        height: fit-content;
        padding: 1%;
        width: 90%;
    }

    .content-right img{
        display: flex;
        width: 100%;
        height: 280px;
    }
    
    .info-head{
        display: flex;
        font-family: 'Lato',sans-serif;
        color: #001345;
        font-size: 24px !important;
        margin: 20px 0;
    }

    .secondHead{
        width: 80%;
    }
    
    .ul{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .ul-head{
        font-size: 15px;
        width: 75%;
    }
    
    .ul-list{
        display: flex;
        flex-direction: column;
        gap: -5px;
        padding-top: 2%;
        width: 100%;
    }
    
    .lis{
        display: flex;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #0a2a7a;
        width: 80%;
        padding: 5px !important;
    }
    
    .lis h3{
        font-family: 'Roboto', sans-serif;
        color: #001345;
        font-size: 16px;
    }
    
    .lis span{
        font-family: 'Lato', sans-serif;
        color: #001345;
        font-size: 12px;
        padding-bottom: 20px;
    }

    .ready-section{
        display: flex;
        width: 100%;
        height: 90px;
        background-color: #0a2a7a;
        justify-content: center;
        align-items: center;
        gap: 5%;
    }
    
    .texts{
        display: flex;
        font-family: 'Lato', sans-serif;
        color: white;
        font-size: 16px;
        width: 60%;
    }
    
    .contactA{
        display: flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
        font-size: 12px;
    }

    .uix-header{
        font-size: 30px;
        width: 100%;
    }
    
    .uix-p{
        font-size: 24px;
        opacity: .8px;
        width: 100%;
        justify-content: center;
    }
    
    .uix-s-header{
        font-size: 30px;
        padding-bottom: 2%;
    }

    .ul-head{
        width: 90%;
        flex-direction: column;
    }

    .ul-right{
        display: flex;
        width: 90%;
        justify-content: center;
        padding: 1%;
    }
    
    .ul-right img{
        display: flex;
        width: 80%;
        height: 90%;
    }
    
    .ul-left{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 2%;
    }
    
    .contact-container{
        flex-direction: column;
    }
}