/*
   Theme Info
   ------------------------------
   Theme Name: AgroHyip
   Author: bug-finder
   Support: bugfinder.me@gmail.com
   Description: Hyip HTML template.
   Version: 1.0
   Published Date: Sept 21, 2023
   Last Update: Sept 21, 2023
*/
/*
   CSS Index
   ------------------------------
   00. global styles
   01. bottom nav
   02. side menu
   03. navbar
   04. home section
   05. achievement section
   06. about section
   07. referral section
   08. pricing section
   09. how it works section
   10. top investor section
   11. feature section
   12. latest transaction section
   13. testimonial section
   14. blog section
   15. blog details section
   16. payment gateway section
   17. footer section
   18. banner section
   19. faq section
   20. contact section
   21. map section
   22. login/register section
   23. privacy policy section
   24. table
   25. modal
   26. pagination
   27. responsive media queries
*/
/* 00. -------------------- global styles -------------------- */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&family=Kaushan+Script&family=Monoton&family=Nova+Round&family=Urbanist:wght@300;400;500;600;700&display=swap");
:root {
    --primary: #ffb300;
    --secondary: #7cb342;
    --success: #26cc8c;
    --danger: #ff6379;
    --info: #59c8ff;
    --warning: #ffce00;
    --gold: #ffc107;
    --white: #fff;
    --headingColor: #334b35;
    --black: #2b2b2b;
    --dark: #050c20;
    --dark2: #0f1730;
    --black2: rgba(2, 0, 21, 0.1);
    --bgLight: #f7f4ed;
    --bgLight2: #f4f4f4;
    --borderColor: #e5e5e5;
    --fontColor: #878c9f;
    --fontColor2: #a9a8b6;
    --shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
    --yt: #f20000;
    --fb: #1877f2;
    --ig: #e2306c;
    --tw: #1d9bf0;
    --in: #0172b1;
    --gradiant: linear-gradient(180deg, #ffb300 0%, #ffce00 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Jost", sans-serif;
    font-family: "Kaushan Script", cursive;
    font-family: "Monoton", cursive;
    font-family: "Urbanist", sans-serif;
    color: var(--fontColor);
    background: var(--white);
    font-weight: 400;
    font-size: 15px;
}

.rtl {
    direction: rtl;
    overflow-x: hidden !important;
}

.rtl .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: auto;
    left: 12px;
}

.rtl .select2-container--default .select2-selection--single .select2-selection__rendered {
    direction: rtl;
}

hr {
    background-color: var(--borderColor) !important;
}

b {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
    color: var(--headingColor);
    margin-bottom: 15px;
    font-weight: 700;
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 48px;
    font-weight: 600;
}

h3 {
    font-size: 36px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 500;
}

h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}

.text-secondary {
    -webkit-text-secondary-width: 1px;
    color: rgba(255, 255, 255, 0);
    -webkit-text-secondary-color: var(--black);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--fontColor);
    box-shadow: 0 0 0px 1000px var(--bgLight) inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.rtl .form-select {
    background-position-x: 10px !important;
}
.rtl .select2-container {
    text-align: right;
}

.input-group-text {
    background: var(--primary);
    color: var(--white);
    border: none;
}

button[data-bs-toggle=tooltip] i {
    color: var(--primary);
}

.form-check label {
    cursor: pointer;
    color: var(--fontColor);
}
.form-check .form-check-input {
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid var(--borderColor);
    cursor: pointer;
    margin-top: 3px;
}
.form-check .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}
.form-check .form-check-input:focus {
    box-shadow: 0 0 0 0rem var(--black);
}

.rtl .form-check .form-check-input {
    float: right;
    margin-left: 0.5em;
}

video::-webkit-media-controls {
    display: none;
}

.alert {
    border: none;
    margin-bottom: 0;
    border-left: 2px solid var(--primary);
}
.alert .btn-sm {
    padding: 5px 20px;
    border-radius: 5px;
    margin: 5px;
}
.alert .btn-close {
    font-size: 12px;
}

.rtl .alert {
    border-left: 0;
    border-right: 2px solid var(--primary);
    padding-right: 1rem;
    padding-left: 3rem;
}
.rtl .alert .btn-close {
    right: auto;
    left: 0;
}

.btn-close:focus {
    box-shadow: 0 0 0 0rem;
}

.badge {
    border-radius: 50px !important;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    font-size: 13px;
    padding: 5px 5px 3px 20px !important;
    position: relative;
    background: var(--bgLight) !important;
    color: var(--fontColor) !important;
}
.badge::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 3px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: var(--success);
}

.badge.bg-primary {
    background: none !important;
}
.badge.bg-primary::before {
    background: var(--primary);
}

.badge.bg-secondary {
    background: none !important;
}
.badge.bg-secondary::before {
    background: var(--secondary);
}

.badge.bg-success {
    background: none !important;
}
.badge.bg-success::before {
    background: var(--success);
}

.badge.bg-danger {
    background: none !important;
}
.badge.bg-danger::before {
    background: var(--danger);
}

.badge.bg-warning {
    background: none !important;
}
.badge.bg-warning::before {
    background: var(--warning);
}

.badge.bg-info {
    background: none !important;
}
.badge.bg-info::before {
    background: var(--info);
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-success {
    color: var(--success) !important;
}

.text-danger {
    color: var(--danger) !important;
}

.text-warning {
    color: var(--warning) !important;
}

.text-info {
    color: var(--info) !important;
}

.text-black2 {
    color: var(--black2) !important;
}

.text-light {
    color: var(--bgLight2) !important;
}

.text-white {
    color: var(--white) !important;
}

.bg-primary {
    background: var(--primary) !important;
    color: var(--white);
    border-radius: 5px;
}

.bg-secondary {
    background: var(--secondary) !important;
    border-radius: 5px;
}

.bg-success {
    background: var(--success) !important;
    border-radius: 5px;
    color: var(--white);
}

.bg-danger {
    background: var(--danger) !important;
    border-radius: 5px;
    color: var(--white);
}

.bg-warning {
    background: var(--warning) !important;
    border-radius: 5px;
    color: var(--white);
}

.bg-info {
    background: var(--info) !important;
    border-radius: 5px;
    color: var(--white);
}

.bg-black2 {
    background: var(--black2) !important;
    border-radius: 5px;
    color: var(--white);
}

.bg-light {
    background: var(--bgLight2) !important;
    border-radius: 5px;
    color: var(--black);
}

.bg-white {
    background: var(--white) !important;
    border-radius: 5px;
    color: var(--black);
}

.btn:focus {
    box-shadow: 0 0 0 0rem black;
}

button {
    background: none;
    border: none;
    padding: 0;
}

i {
    font-size: 16px;
}

.btn,
.btn-custom {
    position: relative;
    background: var(--primary);
    border: none;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    color: var(--white);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 22px 40px;
    line-height: 1;
    border-radius: 0;
    overflow: hidden;
    transition: opacity 0.4s;
    z-index: 1;
    transition: 0.4s;
}
.btn i,
.btn-custom i {
    margin-right: 5px;
}
.btn:hover,
.btn-custom:hover {
    background: var(--headingColor);
}

a.btn-custom {
    color: var(--white);
}

.btn {
    border: none !important;
    box-shadow: none !important;
    width: auto;
    padding: 25px 55px;
}

.btn-primary {
    background: var(--primary);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: var(--primary);
    color: var(--white);
}

.btn-secondary {
    background: var(--secondary);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background: var(--secondary);
    color: var(--white);
}

.btn-success {
    background: var(--success);
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
    background: var(--success);
    color: var(--white);
}

.btn-danger {
    background: var(--danger);
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    background: var(--danger);
    color: var(--white);
}

.btn-warning {
    background: var(--warning);
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
    background: var(--warning);
    color: var(--white);
}

.btn-info {
    background: var(--info);
}
.btn-info:hover, .btn-info:active, .btn-info:focus {
    background: var(--info);
    color: var(--white);
}

.btn-black2 {
    background: var(--black2);
}
.btn-black2:hover, .btn-black2:active, .btn-black2:focus {
    background: var(--black2);
    color: var(--white);
}

.btn-light {
    background: var(--bgLight2);
    color: var(--primary);
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
    background: var(--bgLight2);
    color: var(--primary);
}

.btn-action {
    display: inline-block;
    width: auto;
    height: 30px;
    border-radius: 5px;
    margin: 2px 0;
    background: var(--primary);
    color: var(--white);
    font-size: 14px;
    text-transform: capitalize;
    padding: 5px 10px;
}
.btn-action i {
    color: var(--white);
    font-size: 14px;
}

.btn-action-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin: 2px 0;
    background: var(--primary);
    color: var(--white);
}
.btn-action-icon i {
    color: var(--white);
    font-size: 14px;
}

