/*
Theme Name: Wecheer Noor KSA 2024
Author: IT Ops Team
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Manjari:wght@400;700&display=swap');

@font-face {
    font-family: 'RuiAbreu';
    src: url('font/Rui\ Abreu\ -\ AzoSans-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RuiAbreu';
    src: url('font/Rui\ Abreu\ -\ AzoSans-Bold.otf');
    font-weight: 700;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'RuiAbreu', Arial, Helvetica, "sans-serif";
    font-weight: 400;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input,
textarea,
a,
button {
    outline: none !important;
}

.wecheer-sec-wrap {
    max-width: 450px;
    margin: 0 auto;
    background-color: #2a2c2c;
    padding: 0px 0;
    position: relative;
    color: #fff;
}

.wecheer-sec-wrap img {
    display: block;
    width: 100%;
}

.floating-btn {
    position: fixed;
    width: 50%;
    max-width: 200px;
    text-align: center;
    z-index: 10;
    bottom: 35px;
    left: 50%;
    transform: translatex(-50%);
}

.floating-btn .mars-submitbtn {
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.floating-btn img {
    width: 100%;
    display: block;
}


.back-to-form {
    position: relative;
    padding: 16px
}

.back-to-form a.back-to-form-icn {
    position: absolute;
    width: auto;
    display: inline-block;
    text-decoration: none;
    padding: 0 10px 0 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 30px;
    left: 10px;
    top: 10px;
}
.rtl .back-to-form a.back-to-form-icn {
    left: auto;
    right: 10px;
    transform: rotate(180deg);
}
.back-to-form a.back-to-form-icn img {
    max-width: 100%;
    height: auto;
    display: block;
}

.back-to-form a.back-to-form-icn:hover {
    left: -3px;
}

.back-to-form {
    background-color: #0b488f;
}

.wecheer-page-terms {
    background-color: #0b488f;
    padding: 16px;
}