* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    font-family: "Rubik", serif;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.light_dark {
    color: #878686;
}

.top_section {
    background: rgb(249, 241, 255);
    background: linear-gradient(
        180deg,
        rgba(249, 241, 255, 1) 0%,
        rgba(255, 255, 255, 1) 100%
    );
}

.look_app_section {
    background-color: #f9f1ff;
}

.key_features_section ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 20px;
}

.key_features_section ul li::before {
    content: "";
    background-color: #923dd3;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
}

.form-control {
    background-color: #f9f1ff !important;
    border: none !important;
    padding: 10px 20px !important;
    width: -webkit-fill-available !important;
}

.form-control::placeholder {
    font-size: 14px;
    color: #9f9f9f;
}

.main_logo h1 {
    font-size: 50px;
}

.landing_page_logo img {
    width: 300px;
}

.form-control:focus {
    box-shadow: none !important;
}

.contact_us_wrapper {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact_us_section {
    margin-bottom: -147px;
    z-index: 99;
}

.footer_section {
    background-color: #923dd3;
    padding-top: 150px;
}

footer .border-bottom {
    border-bottom: 1px solid rgb(255, 255, 255, 0.5) !important;
}

.develop_by_iroid {
    top: 16px;
}

.container {
    padding: 0;
}

.submit-btn .btn {
    width: -webkit-fill-available !important;
    padding: 10px !important;
    background-color: #923dd3 !important;
    border: none;
}

.select2-container--default .select2-selection--single {
    border-color: #fff;
    height: 45px !important;
    padding: 7.5px 0;
    border-radius: 0;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 45px !important;
}

.select2-dropdown {
    border-radius: 0;
    box-shadow: #444 0px 3px 5px;
    border: 0;
}

.select2-selection__rendered span img {
    margin-right: 10px;
    width: 26px;
}
.select2-results__option img{
    width: 26px !important;
}

.select2-selection__rendered span {
    display: flex;
    align-items: center;
}
.select2-container {
    width: 200px !important;
}

.select2-container--default .select2-selection--single{
    border-radius: 10px !important;
}