.header-text {
    margin-bottom: 70px;
}
.header-text h5 {
    text-transform: capitalize;
    color: var(--black);
    font-family: "Kaushan Script", cursive;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding-left: 15px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.header-text h5::before {
    content: "";
    width: 100px;
    height: 30px;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: -8px;
    background: url(../img/bg/heading-ovelay.png);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    z-index: -1;
}
.header-text h3,
.header-text h2 {
    text-transform: capitalize;
    margin-bottom: 15px;
}
.header-text p {
    max-width: 700px;
}

.rtl .header-text h5 {
    padding-left: 0;
    padding-right: 15px;
}
.rtl .header-text h5::before {
    left: auto;
    right: 0;
}

#preloader {
    background: var(--white);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.4s;
    z-index: 1100;
}
#preloader .loader {
    position: absolute;
    width: 100px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

/* 01. -------------------- bottom nav -------------------- */
.bottom-nav {
    width: calc(100% - 0px);
    height: 60px;
    background: var(--white);
    box-shadow: var(--shadow);
    z-index: 1031;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    border-radius: 0;
    padding: 0;
}
.bottom-nav .navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
}
.bottom-nav .link-item {
    margin-top: 0;
    text-align: center;
    width: 45px;
    height: 100%;
    transition: 0.4s;
}
.bottom-nav .link-item i {
    color: var(--black);
}
.bottom-nav .link-item .icon {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    position: relative;
    top: 5px;
}
.bottom-nav .link-item .text {
    color: var(--black);
    display: none;
    visibility: hidden;
    text-transform: capitalize;
    opacity: 0;
    width: 45px;
    margin-top: 8px;
    font-size: 11px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 1s;
}
.bottom-nav .link-item button {
    padding: 0;
    font-size: 14px;
}
.bottom-nav .link-item:hover, .bottom-nav .link-item.active {
    margin-top: -40px;
}
.bottom-nav .link-item:hover .icon, .bottom-nav .link-item.active .icon {
    background: var(--primary);
}
.bottom-nav .link-item:hover .icon i, .bottom-nav .link-item.active .icon i {
    color: var(--white);
}
.bottom-nav .link-item:hover .text, .bottom-nav .link-item.active .text {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* 02. side menu */
.user-side-menu {
    background: var(--white);
}
.user-side-menu .menu-links {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    overflow-y: auto;
}
.user-side-menu .menu-links li {
    margin-bottom: 5px;
}
.user-side-menu .menu-links li a {
    position: relative;
    color: var(--fontColor);
    text-transform: capitalize;
    font-weight: 500;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 10px 15px;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    transition: 0.4s;
}
.user-side-menu .menu-links li a i {
    width: 30px;
    text-align: left;
    position: relative;
    color: var(--primary);
    top: 0;
    transition: 0.4s;
}
.user-side-menu .menu-links li a.active, .user-side-menu .menu-links li a:hover {
    color: var(--primary);
}
.user-side-menu .menu-links li a.active i, .user-side-menu .menu-links li a:hover i {
    color: var(--primary);
}
.user-side-menu .offcanvas-body::-webkit-scrollbar {
    width: 3px;
    height: 100%;
}
.user-side-menu .offcanvas-body::-webkit-scrollbar-track {
    background: transparent;
}
.user-side-menu .offcanvas-body::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.user-side-menu .offcanvas-body::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}
.user-side-menu .offcanvas-body:hover::-webkit-scrollbar-thumb {
    background: var(--bgLight);
}
.user-side-menu .navbar-brand img {
    width: 120px;
}
.user-side-menu .btn-close {
    font-size: 12px;
}

.rtl .user-side-menu .menu-links li a i {
    text-align: right;
}

/* -------------------- 03. navbar -------------------- */
.navbar {
    background: var(--white);
    padding: 15px;
    transition: 0.2s;
}
.navbar.active {
    background: var(--white);
    box-shadow: var(--shadow);
}
.navbar.active .nav-item .nav-link {
    color: var(--black);
}
.navbar::after {
    content: "";
    position: absolute;
    background: url(../img/bg/wave-shape.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 50px;
    bottom: -25px;
    left: 0;
    z-index: 1031;
    transform: rotateX(180deg);
}
.navbar .navbar-brand img {
    width: 120px;
}
.navbar .container {
    position: relative;
}
.navbar .navbar-nav {
    margin: auto;
}
.navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 0px;
    background: var(--primary);
    color: var(--white);
    width: 40px;
    height: 40px;
    border-radius: 1px;
}
.navbar .navbar-toggler i {
    font-size: 16px;
    color: var(--white);
}
.navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
}
.navbar .close-btn {
    background: var(--primary);
    color: var(--white);
    width: 45px;
    height: 45px;
    border-radius: 10px;
}
.navbar .nav-item {
    margin: 0 15px;
}
.navbar .nav-item .nav-link {
    color: var(--black);
    text-transform: capitalize;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 5px;
    position: relative;
    transition: 0.3s;
}
.navbar .nav-item .nav-link::before {
    content: "";
    position: absolute;
    background: var(--primary);
    left: -10px;
    bottom: 0;
    top: 0;
    height: 8px;
    width: 0px;
    border-radius: 100px;
    z-index: -1;
    margin: auto;
    opacity: 0;
    transition: 0.4s;
}
.navbar .nav-item .nav-link.active, .navbar .nav-item .nav-link.active::before, .navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link:hover::before {
    opacity: 1;
    color: var(--primary);
}
.navbar .navbar-text {
    display: flex;
}
.navbar .navbar-text .btn-custom {
    padding: 15px 35px;
    border-radius: 15px;
    text-transform: capitalize;
}
.navbar .profile {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 100px;
}
.navbar .profile img {
    width: 36px;
    height: 36px;
    border-radius: 100px;
}
.navbar .user-panel {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0;
}
.navbar .user-panel:hover .user-dropdown {
    opacity: 1;
    visibility: visible;
    top: 54px;
}
.navbar .user-panel .user-dropdown {
    background: var(--white);
    box-shadow: var(--shadow);
    width: 200px;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 64px;
    border-radius: 0px;
    visibility: hidden;
    transition: 0.2s;
    opacity: 0;
    z-index: 1032;
}
.navbar .user-panel .user-dropdown li {
    list-style: none;
}
.navbar .user-panel .user-dropdown li button {
    width: 190px;
    height: 38px;
    padding: 5px;
    margin: 5px;
    margin-bottom: 0;
    border-radius: 5px;
    font-size: 13px;
}
.navbar .user-panel .user-dropdown li a {
    background: var(--white);
    color: var(--fontColor);
    font-weight: 400;
    padding: 5px;
    margin: 5px;
    border-radius: 0px;
    display: flex;
    transition: 0.4s;
}
.navbar .user-panel .user-dropdown li a:active, .navbar .user-panel .user-dropdown li a:focus, .navbar .user-panel .user-dropdown li a:hover {
    background: var(--bgLight);
}
.navbar .user-panel .user-dropdown li a:last-child {
    border-bottom: none;
}
.navbar .user-panel .user-dropdown li a i {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    color: var(--primary);
    margin: 0 5px;
    font-size: 16px;
    text-align: center;
}
.navbar .message {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 1px;
    padding: 10px 10px 10px 15px;
    padding-right: 5px;
    margin: 5px;
    border-radius: 5px;
    transition: 0.2s;
}
.navbar .message:last-child {
    margin-bottom: 0;
}
.navbar .message:hover {
    background: var(--bgLight);
}
.navbar .message.new {
    background: var(--bgLight);
}
.navbar .message.new::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: var(--primary);
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.navbar .message.active .img-box::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: var(--success);
    border: 2px solid var(--white);
    bottom: -3px;
    right: 5px;
    margin: auto;
}
.navbar .message .img-box {
    margin-right: 10px;
    position: relative;
}
.navbar .message .img-box img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}
.navbar .message .text-box {
    width: calc(100% - 75px);
}
.navbar .message .text-box a {
    color: var(--fontColor);
    font-size: 13px;
}
.navbar .message .text-box a .name {
    color: var(--primary);
    font-weight: 400;
    font-size: 15px;
}
.navbar .message .text-box a .name .time {
    text-align: right;
    float: right;
    color: var(--gray);
    font-size: 12px;
}
.navbar .message .text-box a p {
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}
.navbar .notification-panel {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0px 0;
}
.navbar .notification-panel:hover .notification-dropdown {
    visibility: visible;
    opacity: 1;
    top: 54px;
}
.navbar .notification-panel .dropdown-toggle {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    position: relative;
    margin-right: 15px;
    padding-top: 4px;
}
.navbar .notification-panel .dropdown-toggle i {
    color: var(--black);
    font-size: 24px;
}
.navbar .notification-panel .dropdown-toggle::after {
    display: none;
}
.navbar .notification-panel .dropdown-toggle .count {
    background: var(--primary);
    min-width: 18px;
    height: 18px;
    border-radius: 50px;
    color: var(--white);
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 11px;
    font-weight: 300;
    padding-top: 1px;
}
.navbar .notification-panel .dropdown-box {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    max-height: 300px;
}
.navbar .notification-panel .dropdown-box::-webkit-scrollbar {
    width: 0;
    height: 100%;
}
.navbar .notification-panel .dropdown-box::-webkit-scrollbar-track {
    background: var(--black);
}
.navbar .notification-panel .dropdown-box::-webkit-scrollbar-thumb {
    background: var(--black);
    border-radius: 5px;
}
.navbar .notification-panel .dropdown-box::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}
.navbar .notification-panel .notification-dropdown {
    background: var(--white);
    box-shadow: var(--shadow);
    width: 290px;
    max-height: 340px;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    right: -40px;
    top: 64px;
    border-radius: 0px;
    visibility: hidden;
    transition: 0.2s;
    opacity: 0;
    z-index: 1032;
}
.navbar .notification-panel .notification-dropdown li {
    border-bottom: 1px solid var(--bgLight);
}
.navbar .notification-panel .notification-dropdown li a {
    padding: 10px 10px 10px 15px;
    display: flex;
    color: var(--fontColor);
    white-space: normal;
    transition: 0.4s;
}
.navbar .notification-panel .notification-dropdown li a:active, .navbar .notification-panel .notification-dropdown li a:focus, .navbar .notification-panel .notification-dropdown li a:hover {
    background: var(--bgLight);
}
.navbar .notification-panel .notification-dropdown li a i {
    background: var(--primary);
    border-radius: 30px;
    margin-top: 5px;
    padding: 4px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    color: var(--white);
    font-size: 16px;
}
.navbar .notification-panel .notification-dropdown li a .text {
    width: calc(100% - 40px);
}
.navbar .notification-panel .notification-dropdown li a .text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.navbar .notification-panel .notification-dropdown li a .text .time {
    font-size: 12px;
    color: var(--primary);
}
.navbar .notification-panel .notification-dropdown .clear-all {
    background: var(--primary);
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    border-top: 1px solid var(--primary);
    text-align: center;
    padding: 10px 10px 11px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.navbar .notification-panel .notification-dropdown .clear-all a {
    color: var(--white);
    transition: 0.4s;
}
.navbar .notification-panel .notification-dropdown .clear-all a:hover {
    color: var(--primary);
}
.navbar .dropdown {
    cursor: pointer;
}
.navbar .dropdown .dropdown-menu {
    background: var(--black);
    border-top: 2px solid var(--primary) !important;
    border: none;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: 0.3s;
    margin-top: 20px;
    padding: 5px;
}
.navbar .dropdown .dropdown-menu a {
    color: var(--fontColor);
    text-transform: capitalize;
    margin: 2px 0;
    padding: 6px 12px;
    border-radius: 4px;
    transition: 0.4s;
}
.navbar .dropdown .dropdown-menu a:hover {
    background: var(--bgLight);
    color: var(--primary);
}
.navbar .dropdown .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 50%;
    bottom: 50%;
    margin: auto;
}
.navbar .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-bottom: 0;
    margin-top: 1px;
}

