* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    list-style: none;
    text-decoration: none;
}

:root {
    --main-color: #012CB5;
    --text-color: #111111;
    --secound-color: #9e9e9e;
    --other-color: #212121;
    --bg-color: #fff;

    --big-font: 4.5rem;
    --h2-font: 2.6rem;
    --p-font: 1rem;
}

body {
    background: var(--bg-color);
    color: var(--text-color);
}

/*---------Header Section----------*/

header {
    position: sticky;
    width: 100%;
    min-height: 66px;
    padding: 0 100px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

header .logo img {
    width: 200px;
    cursor: pointer;
}

header ul {
    position: relative;
}

header ul li {
    position: relative;
    float: left;
}

header ul li a {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 600;
    margin: 0px 20px;
    padding: 7px 0;
    display: flex;
    justify-content: space-between;
}

header ul li a:hover {
    color: var(--main-color);
}

header ul li ul {
    position: absolute;
    left: 0;
    width: 200px;
    padding: 10px 0; 
    background-color: #fff;
    border-radius: 5px;
    display: none;
}

header ul li:hover ul {
    display: block;
}

header ul li ul li {
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.header_btn {
    font-size: 15px;
    font-weight: 500;
    padding: 7px 24px;
    margin: 0 20px;
    background-color: var(--main-color);
    color: var(--bg-color);
    border: none;
    border-radius: 18px;
    cursor: pointer;
    letter-spacing: 1px;
}

/*---------Main Section----------*/

.main {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fjdtrionp {
    position: relative;
}

.trionp_hero_text {
    position: absolute;
    font-size: 40px;
    color: var(--bg-color);
    font-weight: bold;
    line-height: 50px;
    padding-top: 15%;
    padding-left: 10%;
}

.fjdtrionp_hero img {
    width: 100%;
}

/*---------Detail Hero Section----------*/

.container_hero_detail {
    padding: 30px 14% 70px;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    text-align: center;
}

.container_hero_box img {
    width: 100%;
    max-width: 150px;
    height: auto;
}

.container_hero_box h3 {
    color: #111111;
    font-size: 21px;
    font-weight: 400;
    margin: 16px 0;
}

/*---------General Info Section----------*/

.trionp_general_info {
    width: 80%;
    margin: auto;
}

/*---------Easy Reality Capture Section----------*/

.trionp_easy_reality_title {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding: 25px;
}

.trionp_easy_reality_text {
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
}

.trionp_easy_reality_video {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

/*---------Key Benefits Section----------*/

.trionp_key_benefits {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}

.trionp_key_benefits .trionp_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.trionp_key_benefits .trionp_container .trionp_line {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 10px;
}

.trionp_key_benefits .trionp_container .trionp_line img {
    height: 100%;
    width: 100%;
}

.trionp_key_benefits_detail {
    padding: 100px;
}

.trionp_key_benefits_detail h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding: 20px;
}

.trionp_key_benefits_detail p {
    display: block;
    text-align: center;
    padding: 10px 0px;
    font-size: 18px;
}

/*---------Workflow Section----------*/

.trionp_workflow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}

.tironp_workflow_main_title {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding: 25px;
}

.trionp_workflow .trionp_workflow_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.trionp_workflow .trionp_workflow_container .trionp_workflow_line {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 10px;
}

.trionp_workflow .trionp_workflow_container .trionp_workflow_line img {
    width: 100%;
}

.trionp_workflow .trionp_workflow_container .trionp_workflow_line video {
    width: 100%;
}


.trionp_workflow_detail {
    padding: 50px;
}

.trionp_workflow_detail h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding: 20px;
}

.trionp_workflow_detail p {
    display: block;
    text-align: center;
    padding: 10px 0px;
    font-size: 18px;
}

/*---------Scenario Section----------*/

.trionp_scenario_title {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding: 25px;
}

.container_scenario_detail {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0.5rem;
    text-align: center;
}

.container_scenario_box {
    border: 1px solid #88888894;
    padding: 10px;
}

.container_scenario_box img {
    width: 100%;
    height: auto;
}

.container_scenario_box h2 {
    color: #111111;
    font-size: 25px;
    font-weight: 700;
    margin: 16px 0;
}

.container_scenario_box p {
    color: #111111;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

/*---------Multiple Configurations Section----------*/

.trionp_accesories_title {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding: 25px;
}

.trionp_accesories_text {
    color: #111111;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.accesories_section {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
}

.accesories_section_box {
    text-align: center;
    border: 1px solid #88888894;
    margin-bottom: 10px;
}

.accesories_section_box img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.accesories_section_title {
    color: #111111;
    font-size: 25px;
    font-weight: 700;
    margin: 16px 0;
}

.accesories_section_text {
    color: #111111;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

/*---------Download Section----------*/

.download_section {
    padding: 5% 3%;
    background: url(../images/trionp/trionp_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.download_title {
    font-size: 30px;
    font-weight: 600;
    color: var(--bg-color);
}

.download_file {
    display: inline-block;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 500;
    padding: 16px 34px;
    margin-top: 30px;
    border: 2px solid var(--bg-color);
    color: var(--bg-color);
    border-radius: 10px;
    background: transparent;
    cursor: pointer;
    letter-spacing: 1px;
}

.download_file:hover {
    background: var(--bg-color);
    color: var(--main-color);
}

/*---------Footer Section----------*/

footer {
    width: 100%;
    height: auto;
    padding: 3% 3% 0% 3%;
    background: var(--main-color);
    color: var(--bg-color);
    position: relative;
    z-index: 0;
}

.footer_bg_img img {
    margin: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    max-width: 100%;
    top: 0;
    object-fit: cover;
    height: 90%;
    opacity: 50%;
    z-index: -1;
}

.footer_columns {
display: flex;
justify-content: space-evenly;
}

.footer_column {
flex-basis: 30%;
}

.footer_logo img {
    padding: 30px;
    margin-top: 20px;
    width: 300px;
}

.footer_info {
    margin-left: 10px;
}

.footer_info li {
    font-size: 17px;
    font-weight: 400;
}

.footer_info li i {
    font-size: 20px;
    padding: 5px;
}

.footer_social {
    display: flex;
    justify-content: flex-start;
    
}

.footer_social i {
    padding: 40px 0px;
    display: inline-block;
    align-items: center;
    font-size: 25px;
    color: var(--bg-color);
    margin: 0 20px;
    transition: all 0.5s ease;
}

.footer_social i:hover {
    transform: scale(1.3);
}

.footer_links {
    padding-top: 50px;
    text-align: center;
    line-height: 30px;
}

.footer_links a {
    color: var(--bg-color);
    font-size: 18px;
    opacity: 60%;
}

.footer_links a:hover {
    opacity: 100%;
}

.anpc {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.footer_column_service {
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    padding: 20% 0%;
    z-index: 1;
    position: relative;
}

.footer_title {
    display: flex;
    justify-content: center;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-align: center;
}

.footer_text {
    text-align: center;
    line-height: 18px;
    margin-bottom: 15px;
}

.footer_btn {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    padding: 10px 25px;
    border: 1px solid var(--bg-color);
    border-radius: 20px;
    color: var(--bg-color);
    margin-top: 3px;
    background: transparent;
    cursor: pointer;
    letter-spacing: 1px;
}

.footer_btn:hover {
    background: var(--bg-color);
    color: var(--main-color);
}

.copyright {
    display: flex;
    justify-content: center;
    font-size: 16px;
}

/*---------Responsive Design----------*/
@media screen and (max-width: 1442px) {
    header {
        padding: 10px 20px;
    }

    header .logo img {
        width: 150px;
    }

    header nav {
        position: absolute;
        width: 100%;
        top: 66px;
        left: 0;
        background-color: #fff;
        display: none;
    }

    .header_btn {
        margin-bottom: 10px;
    }

    header.active nav {
        display: initial;
    }

    header ul li a {
        padding: 10px 0;
    }

    header nav ul li {
        width: 100%;
    }

    header nav ul li ul {
        position: relative;
        width: 100%;
        left: 0;
    }

    .menuToggle {
        position: relative;
        width: 30px;
        height: 20px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menuToggle::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #012CB5;
        transform: translateY(-12px);
        box-shadow: 0 12px #012CB5;
    }

    .menuToggle::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #012CB5;
        transform: translateY(12px);
    }

    header.active .menuToggle::before {
        transform: rotate(45deg);
        box-shadow: 0 0 #012CB5;
    }

    header.active .menuToggle::after {
        transform: rotate(315deg);
        box-shadow: 0 0 #012CB5;
    }
}

@media screen and (max-width: 1440px) {
    .trionp_hero_text {
        font-size: 30px;
        line-height: 35px;
    }

    .container_hero_box h3 {
        font-size: 14px;
    }

    .trionp_easy_reality_title {
        font-size: 25px;
        padding: 20px;
    }

    .trionp_easy_reality_text {
        font-size: 14px;
        padding: 10px 0px;
    }

    .trionp_key_benefits_detail h2 {
        font-size: 20px;
        padding: 10px;
    }
    
    .trionp_key_benefits_detail p {
        padding: 5px 0px;
        font-size: 14px;
    }

    .tironp_workflow_main_title {
        font-size: 25px;
        padding: 20px;
    }

    .trionp_workflow_detail h2 {
        font-size: 20px;
        padding: 10px;
    }
    
    .trionp_workflow_detail p {
        padding: 5px 0px;
        font-size: 14px;
    }

    .trionp_scenario_title {
        font-size: 25px;
        padding: 20px;
    }

    .container_scenario_box h2 {
        font-size: 20px;
        margin: 10px 0;
    }
    
    .container_scenario_box p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .trionp_accesories_title {
        font-size: 25px;
        padding: 20px;
    }

    .trionp_accesories_text {
        font-size: 16px;
    }

    .accesories_section_title {
        font-size: 20px;
    }
    
    .accesories_section_text {
        font-size: 14px;
    }
}

@media screen and (max-width: 1196px) {
    .trionp_key_benefits {
        flex-direction: row;
        margin-top: 0;
    }
    
    .trionp_key_benefits .trionp_container {
        flex-direction: column;
    }
    
    .trionp_key_benefits .trionp_container .trionp_line {
        flex-direction: column;
        width: 100%;
        padding: 5px;
    }

    .trionp_key_benefits_detail {
        padding: 40px;
    }

    .footer_info li {
        font-size: 13px;
    }
    
    .footer_info li i {
        font-size: 17px;
    }

    .footer_logo img {
        width: 250px;
    }

    .footer_social i {
        font-size: 20px;
    }

    .footer_links {
        line-height: 20px;
        padding-top: 20px;
    }

    .footer_links a {
        font-size: 13px;
    }

    .footer_title {
        font-size: 17px;
    }

    .footer_text {
        font-size: 12px;
    }

    .footer_btn {
        font-size: 12px;
    }

    .copyright {
        font-size: 12px;
    }  
}

@media screen and (max-width: 800px) {
    .trionp_hero_text {
        font-size: 25px;
        font-weight: 600;
        line-height: 25px;
    }

    .trionp_key_benefits {
        order: 2;
    }
    
    .trion_workflow_image {
        order: 2;
    }
    .container_hero_box img {
        max-width: 100px;
    }

    .trionp_workflow {
        flex-direction: column;
    }
    
    .tironp_workflow_main_title {
        font-size: 25px;
        padding: 10px;
    }
    
    .trionp_workflow .trionp_workflow_container .trionp_workflow_line {
        flex-direction: column;
    }

    .container_scenario_detail {
        grid-template-columns: repeat(2,1fr);
    }

    .download_title {
        font-size: 15px;
    }

    .download_file {
        font-size: 15px;
        padding: 6px 14px;
        margin-top: 20px;
        border: 1px solid var(--bg-color);
        color: var(--bg-color);
    }

    .footer_info li {
        font-size: 10px;
    }
    
    .footer_info li i {
        font-size: 13px;
    }
    
    .footer_logo img {
        width: 200px;
    }
    
    .footer_social i {
        font-size: 15px;
    }
    
    .footer_links {
        line-height: 20px;
        padding-top: 20px;
    }
    
    .footer_links a {
        font-size: 10px;
    }
    
    .footer_title {
        font-size: 12px;
    }
    
    .footer_text {
        font-size: 10px;
    }
    
    .footer_btn {
        font-size: 9px;
    }
    
    .copyright {
        font-size: 10px;
    }  
    } 

@media screen and (max-width: 680px) {

    .trionp_general_info {
        width: 100%;
        margin: auto;
    }

    .trionp_hero_text {
        font-size: 20px;
        font-weight: 500;
        line-height: 25px;
    }

    .container_hero_detail {
        grid-template-columns: repeat(2,1fr);
    }

    .container_hero_box img {
        max-width: 80px;
    }

    .trionp_easy_reality_title {
        font-size: 18px;
        padding: 15px;
    }

    .trionp_key_benefits_detail h2 {
        font-size: 18px;
        padding: 8px;
    }

    .tironp_workflow_main_title {
        font-size: 18px;
        padding: 15px;
    }

    .trionp_workflow_detail h2 {
        font-size: 18px;
        padding: 7px;
    }

    .trionp_scenario_title {
        font-size: 18px;
        padding: 15px;
    }

    .container_scenario_box h2 {
        font-size: 18px;
        margin: 5px 0;
    }

    .trionp_accesories_title {
        font-size: 18px;
        padding: 15px;
    }

    .trionp_accesories_text {
        font-size: 14px;
    }

    .accesories_section {
        gap: 0.1rem;
    }

    .accesories_section_title {
        font-size: 18px;
    }
    
    .accesories_section_text {
        font-size: 13px;
    }

    .footer_columns {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer_info li {
        font-size: 13px;
    }
    
    .footer_info li i {
        font-size: 15px;
    }

    .footer_logo img {
        width: 250px;
    }

    .footer_social {
        display: flex;
        justify-content: center;
    }

    .footer_social i {
        font-size: 17px;
    }

    .footer_links {
        line-height: 20px;
        padding-top: 20px;
    }

    .footer_links a {
        font-size: 14px;
    }

    .footer_column_service {
        padding: 8% 0%;
    }

    .footer_title {
        font-size: 16px;
    }

    .footer_text {
        font-size: 13px;
    }

    .footer_btn {
        font-size: 12px;
    }

    .copyright {
        font-size: 12px;
    }   
}
