@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Mate+SC&family=Orbitron:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Mate+SC&family=Orbitron:wght@400..900&family=Red+Rose:wght@300..700&family=Tourney:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carrois+Gothic+SC&family=Comfortaa:wght@300..700&family=IM+Fell+Great+Primer+SC&family=Mate+SC&family=Orbitron:wght@400..900&family=Red+Rose:wght@300..700&family=Tourney:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carrois+Gothic+SC&family=Comfortaa:wght@300..700&family=IM+Fell+Great+Primer+SC&family=Mate+SC&family=Orbitron:wght@400..900&family=Red+Rose:wght@300..700&family=Tourney:ital,wght@0,100..900;1,100..900&family=Yatra+One&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #000 !important;
}
.nav-wrapper .nav-items .nav-items-ul li #on-open-color-about{
    color: #ffc107;
}
.about-section{
    width: 100%;
}
.about-section .about-container .hero-right{
    background-color: rgb(0, 0, 0);
    color: #fff;
    width: 50%;
}
#profession-section .profession-title h2{
    text-align: center;
    padding: 20px;
    font-size: x-large;
    color: #f5f5f5;
    text-transform: capitalize;
    font-family: "Red Rose", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
/* Row 1, Col 1 */
#profession-section .container .profession-row-1 .profession-col-1 .profession-card{
    text-align: center;
    background-color: #232323;
    margin-top: 20px;
    border-radius: 15px;
    padding-bottom: 20px;
    transition: all 0.2s ease-in-out;
}
#profession-section .container .profession-row-1 .profession-col-1 .profession-card i{
    color: #ffc107;
    font-size: 24px;
    margin: 25px 0;
}
#profession-section .container .profession-row-1 .profession-col-1 .profession-card h3{
    color: #fff;
    font-size: 22px;
    font-family: "Mate SC", serif;
    font-weight: 400;
    font-style: normal;
}
#profession-section .container .profession-row-1 .profession-col-1 .profession-card p{
    padding: 20px;
    color: #999999;
    font-size: 18px;
    text-align: left;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
#profession-section .container .profession-row-1 .profession-col-1 .profession-card:hover{
    background-color: #ffc107;
}
#profession-section .container .profession-row-1 .profession-col-1 .profession-card:hover i{
    color: #fff;
    transition: .5s ease-in-out;
    transform: rotate(-360deg);
}
#profession-section .container .profession-row-1 .profession-col-1 .profession-card:hover h3{
    color: #000;
}
#profession-section .container .profession-row-1 .profession-col-1 .profession-card:hover p{
    color: #000;
}
/* Row 2, Col 2 */
#profession-section .container .profession-row-2 .profession-col-2 .profession-card{
    text-align: center;
    background-color: #232323;
    margin-top: 50px;
    border-radius: 15px;
    padding-bottom: 10px;
    transition: all 0.2s ease-in-out;
}
#profession-section .container .profession-row-2 .profession-col-2 .profession-card i{
    color: #ffc107;
    font-size: 24px;
    margin: 25px 0;
}
#profession-section .container .profession-row-2 .profession-col-2 .profession-card h3{
    color: #fff;
    font-size: 22px;
    font-family: "Mate SC", serif;
    font-weight: 400;
    font-style: normal;
}
#profession-section .container .profession-row-2 .profession-col-2 .profession-card p{
    padding: 20px;
    color: #999999;
    font-size: 18px;
    text-align: left;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
#profession-section .container .profession-row-2 .profession-col-2 .profession-card:hover{
    background-color: #ffc107;
}
#profession-section .container .profession-row-2 .profession-col-2 .profession-card:hover i{
    color: #fff;
    transition: .5s ease-in-out;
    transform: rotate(-360deg);
}
#profession-section .container .profession-row-2 .profession-col-2 .profession-card:hover h3{
    color: #000;
}
#profession-section .container .profession-row-2 .profession-col-2 .profession-card:hover p{
    color: #000;
}
/* Row 2, Col 3 */
#profession-section .container .profession-row-2 .profession-col-3 .profession-card{
    text-align: center;
    background-color: #232323;
    margin-top: 50px;
    border-radius: 15px;
    padding-bottom: 90px;
    transition: all 0.2s ease-in-out;
}
#profession-section .container .profession-row-2 .profession-col-3 .profession-card i{
    color: #ffc107;
    font-size: 24px;
    margin: 25px 0;
}
#profession-section .container .profession-row-2 .profession-col-3 .profession-card h3{
    color: #fff;
    font-size: 22px;
    font-family: "Mate SC", serif;
    font-weight: 400;
    font-style: normal;
}
#profession-section .container .profession-row-2 .profession-col-3 .profession-card p{
    padding: 20px;
    color: #999999;
    font-size: 18px;
    text-align: left;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