.rtl .navbar .navbar-nav {
    margin-right: auto;
    margin-left: auto;
}
.rtl .navbar .navbar-toggler {
    right: auto;
    left: 15px;
}
.rtl .navbar .navbar-brand {
    margin-right: 0;
}
.rtl .navbar .nav-item .nav-link::before {
    left: auto;
    right: -10px;
}
.rtl .navbar .notification-panel .dropdown-toggle {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .navbar .notification-panel .dropdown-toggle .count {
    right: auto;
    left: 1px;
}
.rtl .navbar .user-panel .user-dropdown {
    right: auto;
    left: 0;
}
.rtl .navbar .notification-panel .notification-dropdown {
    right: auto;
    left: -40px;
}
.rtl .navbar .notification-panel .notification-dropdown li a i {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .navbar .message {
    padding-right: 15px;
    padding-left: 5px;
}
.rtl .navbar .message .img-box {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .navbar .message .img-box::after {
    right: auto;
    left: 5px;
}
.rtl .navbar .message .text-box a .name .time {
    float: left;
    text-align: left;
}
.rtl .navbar .message.new::after {
    right: auto;
    left: 10px;
}

/* -------------------- 04. home section -------------------- */
.home-section {
    height: 100vh;
    padding-top: 50px;
    /*background-image: url(../img/bg/home-bg-2.jpg);*/
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.home-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}
.home-section .text-box h5 {
    color: var(--white);
    font-family: "Kaushan Script", cursive;
}
.home-section .text-box h1 {
    color: var(--white);
    font-family: "Kaushan Script", cursive;
    font-size: 80px;
}

.rtl .home-section .countings {
    float: left;
}
.rtl .home-section .countings .box:nth-child(2) {
    margin-left: 0;
    margin-right: 50px;
}

/* -------------------- 05. achievement section -------------------- */
.achievement-section {
    padding: 125px 0;
    background: var(--bgLight2);
    position: relative;
    z-index: 1;
}
.achievement-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg/overlay.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.achievement-section::after {
    content: "";
    position: absolute;
    background: url(../img/bg/wave-shape.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100px;
    bottom: -50px;
    left: 0;
    z-index: 2;
}
.achievement-section .achievement-box {
    background: var(--white);
    box-shadow: var(--shadow);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}
.achievement-section .achievement-box .icon-box {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border: 1px dashed var(--white);
    outline: 10px solid var(--primary);
    color: var(--white);
    margin-bottom: 30px;
}
.achievement-section .achievement-box .icon-box i {
    font-size: 20px;
}
.achievement-section .achievement-box .icon-box img {
    width: 24px;
}


/* -------------------- 06. about section -------------------- */
.about-section {
    padding: 100px 0;
    overflow: hidden;
}
.about-section .img-box {
    position: relative;
}
.about-section .img-box img {
    -o-object-fit: cover;
    object-fit: cover;
}
.about-section .img-box .img-1 {
    width: 80%;
    margin-left: auto;
    aspect-ratio: 9/10;
}
.about-section .img-box .img-2 {
    position: absolute;
    right: 0;
    bottom: -60px;
    aspect-ratio: 16/9;
    width: 60%;
    border: 20px solid var(--white);
}
.about-section .img-box .icon {
    background: var(--white);
    box-shadow: var(--shadow);
    border: 1px dashed var(--borderColor);
    outline: 15px solid var(--white);
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    top: 50px;
    right: 0;
}
.about-section .img-box .icon img {
    width: 80px;
}

.rtl .about-section .img-box .img-2 {
    right: auto;
    left: 0;
}
.rtl .about-section .img-box .icon {
    right: auto;
    left: 0;
}

/* -------------------- 07. referral section -------------------- */
.referral-section {
    padding: 100px 0 150px 0;
    position: relative;
}
.referral-section .referral-box {
    text-align: center;
    position: relative;
}
.referral-section .referral-box .percentage {
    font-family: "Kaushan Script", cursive;
    font-size: 32px;
}
.referral-section .referral-box .level .text-secondary {
    font-size: 80px;
    font-family: "Monoton", cursive;
    color: var(--primary) !important;
    font-weight: 400;
}

/* -------------------- 08. pricing section -------------------- */
.pricing-section {
    padding: 150px 0;
    background: url(../img/bg/pricing-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}
.pricing-section::before {
    content: "";
    position: absolute;
    background: url(../img/bg/wave-shape.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100px;
    top: -50px;
    left: 0;
    z-index: 2;
}
.pricing-section::after {
    content: "";
    position: absolute;
    background: url(../img/bg/wave-shape.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100px;
    bottom: -50px;
    left: 0;
    z-index: 2;
}
.pricing-section .header-text {
    color: var(--white);
}
.pricing-section .header-text h5 {
    color: var(--primary);
}
.pricing-section .header-text h5::before {
    background: none;
}
.pricing-section .header-text h2 {
    color: var(--white);
}
.pricing-section .pricing-box {
    background: var(--white);
    box-shadow: var(--shadow);
    padding: 80px 60px;
    border-radius: 0px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.pricing-section .pricing-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border: 1px dashed var(--borderColor);
    border-radius: 0;
    z-index: -1;
}
.pricing-section .pricing-box h3 {
    font-family: "Kaushan Script", cursive;
}
.pricing-section .pricing-box ul {
    margin: 40px 0;
}
.pricing-section .pricing-box ul li {
    margin-bottom: 15px;
}
.pricing-section .pricing-box ul li span {
    font-size: 10px;
    padding: 0px 5px;
    border-radius: 10px;
}

.rtl .pricing-section .pricing-box ul {
    padding-left: 0;
    padding-right: 2rem;
}

.pricing-page {
    background: none;
    padding: 100px 0;
}
.pricing-page .header-text {
    color: var(--fontColor);
}
.pricing-page .header-text h2 {
    color: var(--headingColor);
}

/* -------------------- 09. how it works section -------------------- */
.how-it-works {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    margin: 150px 0 0 0;
}
.how-it-works::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg/farm-house-abstract-overlay.png);
    background-size: 800px;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: -1;
}
.how-it-works .img-box-wrapper {
    position: absolute;
    width: calc(50% - 50px);
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}
.how-it-works .img-box-wrapper img {
    border-radius: 30px;
    border-top-left-radius: 0;
}
.how-it-works .img-box-wrapper .img-box {
    position: relative;
}
.how-it-works .img-box-wrapper .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--primary);
    padding: 30px;
    border: 1px dashed var(--white);
    outline: 15px solid var(--primary);
}
.how-it-works .img-box-wrapper .icon img {
    width: 80px;
    border-radius: 0;
}
.how-it-works .work-box-wrapper {
    padding-bottom: 60px;
}
.how-it-works .work-box {
    display: flex;
    margin-bottom: 40px;
}
.how-it-works .work-box .number {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}
.how-it-works .work-box .number h3 {
    color: var(--primary);
    margin-bottom: 0;
    font-weight: 400;
    font-size: 42px;
    font-family: "Monoton", cursive;
}
.how-it-works .work-box .text {
    width: calc(100% - 80px);
    padding-left: 20px;
}
.how-it-works .work-box .text h4 {
    text-transform: capitalize;
    font-size: 20px;
}

.rtl .how-it-works::before {
    transform: rotateY(180deg);
}
.rtl .how-it-works .img-box-wrapper {
    left: auto;
    right: 0;
}
.rtl .how-it-works .img-box-wrapper .icon {
    right: auto;
    left: 0;
}
.rtl .how-it-works .img-box-wrapper img {
    border-radius: 30px;
    border-top-right-radius: 0;
}
.rtl .how-it-works .work-box .text {
    padding-left: 0;
    padding-right: 20px;
}

/* -------------------- 10. top investor section -------------------- */
.top-investor {
    padding: 100px 0;
    position: relative;
    background: url(../img/bg/village-abstract-overlay.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.top-investor .investor-wrapper .investor-box {
    margin: 15px;
    text-align: center;
    background: var(--white);
    box-shadow: var(--shadow);
}
.top-investor .investor-wrapper .img-box {
    border-radius: 150px;
    margin: auto;
    margin-bottom: 15px;
    position: relative;
}
.top-investor .investor-wrapper .img-box img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 275px;
}
.top-investor .investor-wrapper .img-box .title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    background: var(--black);
    color: var(--primary);
    padding: 6px 20px;
    font-family: "Kaushan Script", cursive;
}
.top-investor .investor-wrapper .text-box {
    padding: 0 20px 20px 20px;
}
.top-investor .investor-wrapper .text-box h4,
.top-investor .investor-wrapper .text-box h5,
.top-investor .investor-wrapper .text-box h6 {
    color: var(--black);
    margin-bottom: 10px;
}

.rtl .top-investor {
    direction: ltr;
}
.rtl .top-investor .investor-wrapper .img-box .title {
    left: auto;
    right: 0;
}

/* -------------------- 11. feature section -------------------- */
.feature-section {
    padding: 100px 0;
}
.feature-section .feature-box {
    padding: 0 30px;
    display: flex;
}
.feature-section .feature-box .icon-box {
    margin-bottom: 30px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.feature-section .feature-box .icon-box img {
    width: 54px;
}
.feature-section .feature-box .text-box {
    width: calc(100% - 64px);
    padding-left: 20px;
}
.feature-section .feature-box h4 {
    border-bottom: 1px solid var(--bgLight);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.rtl .feature-section .feature-box .text-box {
    width: calc(100% - 64px);
    padding-left: 0;
    padding-right: 20px;
}

/* -------------------- 12. latest transaction section -------------------- */
.latest-transaction {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.latest-transaction::before {
    content: "";
    position: absolute;
    background: url(../img/bg/wave-shape.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100px;
    top: -50px;
    left: 0;
    z-index: 2;
}
.latest-transaction::after {
    content: "";
    position: absolute;
    background: url(../img/bg/hen-farm.jpg);
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 500px;
    top: 0px;
    left: 0;
    z-index: -1;
}
.latest-transaction .header-text {
    margin-bottom: 30px;
    color: var(--white);
}
.latest-transaction .header-text h5,
.latest-transaction .header-text h2,
.latest-transaction .header-text h3 {
    color: var(--white);
}
.latest-transaction .header-text h5::before {
    background: none;
}
.latest-transaction .transaction-wrapper .transaction-box {
    margin: 15px;
    text-align: center;
    background: var(--white);
    box-shadow: var(--shadow);
    padding: 30px 20px 20px 20px;
    border-radius: 10px;
}
.latest-transaction .transaction-wrapper .transaction-box .img-box {
    width: 100px;
    height: 100px;
    border-radius: 150px;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
}
.latest-transaction .transaction-wrapper .transaction-box .img-box img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100px;
    max-height: 100%;
}
.latest-transaction .transaction-wrapper .transaction-box .text-box h6 {
    font-weight: 400;
}
.latest-transaction .transaction-wrapper .transaction-box .text-box h4,
.latest-transaction .transaction-wrapper .transaction-box .text-box h5,
.latest-transaction .transaction-wrapper .transaction-box .text-box h6 {
    color: var(--black);
    margin-bottom: 10px;
}
.latest-transaction #nav-tab {
    background: var(--white);
    box-shadow: var(--shadow);
    display: inline-flex;
    border-radius: 8px;
    overflow: hidden;
}
.latest-transaction #nav-tab .btn-custom {
    background: var(--white);
    color: var(--primary);
}
.latest-transaction #nav-tab .btn-custom:hover, .latest-transaction #nav-tab .btn-custom.active {
    background: var(--primary);
    color: var(--white);
}

.rtl .latest-transaction {
    direction: ltr;
}

/* -------------------- 13. testimonial section -------------------- */
.testimonial-section {
    padding: 100px 0;
    position: relative;
    background: url(../img/bg/village-abstract-overlay.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.testimonial-section .testimonial-wrapper {
    background: var(--white);
    box-shadow: var(--shadow);
    padding: 50px;
}
.testimonial-section .review-box {
    display: flex;
    align-items: center;
}
.testimonial-section .review-box .img-box {
    width: 150px;
}
.testimonial-section .review-box .img-box img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/5;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonial-section .review-box .text {
    width: calc(100% - 150px);
    position: relative;
    padding: 30px;
}
.testimonial-section .review-box .text .quote {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64px;
}
.testimonial-section .review-box .text p {
    font-size: 16px;
    margin-bottom: 30px;
}
.testimonial-section .review-box .text .title {
    font-size: 14px;
    color: var(--primary);
}
.testimonial-section .review-box .text .organization {
    color: var(--primary);
}
.testimonial-section .review-box .text h4 {
    margin-bottom: 10px;
}
.testimonial-section .testimonials {
    position: relative;
}
.testimonial-section .owl-nav {
    position: absolute;
    width: auto;
    justify-content: space-between;
    display: flex !important;
    left: -49%;
    bottom: 100px;
    display: none !important;
}
.testimonial-section .owl-nav .owl-next,
.testimonial-section .owl-nav .owl-prev {
    background: var(--primary) !important;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    color: var(--white) !important;
    margin-right: 15px;
    transition: 0.4s;
}
.testimonial-section .owl-nav .owl-next:hover,
.testimonial-section .owl-nav .owl-prev:hover {
    background: var(--primary) !important;
    color: var(--white) !important;
}
.testimonial-section .owl-nav .owl-next span,
.testimonial-section .owl-nav .owl-prev span {
    position: relative;
    color: transparent;
}
.testimonial-section .owl-nav .owl-next span::before,
.testimonial-section .owl-nav .owl-prev span::before {
    content: "\f053";
    font-family: "Font Awesome 6 Pro";
    color: var(--white);
    font-size: 16px;
    position: absolute;
    top: -2px;
    left: -3px;
}
.testimonial-section .owl-nav .owl-next {
    margin-right: 0;
}
.testimonial-section .owl-nav .owl-next span::before {
    content: "\f054";
}
.testimonial-section .owl-carousel .owl-item {
    padding: 15px;
}
.testimonial-section .owl-dots {
    display: none;
    text-align: center;
}
.testimonial-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: var(--borderColor);
    margin: 0 5px;
    border-radius: 10px;
    transition: 0.4s;
}
.testimonial-section .owl-dots .owl-dot.active {
    background: var(--primary);
    width: 20px;
}

.rtl .testimonial-section .testimonials {
    direction: ltr;
}
.rtl .testimonial-section .testimonials .review-box {
    direction: rtl;
}
.rtl .testimonial-section .testimonials .review-box .quote {
    right: auto;
    left: 0;
    transform: rotateY(180deg);
}
.rtl .testimonial-section .owl-nav {
    left: auto;
    right: -49%;
}
.rtl .testimonial-section::after {
    left: auto;
    right: -300px;
}

/* -------------------- 14. blog section -------------------- */
.blog-section {
    padding: 100px 0;
}
.blog-section .blog-box {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.blog-section .blog-box .img-box {
    overflow: hidden;
    position: relative;
}
.blog-section .blog-box .img-box img {
    aspect-ratio: 4/3;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-section .blog-box .img-box .date {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: var(--black);
    color: var(--primary);
    padding: 6px 20px;
    font-family: "Kaushan Script", cursive;
}
.blog-section .blog-box .date-author {
    font-family: "Jost", sans-serif;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 14px;
}
.blog-section .blog-box .date-author span {
    margin-right: 15px;
}
.blog-section .blog-box .text-box {
    position: relative;
    padding: 20px;
}
.blog-section .blog-box .text-box .blog-title {
    color: var(--black);
    transition: 0.4s;
}
.blog-section .blog-box .text-box a.blog-title:hover {
    text-decoration: underline;
}
.blog-section .blog-box .read-more {
    font-family: "Jost", sans-serif;
    text-transform: capitalize;
    display: inline-block;
    color: var(--primary);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.blog-section .blog-box .read-more i {
    transform: rotate(-45deg);
    transition: 0.4s;
}
.blog-section .blog-box .read-more:hover i {
    transform: rotate(0deg);
}
.blog-section .blog-box .read-more.btn-custom {
    background: var(--black);
    color: var(--primary);
}

.rtl .blog-section .blog-box .date-author span {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .blog-section .blog-box .read-more i {
    transform: rotate(225deg);
}
.rtl .blog-section .blog-box .read-more:hover i {
    transform: rotate(180deg);
}
.rtl .blog-section .blog-box .img-box .date {
    right: auto;
    left: 20px;
}

/* -------------------- 15. blog details section -------------------- */
.blog-details {
    padding: 100px 0;
}
.blog-details .blog-box {
    background: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 50px;
}
.blog-details .blog-box .quote {
    color: var(--black);
    padding: 30px;
    display: flex;
    align-items: center;
}
.blog-details .blog-box .quote i {
    font-size: 48px;
    color: var(--primary);
}
.blog-details .blog-box .quote p {
    font-size: 18px;
    font-weight: 500;
    padding: 0 30px;
    margin-bottom: 0;
}
.blog-details .blog-box .img-box img {
    border-radius: 10px;
}
.blog-details .blog-box .text-box {
    padding: 0;
    padding-top: 20px;
}
.blog-details #shareBlock {
    margin: 50px 0;
    background: var(--white);
    color: var(--black);
    border-radius: 20px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.blog-details #shareBlock h4 {
    margin-bottom: 0;
    margin-right: 15px;
    font-weight: 500;
    font-size: 18px;
}
.blog-details #shareBlock .btn {
    background: none;
    border: none;
    padding: 5px;
    height: auto;
    width: auto;
}
.blog-details #shareBlock .btn i {
    font-size: 16px;
    color: var(--fontColor) !important;
    transition: 0.4s;
}
.blog-details #shareBlock .btn:hover i {
    color: var(--primary) !important;
}
.blog-details .side-bar .side-box {
    margin-bottom: 30px;
    background: var(--white);
    box-shadow: var(--shadow);
    padding: 30px;
    border-radius: 5px;
}
.blog-details .side-bar .side-box h4 {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
}
.blog-details .side-bar .side-box .links {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.blog-details .side-bar .side-box .links li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--bgLight);
}
.blog-details .side-bar .side-box .links li a {
    color: var(--fontColor);
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    transition: 0.4s;
}
.blog-details .side-bar .side-box .links li a:hover {
    color: var(--primary);
}
.blog-details .side-bar .side-box .links li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.blog-details .side-bar .side-box .tag-item {
    background: var(--bgLight);
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 8px 15px;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--fontColor);
    border-radius: 5px;
    transition: 0.4s;
}
.blog-details .side-bar .side-box .tag-item:hover {
    background: var(--primary);
    color: var(--white);
}
.blog-details .side-bar .side-box .side-blog-box {
    display: flex;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 0;
    box-shadow: none;
}
.blog-details .side-bar .side-box .side-blog-box .title {
    color: var(--black);
    font-family: "Jost", sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
    transition: 0.4s;
}
.blog-details .side-bar .side-box .side-blog-box .title:hover {
    color: var(--primary);
}
.blog-details .side-bar .side-box .side-blog-box .date {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--fontColor);
    margin-bottom: 5px;
}
.blog-details .side-bar .side-box .side-blog-box .img-box img {
    aspect-ratio: 1/1;
    width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
}
.blog-details .side-bar .side-box .side-blog-box .img-box .category {
    top: 10px;
    right: 10px;
}
.blog-details .side-bar .side-box .side-blog-box .text-box {
    width: calc(100% - 120px);
    overflow: hidden;
    padding: 0;
    padding-left: 15px;
}
.blog-details .side-bar .side-box .side-blog-box:last-child {
    margin-bottom: 0;
}
.blog-details .side-bar .input-group {
    max-width: 100%;
}
.blog-details .side-bar .input-group .form-control {
    border: none;
    height: 60px;
    font-size: 16px;
    padding: 20px;
    background: var(--bgLight);
    caret-color: var(--primary);
    border: 1px solid var(--bgLight);
    border-radius: 8px !important;
    transition: 0.4s;
}
.blog-details .side-bar .input-group .form-control:focus {
    color: var(--fontColor);
    background: var(--bgLight);
    border-color: var(--bgLight);
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.blog-details .side-bar .input-group .form-control::-moz-placeholder {
    text-transform: capitalize;
}
.blog-details .side-bar .input-group .form-control::placeholder {
    text-transform: capitalize;
}
.blog-details .side-bar .input-group button {
    height: 50px;
    width: 50px;
    background: transparent;
    border-radius: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: 0.4s;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    z-index: 4;
    transition: 0.4s;
}
.blog-details .side-bar .input-group button i {
    font-size: 20px;
    color: var(--black);
    transition: 0.4s;
}
.blog-details .side-bar .input-group button:hover i {
    color: var(--primary);
}

.rtl .blog-details .side-bar .side-box h5 {
    padding-left: 0;
    padding-right: 15px;
}
.rtl .blog-details .side-bar .side-box h5::before {
    left: auto;
    right: 0;
}
.rtl .blog-details .side-bar .side-box .blog-box .text-box {
    padding-left: 0;
    padding-right: 15px;
}
.rtl .blog-details .side-bar .input-group button {
    right: auto;
    left: 5px;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.rtl .blog-details .side-bar .side-box .side-blog-box .text-box {
    padding-right: 15px;
}
.rtl .blog-details .blog-box .special-quote {
    border-left: none;
    border-right: 2px solid var(--primary);
}

/* -------------------- 16. payment gateway section -------------------- */
.payment-gateway {
    padding: 50px 0 100px 0;
}
.payment-gateway .box {
    border-radius: 5px;
    width: 120px;
    height: 60px;
    margin: auto;
    overflow: hidden;
}
.payment-gateway .box img {
    border-radius: 2px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    filter: contrast(0.5);
    transition: 0.4s;
}
.payment-gateway .box:hover img {
    filter: contrast(1);
}
.payment-gateway .owl-carousel .owl-item {
    padding: 10px;
}

.rtl .payment-gateway .gateways {
    direction: ltr;
}

/* -------------------- 17. footer section -------------------- */
.footer-section {
    padding: 150px 0 0 0;
    background: url(../img/bg/paddy-field-overlay.png);
    background: url(../img/bg/footer-bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
.footer-section .navbar-brand {
    margin-bottom: 20px;
    display: inline-block;
}
.footer-section .navbar-brand img {
    width: 120px;
}
.footer-section .footer-box .company-bio {
    margin-bottom: 30px;
}
.footer-section .footer-box img {
    border-radius: 5px;
}
.footer-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    max-width: 250px;
}
.footer-section ul li {
    margin-bottom: 10px;
}
.footer-section ul li a {
    color: var(--fontColor);
    transition: 0.4s;
}
.footer-section ul li a:hover {
    color: var(--primary);
}
.footer-section ul li i {
    display: inline-block;
    width: 20px;
    font-size: 14px;
    color: var(--primary);
}
.footer-section h5 {
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 25px;
}
.footer-section h5::before {
    content: "";
    height: 8px;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 8px;
    background: var(--primary);
}
.footer-section .social-links a {
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-right: 10px;
    text-align: center;
    color: var(--white);
}
.footer-section .social-links a i {
    font-size: 14px;
    color: var(--white);
}
.footer-section .newsletter {
    margin-bottom: 50px;
}
.footer-section .newsletter h4 {
    font-family: "Kaushan Script", cursive;
    font-size: 32px;
    margin-bottom: 30px;
}
.footer-section .newsletter .input-group {
    max-width: 100%;
    position: relative;
}
.footer-section .newsletter .input-group .form-control {
    border: none;
    height: 60px;
    font-size: 16px;
    padding: 20px;
    background: var(--white);
    caret-color: var(--primary);
    border: 1px solid var(--white);
    border-radius: 0px !important;
    transition: 0.4s;
}
.footer-section .newsletter .input-group .form-control:focus {
    color: var(--fontColor);
    background: var(--white);
    border-color: var(--white);
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.footer-section .newsletter .input-group .form-control::-moz-placeholder {
    text-transform: capitalize;
}
.footer-section .newsletter .input-group .form-control::placeholder {
    text-transform: capitalize;
}
.footer-section .newsletter .input-group button {
    position: absolute;
    background: none;
    color: var(--primary);
    right: 0;
    top: 0;
    z-index: 3;
    width: 120px;
    padding: 18px 16px 16px 16px;
    font-weight: 500;
    top: 5px;
    right: 5px;
    border-radius: 50px !important;
}
.footer-section .copyright {
    position: relative;
    margin-top: 75px;
    padding: 25px 0;
    border-top: 1px solid var(--borderColor);
    color: var(--fontColor);
    z-index: 1;
}
.footer-section .copyright a {
    color: var(--primary);
    margin: 0 7.5px;
    transition: 0.4s;
}
.footer-section .copyright a:hover {
    color: var(--primary);
}
.footer-section .language-dropdown-items {
    display: inline-block;
    margin: 0 5px;
}
.footer-section .language-dropdown-items .dropdown-toggle {
    background: none;
    height: 35px;
    width: 125px;
    color: var(--fontColor);
    border-radius: 5px;
    position: relative;
    padding: 0;
    transition: 0.4s;
}
.footer-section .language-dropdown-items .dropdown-toggle img {
    width: 20px;
    height: 14px;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer-section .language-dropdown-items .dropdown-menu {
    border-radius: 0;
    background: var(--white);
    box-shadow: var(--shadow);
    border: none;
    padding: 5px;
}
.footer-section .language-dropdown-items .dropdown-menu li {
    margin-bottom: 0;
}
.footer-section .language-dropdown-items .dropdown-item {
    color: var(--fontColor);
    font-size: 14px;
    border-radius: 0;
    padding: 8px 12px;
    margin: 0;
}
.footer-section .language-dropdown-items .dropdown-item i {
    font-size: 16px;
}
.footer-section .language-dropdown-items .dropdown-item img {
    width: 18px;
    height: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer-section .language-dropdown-items .dropdown-item:hover,
.footer-section .language-dropdown-items .dropdown-item:active {
    color: var(--primary);
    text-decoration: none;
    background-color: var(--bgLight);
}
.footer-section .language-dropdown-items .dropdown-item:hover i,
.footer-section .language-dropdown-items .dropdown-item:active i {
    color: var(--primary);
}
.footer-section .language-dropdown-items .dropdown-item i {
    color: var(--primary);
    width: 22px;
}

.rtl .footer-section .navbar-brand {
    margin-right: 0;
}
.rtl .footer-section .social-links a {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .footer-section h4 {
    padding-left: 0;
}
.rtl .footer-section h4::before {
    left: auto;
    right: 0;
}
.rtl .footer-section .newsletter .input-group button {
    right: auto;
    left: 5px;
}
.rtl .footer-section .newsletter .input-group .form-control {
    padding-left: 120px;
}
.rtl .footer-section .language-dropdown-items .dropdown-item {
    text-align: right;
}
.rtl .footer-section .language-dropdown-items .dropdown-menu[data-bs-popper] {
    right: 0;
    left: auto;
}

/* -------------------- 18. banner section -------------------- */
.banner-section {
    padding: 250px 0 150px 0;
    position: relative!important;
    text-align: center;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;

}
.banner-section::after {
    content: "";
    position: absolute;
    background: url(../img/bg/wave-shape.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100px;
    bottom: -50px;
    left: 0;
    z-index: 2;
}
.banner-section h3 {
    text-transform: capitalize;
    color: var(--white);
}
.banner-section .breadcrumb {
    justify-content: center;
    display: inline-flex;
    background: var(--white);
    box-shadow: var(--shadow);
    padding: 10px 25px;
}
.banner-section .breadcrumb-item {
    color: var(--black);
    transition: 0.4s;
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
}
.banner-section .breadcrumb-item:hover, .banner-section .breadcrumb-item.active {
    color: var(--primary);
}
.banner-section .breadcrumb-item:hover a, .banner-section .breadcrumb-item.active a {
    color: var(--primary);
    transition: 0.4s;
}
.banner-section .breadcrumb-item a {
    color: var(--black);
}
.banner-section .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: var(--black);
    content: var(--bs-breadcrumb-divider, "/");
}

.rtl .banner-section {
    border-radius: 0;
    border-bottom-left-radius: 40px;
}
.rtl .banner-section .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding: 0 0.5rem;
    content: var(--bs-breadcrumb-divider, "/");
}

/* -------------------- 19. faq section -------------------- */
.faq-section {
    padding: 100px 0;
    overflow-x: hidden;
}
.faq-section .mail-to {
    background: var(--white);
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 5px;
}
.faq-section .mail-to i {
    font-size: 80px;
    color: rgba(255, 179, 0, 0.4);
    position: absolute;
    right: 30px;
    bottom: -15px;
}
.faq-section .accordion {
    background: var(--white);
    box-shadow: var(--shadow);
    border-radius: 10px;
}
.faq-section .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    background: none;
}
.faq-section .accordion-button {
    background: none;
    border: none;
    border-radius: 10px !important;
    font-family: "Jost", sans-serif;
    padding-left: 0;
    font-size: 20px;
    font-weight: 400;
    padding: 40px 30px;
    padding-right: 70px;
    color: var(--black);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.4s;
    z-index: 1;
}
.faq-section .accordion-button:focus {
    z-index: 3;
    border-color: var(--borderColor);
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.faq-section .accordion-button::after {
    border-radius: 5px;
    background-image: url(../img/icon/plus.png);
    background-size: contain;
    position: absolute;
    right: 25px;
    height: 24px;
    width: 24px;
    background-position: center;
}
.faq-section .accordion-button .index {
    font-size: 32px;
    color: rgba(255, 179, 0, 0.3);
    margin-top: -8px;
    padding-right: 10px;
    font-family: "Monoton", cursive;
    font-weight: 400;
}
.faq-section .accordion-body {
    padding: 30px;
    padding-top: 0;
    border-radius: 5px;
}
.faq-section .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: var(--primary);
}
.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url(../img/icon/minus.png);
}
.faq-section .accordion-button:not(.collapsed)::before {
    opacity: 1;
}

.rtl .faq-section .accordion-button {
    padding-right: 30px;
    padding-left: 70px;
    text-align: right;
}
.rtl .faq-section .accordion-button::after {
    right: auto;
    left: 25px;
}
.rtl .faq-section .accordion-button .index {
    padding-right: 0;
    padding-left: 10px;
}

/* -------------------- 20. contact section -------------------- */
.contact-section {
    padding: 100px 0 50px 0;
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.contact-section .header-text {
    margin-bottom: 50px;
}
.contact-section form .input-box label {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.contact-section form .input-box .form-select,
.contact-section form .input-box .form-control {
    height: 60px;
    border-radius: 8px;
    background-color: var(--bgLight);
    border: none;
    border: 1px solid var(--bgLight);
    padding: 15px;
    font-weight: normal;
    caret-color: var(--primary);
    color: var(--fontColor);
}
.contact-section form .input-box .form-select:focus,
.contact-section form .input-box .form-control:focus {
    color: var(--fontColor);
    box-shadow: 0 0 0 0rem var(--white);
    border: 1px solid var(--primary);
}
.contact-section form .input-box .form-select::-moz-placeholder, .contact-section form .input-box .form-control::-moz-placeholder {
    color: var(--fontColor);
}
.contact-section form .input-box .form-select::placeholder,
.contact-section form .input-box .form-control::placeholder {
    color: var(--fontColor);
}
.contact-section form .input-box .form-select {
    background-image: url(../img/icon/downward-arrow.png);
}
.contact-section form .input-box .form-select option {
    background: var(--white);
    color: var(--fontColor);
}
.contact-section form .input-box textarea.form-control {
    height: 150px;
    border-radius: 10px;
}
.contact-section .social-links h5 {
    margin-bottom: 20px;
    margin-top: 40px;
}
.contact-section .social-links a {
    background: var(--primary);
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    padding-top: 6px;
    margin-right: 5px;
    text-align: center;
    color: var(--white);
}
.contact-section .social-links a i {
    font-size: 13px;
}

.rtl .contact-section .social-links a {
    margin-right: 0;
    margin-left: 10px;
}

/* -------------------- 21. map section -------------------- */
.map-section {
    position: relative;
}
.map-section::after {
    content: "";
    position: absolute;
    background: var(--bgLight2);
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 100px;
    bottom: -94px;
    left: 0;
    z-index: 2;
}
.map-section .info-box-wrapper {
    background: var(--white);
    box-shadow: var(--shadow);
    border-radius: 10px;
    padding: 50px 20px;
    position: relative;
    bottom: -86px;
}
.map-section .info-box {
    display: flex;
    align-items: center;
}
.map-section .info-box .icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: var(--headingColor);
    display: flex;
    justify-content: center;
    align-items: center;
}
.map-section .info-box .icon i {
    font-size: 20px;
    color: var(--white);
}
.map-section .info-box .text {
    width: calc(100% - 50px);
    padding-left: 20px;
}
.map-section .info-box .text h6 {
    font-weight: 400;
    font-size: 14px;
}
.map-section .info-box .text h5 {
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
}
.map-section .box:not(:last-child) {
    border-right: 1px solid var(--bgLight);
}
.map-section #map {
    width: 100%;
}

.rtl .map-section .info-box .text {
    width: calc(100% - 64px);
    padding-left: 0;
    padding-right: 20px;
}

/* -------------------- 22. login/register section -------------------- */
.login-section {
    position: relative;
    padding: 100px 0;
}
.login-section .img-box {
    background: var(--black);
    min-height: 575px;
}
.login-section .login-wrapper {
    position: relative;
    margin: 0 100px;
}
.login-section .form-wrapper {
    padding: 50px;
    border-radius: 10px;
    background: var(--white);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.login-section .register-form-wrapper {
    padding: 50px;
    border-radius: 10px;
    background: var(--white);
    box-shadow: var(--shadow);
}
.login-section form h3 {
    text-transform: capitalize;
    margin-bottom: 0;
}
.login-section form i {
    position: absolute;
    right: 27px;
    bottom: 13px;
    cursor: pointer;
}

.captcha{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f4ed;
    border-radius: 10px;
    margin-top: 0;
}

.captcha img{
    width: 120px;
    padding: 10px;
}

.captcha .input-group-append{
    width: 55px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.captcha .input-group-append i{
    position: absolute;
    top: 18px;
    right: 21px;
}

.login-section form i.active::after {
    opacity: 0;
}
.login-section form .form-floating > label {
    padding: 1rem 1.75rem;
}
.login-section form .form-select,
.login-section form .form-control {
    height: 58px;
    border-radius: 8px;
    background-color: var(--bgLight);
    border: none;
    padding: 15px;
    font-weight: normal;
    font-size: 14px;
    caret-color: var(--primary);
    color: var(--fontColor);
}
.login-section form .form-select:focus,
.login-section form .form-control:focus {
    color: var(--fontColor);
    box-shadow: 0 0 0 0rem var(--white);
    border: none;
}
.login-section form .form-select {
    background-image: url(../img/icon/downward-arrow.png);
}
.login-section form .form-select option {
    background: var(--white);
    color: var(--black);
}
.login-section form textarea.form-control {
    height: 150px;
    border-radius: 10px;
}
.login-section form .select2 {
    width: calc(100% - 0px) !important;
    width: 100%;
    margin-left: auto;
}
.login-section form .select2-container--default .select2-selection--single {
    height: 50px;
    background: var(--bgLight);
    border: 1px solid var(--bgLight);
}
.login-section form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--fontColor);
}
.login-section form .links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.login-section form .links a {
    color: var(--primary);
    text-transform: capitalize;
}
.login-section form .links a:hover {
    color: var(--primary);
}
.login-section form .bottom {
    margin-top: 20px;
    color: var(--fontColor);
}
.login-section form .bottom a {
    color: var(--primary);
}
.login-section form .bottom a:hover {
    color: var(--primary);
}
.login-section form .btn-custom {
    padding: 20px 40px;
}
.login-section .divider {
    text-align: center;
    position: relative;
    display: block;
    margin-top: 20px;
}
.login-section .divider::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--borderColor);
    top: 13px;
    left: 0;
    z-index: 0;
}
.login-section .divider span {
    background: var(--white);
    z-index: 1;
    position: relative;
    padding: 0 10px;
    font-size: 14px;
}
.login-section .social-authentication {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.login-section .social-authentication a {
    background: var(--white);
    box-shadow: var(--shadow2);
    display: inline-block;
    width: 48%;
    border-radius: 10px;
    padding: 12px 20px;
    text-align: center;
    color: var(--fontColor);
}
.login-section .social-authentication a img {
    width: 24px;
}

.login-section.register::before,
.login-section.recover-password::before {
    width: 0;
}

.rtl .login-section::before {
    left: auto;
    right: 0;
}
.rtl .login-section form i {
    right: auto;
    left: 27px;
}
.rtl .login-section .form-floating > label {
    left: auto;
    right: 0;
}
.rtl .login-section .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(1.15rem);
}
.rtl .login-section .form-floating > .form-control:focus ~ label,
.rtl .login-section .form-floating > .form-control:not(:placeholder-shown) ~ label,
.rtl .login-section .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(1.15rem);
}

/* -------------------- 23. privacy policy section -------------------- */
.privacy-policy {
    padding: 100px 0;
}

/* -------------------- 24. table -------------------- */
.table-responsive {
    background: transparent;
    overflow: hidden;
}
.table-responsive .table {
    color: var(--fontColor);
    background: transparent;
    margin-bottom: 0;
}
.table-responsive .table tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: transparent !important;
    color: var(--fontColor);
}
.table-responsive .table tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: transparent;
    color: var(--fontColor);
}
.table-responsive .table thead {
    background: var(--black);
    color: var(--white);
    font-weight: 500;
    text-transform: uppercase;
}
.table-responsive .table tbody {
    border: none;
}
.table-responsive .table tr {
    border: none;
}
.table-responsive .table tr th {
    font-weight: 500;
    border: none !important;
    vertical-align: middle;
    padding: 20px;
    font-size: 14px;
}
.table-responsive .table tr th:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.table-responsive .table tr th:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align: right;
}
.table-responsive .table tr td {
    padding: 20px;
    color: var(--fontColor);
    vertical-align: middle;
    border: none !important;
    border-bottom: 1px solid var(--bgLight) !important;
    text-transform: capitalize;
    font-size: 16px;
}
.table-responsive .table tr td span.currency {
    display: flex;
}
.table-responsive .table tr td span.currency img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    border-radius: 25px;
    -o-object-fit: cover;
    object-fit: cover;
}
.table-responsive .table tr td:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.table-responsive .table tr td:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: right;
}
.table-responsive .table tr:last-child td {
    border-bottom: none !important;
}
.table-responsive .table .sidebar-dropdown-items {
    display: inline-block;
}
.table-responsive .table .sidebar-dropdown-items .dropdown-menu {
    border-radius: 5px;
    background: var(--white);
    border: none;
    box-shadow: var(--shadow2);
    padding: 5px;
}
.table-responsive .table .sidebar-dropdown-items .dropdown-item {
    color: var(--fontColor);
    font-size: 15px;
    border-radius: 3px;
    padding: 6px 12px;
}
.table-responsive .table .sidebar-dropdown-items .dropdown-item i {
    font-size: 16px;
}
.table-responsive .table .sidebar-dropdown-items .dropdown-item:hover,
.table-responsive .table .sidebar-dropdown-items .dropdown-item:active {
    color: var(--primary);
    text-decoration: none;
    background-color: var(--bgLight);
}
.table-responsive .table .sidebar-dropdown-items .dropdown-item:hover i,
.table-responsive .table .sidebar-dropdown-items .dropdown-item:active i {
    color: var(--primary);
}
.table-responsive .table .sidebar-dropdown-items .dropdown-item i {
    color: var(--primary);
    width: 22px;
}
.table-responsive .table .sidebar-dropdown-items .dropdown-toggle {
    background: var(--primary);
    height: 30px;
    width: 30px;
    border-radius: 3px;
    color: var(--white);
    position: relative;
    padding: 0;
    transition: 0.4s;
}
.table-responsive .table .sidebar-dropdown-items .dropdown-toggle::after {
    display: none;
}
.table-responsive .table > :not(:first-child) {
    border-top: none;
}

