
* {
    box-sizing: border-box !important;
    transition: ease all 0.5s
}

html {
    scroll-behavior: smooth
}

body {
    color: #666;
    font-size: 14px;
    font-family: 'Sen', sans-serif;
    line-height: 1.80857;
    font-weight: 400;
    overflow-x: hidden
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: 400;
    line-height: normal;
    color: #111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none
}

logo {
    width: 250px;
    border-radius: 15px !important
}

.logo {
    border-radius: 15px !important
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px
}

a {
    color: #222;
    text-decoration: none;
    outline: none !important
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 0
}

:focus {
    outline: 0
}

.paddind_bottom_0 {
    padding-bottom: 0 !important
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgb(255 255 255 / .25)
}

.navbar-form input {
    border: none !important
}

.badge {
    font-weight: 500
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.full {
    float: left;
    width: 100%
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0
}

.layout_padding1 {
    padding-bottom: 70px !important
}

.padding_0 {
    padding: 0
}

.header_section {
    width: 100%;
    float: left;
    background-image: url(/assets/images/banner-bg.webp);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat
}

.header_section_v1 {
    width: 100%;
    float: left;
    background-image: url(/assets/images/header.webp);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat
}

.bg-light {
    background-color: transparent !important
}

.mr-auto,
.mx-auto {
    margin: 0 auto;
    text-align: center
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 10px;
    font-size: 17px;
    color: #fefefd;
    border-radius: 5px;
    text-transform: uppercase
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #373736
}

.navbar-brand {
    border-radius: 50px !important;
    margin: 0;
    float: right;
    width: 100px
}

.navbar {
    padding: 15px 50px
}

.search_bt {
    width: 100px;
    text-align: right
}

.search_bt a {
    float: left;
    font-size: 17px;
    color: #fefefd;
    text-align: right;
    display: contents
}

.search_bt a:hover {
    color: #373736
}

.banner_section {
    width: 100%;
    float: left;
    padding: 0 0 80px 0;
    margin-bottom: 40px
}

.banner_taital_main {
    width: 100%;
    float: left;
    padding-left: 100px
}

.banner_taital {
    width: 100%;
    font-size: 60px;
    color: #fefefd;
    font-weight: 700
}

.started_text {
    width: 180px;
    float: left;
    margin-top: 40px
}

.started_text a {
    width: 100%;
    float: left;
    padding: 8px 10px;
    color: #373736;
    background-color: #fefefd;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    text-transform: uppercase
}

.started_text a:hover {
    color: #fefefd;
    background-color: #373736
}

#banner_slider a.carousel-control-prev {
    left: 100px;
    top: 585px;
    color: #252525
}

#banner_slider a.carousel-control-next {
    right: 0;
    top: 585px;
    left: 170px
}

#banner_slider .carousel-control-next,
#banner_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #fdc204;
    background-color: #fff;
    border-radius: 100%;
    border: 5px solid #f76f46
}

#banner_slider .carousel-control-next:focus,
#banner_slider .carousel-control-next:hover,
#banner_slider .carousel-control-prev:focus,
#banner_slider .carousel-control-prev:hover {
    color: #252525
}

.play_icon {
    width: 100%;
    float: left;
    position: relative;
    z-index: 5;
    text-align: center;
    margin-top: 80px
}

.about_section {
    width: 100%;
    float: left
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #232222;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 100px
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #232222;
    margin-left: 0;
    padding-top: 20px
}

.readmore_btn {
    width: 170px;
    float: left;
    margin-top: 40px
}

.readmore_btn a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    text-transform: uppercase;
    background-color: #f7684d;
    padding: 10px;
    border-radius: 5px;
    text-align: center
}

.readmore_btn a:hover {
    color: #fefefd;
    background-color: #282727
}

.about_taital_box {
    width: 100%;
    float: left
}

.about_box {
    width: 100%;
    display: flex;
    margin-top: 20px
}

.android_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #3f3f3f;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 20px
}

.ios_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #f77045;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

.about_box_left {
    width: 100%;
    height: auto;
    padding: 30px 0;
    text-align: center;
    box-shadow: 0 0 70px 0 #e6e6e5;
    border-radius: 5px
}

