@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-index{
    color: #ffc107;
}
.hero-section .hero-container .hero-left .hero-heading #web-android-color {
    color: #ffc107;
}
.hero-section .hero-container .hero-left .hero-heading #hero-hire-button:hover {
    cursor: pointer;
    transition: all;
    transition-duration: .3s;
    box-shadow: 2px 0px 20px #ffc107;
    background-color: #000;
    color: #ffc107;
}
.input-bg-color{
    background-color: #232323;
}
.main-section .container .our-services-container h2 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-family: "Red Rose", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.main-section .container .our-services-container .row .services-col .services-content:hover {
    background-color: #ffc107;
}
.main-section .container .our-services-container .row .services-col .services-content i {
    color: #ffc107;
    font-size: 24px;
    margin: 25px 0;
}
.main-section .container .our-services-container .row .services-col .services-content:hover i {
    color: #fff;
    transition: .5s ease-in-out;
    transform: rotate(-360deg);
}
.main-section .container .our-services-container .row .services-col .services-content h3 {
    color: #fff;
    font-size: 22px;
    font-family: "Mate SC", serif;
    font-weight: 400;
    font-style: normal;
    
}
.main-section .container .our-services-container .row .services-col .services-content p {
    color: #999999;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.main-section .container .our-services-container .row .services-col .services-content:hover h3 {
    color: #000;
}
.main-section .container .our-services-container .row .services-col .services-content:hover p {
    color: #000;
}
.why-choose-section .container .why-choose-container h2 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-family: "Red Rose", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.why-choose-section .container .why-choose-container .row .why-choose-col .why-choose-content:hover {
    background-color: #ffc107;
}
.why-choose-section .container .why-choose-container .row .why-choose-col .why-choose-content i {
    color: #ffc107;
    font-size: 24px;
    margin: 25px 0;
}
.why-choose-section .container .why-choose-container .row .why-choose-col .why-choose-content:hover i {
    color: #fff;
    transition: .5s ease-in-out;
    transform: rotate(-360deg);
}
.why-choose-section .container .why-choose-container .row .why-choose-col .why-choose-content h3 {
    color: #fff;
    font-size: 22px;
    font-family: "Mate SC", serif;
    font-weight: 400;
    font-style: normal;
}
.why-choose-section .container .why-choose-container .row .why-choose-col .why-choose-content p {
    color: #999999;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.why-choose-section .container .why-choose-container .row .why-choose-col .why-choose-content:hover h3 {
    color: #000;
}
.why-choose-section .container .why-choose-container .row .why-choose-col .why-choose-content:hover p {
    color: #000;
}

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

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 100px) and (max-width : 320px) {
    .hero-section .hero-container {
        width: 100%;
        display: block;
    }
    .hero-section .hero-container .hero-left .hero-heading p {
        font-size: 32px;
        color: #fff;
        line-height: 1.1;
        margin-top: 20px;
        font-family: "Yatra One", system-ui;
        font-weight: 400;
        font-style: normal;
    }
    .hero-section .hero-container .hero-left .hero-heading{
        text-align: center;
        margin-top: 55px;
    }
    .hero-section .hero-container .hero-left .hero-heading #hero-hire-button {
        padding: 7px;
        margin-top: 20px;
        width: 9rem;
        font-size: 24px;
        color: rgb(19, 38, 65);
        background-color: #ffc107;
        border: none;
        border-radius: 10px;
        font-family: "Yatra One", system-ui;
        font-weight: 400;
        font-style: normal;
    }
    .hero-section .hero-container .hero-right .hero-anim{
        margin-top: 40px;
    }
    .hero-section .hero-container .hero-right .hero-anim lottie-player{ 
        width: 100%;
        height: 280px;
    }
    .main-section .container .our-services-container {
        margin-top: 40px;
        padding-bottom: 30px;
    }
    .main-section .container .our-services-container .row .services-col .services-content {
        height: 220px;
        width: 100%;
        background-color: #232323;
        padding: 15px;
        margin-top: 40px;
        border-radius: 15px;
        text-align: center;
        transition: all 0.2s ease-in-out;
    }
    .why-choose-section .container .why-choose-container {
        margin-top: 20px;
        padding-bottom: 25px;
        margin-bottom: 50px;
    }
    .why-choose-section .container .why-choose-container .row .why-choose-col .why-choose-content {
        height: 220px;
        width: 100%;
        background-color: #232323;
        padding: 15px;
        margin-top: 40px;
        border-radius: 15px;
        text-align: center;
        transition: all 0.2s ease-in-out;
    }
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 320px) and (max-width : 480px) {
    .hero-section .hero-container {
        width: 100%;
        display: block;
    }
    .hero-section .hero-container .hero-left .hero-heading p {
        font-size: 32px;
        color: #fff;
        line-height: 1.1;
        margin-top: 20px;
        font-family: "Yatra One", system-ui;
        font-weight: 400;
        font-style: normal;
    }
    .hero-section .hero-container .hero-left .hero-heading{
        text-align: center;
        margin-top: 55px;
    }
    .hero-section .hero-container .hero-left .hero-heading #hero-hire-button {
        padding: 7px;
        margin-top: 20px;
        width: 9rem;
        font-size: 24px;
        color: rgb(19, 38, 65);
        background-color: #ffc107;
        border: none;
        border-radius: 10px;
        font-family: "Yatra One", system-ui;
        font-weight: 400;
        font-style: normal;
    }
    .hero-section .hero-container .hero-right .hero-anim{
        margin-top: 40px;
    }
    .hero-section .hero-container .hero-right .hero-anim lottie-player{ 
        width: 100%;
        height: 280px;
    }
    .main-section .container .our-services-container {
        margin-top: 40px;
        padding-bottom: 30px;
    }
    .main-section .container .our-services-container .row .services-col .services-content {
        height: 220px;
        width: 100%;
        background-color: #232323;
        padding: 15px;
        margin-top: 40px;
        border-radius: 15px;
        text-align: center;
        transition: all 0.2s ease-in-out;
    }
    .why-choose-section .container .why-choose-container {
        margin-top: 20px;
        padding-bottom: 25px;
        margin-bottom: 50px;
    }
    .why-choose-section .container .why-choose-container .row .why-choose-col .why-choose-content {
        height: 220px;
        width: 100%;
        background-color: #232323;
        padding: 15px;
        margin-top: 40px;
        border-radius: 15px;
        text-align: center;
        transition: all 0.2s ease-in-out;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width : 480px) and (max-width : 768px) {
    .hero-section .hero-container {
        width: 100%;
        display: block;
    }
    .hero-section .hero-container .hero-left .hero-heading p {
        font-size: 32px;
        color: #fff;
        line-height: 1.1;
        margin-top: 20px;
        font-family: "Yatra One", system-ui;
        font-weight: 400;
        font-style: normal;
    }
    .hero-section .hero-container .hero-left .hero-heading{
        text-align: center;
        margin-top: 55px;
    }
    .hero-section .hero-container .hero-left .hero-heading #hero-hire-button {
        padding: 7px;
        margin-top: 20px;
        width: 9rem;
        font-size: 24px;
        color: rgb(19, 38, 65);
        background-color: #ffc107;
        border: none;
        border-radius: 10px;
        font-family: "Yatra One", system-ui;
        font-weight: 400;
        font-style: normal;
    }
    .hero-section .hero-container .hero-right .hero-anim{
        margin-top: 40px;
    }
    .hero-section .hero-container .hero-right .hero-anim lottie-player{ 
        width: 100%;
        height: 280px;
    }
    .main-section .container .our-services-container {
        margin-top: 40px;
        padding-bottom: 30px;
    }
    .main-section .container .our-services-container .row .services-col .services-content {
        height: 220px;
        width: 100%;
        background-color: #232323;
        padding: 15px;
        margin-top: 40px;
        border-radius: 15px;
        text-align: center;
        transition: all 0.2s ease-in-out;
    }
    .why-choose-section .container .why-choose-container {
        margin-top: 20px;
        padding-bottom: 25px;
        margin-bottom: 50px;
    }
    .why-choose-section .container .why-choose-container .row .why-choose-col .why-choose-content {
        height: 220px;
        width: 100%;
        background-color: #232323;
        padding: 15px;
        margin-top: 40px;
        border-radius: 15px;
        text-align: center;
        transition: all 0.2s ease-in-out;
    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 768px) and (max-width : 992px) {
    .hero-section .hero-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .hero-section .hero-container .hero-left .hero-heading p {
        font-size: 3rem;
        margin-left: 70px;
        color: #fff;
        line-height: 1.2;
        margin-top: 20px;
        font-family: "Yatra One", system-ui;
        font-weight: 400;
        font-style: normal;
    }
    .hero-section .hero-container .hero-left .hero-heading #hero-hire-button {
        padding: 10px;
        margin-top: 20px;
        margin-left: 70px;
        width: 9rem;
        font-size: 30px;
        color: rgb(19, 38, 65);
        background-color: #ffc107;
        border: none;
        border-radius: 10px;
        font-family: "Yatra One", system-ui;
        font-weight: 400;
        font-style: normal;
    }
    .hero-section .hero-container .hero-right .hero-anim {
        margin-right: 60px;
        padding: 80px;
    }
    .main-section .container .our-services-container {
        margin-top: 15px;
        padding-bottom: 25px;
    }
    .main-section .container .our-services-container .row .services-col .services-content {
        height: 220px;
        width: 370px;
        background-color: #232323;
        padding: 15px;
        margin-top: 40px;
        border-radius: 15px;
        text-align: center;
        transition: all 0.2s ease-in-out;
    }
    .why-choose-section .container .why-choose-container {
        margin-top: 15px;
        padding-bottom: 25px;
        margin-bottom: 50px;
    }
    .why-choose-section .container .why-choose-container .row .why-choose-col .why-choose-content {
        height: 220px;
        width: 370px;
        background-color: #232323;
        padding: 15px;
        margin-top: 40px;
        border-radius: 15px;
        text-align: center;
        transition: all 0.2s ease-in-out;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 992px) and (max-width : 2560px) {
    .hero-section .hero-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .hero-section .hero-container .hero-left .hero-heading p {
        font-size: 3rem;
        margin-left: 70px;
        color: #fff;
        line-height: 1.2;
        margin-top: 20px;
        font-family: "Yatra One", system-ui;
        font-weight: 400;
        font-style: normal;
    }
    .hero-section .hero-container .hero-left .hero-heading #hero-hire-button {
        padding: 10px;
        margin-top: 20px;
        margin-left: 70px;
        width: 9rem;
        font-size: 30px;
        color: rgb(19, 38, 65);
        background-color: #ffc107;
        border: none;
        border-radius: 10px;
        font-family: "Yatra One", system-ui;
        font-weight: 400;
        font-style: normal;
    }
    .hero-section .hero-container .hero-right .hero-anim {
        margin-right: 60px;
        padding: 80px;
    }
    .main-section .container .our-services-container {
        margin-top: 15px;
        padding-bottom: 25px;
    }
    .main-section .container .our-services-container .row .services-col .services-content {
        height: 220px;
        width: 370px;
        background-color: #232323;
        padding: 15px;
        margin-top: 40px;
        border-radius: 15px;
        text-align: center;
        transition: all 0.2s ease-in-out;
    }
    .why-choose-section .container .why-choose-container {
        margin-top: 15px;
        padding-bottom: 25px;
        margin-bottom: 50px;
    }
    .why-choose-section .container .why-choose-container .row .why-choose-col .why-choose-content {
        height: 220px;
        width: 370px;
        background-color: #232323;
        padding: 15px;
        margin-top: 40px;
        border-radius: 15px;
        text-align: center;
        transition: all 0.2s ease-in-out;
    }
}