.rtl .table tr td span.currency img {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .table tr th:first-child,
.rtl .table tr th:last-child {
    border-radius: 0;
}
.rtl .table tr th:last-child,
.rtl .table tr td:last-child {
    text-align: left;
}

/* -------------------- 25. modal -------------------- */
.modal .modal-content {
    background: var(--white);
    padding: 5px;
    border: 1px dashed var(--borderColor);
    outline: 20px solid var(--white);
    margin: 25px;
    border-radius: 0;
}
.modal .modal-content .modal-header {
    border-bottom: none;
    padding: 10px 15px 0 15px;
}
.modal .modal-content .modal-header .close-btn i {
    color: var(--fontColor);
    transition: 0.4s;
}
.modal .modal-content .modal-header .close-btn i:hover {
    color: var(--primary);
}
.modal .modal-content .modal-footer {
    border-top: 1px solid var(--borderColor);
}
.modal form .input-box label {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.modal form .input-box .form-select,
.modal form .input-box .form-control {
    height: 55px;
    border-radius: 5px !important;
    background-color: var(--bgLight);
    border: 1px solid var(--bgLight);
    padding: 8px;
    padding-left: 15px;
    font-weight: normal;
    caret-color: var(--primary);
    color: var(--fontColor);
}
.modal form .input-box .form-select:focus,
.modal form .input-box .form-control:focus {
    color: var(--fontColor);
    box-shadow: 0 0 0 0rem var(--white);
    border: 1px solid var(--primary);
}
.modal form .input-box .form-select::-moz-placeholder, .modal form .input-box .form-control::-moz-placeholder {
    color: var(--fontColor);
}
.modal form .input-box .form-select::placeholder,
.modal form .input-box .form-control::placeholder {
    color: var(--fontColor);
}
.modal form .input-box .form-select {
    background-image: url(../img/icon/downward-arrow.png);
}
.modal form .input-box .form-select option {
    background: var(--white);
    color: var(--fontColor);
}
.modal form .input-box textarea.form-control {
    height: 150px;
    border-radius: 5px;
}
.modal form .select2 {
    width: calc(100% - 0px) !important;
    width: 100%;
    margin-left: auto;
}
.modal form .select2-container--default .select2-selection--single {
    height: 45px;
    background: var(--bgLight);
    border: 1px solid var(--bgLight);
}
.modal form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--fontColor);
}
.modal form .input-group {
    background: var(--bgLight);
    border-radius: 5px;
}
.modal form .input-group .btn-custom {
    padding: 15px;
}
.modal form .input-group-text {
    background: var(--primary);
    color: var(--white);
    border: none;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.modal form .btn-custom {
    text-transform: capitalize;
    border-radius: 5px;
}

/* -------------------- 26. pagination -------------------- */
.pagination {
    font-size: 14px;
    margin-top: 50px;
}
.pagination .page-link {
    color: var(--fontColor);
    font-family: "Jost", sans-serif;
    font-size: 14px;
    background: var(--bgLight);
    border: 1px solid var(--bgLight);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination .page-link i {
    font-size: 16px;
    padding-top: 2px;
}
.pagination .page-item {
    margin: 0 5px;
}
.pagination .page-item.disabled .page-link,
.pagination .page-item.disabled:hover .page-link {
    background: var(--bgLight);
    border-color: var(--bgLight);
    color: var(--fontColor);
}
.pagination .page-item:hover .page-link,
.pagination .page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}
.pagination .page-link:focus {
    box-shadow: 0 0 0 0rem rgba(13, 109, 253, 0.211);
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 20px;
}

.rtl .pagination .page-link i {
    transform: rotate(180deg);
}

/* -------------------- 27. responsive media queries -------------------- */
@media (max-width: 991px) {
    .navbar .navbar-text {
        position: absolute;
        right: 70px;
        top: -7px
    }
    .navbar .nav-item .nav-link {
        padding: 13px 0px 7px;
        text-align: center;
        color: var(--black);
    }
    .navbar .nav-item .nav-link::before {
        width: 0;
    }
    .navbar .notification-panel .notification-dropdown {
        left: auto;
        right: -40px;
    }
    .navbar .user-panel .user-dropdown {
        left: auto;
        right: 0px;
    }
    .rtl .navbar .navbar-text {
        right: auto;
        left: 70px;
    }
    .rtl .navbar .notification-panel .notification-dropdown {
        right: auto;
        left: -40px;
    }
    .rtl .navbar .user-panel .user-dropdown {
        right: auto;
        left: 0px;
    }
    .home-section {
        height: 100%;
        padding: 200px 0 100px 0;
    }
    .home-section .text-box h1 {
        font-size: 48px;
    }
    .about-section .img-box {
        margin-bottom: 100px;
    }
    .footer-section {
        padding: 100px 0 50px 0;
    }
    .footer-section .copyright {
        margin: 50px 0;
    }
    .how-it-works .img-box-wrapper {
        width: calc(100% - 60px);
        position: relative;
        left: 0;
        right: 0;
        margin: auto;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 32px;
        font-weight: 500;
    }
    h3 {
        font-size: 24px;
    }
    .table-responsive {
        border-radius: 10px;
    }
    .table-responsive .table thead {
        display: none;
    }
    .table-responsive .table tbody tr {
        display: block;
        border-bottom: 1px solid var(--bgLight) !important;
    }
    .table-responsive .table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: none !important;
        margin: 0 !important;
        padding: 15px;
    }
    .table-responsive .table tbody tr td::before {
        content: attr(data-label);
    }
    .table-responsive .table tbody > tr:nth-of-type(even) > * {
        --bs-table-accent-bg: var(--bgLight) !important;
        border-bottom: 1px solid var(--borderColor);
    }
    .table-responsive .table tr td:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .table-responsive .table tr td:last-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .home-section {
        padding: 125px 0 75px 0;
    }
    .login-section .login-wrapper {
        margin: 0;
    }
    .footer-section {
        padding: 100px 0 50px 0;
    }
    .footer-section .copyright {
        margin: 25px 0;
    }
    .feature-section .feature-box {
        padding: 0;
    }
    .feature-section .feature-box h4 {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .testimonial-section .testimonial-wrapper {
        padding: 0;
    }
    .testimonial-section .review-box {
        align-items: flex-start;
    }
    .testimonial-section .review-box .img-box {
        width: 60px;
        height: 60px;
        margin: 20px 0;
    }
    .testimonial-section .review-box .text {
        width: calc(100% - 60px);
        padding: 20px;
    }
}
@media (max-width: 575px) {
    .navbar {
        padding: 15px 0;
    }
    .navbar .navbar-brand img {
        width: 100px;
    }
    .login-section .register-form-wrapper,
    .login-section .form-wrapper {
        padding: 20px;
    }
    .footer-section .newsletter h4 {
        font-size: 24px;
    }
    .latest-transaction #nav-tab .btn-custom {
        padding: 18px 24px;
        text-transform: capitalize;
    }
    .about-section .img-box .icon {
        width: 120px;
        height: 120px;
    }
    .how-it-works .img-box-wrapper .icon {
        padding: 15px;
    }
    .how-it-works .img-box-wrapper .icon img {
        width: 64px;
    }
}/*# sourceMappingURL=style.css.map */