.about_box_right {
    width: 100%;
    height: auto;
    padding: 30px 0;
    text-align: center;
    box-shadow: 0 0 70px 0 #e6e6e5;
    margin-left: 20px;
    border-radius: 5px
}

.about_box_2 {
    width: 100%;
    display: flex;
    margin-top: 20px
}

.apps_section {
    width: 100%;
    float: left
}

.apps_taital_main {
    width: 100%;
    float: left;
    padding: 0
}

.apps_taital {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #262626;
    font-weight: 700
}

.apps_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #232222;
    margin: 0;
    padding-top: 20px
}

.btn_main {
    width: 100%;
    float: left;
    padding-top: 40px
}

.started_bt {
    width: 175px;
    float: left
}

.started_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #f7684d;
    color: #fefefd;
    text-align: center;
    padding: 12px;
    border-radius: 5px
}

.started_bt a:hover {
    color: #fefefd;
    background-color: #282727
}

.buy_bt {
    width: 175px;
    float: left
}

.buy_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #f7684d;
    color: #fefefd;
    text-align: center;
    padding: 12px;
    margin-left: 10px;
    border-radius: 5px
}

.buy_bt a:hover {
    color: #fefefd;
    background-color: #282727
}

.buy_bt.active a {
    color: #fefefd;
    background-color: #282727
}

.apps_img {
    width: 100%;
    float: left
}

.feature_section {
    width: 100%;
    float: left;
    background-image: url(/assets/images/feature-bg.webp);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0 130px 0
}

.feature_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #fefefd;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center
}

.feature_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    margin: 0
}

.feature_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px
}

.feature_img {
    width: 100%;
    float: left
}

.feature_img img {
    width: 80%
}

.unlimited_text {
    width: 100%;
    display: flex;
    font-size: 18px;
    color: #fefefd;
    align-items: center;
    margin-top: 28px;
    font-weight: 700
}

img.icon_4 {
    width: 90px;
    margin-right: 20px
}

.unlimited_text_1 {
    width: 100%;
    display: flex;
    font-size: 18px;
    color: #fefefd;
    align-items: center;
    margin-top: 28px;
    font-weight: 700;
    justify-content: center
}

img.icon_5 {
    width: 90px;
    margin-left: 20px
}

.readmore_bt1 {
    width: 170px;
    float: right;
    margin-top: 80px;
    margin-right: 100px
}

.readmore_bt1 a {
    width: 100%;
    float: right;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    background-color: #f7684d;
    padding: 10px;
    border-radius: 5px
}

.readmore_bt1 a:hover {
    color: #fefefd;
    background-color: #282727
}

.pricing_section {
    width: 100%;
    float: left
}

.pricing_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #2c2b2b;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase
}

.pricing_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2c2c2c;
    text-align: center;
    margin: 0
}

.pricing_section_2 {
    width: 100%;
    float: left;
    margin-top: 40px
}

.pricing_box {
    width: 100%;
    background-color: #fff;
    height: auto;
    padding: 0 0 20px 0;
    border-radius: 10px;
    box-shadow: 0 0 20px 0
}

.regular_text {
    width: 100%;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #2b2b2b;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 0
}

.taital_main {
    width: 100%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    background-color: #f75b59;
    border-radius: 10px;
    padding: 40px 0
}

.dolor_text {
    font-size: 26px;
    color: #2c2b2b;
    font-weight: 700;
    padding-top: 35px
}

.dolor_text_1 {
    font-size: 60px;
    color: #fefefd;
    font-weight: 700
}

.month_text {
    font-size: 16px;
    color: #fefefd;
    margin: 0;
    padding-top: 35px
}

.using_text {
    width: 63%;
    font-size: 16px;
    text-align: center;
    color: #3a3a3a;
    margin: 0 auto;
    padding: 20px 0
}

.readmore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #fefefd;
    color: #3a3a3a;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0 0 40px 0 #dededd
}

.readmore_bt a:hover {
    color: #fefefd;
    background-color: #f7684d
}

.readmore_bt.active a {
    color: #fefefd;
    background-color: #f7684d
}

.customer_section {
    width: 100%;
    float: left
}

.customer_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.customer_section_2 {
    width: 100%;
    float: left;
    margin-top: 50px
}