#profession-section .container .profession-row-2 .profession-col-3 .profession-card:hover{
    background-color: #ffc107;
}
#profession-section .container .profession-row-2 .profession-col-3 .profession-card:hover i{
    color: #fff;
    transition: .5s ease-in-out;
    transform: rotate(-360deg);
}
#profession-section .container .profession-row-2 .profession-col-3 .profession-card:hover h3{
    color: #000;
}
#profession-section .container .profession-row-2 .profession-col-3 .profession-card:hover p{
    color: #000;
}
/* Row 3, Col 4 */
#profession-section .container .profession-row-3 .profession-col-4 .profession-card{
    text-align: center;
    background-color: #232323;
    margin-top: 50px;
    border-radius: 15px;
    padding-bottom: 15px;
    transition: all 0.2s ease-in-out;
}
#profession-section .container .profession-row-3 .profession-col-4 .profession-card i{
    color: #ffc107;
    font-size: 24px;
    margin: 25px 0;
}
#profession-section .container .profession-row-3 .profession-col-4 .profession-card h3{
    color: #fff;
    font-size: 22px;
    font-family: "Mate SC", serif;
    font-weight: 400;
    font-style: normal;
}
#profession-section .container .profession-row-3 .profession-col-4 .profession-card p{
    padding: 20px;
    color: #999999;
    font-size: 18px;
    text-align: left;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
#profession-section .container .profession-row-3 .profession-col-4 .profession-card:hover{
    background-color: #ffc107;
}
#profession-section .container .profession-row-3 .profession-col-4 .profession-card:hover i{
    color: #fff;
    transition: .5s ease-in-out;
    transform: rotate(-360deg);
}
#profession-section .container .profession-row-3 .profession-col-4 .profession-card:hover h3{
    color: #000;
}
#profession-section .container .profession-row-3 .profession-col-4 .profession-card:hover p{
    color: #000;
}
/* Row 3, Col 5 */
#profession-section .container .profession-row-3 .profession-col-5 .profession-card{
    text-align: center;
    background-color: #232323;
    margin-top: 50px;
    border-radius: 15px;
    transition: all 0.2s ease-in-out;
}
#profession-section .container .profession-row-3 .profession-col-5 .profession-card i{
    color: #ffc107;
    font-size: 24px;
    margin: 25px 0;
}
#profession-section .container .profession-row-3 .profession-col-5 .profession-card h3{
    color: #fff;
    font-size: 22px;
    font-family: "Mate SC", serif;
    font-weight: 400;
    font-style: normal;
}
#profession-section .container .profession-row-3 .profession-col-5 .profession-card p{
    padding: 20px;
    color: #999999;
    font-size: 18px;
    text-align: left;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
#profession-section .container .profession-row-3 .profession-col-5 .profession-card:hover{
    background-color: #ffc107;
}
#profession-section .container .profession-row-3 .profession-col-5 .profession-card:hover i{
    color: #fff;
    transition: .5s ease-in-out;
    transform: rotate(-360deg);
}
#profession-section .container .profession-row-3 .profession-col-5 .profession-card:hover h3{
    color: #000;
}
#profession-section .container .profession-row-3 .profession-col-5 .profession-card:hover p{
    color: #000;
}
/* Row 4, Col 6 */
#profession-section .container .profession-row-4 .profession-col-6 .profession-card{
    text-align: center;
    background-color: #232323;
    margin-top: 50px;
    padding-bottom: 20px;
    border-radius: 15px;
    margin-bottom: 70px;
    transition: all 0.2s ease-in-out;
}
#profession-section .container .profession-row-4 .profession-col-6 .profession-card i{
    color: #ffc107;
    font-size: 24px;
    margin: 25px 0 18px 0;
}
#profession-section .container .profession-row-4 .profession-col-6 .profession-card h3{
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: "Mate SC", serif;
    font-weight: 400;
    font-style: normal;
}
#profession-section .container .profession-row-4 .profession-col-6 .profession-card p{
    padding: 10px;
    color: #999999;
    font-size: 17px;
    text-align: left;
    margin-left: 10px;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