#Notiflix-Icon-Success,
#Notiflix-Icon-Failure,
#Notiflix-Icon-Warning {
    fill: #fff !important;
}
[v-cloak] {
    display: none;
}

.login-section .iti--show-flags{
    width: 100%;
}

.login-section #telephone{
    width: 100% !important;
    height: 58px;
    border-radius: 8px;
    background-color: var(--bgLight);
    border: none;
    padding: 15px;
    font-weight: normal;
    font-size: 14px;
    caret-color: var(--primary);
    color: var(--fontColor);
}

.iti--inline-dropdown .iti__dropdown-content{
    width: 300px !important;
}

.mt_120{
    margin-top: 120px;
}
.terms_condition {
    padding-bottom: 100px;
}
.privacy_policy_text {
    border-radius: 12px;
    border: 1px solid rgba(8, 5, 33, 0.12);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 10px 50px 50px 50px;
}

.privacy_policy_text h4 {
    font-size: 20px;
}

.privacy_policy_text h1, .privacy_policy_text h2, .privacy_policy_text h3, .privacy_policy_text h4, .privacy_policy_text h5, .privacy_policy_text h6 {
    font-weight: 450;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    margin-top: 35px;
}

.privacy_policy_text p {
    line-height: 24px;
    margin-top: 25px;
}

.cookies-allert {
    display: none;
    position: fixed;
    left: 15px;
    bottom: 50px;
    padding: 2rem;
    max-width: 360px;
    cursor: pointer;
    border-radius: 24px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    background: #ffffff;
    text-align: center;
}

.cookies-allert img {
    width: 20% !important;
    display: block;
    margin: auto;
}

.cookieButton {
    display: flex;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 17px;
    padding: 0 2rem;
    align-items: center;
    background: var(--primary);
    width: auto;
    border-radius: 24px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    justify-content: center;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
}
.cookieButton:hover{
    color: #fff;
}

.cookieClose {
    color: #2d2d2d;
    text-decoration: none;
    transition: all 0.01s ease-in-out;
    border-bottom: 1px solid rgba(45, 45, 45, 0.3);
}

.cookieClose:hover {
    border-bottom: 3px solid rgba(3, 3, 3, 0.3);
}

.cookies-allert .seemoreButton {
    text-decoration: underline;
    display: inline-block;
    font-size: 14px;
    color: var(--primary);
}