.box_main {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 0 50px 40px 50px;
    box-shadow: 0 0 18px -6px;
    margin-bottom: 10px
}

.customer_main {
    width: 100%;
    margin-top: 50px
}

.box_main {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 0 50px 40px 50px;
    box-shadow: 0 0 18px -6px;
    margin-bottom: 10px;
    border-radius: 170px
}

.customer_left {
    width: 30%;
    float: left
}

.customer_right {
    width: 70%;
    float: left;
    margin-top: 40px
}

.customer_name {
    width: 100%;
    float: left;
    font-size: 26px;
    font-weight: 700;
    color: #001431
}

.quick_icon {
    float: right
}

.enim_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #737372;
    margin: 0
}

#my_slider a.carousel-control-prev {
    left: 30px;
    top: 190px
}

#my_slider a.carousel-control-next {
    right: 30px;
    top: 190px;
    color: #fefefd;
    background-color: #282727
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #f75b59;
    opacity: 1;
    font-size: 18px;
    color: #fefefd;
    border-radius: 100%
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #fefefd;
    background-color: #282727
}

.download_section {
    width: 100%;
    float: left;
    padding-bottom: 90px
}

.download_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.apps_main {
    width: 40%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px
}

.google_img {
    margin: 0 10px
}

.download_bt {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px
}

.download_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    background-color: #f76f46;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 5px
}

.download_bt a:hover {
    color: #fefefd;
    background-color: #282727
}

.contact_section {
    width: 100%;
    float: left
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #121111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700
}

.contact_section_2 {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 90px
}

.contact_section .map_form_container .map_container {
    display: none
}

.contact_section .map_form_container.map_show form {
    display: none
}

.contact_section .map_form_container.map_show .map_container {
    display: block
}

.mail_section {
    width: 100%;
    float: left
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4f4e4e;
    border: 1px solid #8e8e8e;
    background-color: #fff0;
    padding: 14px 15px;
    margin-top: 40px;
    border-radius: 8px
}

input.mail_text::placeholder {
    color: #4f4e4e
}

.massage-bt {
    color: #4f4e4e;
    width: 100%;
    height: 130px;
    font-size: 18px;
    background-color: #fff0;
    padding: 40px 15px 0 15px;
    border: 1px solid #8e8e8e;
    margin-top: 40px;
    border-radius: 8px
}

textarea#comment::placeholder {
    color: #4f4e4e
}

.contact_btn_main {
    width: 51%;
    margin: 0 auto;
    text-align: center
}

.send_bt {
    width: 160px;
    float: left
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fefefd;
    background-color: #f76f46;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: 700;
    border-radius: 5px;
    font-family: 'poppins', sans-serif
}

.send_bt a:hover {
    color: #fefefd;
    background-color: #282727
}

.map_bt {
    width: 160px;
    float: left;
    margin-left: 15px
}

.map_bt a {
    width: auto;
    text-align: center;
    font-size: 18px;
    color: #fefefd;
    background-color: #f76f46;
    padding: 10px 60px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: 700;
    border-radius: 5px;
    font-family: 'poppins', sans-serif
}

.map_bt a:hover {
    color: #fefefd;
    background-color: #282727
}

.map_bt.active a {
    color: #fefefd;
    background-color: #282727
}

.map_center {
    width: auto
}

.map_main {
    width: 100%;
    float: left;
    padding-top: 40px
}

.footer_section {
    width: 100%;
    float: left;
    height: auto;
    background-image: url(/assets/images/footer-bg.webp);
    background-size: 100%;
    padding: -1px 0
}

.footer_logo {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 50px
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    margin: 0
}

.footer_menu {
    width: 100%;
    float: left
}

.footer_menu ul {
    margin: 0;
    padding: 0
}

.footer_menu li {
    font-size: 16px;
    color: #fff
}

.footer_menu li a {
    color: #fff
}

.footer_menu li a:hover {
    color: #363636
}

.dummy_text {
    width: 30%;
    float: left;
    font-size: 16px;
    color: #fff;
    margin: 0
}

.location_text {
    width: 100%;
    float: left
}

.location_text ul {
    margin: 0;
    padding: 0
}

.location_text li {
    font-size: 16px;
    color: #fff;
    padding: 0 0 5px 0
}