#profession-section .container .profession-row-4 .profession-col-6 .profession-card p b{
    font-weight: 500;
    margin-right: 10px;
}
#profession-section .container .profession-row-4 .profession-col-6 .profession-card p a{
    text-decoration: none;
    color: #ffc107;
}
#profession-section .container .profession-row-4 .profession-col-6 .profession-card:hover{
    background-color: #ffc107;
}
#profession-section .container .profession-row-4 .profession-col-6 .profession-card:hover i{
    color: #fff;
    transition: .5s ease-in-out;
    transform: rotate(-360deg);
}
#profession-section .container .profession-row-4 .profession-col-6 .profession-card:hover h3{
    color: #000;
}
#profession-section .container .profession-row-4 .profession-col-6 .profession-card:hover p{
    color: #000;
}
#profession-section .container .profession-row-4 .profession-col-6 .profession-card:hover a{
    color: black;
}

/* ======= responsive here ======= */

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 100px) and (max-width : 320px) {
    .about-section .about-container{
        width: 100%;
        display: block;
    }
    .about-section .about-container .hero-left{
        width: 100%;
        margin-top: 70px;
    }
    .about-section .about-container .hero-left lottie-player{
        height: 200px;
    }
    .about-section .about-container .hero-right{
        width: 100%;
        margin-top: 70px;
    }
    .about-section .about-container .hero-right h1{
        text-align: center;
        font-family: "Yatra One", system-ui;
        font-weight: 400;
        font-style: normal;
        font-size: 28px;
    }
    #profession-section{
        width: 100%;
        background-color: #000000;
        margin-top: 50px;
    }
    #profession-section .profession-title{
        width: 100%;
    }
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 320px) and (max-width : 480px) {
    .about-section .about-container{
        width: 100%;
        display: block;
    }
    .about-section .about-container .hero-left{
        width: 100%;
        margin-top: 70px;
    }
    .about-section .about-container .hero-left lottie-player{
        height: 200px;
    }
    .about-section .about-container .hero-right{
        width: 100%;
        margin-top: 70px;
    }
    .about-section .about-container .hero-right h1{
        text-align: center;
        font-family: "Yatra One", system-ui;
        font-weight: 400;
        font-style: normal;
        font-size: 28px;
    }
    #profession-section{
        width: 100%;
        background-color: #000000;
        margin-top: 50px;
    }
    #profession-section .profession-title{
        width: 100%;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width : 480px) and (max-width : 768px) {
    .about-section .about-container{
        width: 100%;
        display: block;
    }
    .about-section .about-container .hero-left{
        width: 100%;
        margin-top: 70px;
    }
    .about-section .about-container .hero-left lottie-player{
        height: 200px;
    }
    .about-section .about-container .hero-right{
        width: 100%;
        margin-top: 70px;
    }
    .about-section .about-container .hero-right h1{
        text-align: center;
        font-family: "Yatra One", system-ui;
        font-weight: 400;
        font-style: normal;
        font-size: 28px;
    }
    #profession-section{
        width: 100%;
        background-color: #000000;
        margin-top: 50px;
    }
    #profession-section .profession-title{
        width: 100%;
    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 768px) and (max-width : 992px) {
    .about-section .about-container{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
    }
    .about-section .about-container .hero-left{
        background-color: #000000;
        width: 50%;
        height: 500px;
    }
    .about-section .about-container .hero-left lottie-player{
        margin-top: 100px;
        height: 300px;
    }
    .about-section .about-container .hero-right h1{
        text-align: center;
        font-family: "Yatra One", system-ui;
        font-weight: 400;
        font-style: normal;
        font-size: 52px;
    }
    #profession-section{
        width: 100%;
        background-color: #000000;
        margin-top: 75px;
    }
    #profession-section .profession-title{
        width: 50%;
        margin: auto;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 992px) and (max-width : 2560px) {
    .about-section .about-container{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
    }
    .about-section .about-container .hero-left{
        background-color: #000000;
        width: 50%;
        height: 500px;
    }
    .about-section .about-container .hero-left lottie-player{
        margin-top: 100px;
        height: 300px;
    }
    .about-section .about-container .hero-right h1{
        text-align: center;
        font-family: "Yatra One", system-ui;
        font-weight: 400;
        font-style: normal;
        font-size: 52px;
    }
    #profession-section{
        width: 100%;
        background-color: #000000;
        margin-top: 75px;
    }
    #profession-section .profession-title{
        width: 50%;
        margin: auto;
    }
}