*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
}
body{
    background-color: #000 !important;
}
.nav-wrapper .nav-items .nav-items-ul li #on-open-color-contact{
    color: #ffc107;
}
.info-section .container .contact-container p {
    color: #999999;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.info-section .container .contact-container .contact-row .contact-col .contact-info {
    width: 100%;
    height: 200px;
    padding: 10px;
}
.info-section .container .contact-container .contact-row .contact-col .contact-info .round-bg {
    background-color: #232323;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: all 0.3s ease-in-out;
}
.info-section .container .contact-container .contact-row .contact-col .contact-info .round-bg:hover {
    background-color: #ffc107;
    cursor: pointer;
}
.info-section .container .contact-container .contact-row .contact-col .contact-info .round-bg:hover i {
    color: #fff;
    transition: .5s ease-in-out;
    transform: rotate(-360deg);
}
.info-section .container .contact-container .contact-row .contact-col .contact-info .round-bg i {
    color: #ffc107;
    font-size: 24px;
}
.info-section .container .contact-container .contact-row .contact-col .contact-info h6 {
    margin-top: 20px;
    color: #fff;
    font-family: "Mate SC", serif;
    font-weight: 400;
    font-style: normal;
}
.form-section{
    margin-top: 70px;
    padding-bottom: 70px;
}
.form-section .container .form-container .form-row .form-left-col{
    border-radius: 15px;
}
.form-section .container .form-container .form-row .form-right-col .form-container-bg .input-margin-bottom {
    margin-bottom: 20px;
}
.form-section .container .form-container .form-row .form-right-col .form-container-bg .input-margin-bottom input {
    width: 100%;
    height: 45px;
    outline: none;
    padding: 0 15px;
    border: none;
    border: 1px solid #b9b6b6;
    border-radius: 2px;
    color: gray;
    background-color: #f5f5f5;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.form-section .container .form-container .form-row .form-right-col .form-container-bg .input-margin-bottom textarea {
    width: 100%;
    outline: none;
    padding: 0 15px;
    padding-top: 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: gray;
    background-color: #f5f5f5;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.form-section .container .form-container .form-row .form-right-col .form-container-bg .input-margin-bottom .submit-button {
    width: 200px;
    height: 50px;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    background-color: #ffc107;
    cursor: pointer;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.form-section .container .form-container .form-row .form-right-col .form-container-bg .input-margin-bottom .submit-button:hover {
    background-color: #232323;
    color: #ffc107;
    box-shadow: 2px 0px 20px #ffc107;
}

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

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 100px) and (max-width : 320px) {
    .info-section .container .contact-container {
        text-align: center;
        margin-top: 70px;
    }
    .info-section .container .contact-container h5 {
        color: #f5f5f5;
        font-size: 25px;
        font-family: "Red Rose", serif;
        font-optical-sizing: auto;
        font-style: normal;
    }
    .info-section .container .contact-container .contact-row {
        margin-top: 40px;
    }
    .form-section .container .form-container .form-row .form-left-col lottie-player{
        width: 100%;
        height: 200px;
    }
    .form-section .container .form-container .form-row .form-right-col .form-container-bg{
        background-color: #f5f5f5;
        padding: 70px 15px 40px 15px;
        border-radius: 15px;
    }
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 320px) and (max-width : 480px) {
    .info-section .container .contact-container {
        text-align: center;
        margin-top: 70px;
    }
    .info-section .container .contact-container h5 {
        color: #f5f5f5;
        font-size: 25px;
        font-family: "Red Rose", serif;
        font-optical-sizing: auto;
        font-style: normal;
    }
    .info-section .container .contact-container .contact-row {
        margin-top: 40px;
    }
    .form-section .container .form-container .form-row .form-left-col lottie-player{
        width: 100%;
        height: 200px;
    }
    .form-section .container .form-container .form-row .form-right-col .form-container-bg{
        background-color: #f5f5f5;
        padding: 70px 15px 40px 15px;
        border-radius: 15px;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width : 480px) and (max-width : 768px) {
    .info-section .container .contact-container {
        text-align: center;
        margin-top: 70px;
    }
    .info-section .container .contact-container h5 {
        color: #f5f5f5;
        font-size: 25px;
        font-family: "Red Rose", serif;
        font-optical-sizing: auto;
        font-style: normal;
    }
    .info-section .container .contact-container .contact-row {
        margin-top: 40px;
    }
    .form-section .container .form-container .form-row .form-left-col lottie-player{
        width: 100%;
        height: 200px;
    }
    .form-section .container .form-container .form-row .form-right-col .form-container-bg{
        background-color: #f5f5f5;
        padding: 70px 15px 40px 15px;
        border-radius: 15px;
    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 768px) and (max-width : 992px) {
    .info-section .container .contact-container {
        text-align: center;
        margin-top: 50px;
    }
    .info-section .container .contact-container h5 {
        color: #f5f5f5;
        font-size: 22px;
        font-family: "Red Rose", serif;
        font-optical-sizing: auto;
        font-style: normal;
    }
    .info-section .container .contact-container .contact-row {
        margin-top: 70px;
    }
    .form-section .container .form-container .form-row .form-left-col lottie-player{
        width: 100%;
        height: 600px;
    }
    .form-section .container .form-container .form-row .form-right-col .form-container-bg{
        background-color: #f5f5f5;
        padding: 80px 80px 60px 80px;
        border-radius: 15px;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 992px) and (max-width : 2560px) {
    .info-section .container .contact-container {
        text-align: center;
        margin-top: 50px;
    }
    .info-section .container .contact-container h5 {
        color: #f5f5f5;
        font-size: 22px;
        font-family: "Red Rose", serif;
        font-optical-sizing: auto;
        font-style: normal;
    }
    .info-section .container .contact-container .contact-row {
        margin-top: 70px;
    }
    .form-section .container .form-container .form-row .form-left-col lottie-player{
        width: 100%;
        height: 600px;
    }
    .form-section .container .form-container .form-row .form-right-col .form-container-bg{
        background-color: #f5f5f5;
        padding: 80px 80px 60px 80px;
        border-radius: 15px;
    }
}