.location_text li a {
    color: #fff
}

.location_text li a:hover {
    color: #363636
}

.padding_left_10 {
    padding-left: 10px
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px
}

.footer_social_icon ul {
    margin: 0;
    padding: 0;
    display: inline-block
}

.footer_social_icon li {
    float: left
}

.footer_social_icon li a {
    float: left;
    padding: 5px 10px;
    background-color: #fff;
    color: #f75b59;
    border-radius: 100%;
    font-size: 19px;
    margin-right: 5px;
    width: 44px;
    text-align: center;
    margin-top: 10px
}

.footer_social_icon li a:hover {
    background-color: #fff;
    color: #363636
}

.update_mail {
    color: #3b3b3b;
    width: 100%;
    height: 55px;
    border-radius: 15px;
    font-size: 18px;
    padding: 10px 20px 0 20px;
    background-color: #e2e2e2;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border: 0
}

textarea#comment.update_mail::placeholder {
    color: #3b3b3b
}

.subscribe_bt {
    width: 70px;
    float: left;
    padding-top: 30px
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    background-color: #c90606;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 0 10px 0 #ec5856
}

.subscribe_bt a:hover {
    color: #363636;
    background-color: #222
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #f75b59;
    height: auto
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left: 0;
    font-family: 'Poppins', sans-serif
}

.copyright_text a {
    color: #fff
}

.copyright_text a:hover {
    color: #363636
}

.margin_top90 {
    margin-top: 90px
}

header .footer-wave {
    max-width: 102%;
    width: 100%;
    height: 187.8px;
    left: 0;
    z-index: 1;
    bottom: -67px;
    background: url(https://1.bp.blogspot.com/-NYl6L8pz8B4/XoIVXwfhlNI/AAAAAAAAU3k/nxJKiLT706Mb7jUFiM5vdCsOSNnFAh0yQCLcBGAsYHQ/s1600/hero-wave.png) repeat-x;
    animation: wave 10s cubic-bezier(.44, .66, .67, .37) infinite
}

.header-design {
    background-color: #a4508b;
    background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);
    height: 120px;
    text-align: center
}

@keyframes wave {
    0% {
        background-position: 0
    }
    100% {
        background-position: 1440px
    }
}

.newsletter_container {
    display: flex;
    align-items: center
}

.update_mail {
    flex: 1;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px
}

.subscribe_bt {
    display: inline-flex;
    align-items: center;
    border: none;
    cursor: pointer;
    background: red;
    padding: 20px;
    margin-top: 16px;
    border-radius: 10px
}

}

.subscribe_bt img {
    height: auto;
    align-items: Center;
    cursor: pointer;
    border-radius: 0px !important
}

.download-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: red;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none
}

.download-button i {
    margin-right: 8px
}

.download-button:hover {
    background-color: #f75b59;
    color: #fff
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: red;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    opacity: 0;
    transition: opacity 0.3s ease
}

#backToTop:hover {
    background-color: #f44
}

#backToTop.show {
    opacity: 1
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition-delay: 0.25s !important
}

.animate-on-scroll.visible {
    opacity: 1;
    transition-delay: 0s;
    transform: translateY(0)
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #f44;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.contact-form {
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    border: 1px solid #ddd
}

.contact-form h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    text-align: center
}

.contact-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #555
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
    transition: border-color 0.3s ease
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #007bff;
    outline: none
}

.contact-form button {
    width: 100%;
    padding: 12px;
    background-color: #da1b00;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease
}

.contact-form button:hover {
    background-color: #fc6955
}

.app_section_text {
    width: 100%;
    display: flex;
    color: #000;
    padding-top: 5px;
    padding-right: 5px
}

.custom_a {
    color: #fff;
    text-decoration: underline !important
}

.custom_a_hover:hover {
    color: red
}

.details_taital {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #232222;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 0
}

.details_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #232222;
    margin-left: 0
}

.social-icon-container {
    position: fixed;
    top: 50px;
    right: 25px;
    display: flex;
    flex-direction: column;
    gap: 0
}

.social-icon {
    display: inline-block;
    padding: 5px 0;
    animation: float 2s ease-in-out infinite
}

.social-icon img {
    width: 40px;
    height: 40px
}

@keyframes float {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}