/**
  * Name: Open9 | NFT Marketplace HTML Template
  * Version: 1.0.1
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import "../icon/icon.css";
@import "shortcodes.css";
@import "responsive.css";
@import "animation.css";
@import "animate.min.css";
@import "swiper-bundle.min.css";
@import "../font/font.css";
@import "bootstrap.css";
/**
  	* Reset Browsers
    * General
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
	* header
    * footer
    * header section
    * mobile
    * cusor
    * preload

*/

/* Reset Browsers
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin        : 0;
    padding       : 0;
    border        : 0;
    outline       : 0;
    font-size     : 100%;
    font          : inherit;
    vertical-align: baseline;
    font-family   : inherit;
    font-size     : 100%;
    font-style    : inherit;
    font-weight   : inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    font-size               : 62.5%;
    overflow-y              : scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust    : 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

body {
    background-color: #f8fafd;
    line-height: 1;
    padding: 0 !important;
}

body.background-white {
    background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing : 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align : left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote,
q {
    quotes: none
}

a img {
    border: 0
}

img {
    max-width: 100%;
    height   : auto;
}

select {
    max-width: 100%
}

/* General
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family            : 'Manrope', sans-serif;
    color                  : #fff;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering         : optimizeLegibility;
    overflow-x             : hidden;
    overflow-y             : auto;
}

img {
    height                : auto;
    max-width             : 100%;
    vertical-align        : middle;
    -ms-interpolation-mode: bicubic
}

p {
    font-weight: 400;
    font-size  : 18px;
    line-height: 28px;
    color      : #1d1d1d;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor       : help;
}

.btn-link:focus, 
.btn-link:hover,
mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size     : 75%;
    height        : 0;
    line-height   : 0;
    position      : relative;
    vertical-align: baseline;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin    : 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin         : 20px 0;
    padding        : 4px 12px;
    background     : #f5f5f5;
    border         : 1px solid #e0e0e0;
    overflow-x     : auto;
    -webkit-hyphens: none;
    -moz-hyphens   : none;
    hyphens        : none;
    border-radius  : 0;
    height         : auto;
}

svg,
svg path {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Elements
-------------------------------------------------------------- */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

hr {
    margin-bottom: 20px;
    border       : dashed 1px #ccc;
}


/* List */

ul,
ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

ul li,
ol li {
    padding: 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter         : alpha(opacity=50);
    opacity        : 0.5;
}


/* Table */

table,
th,
td {
    border: 1px solid #343444;
}

table {
    border-collapse: separate;
    border-spacing : 0;
    border-width   : 1px 0 0 1px;
    margin         : 0 0 30px;
    table-layout   : fixed;
    width          : 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align : left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight : bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}

/* Media */

embed,
object,
video {
    margin-bottom : 20px;
    max-width     : 100%;
    vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */

button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size     : 100%;
    line-height   : inherit;
    margin        : 0;
    vertical-align: baseline;
}

input,
textarea,
select {
    font-size       : 14px;
    max-width       : 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.53), rgba(255, 255, 255, 0.53));
    /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow      : auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
    display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height       : 1;
    cursor            : pointer;
    -webkit-appearance: button;
    border            : 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding       : 0;
    width         : 20px;
    height        : 20px;
    margin-right  : 10px;
    cursor        : pointer;
    vertical-align: sub;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border : 0;
    padding: 0;
}


/* Remove chrome yellow autofill */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}


/* Reset search styling */

input[type="search"] {
    outline: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

textarea.style-1,
input.style-1 {
    background-color: #232323 !important;
}

.search.search-submit {
    position: absolute;
    right: 18px;
    top: 1px;
    background: transparent;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
}

/* Contact Form 7 */
fieldset {
    margin-bottom: 30px;
    width: 100%;
}

form label {
    color: #000000;
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 14px;
}

.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
    margin-bottom: 0;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.select{
    position: relative;
    overflow: hidden;
}

.select::after {
    font-family: 'icomoon' ;
    content: '\e914';
    font-size: 14px;
    right: 10px;
    font-weight: 600;
    color: #1F1F2C;
    display: block;
    position: absolute;
    background: 0 0;
    top: 50%;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

select {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 22px;
    border-radius: 12px;
    padding: 15px 26px;
    width: 100%;
    /* background: #161616; */
    color: #fff;
}

select option{
    padding: 15px 26px;
    font-size: 15px;
    line-height: 24px;
    color: #1F1F2C;
    background-color: #fff;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border: none;
    outline           : 0;
    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    box-shadow        : none;
    font-size  : 14px;
    line-height: 22px;
    border-radius: 12px;
    padding: 15px 26px;
    width: 100%;
    color: #8A8AA0;
}

/* Input focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: #0275d8 1px solid;
    outline           : 0;
    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    box-shadow        : none;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder {
    font-size  : 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Azeret Mono';
    color      : rgba(255, 255, 255, 0.53);
}

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-weight       : 700;
    font-size         : 14px;
    line-height       : 22px;
    background-color  : rgba(221, 242, 71, 1);
    color             : rgba(22, 22, 22, 1);
    border-radius     : 14px;
    padding           : 10px;
    height            : 50px;
    border            : none;
    display           : inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition   : all ease 0.3s;
    transition        : all ease 0.3s;
}

button.style-1,
input.style-1[type="button"],
input.style-1[type="reset"],
input.style-1[type="submit"] {
    font-weight       : 700;
    font-size         : 14px;
    line-height       : 22px;
    color             : rgba(221, 242, 71, 1);
    background-color  : rgba(22, 22, 22, 1);
    border-radius     : 14px;
    padding           : 10px;
    height            : 50px;
    border            : none;
    display           : inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition   : all ease 0.3s;
    transition        : all ease 0.3s;
}

/* Button hover + focus */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    border: none;
    background-color: rgba(22, 22, 22, 1);
    color: rgba(221, 242, 71, 1);
}

button.style-1:hover,
input.style-1[type="button"]:hover,
input.style-1[type="reset"]:hover,
input.style-1[type="submit"]:hover,
button.style-1:focus,
input.style-1[type="button"]:focus,
input.style-1[type="reset"]:focus,
input.style-1[type="submit"]:focus {
    outline: 0;
    border: none;
    color: rgba(22, 22, 22, 1);
    background-color: rgba(221, 242, 71, 1);
}

.btn-submit button[type="submit"]:hover {
    background-color: #FFF;
    color: rgba(22, 22, 22, 1);
}

.btn-submit button.active {
    background-color: #FFF;
    color: rgba(22, 22, 22, 1);
}

textarea {
    height: 180px;
}

input.style-2 {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

/* Placeholder color */
::-webkit-input-placeholder {
    color: #8A8AA0;
}

:-moz-placeholder {
    color: #8A8AA0;
}

::-moz-placeholder {
    color  : #8A8AA0;
    opacity: 1;
}

.error {
    font-size         : 16px;
    color             : var(--primary-color2);
    margin-bottom     : 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition   : all ease 0.3s;
    transition        : all ease 0.3s;
}


/* Since FF19 lowers the opacity of the placeholder by default */

:-ms-input-placeholder {
    color: #8A8AA0;
}

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight   : 700;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}
.form-group {
    position: relative;
    margin-bottom: 25px;
  }

  .form-group input,
  .form-group textarea,
  .form-group select {
    border-radius: 10px !important;
    padding-left: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    color: #6c757d;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }

  .form-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #2c2d2f;
  }

  .form-group label {
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
  }

  .form-group input:focus + label,
  .form-group textarea:focus + label,
  .form-group select:focus + label,
  .form-group input:not(:placeholder-shown) + label,
  .form-group textarea:not(:placeholder-shown) + label {
    top: -10px;
    left: 45px;
    font-size: 14px;
    color: #343a40;
  }

  .form-group textarea {
    border-radius: 20px;
  }

  .btn-custom {
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 50px;
  }

  .btn-back {
    background-color: #343a40;
    color: white;
  }

  .btn-back:hover {
    background-color: #23272b;
  }

  .btn-submit {
    background-color: #333;
    color: white;
  }

  .btn-submit:hover {
    background-color: #0a0718;
  }
/* Extra classes
-------------------------------------------------------------- */
.msg-success{
    background: linear-gradient(to right, #E250E5,#4B50E6,#E250E5);
    background-clip: text;
    -webkit-background-clip:text;
    font-weight: 700;
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    color: rgb(0 0 0 / 0);
    transition: color .2s ease-in-out;
    font-size  : 18px;
    font-weight: 400;
    line-height: 28px;
}

label.error {
    color: #ff0000; 
}
.hidden {
    display: none;
}
.block {
    display: block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed !important;
}
.position-unset {
    position: unset;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-grow {
    flex-grow: 1;
}
.gap30 {
    gap: 30px;
}
.gap4 {
    gap: 4px;
}
.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.flex-wrap {
    flex-wrap: wrap;
}
.text-end {
    text-align: end;
}
.text-center {
    text-align: center;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.pl-2-5 {
    padding-left: 2.5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-16 {
    padding-bottom: 16px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-38 {
    padding-bottom: 38px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-48 {
    padding-bottom: 48px !important;
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-80 {
    padding-top: 80px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-10 {
    margin-top: 10px;
}
.mr-30 {
    margin-right: 30px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-50 {
    margin-left: 50px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mr-20 {
    margin-right: 20px;
}
.mt-18 {
    margin-top: 18px !important;
}
.mt-17 {
    margin-top: 17px ;
}
.mt-16 {
    margin-top: 16px ;
}
.mr-16 {
    margin-right: 16px ;
}
.mr-10 {
    margin-right: 10px ;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.tf-color {
    color: #DDF247 !important;
}
.divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}
.mw-667 {
    max-width: 667px !important;
}
.w242 {
    width: 242.5px;
}
.rotateZ90 {
    transform: rotateZ(90deg);
}
.fl-item-1,
.fl-item {
    display: none;
}
.opacity-01 {
    opacity: 0.1;
}
.no-bg {
    background: none !important;
}
.capitalize {
    text-transform: capitalize;
}

#wrapper{
    position: relative;
   /* overflow: hidden;*/
    max-width: 100%;
    height: 100%;
}

/* link style
-------------------------------------------------------------- */
a {
    text-decoration   : none;
    color             : #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color             : #DDF247;
    text-decoration   : none;
    outline           : 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

/* Header
-------------------------------------------------------------- */
.header_1 {
    position: absolute;
    z-index: 100;
    height: 85px;
    width: 100%;
    border: none;
    padding-right: 0 !important;
    background-color:#000;

}
.main-logo img {
    width:168px;
    height:60px;
}
#site-logo {
    height: 57px;
}

#site-logo-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.flat-wallet {
    display: flex;
    gap: 28px;
    position: absolute;
    padding: 6px 0 7px 0;
    right: 15px;
    top: 5px;
    justify-content: end;
    align-items: center;
}

.canvas {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.canvas span,
.canvas::before,
.canvas::after {
    position: absolute;
    content: "";
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    right: 2.5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.canvas span {
    width: 25px;
    top: 50%;
}

.canvas::after {
    width: 13px;
    top: 75%;
}

.canvas::before {
    width: 19px;
    top: 25%;
}

.canvas.style-1 span,
.canvas.style-1::before {
    background-color: #fff;
}

.canvas.style-1::after {
    background-color: rgb(235, 4, 4);
}

.header-search.style-1 .show-search {
    color: #000;
    text-decoration: none;
}

.header-search > a.active .icon-search::before {
    content: url(../images/close.svg);
}

.header-search .show-search {
    font-size: 20px;
    line-height: 44px;
}

.header-search .top-search {
    position: absolute;
    top: 50px;
    right: 0;
    min-width: 240px;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-search .top-search.active {
    display: block;
}

/* main-nav */
.header_1 #main-nav {
    position: absolute;
    left: 22.48%;
    top: 50%;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main-nav ul li {
    position: relative;
}

#main-nav>ul>li {
    float: left;
    padding: 16px 16px 18px 15px;
    cursor: pointer;
}

#main-nav>ul>li>a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 
                 1px 1px 1px rgba(0, 0, 0, 0.6);    
}


#main-nav>ul>li.menu-item-has-children>a {
    padding-right: 18px;
}
#main-nav>.menu>li:hover>a::after {
    transform: rotate(180deg);
    transition: all linear 0.3s;
}
#main-nav>.menu>li.menu-item-has-children>a::after {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../icon/arrow-down.svg) no-repeat center;
    background-size: 17px;
    border: none;
    vertical-align: middle;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    margin-left: 3px;
    display: inline-block;
}

#main-nav>.menu>li:hover.menu-item-has-children>a::before {
    right: 0;
    margin-left: -18px;
}

#main-nav>.menu>li.menu-item-has-children>a::before {
    position: absolute;
    content: "";
    background-image: url(../icon/menu-active.svg);
    z-index: 0;
    left: 0;
    right: 100%;
    bottom: -8px;
    height: 2px;
    border-radius: 0px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: #fff; */
}

#main-nav>ul>li:hover>a,
#main-nav>.menu>li:hover>a::after,
#main-nav>.menu>li.current-menu-item>a::after {
    color: #ffffff;
    opacity: 1;
}

#main-nav>ul>li.current-menu-item>a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

/* mega menu */
#main-nav .mega-menu {
    position: absolute;
    top: 100%;
    left: -200%; /* Start at the center of the parent */
    transform: translateX(-200%); /* Shift back by 50% of the element's width to center it */
    width: 970px; /* Fixed width for desktop */
    /* max-width: 100vw; */ /* Optional: Uncomment to make it responsive */
    padding-top: 20px;
    z-index: 20;
    transition: 0.2s;
    pointer-events: none;
    background-color: #fff;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    padding: 20px 40px;
}

@media (max-width: 1400px) {
    #main-nav .mega-menu {
        position: fixed;
        top: 50px;
        padding-top: 20px;
        left: -35%;
        transform: translateX(-50%);
        transition: 0.2s;
        pointer-events: none;
        background-color: #fff;
        border-radius: 10px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
}


.h5 a {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 700;
    color: #000819 !important;
    font-size: 1.2rem;
    line-height: 2.1rem;
    cursor: pointer;
}

/* sub-menu */
#main-nav .sub-menu1 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px !important;
    max-width: 100vw; 
    padding-top: 20px;
    z-index: 20;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    padding: 20px 40px;
}

@media (max-width: 1400px) {
    #main-nav .sub-menu1 {
        position: fixed;
        top: 50px;
        padding-top: 20px;
        left: 0;
        transform: translateX(0);
    }
}
#main-nav .sub-menu li a {
    display: block;
    font-weight: 500;
    color: #000819;
    text-transform: capitalize;
    font-size: 1.2rem; 
    line-height: 2.8rem;
    border-bottom: 1px solid transparent; 
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 400;
   

}

#main-nav li:hover .sub-menu {
    opacity          : 1;
    visibility       : visible;
    pointer-events   : all;
    -webkit-transform: translateY(0);
    -moz-transform   : translateY(0);
    -ms-transform    : translateY(0);
    -o-transform     : translateY(0);
    transform        : translateY(0);
    background-color: white;
    border-radius: 12px;
    border: 1px solid var(--Border, #E7E6E6);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

#main-nav .sub-menu li.current-item > a,
#main-nav .sub-menu li a:hover {
    color: #e51f26;
}

#main-nav>ul>li .sub-menu li {
    position: relative;
}

#main-nav>ul>li .sub-menu li a {
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
}

#main-nav .nav-sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -40% !important;
    left: 100%;
    background-color: #1d203a;
    z-index: 20;
    transition: ease-out 0.3s;
    min-width: 240px;
    border: 1px solid #161616;
    border-radius: 8px;
    text-align: start;
    padding: 15px 0;
}

#main-nav .sub-menu li:hover .nav-sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    pointer-events: all;
}

#main-nav .sub-menu li.has-item a {
    position: relative;
}

#main-nav .sub-menu li.has-item > a::before {
    position: absolute;
    content: '\e912';
    font-family: 'icomoon';
    right: 36px;
}

/* style-white */.header_1
.header_1.style-white {
    background: #fff;
}

.header_1.style-white .tf-button {
    background-color: #DEE8E8;
}

.header_1.style-white .tf-button:hover {
    background-color: #DDF247;
}

.header_1.style-white #main-nav>ul>li>a {
    color: #161616;
}

.header_1.style-white #main-nav>.menu>li.current-menu-item>a::after,
.header_1.style-white #main-nav>.menu>li:hover>a::after, 
.header_1.style-white #main-nav>ul>li:hover>a {
    color: #161616;
}

.header_1.style-white.is-fixed {
    background-color: #fff;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
}

/* header-full */
.header_1.header-full {
    height: 98px !important;
    border-bottom: 1px solid rgba(153, 153, 153, 0.08);
}

.header_1.header-full .container-fluid {
    padding: 20px 33px 21px 50px;
}

.header_1.header-full #main-nav {
    left: 19.2%;
}

.header_1.header-full .widget-search input {
    width: 580px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 18px;
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.header_1.header-full .widget-search input::placeholder {
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.header_1.header-full .widget-search button {
    height: 44px;
    font-size: 18px;
    padding: 10px 0;
}

.header_1.header-full #wallet-header a {
    background: #DEE8E8;
}

.header_1.header-full #wallet-header a:hover {
    background: #DDF247;
}

/* Mobile Menu Button */
.mobile-button {
    display           : none;
    position          : absolute;
    width             : 26px;
    height            : 26px;
    top               : 50%;
    right             : 15px;
    background-color  : transparent;
    cursor            : pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
    -webkit-transform : translateY(-50%);
    -ms-transform     : translateY(-50%);
    -o-transform      : translateY(-50%);
    transform         : translateY(-50%);
}

/* .mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color  : #ffffff;
    -webkit-transition: all ease 0.3s;
    -moz-transition   : all ease 0.3s;
    transition        : all ease 0.3s;
} */

.header_1.style-white .mobile-button::before,
.header_1.style-white .mobile-button::after,
.header_1.style-white .mobile-button span {
    background-color: #161616;
}

.mobile-button:before,
.mobile-button:after {
    content                 : '';
    position                : absolute;
    top                     : 0;
    height                  : 3px;
    width                   : 100%;
    left                    : 0;
    top                     : 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin    : 50% 50%;
    transform-origin        : 50% 50%;
}

.mobile-button span {
    position   : absolute;
    width      : 100%;
    height     : 3px;
    left       : 0;
    top        : 50%;
    overflow   : hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform   : translate3d(0, -7px, 0);
    transform        : translate3d(0, -7px, 0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform   : translate3d(0, 7px, 0);
    transform        : translate3d(0, 7px, 0);
}

/* footer */
#footer {
    padding: 60px 0 30px;
    background-color: #111;
}

#footer .widget {
    margin-right: 25px;
}

#footer .title-widget {
    font-weight: 800; 
    line-height: 25px;
    margin-bottom: 20px;
}

.widget-menu ul li {
    margin-bottom: 5px;
}

.widget-menu ul li:last-child {
    margin-bottom: 0;
}

.widget-menu ul li a {
    color: rgb(255 255 255);
    font-size: 14px;
    line-height: 28px;
    position: relative;
    text-transform: none;
    font-weight:500;
}

.widget-menu ul li a:hover {
    color: #bbdfaf;
    font-size: 14px;
    /* font-weight: 500; */
}
.background-white .widget-menu ul li a:after {
    background: rgba(22, 22, 22, 1);
}

.widget-menu ul li a::after {
    content           : '';
    width             : 0;
    height            : 1px;
    position          : absolute;
    background        : #DDF247;
    left              : 50%;
    bottom            : 0;
    transform         : translateX(-50%);
    visibility        : hidden;
    opacity           : 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.widget-menu ul li a:hover::after {
    width             : 100%;
    visibility        : visible;
    opacity           : 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

/* widget-social */
.widget-social ul li {
    margin-right: 10px;
}

.widget-social ul li:last-child {
    margin-right: 0;
}

.widget-social ul li a {
    width: 38px;
    height: 38px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(29 32 58);
    padding: 9px;
}

.widget-social a:hover {
    color: #fff;
}

.widget-social .icon-facebook:hover {
    background-color: rgba(24, 119, 242, 1) !important;
}

.widget-social .icon-twitter:hover{
    background-color: rgb(29, 155, 240) !important;
}

.widget-social .icon-vt:hover{
    background-color: #5865f2 !important;
}

.widget-social .icon-tiktok:hover{
    background-color: black !important;
}

.widget-social .icon-youtube:hover{
    background-color: #c00 !important;
}

.widget-social .icon-linkedin2:hover{
    background-color: #0a66c2 !important;
}

.widget-social .icon-instagram:hover{
    background-color: #C13584 !important;
}

.footer-bottom {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.53);
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.986);
    font-size: 14px;

    line-height: 22px;
}
@media(max-width:767px){
.footer-bottom p {
    color: rgba(255, 255, 255, 0.986);
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
}
.footer-bottom ul li {
    margin-left: 0;
}

.footer-bottom ul li a {
    color: rgba(255, 255, 255, 0.986);
    font-size: 14px;
    line-height: 22px;
}

.footer-bottom ul li a:hover {
    color: #DDF247;
}

/* style-1 */
.footer-bottom.style-1 {
    margin-top: 0;
}

.footer-bottom.style-1 .widget-social ul li {
    margin-left: 0;
}

.footer-bottom.style-1 .widget-social ul li a {
    color: #fff;
}

/* bg-white */
#footer.bg-white {
    background-color: #fff;
}

#footer.bg-white .widget {
    margin-right: 80px;
}

#footer.bg-white .icon-vt:before,
#footer.bg-white .widget-menu ul li a,
#footer.bg-white .title-widget {
    color: rgb(255, 255, 255);
}

#footer.bg-white .widget-social ul li a {
    color: rgba(22, 22, 22, 1);
    background-color: rgba(22, 22, 22, 0.05);
}

#footer.bg-white a.icon-vt:hover:before,
#footer.bg-white .widget-social ul li a:hover {
    color: #fff !important;
}

#footer.bg-white .footer-bottom {
    border-color: rgba(22, 22, 22, 0.08);
}

#footer.bg-white .footer-bottom ul li a,
#footer.bg-white .footer-bottom p {
    color: #161616;
    font-size: 12px;
    line-height: 19px;
}

/* heading-section */
.heading-section {
    display        : flex;
    align-items    : center;
    /* justify-content: space-between; */
    justify-content: center;
    flex-wrap      : wrap;
}

.heading-section .tf-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 44px;
    text-transform: capitalize;
    z-index: 10;
        text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 
                 1px 1px 1px rgba(0, 0, 0, 0.6);    
}

.heading-section a {
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
    position: relative;
}

.heading-section a i {
    padding: 4px;
    margin-left: 3px;
    font-size: 10px;
    border-radius: 20px;
    border-color:  transparent ;
    background: none;
}

.heading-section a::after {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    right: 0;
    content: '';
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.heading-section a:hover::after {
    width: 107%;
}

.background-white .heading-section a,
.background-white .heading-section .tf-title {
    color: #161616;
}

.background-white .heading-section a::after {
    background-color: rgba(22, 22, 22, 0.10);
}

/* section-menu-left */
.section-menu-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #232323;
    width: 281px;
    padding: 40px 0px;
    z-index: 30;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.section-menu-left > .wrap-bottom {
    position: fixed;
    bottom: 49px;
    width: 281px;
    padding: 0 30px;
}

.section-menu-left .list-menu,
.section-menu-left .box-logo {
    padding: 0 30px;
}

.section-menu-left .connect {
    padding: 26px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .connect a {
    width: 100%;
}

.tf-button.style-1.type-1 {
    background-color: rgba(255, 255, 255, 0.05);
    color: #DEE8E8;
}

.tf-button.style-1.type-1:hover {
    background-color: #DDF247;
    color: #161616;
}

.section-menu-left .list-menu > ul > li {
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.section-menu-left .list-menu > ul > li:last-child {
    margin-bottom: 0;
}

.section-menu-left .list-menu > ul > li > a {
    color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    padding: 13px 10px 11px 44px;
    border-radius: 12px;
    width: 100%;
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
}

.section-menu-left .list-menu > ul > li > a i {
    font-size: 18px;
    padding: 2px;
    position: absolute;
    top: 12px;
    left: 9px;
}

.section-menu-left .list-menu > ul > li > a i::before {
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
    
}

.section-menu-left .list-menu > ul > li.active > a i::before,
.section-menu-left .list-menu > ul > li > a:hover i::before {
    color: rgba(22, 22, 22, 1);
}

.section-menu-left .list-menu li.active > a,
.section-menu-left .list-menu > ul > li > a:hover {
    box-shadow: 0px 4px 20px 0px rgba(221, 242, 71, 0.30);
    color: #161616;
    background: #DDF247;
}

.section-menu-left .list-menu > ul > li.has-item > a::before {
    content: '\e914';
    font-family: 'icomoon';
    font-weight: 100;
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section-menu-left .list-menu > ul > li.has-item.active > a::before {
    transform: rotate(180deg);
}

.section-menu-left .list-menu > ul > li.language img {
    position: absolute;
    top: 12px;
    left: 10px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #D0D0D1;
    background-color: #161616;
}

.section-menu-left .list-menu ul.sub-item {
    display: none;
    margin-top: 19px;
    margin-bottom: 17px;
    padding-left: 22px;
    margin-left: 21px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .list-menu li ul.sub-item.active {
    display: block;
}

.section-menu-left .list-menu ul.sub-item li {
    margin-bottom: 28px;
    padding-left: 16px;
    position: relative;
}

.section-menu-left .list-menu ul.sub-item li:last-child {
    margin-bottom: 0px;
}

.section-menu-left .list-menu ul.sub-item li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D9DADC;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}

.section-menu-left .list-menu ul.sub-item li a {
    color: rgba(255, 255, 255, 0.4);
}

.section-menu-left .list-menu ul.sub-item li:hover::before {
    background-color: #DDF247;
}
.section-menu-left .list-menu ul.sub-item li:hover a {
    color: #DDF247;
}

.section-menu-left .language ul.sub-item {
    position: absolute;
    background-color: #161616;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding-left: 0px;
    border-radius: 10px;
}

.section-menu-left .language ul.sub-item li {
    padding: 12px 8px 10px 43px;  
    margin-bottom: 0; 
    cursor: pointer;
}

.section-menu-left .language ul.sub-item li::before {
    display: none;
}

.section-menu-left .menu-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: fixed;
    bottom: 39px;
    width: 281px;
}

.section-menu-left .bottom p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 12px;
    font-family: 'Azeret Mono';
    font-weight: 400;
    line-height: 19px;
    padding: 0 30px;
}

.section-menu-left .create {
    padding: 26px 30.5px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .create a.tf-button {
    width: 100%;
    background-color: #DEE8E8;
    color: #161616;
    cursor: pointer;
}

.section-menu-left .create a.tf-button.active {
    color: #161616;
    background-color: #DDF247;
}

.section-menu-left .content h6 {
    padding: 0 30px;
    font-size: 14px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 9px;
}

.section-menu-left ul.menu-tab li {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 6px;
    padding: 12px 30px 12px 64px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.section-menu-left ul.menu-tab li::before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 6px;
    height: 24px;
    content: "";
    top: 50%;
    left: 0;
    background-color: #DDF247;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.section-menu-left ul.menu-tab li.active:before,
.section-menu-left ul.menu-tab li:hover:before {
    opacity: 1;
    visibility: visible;
}

.section-menu-left ul.menu-tab li.active,
.section-menu-left ul.menu-tab li:hover {
    color: #DDF247;
}

.section-menu-left ul.menu-tab li svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
    position: absolute;
    left: 30px;
}

.section-menu-left ul.menu-tab li.active svg:first-child,
.section-menu-left ul.menu-tab li svg:last-child,
.section-menu-left ul.menu-tab li:hover svg:first-child {
    opacity: 0;
    visibility: hidden;
}

.section-menu-left ul.menu-tab li.active svg:last-child,
.section-menu-left ul.menu-tab li:hover svg:last-child {
    opacity: 1;
    visibility: visible;
}

/* canvas */
.canvas-nav-wrap .overlay-canvas-nav {
    cursor: url(../images/close.svg),auto;
    content: '';
    position: fixed;
    right: 0%;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.canvas-nav-wrap.active .overlay-canvas-nav {
    opacity: 1;
    visibility: visible;
}

.canvas-nav-wrap.active .overlay-canvas-nav i {
    font-size: 25px;
    margin-right: 20px;
    color: #FFFFFF;
}

.canvas-nav-wrap .inner-canvas-nav {
    width: 340px;
    height: 100%;
    top: 0;
    right: -340px;
    position: fixed;
    background-color: #161616;
    z-index: 999999;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition   : all 0.5s ease;
    -ms-transition    : all 0.5s ease;
    -o-transition     : all 0.5s ease;
    transition        : all 0.5s ease;
}

.canvas-nav-wrap .inner-canvas-nav::-webkit-scrollbar {
    width: 0px;
}

.canvas-nav-wrap.active .inner-canvas-nav {
    right: 0;
}

.inner-canvas-nav .side-bar {
    padding: 30px;
    position: relative;
}

.inner-canvas-nav .side-bar .canvas-nav-close {
    position: absolute;
    top: 50px;
    right: 30px;
    cursor: pointer;
}

/* mobile header */
/* ------------------------------------ */
.mobile-nav-wrap .overlay-mobile-nav {
    cursor: url(../images/close.svg),auto;
    content: '';
    position: fixed;
    left: 100%;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.mobile-nav-wrap.active .overlay-mobile-nav {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.mobile-nav-wrap.active .overlay-mobile-nav i {
    font-size: 25px;
    margin-right: 20px;
    color: #FFFFFF;
}

.mobile-nav-wrap .inner-mobile-nav {
    width: 320px;
    height: 100%;
    top: 0;
    left: -340px;
    position: fixed;
    background-color: #161616;
    z-index: 999999;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition   : all 0.5s ease;
    -ms-transition    : all 0.5s ease;
    -o-transition     : all 0.5s ease;
    transition        : all 0.5s ease;
}

.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
    width: 0px;
}

.mobile-nav-wrap.active .inner-mobile-nav {
    left: 0;
    transition-delay: 0.3s;
}

.inner-mobile-nav {
    padding: 30px;
    position: relative;
}

.inner-mobile-nav .mobile-nav-close {
    position: absolute;
    top: 50px;
    right: 30px;
    cursor: pointer;
}

/* menu-mobile-menu */
#menu-mobile-menu {
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 30px;
}

#menu-mobile-menu {
    display: flex;
    flex-direction: column;
}

#menu-mobile-menu>li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px 0px;
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile li:last-child,
#menu-mobile-menu>li:last-child {
    border: none;
}

#menu-mobile-menu li a {
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}

#menu-mobile-menu li.current-menu-item > a ,
#menu-mobile-menu li a:hover ,
#menu-mobile-menu li.current-item a {
    color: #DDF247;
}

#menu-mobile-menu li.menu-item-has-children-mobile > a::after {
    content: '\e914';
    position: absolute;
    font-family: 'icomoon';
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 17px;
    line-height: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu-mobile-menu>li.active a::after {
    transform: rotate(180deg);
}

#menu-mobile-menu>li .sub-menu-mobile {
    border-radius: 8px;
    display: none;
    text-align: start;
    overflow: hidden;
    background-color: #000;
    margin-top:10px;
}

#menu-mobile-menu>li .sub-menu-mobile li {
    padding-left: 15px;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile a {
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}


/*Header fixed
-------------------------------- */
.header_1.is-fixed {
    position: fixed;
    padding: 0;
    top: -100%;
    left: 0;
    width: 100%;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
    z-index: 9999;
    background: rgb(12,26,28);
    background: linear-gradient(359deg, rgb(4 8 19) 56%, rgb(10 31 63) 100%, rgb(57 50 57) 100%, rgb(9 25 52) 100%, rgba(255, 245, 245, 0.9472163865546218) 100%);
    border: none;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header_1.is-fixed.is-small {
    top: 0;
    height: 87px;
}

.header_1.is-fixed.is-small .themesflat-container {
    padding: 15px;
}
@media (max-width:767px){
    .header_1 {
        position: absolute;
        z-index: 100;
        height: 57px;
        width: 100%;
        border: none;
        height: 87px;
        /* background-color: #fff; */
        padding-right: 0 !important;
    }
}
/* preload */
.preload-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999999999;
    height: 100%;
    width: 100%;
    background-color: #000;
}

.preload-container .middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.preload-container .bar {
    width: 10px;
    height: 70px;
    background: transparent;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    animation: loader 1.2s linear infinite;
}
.preload-container .bar1 {
animation-delay: 0.1s;
}
.preload-container .bar2 {
animation-delay: 0.2s;
}
.preload-container .bar3 {
animation-delay: 0.3s;
}
.preload-container .bar4 {
animation-delay: 0.4s;
}
.preload-container .bar5 {
animation-delay: 0.5s;
}
.preload-container .bar6 {
animation-delay: 0.6s;
}
.preload-container .bar7 {
animation-delay: 0.7s;
}
.preload-container .bar8 {
animation-delay: 0.8s;
}

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: #000;
}
  
.progress-wrap::after {
    position: absolute;
    content: '\e911';
    font-family: 'icomoon';
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-weight: 900;
    color: #DDF247;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
  
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
  
.progress-wrap svg path {
    fill: none;
}
  
.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    stroke: #DDF247;
    stroke-width: 5;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.4s;
    transition-timing-function: linear;
}


/* cursor
------------------------------------------------------ */
.tf-mouse {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden
}

.tf-mouse-inner {
    margin-left: -5px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    z-index: 10000;
    background-color: #DDF247;
    -webkit-transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out;
    transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out
}

.tf-mouse-inner.mouse-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #DDF247;
    opacity: .3
}

.tf-mouse-outer {
    margin-left: -22px;
    margin-top: -22px;
    width: 40px;
    height: 40px;
    border: 2px solid #DDF247;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
    opacity: .5;
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out
}

.tf-mouse-outer.mouse-hover {
    opacity: 0
}

body.background-white .tf-mouse-inner {
    background-color: rgba(22, 22, 22, 1);
}

body.background-white .tf-mouse-outer {
    border-color: rgba(22, 22, 22, 1);
}
.block-slider {
    position: relative;
}

.slider-custom {
    height: 100vh;
    max-height: 100vh;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 767px) {
    .slider-custom {
        height: 100%;
    }
}

.slider-custom1 {
    /* height: 100vh; */
    /* max-height: 100vh; */
    /* min-height: 600px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.custom-list-item {
    position: absolute;
    z-index: 5;
}
.custom-dot {
    width: 18px;
    height: 18px;
    border: 7px solid #E46F23;
    cursor: pointer;
}
.custom-dot {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 7px solid #001eb4;
    border-radius: 50%;
}
.custom-dot {
    position: relative;
    animation: bordershow 3s infinite;
}

.custom-dot {
    position: relative;
    animation: bordershow 3s infinite;
}
.custom-dot {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 7px solid #001eb4;
    border-radius: 50%;
}
.custom-dot::before, .custom-dot::after {
    width: 20px;
    height: 20px;
    pointer-events: none;
}
.custom-dot::before {
    animation: boderM 3s .75s infinite;
}
.custom-dot::after {
    animation: boderM 3s infinite;
}
@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }

    100% {
        opacity: 0
    }

}

@keyframes bordershow {

    50% {
        box-shadow: 0px 0px 10px 0 #001eb4;
    }

}

.custom-dot::before, .custom-dot::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(359deg, rgb(4 8 19) 56%, rgb(10 31 63) 100%, rgb(57 50 57) 100%, rgb(9 25 52) 100%, rgba(255, 245, 245, 0.9472163865546218) 100%);
}
.custom-dot {
    width: 18px;
    height: 18px;
    border: 7px solid #e51f26;
}
.custom-link {
    display: inline-block;
    position: relative;
    color: #fff !important;
}

.custom-info {
    position: absolute;
    left: 42px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    white-space: nowrap;
}
.custom-info {
    font-size: 11px;
    padding: 0 15px;
    left: 25px;
    color: #fff;
    line-height: 1 !important;
}
.custom-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: linear-gradient(359deg, rgb(4 8 19) 56%, rgb(10 31 63) 100%, rgb(57 50 57) 100%, rgb(9 25 52) 100%, rgba(255, 245, 245, 0.9472163865546218) 100%);
    border-radius: 30px;
}

.custom-info span {
    opacity: 0;
    line-height: 26px;
}
.arrow-icon img {
    margin-left: 3px;
}
.custom-list-item:hover .custom-info::before {
    width: 100%;
    padding: 10px;
    transition: all .4s cubic-bezier(.34, .44, .41, 1.12);
}
.custom-info span {
    opacity: 0;
    line-height: 26px;
}
.custom-list-item:hover .custom-info span {
    opacity: 1;
    transition: all .36s .4s;
}


.great-place {
    background: #F7F5F5;
}
.great-place .certificate {
    left: 5%;
    right: auto;
}



.toggleButton {
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
}
@media (max-width:767px){
.toggleButton {
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(1);
}
}
.toggleButton img {
    width: 32px;
}
.Search-icon {
    width: 30px;
    height: 30px;
    background: #FECB00;
    display: block;
    border-radius: 50%;
    background-size: 12px;
    cursor: pointer;
}
.Search-icon.open {
    background-image: url(../icon/close-btn.png);
    background-size: 12px;
}
/* Style the anchor tag */
.show-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e41920;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-top: 0;
    text-decoration: none;
    color: #fff !important;
}

@media(max-width:767px){
.show-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e41920;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-top: 10px;
    text-decoration: none;
    color: #fff !important;
}
}
/* Style the icon inside */
.show-search .icon-search {
    font-size: 13px;  /* Adjust icon size as needed */
}


.gt_switcher_wrapper {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1 !important;
}
@media (max-width: 1199px) {
    .gt_switcher_wrapper {
        top: 0 !important;
        right: 85px !important;
    }
}
/*div.skiptranslate, #google_translate_element2 {*/
/*    display: none !important;*/
/*}*/
.gt_container--hich1m .gt_switcher {
    font-family: inherit !important;
    font-size: 12pt;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    width: 173px;
    line-height: 0;
}
.gt_container--hich1m .gt_switcher {
    width: 118px !important;
}
.gt_container--hich1m .gt_switcher .gt_selected {
    background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
    position: relative;
    z-index: 9999;
}
.gt_container--hich1m .gt_switcher .gt_selected {
    background: transparent !important;
}
.gt_container--hich1m .gt_switcher .gt_selected a {
    border: 1px solid #ccc;
    color: #666;
    padding: 3px 5px;
    width: 161px;
}
.gt_container--hich1m .gt_switcher .gt_selected a, .header.stickyHead.header_style:not(.sticky) .gt_container--hich1m .gt_switcher .gt_selected a {
    border: none !important;
    color: #fff !important;
    padding: 0 !important;
    width: 142px !important;
    background: transparent !important;
}

.gt_container--hich1m .gt_switcher .gt_selected a:after {
    content: ""; /* Ensure this is set here */
    display: inline-block;
    position: absolute;
    right: 10px !important;
    width: 15px;
    height: 24px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
    background-repeat: no-repeat;
    background-position: center; /* Center the icon */
    background-size: 11px; /* Adjust icon size if needed */
    transition: all 0.2s ease-in-out;
}


.gt_container--hich1m .gt_switcher .gt_selected a:after, .header.stickyHead.header_style:not(.sticky) .gt_container--hich1m .gt_switcher .gt_selected a:after {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.gt_container--hich1m .gt_switcher .gt_option {
    position: relative;
    z-index: 9998;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    display: none;
    width: 171px;
    max-height: 198px;
    height: 0;
    box-sizing: content-box;
    overflow-y: auto;
    overflow-x: hidden;
    transition: height 0.5s ease-in-out;
}
.gt_container--hich1m .gt_switcher .gt_option a {
    color: #000;
    padding: 3px 5px;
}
.footer-area2 {
    position: relative;
    z-index: 10;
    border-top: 1px solid #ebebeb;
    overflow: hidden; /* Ensures the pseudo-element doesn’t overflow */
}

.footer-area2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    /*background-image: url('../images/background-section/solar-global-distribution.jpg');*/ /* Add the image URL here */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-position:10cap;
    filter: blur(1.8px); /* Adjusts the blur effect */
    background-attachment:local; 
    background-color: rgba(0, 0, 0, 0.2); /* Adds a subtle dark overlay */
    z-index: -1; /* Places it behind the content */
}
#logo_footer {
    width: 168px;
    height: 60px;
}
.pronto_text {
    color: rgb(255 255 255);
    font-size: 14px;
    /* font-family: 'Azeret Mono'; */
    line-height: 22px;
    position: relative;
    margin-top: 20px;
}

.video-slider img {
    width: 100%;
}
.video-slider img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}
@media (max-width: 767px) {
    .video-slider img {
        height: 80vh;
    }
}
.video-slider img {
    width: 100%;
}
.video-slider img {
    width: 100%;
    object-fit: cover;
}

.img-slider img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
@media(max-width:767px){
.img-slider img {
    width: 100%;
    object-fit: cover;
    height: 100px;
}
}
.pb-120 {
    padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
    .pb-120 {
        padding-bottom: 50px;
    }
}

.pt-120 {
    padding-top: 50px;
}
@media only screen and (min-width: 992px) {
    .pt-120 {
        padding-top: 50px;
    }
}
.btn {
    font-weight: 800;
    padding: 1.5rem 5rem;
    font-size: 15px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

@media(max-width:767px){
    .btn {
        padding: 1.5rem 3rem;
    }
}
.rounded-pill {
    border-radius: 50px !important;
}
.welcome-thumb {
    /* /* background-color: #1f0757; */
    padding: 2px; 
    border-radius: 15px;
}
.residential-box {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    height: auto;
    padding: 2px; 
    border-radius: 15px;
    border: 1px solid #dbdbdb;
    background: radial-gradient(circle at 58.04px 56.96px, rgba(55, 166, 106, 0.33) 0%, rgba(57, 107, 154, 0.05) 100%);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.bg-gray {
    background-color: #efeffd !important;
}

/* Centering the heading and paragraph text */
.video-slider {
    position: relative; /* Enables absolute positioning for the centered content */
}

.centered-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent background for readability */
    padding: 20px;
    border-radius: 8px;
    max-width:90%; /* Ensures the text block doesn’t get too wide */
}

@media(max-width:767px){
.centered-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent background for readability */
    padding: 20px;
    border-radius: 8px;
    width: 100%; /* Ensures the text block doesn’t get too wide */
}
}
.centered-content h1 {
    font-size: 2.5rem; /* Adjust for desired heading size */
    margin-bottom: 10px; /* Space between heading and paragraph */
    font-weight: bold;
}

.centered-content p {
    color: #ddd;
    font-size: 14px;
    line-height: 15px;
}

.Breadcrumb {
    z-index: 2;
    position: relative;
}


.bannerHome {
    background: transparent;
    transition: .4s ease-out 100ms;
    height: 100vh;
    min-height: 660px;
    background-size: cover;
}

@media (max-width: 991px) {
    .bannerHome {
        padding-top: 0px;
    }
}

.homeVideo {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.homeVideo .video-overlay:before {
    height: 100vh;
}
.video-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(2 4 35 / 29%) 0%, rgba(3, 7, 55, 0.0532) 100%);
}

.video-overlay .video {
    width: 100%;
    height: 12vh;
    object-fit: cover;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .video-overlay .video {
        min-height: 60px;
    }
}

.video-overlay video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    margin-bottom: 0 !important;
}


@media (max-width: 767px) {
    .video-overlay video {
        min-height: 60px;
    }
}


.image-hover {
    display: block;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.image-hover.image-hover-scale img {
    transition: transform 0.25s ease-in-out;
}
.image-hover.image-hover-scale:hover img {
    transform: scale(1.055);
}

.image-hover img {
    max-width: 100%;
    width: 100%;
}
.image-hover:hover img {
    transform: scale(1.1);
}

.image-hover img {
    transition: transform 0.3s ease;
}
.image-hover img {
    max-width: 100%;
    width: 100%;
}

.image-hover:hover .image-hover-icon {
    opacity: 1;
}
.image-hover .image-hover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    opacity: 0;
    color: #fff;
    transition: opacity 0.25s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: #0000008c;
    border-radius: 50%;
}
.image-hover .image-hover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    opacity: 0;
    color: #fff;
    transition: opacity 0.25s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: rgba(var(0, 0, 0), .55);
    border-radius: 50%;
}

.image-hover.image-hover-overlay:hover:after {
    opacity: 1;
}
.image-hover.image-hover-overlay:hover:after {
    opacity: 1;
}
.image-hover.image-hover-overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #00000059;
    transition: opacity 0.25s ease-in-out;
    z-index: 0;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.rounded-2 {
    border-radius: 1.327rem !important;
}
.border, .border-start, .border-end, .border-bottom, .border-top {
    border-color: #ebebeb !important;
}

.ribbon.orange {
    background: #e51f26;
    color: #fff;
    border-right: 5px solid #ffc7a2;
}
.ribbon {
    position: absolute;
    top: 20px;
    right: -5px;
    padding: 15px;
}
.orange {
    background: #e51f26;
    color: #fff;
}
.ribbon.orange:before {
    border-top: 27px solid #e51f26;
}
.ribbon:before {
    top: 0;
}
.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent;
}
.ribbon span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.ribbon.orange:after {
    border-bottom: 27px solid #e51f26;
}
.ribbon:after {
    bottom: 0;
}
.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent;
}

/* Main Content */
.main-content.plp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  /* Filters Section */
  .filter {
    width: 100%;
    margin-right: 30px;
  }

  .divider {
    border-top: 1px solid rgba(0, 40, 126, .12);
    margin-top: 20px;
    margin-bottom: 44px;
}
.after {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/box-icon/carbon_chevron-sort-down.svg) no-repeat center;
    background-size: 17px;
    border: none;
    vertical-align: middle;
    margin-left: 3px;
    display: inline-block;
}
  .filter .heading {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
  }
  .filter .accordion .card {
    border: none;
    margin-bottom: 10px;
  }
  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f2f5fa !important;
    border-bottom: none !important; 
    box-shadow: 0 1px #00287e1f !important;
    height: 45px;
}
  .filter .btn-link {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    
  }
  .filter .btn-link:hover {
    text-decoration: underline;
    color: #0056b3;
  }
  .filter .custom-control {
    padding-left: 1.5rem;
  }
  .filter .custom-control-label {
    font-size: 0.9rem;
    color: #555;
  }
  
  /* Listings Section */
  .listing {
    flex-grow: 1;
  }
  .listing .breadcrumb {
    background-color: #f8f9fa;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
  }
  .listing .breadcrumb a {
    color: #555;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    cursor: pointer;
  }


  .listing .breadcrumb a:hover {
    text-decoration: underline;
  }
  .listing h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}
  .listing span {
    font-size: 1rem;
    color: #888;
  }
  
  /* Product Cards */
  .card {
    border: 1px solid #ddd;
    z-index: 1;
    background-color:#f2f5fa; 
    /* box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.2); */
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: all .3s ease-in-out;
}
  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }

.card .card_box {
    margin-top: 10px !important;
}
  .card-img-top {
    background-color: #f9f9f9;
    padding: 10px;
    text-align: center;
    margin-bottom: 25px;
  }
  .card-img-top img {
    max-height: 984px;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
  }
  .card-title {
    margin-bottom: 10px;
    font-size: 1.6rem;
    color: #000819;
    font-weight: 700;
    line-height: 2.2rem;
  }
  .card-text {
    margin-top: 15px;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #000819;
  }

  .card a.btn {
    color: #fff;
    background-color: #195b91;
    border-radius: 20px;
    margin-top: 15px;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding: 0.5rem 3rem;
}
  .card a.btn:hover {
    background-color: #0056b3;
  }
  
  /* Utility Classes */
  .text-capitalize {
    text-transform: capitalize;
  }
  
  .filterAccordion .card {
    border: 1px solid #ddd;
    border-radius: 6px;
  }
  
  .filterAccordion .btn-link {
    font-size: 1.6rem;
    color: #000819;
    font-weight: 700;
    line-height: 2.2rem;
    text-decoration: none;
    overflow: hidden;
    transition: all .3s ease-in-out;
  }
  
  .filterAccordion .btn-link:hover {
    color: #0056b3;
    text-decoration: none;
  }
  
  .form-check {
    position: relative;
    display: block;
    margin-bottom: 2.5rem;
    margin-left: 20px;
    user-select: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    width: 100%;
}

.form-check-label {
    padding: 0 !important;
    margin-left: 14px;
    font-size: 1.2rem !important;
    line-height: 1.8rem !important;
    font-weight: 400;
    color: #000819;
    
}
.card-body h6 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #000819;
    margin: 10px;
}


.breadcrumbs li {
    margin-right: 10px;
    opacity: 1;
    position: relative;
    color: #000819;
}

.breadcrumb-item.active {
    color: #9c0000;
    opacity: 1 !important;
}
.breadcrumbs ol {
    font-size: 12px;
    line-height: 15px;
    cursor: pointer;
    color: #000819;
}

.productimg {
    margin: 0 auto;
    height: auto;
    width: 100%;
    object-fit: contain;
}
.ng-star-inserted {
    margin-bottom: 18px;
    text-align: center;
}
.img-chevron {
    margin-left: 1.2rem;
    width: 1.6rem;
    margin-bottom: 2px;
    object-fit: contain;
    vertical-align: sub;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.share_btn {
    position: absolute;
    right: 5%;
    top: 5%;
    z-index: 5;
    display: flex;
    flex-direction: column;
}

.cursor_btn {
    cursor: pointer;
}
.shareIcon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    cursor: pointer;
}

.share-button img {
    width: 24px;
    height: 24px;
  }
  
  .share-button a {
    color: #000;
    text-decoration: none;
  }
  
  .share-button a:hover {
    text-decoration: underline;
  }
.card-header a {
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
}
  .arrow-icon {
    transition: transform 0.3s ease;
    color: #195b91;
    font-size: 15px;
  }
  .card-header a[aria-expanded="true"] .arrow-icon {
    transform: rotate(180deg);
  }
  
  /* Main container styles */
.pdp {
    padding-top: 3rem;
  }
  
  .left-container {
    text-align: center;
  }
  
  .mainImg img {
    max-width: 100%;
    height: auto;
  }
  .thumbimg {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .thumbimg img {
    max-width: 80px;
    height: auto;
    margin-right: 1rem;
    cursor: pointer;
  }
  
  .right-container h1 {
    font-size: 2rem;
    text-transform: none;
    margin-bottom: 1rem;
    font-weight: 800;
    line-height: 40px;
    color: #1d1d1d;
  }
@media(max-width:767px){
.right-container h1 {
    font-size: 2.2rem;
    text-transform: none;
    margin-bottom: 1rem;
    font-weight: 800;
    line-height: 40px;
    color: #1d1d1d;
    }
}
  .right-container p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2;
  }
  .text_ghh span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #1d1d1d;
  }

  .pdpIcons img {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  
  .pdpPricing {
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
  }
  
  .snap_emi_txt {
    font-size: 0.875rem;
    color: #888;
    margin-top: 1rem;
  }
  
  .snap_emi_txt .snap-emi-inst {
    font-weight: 500;
  }
  
  .snap_emi_txt img {
    max-width: 80px;
  }
  
  .shortDescription p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
  
  .add-pincode {
    font-weight: 600;
    cursor: pointer;
    color: #007bff;
  }
  
  .pdpButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.75rem;
    margin-bottom: 1rem;
    border: none;
    font-size: 1rem;
    cursor: pointer;
  }
  
  .pdpButton img {
    margin-right: 0.5rem;
  }
  
  .greyBtn {
    background-color: #f1f1f1;
    color: #333;
  }
  
  .greyBtn:hover {
    background-color: #e0e0e0;
  }
  
  .primaryBtn {
    background-color: #007bff;
    color: #fff;
  }
  
  .primaryBtn:hover {
    background-color: #0056b3;
  }
  
  .overView {
    margin-top: 2rem;
  }
  
  .overView p {
    font-size: 1rem;
  }
  
  .mat-tab-group {
    margin-top: 2rem;
  }
  
  .mat-tab-label {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .mat-tab-body {
    margin-top: 1rem;
  }
  
  .nav-tabs .nav-link.active {
    border: 1px solid #003097;
    box-sizing: border-box;
    box-shadow: 0 4px 8px #00309738;
    border-radius: 4px;
    background-color: #fff;
    opacity: 1 !important;
    color: #001eb4 !important;
  }
  .nav-tabs .nav-link>a::after {
    content: "";
    border: 6px solid transparent;
    border-bottom-color:#001eb4;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}
  .nav-tabs .nav-link {
    color: #000819 !important;
    font-weight: 700;
    height: 48px;
    padding: 0 24px;
    cursor: pointer;
    box-sizing: border-box;
    min-width: 150px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin: 20px 0;
    margin-right: 10px;
}
  
  .tab-pane {
    padding-top: 0px;
    padding-bottom: 50px;
    background: #fff;
    -webkit-box-shadow: 0 5px 33px 0 rgba(82, 156, 219, .17);
    -moz-box-shadow: 0 5px 33px 0 rgba(82, 156, 219, .17);
    box-shadow: 0 5px 33px 0 rgba(82, 156, 219, .17);
    border-radius: 15px;
    padding: 20px;
    margin-top: 10px;
  }


.presense h3 {
    color: #1B1B1B;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}


.presense ul>li {
    width: 100%;
    display: inline-block;
}

.fl-blog ul>li>a {
    color: #1B1B1B !important;
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
    margin-top: 10px;
    margin-right: 5px;
    display: block;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.mat-tab-header {
    background-color: #f5f6fa !important;
    padding: 0;
    margin: auto;
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;
    padding-bottom: 25px;
}
.block-distributer {
    margin-top: 1.5rem !important;
    padding-top: 50px
}
@media (max-width:767px){
.block-distributer {
        margin-top: .5rem !important;
        padding-top: 10px
    }
}
.tab-content {
    position: relative;
    transition: height 500ms cubic-bezier(0.35, 0, 0.25, 1);
}

.inner ul {
    margin-top: 0px;
    text-align: left;
}

.inner li, .overView .inner p {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #1d1d1d;
}
.innerul li {
    margin-bottom: 3px;
    font-size: 1.4rem;
    line-height: 2.1rem;
}
.inner ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #1d1d1d;
    margin-bottom: 16px;
    list-style: none;
    min-height: 1px;
}
.inner ul>li {
    width: 41.333333%;
    display: inline-block;
}

@media (max-width: 480px) {
    .inner ul>li {
        width: calc(100% - 0px);
    }
}

.fb_bn {
    background-color: #f5f6fa;
    border-bottom: 1px solid #ddd;
    height: 48px;
}
.panel-body {
    padding: 0 24px 16px;
}

.list-group-item h5 {
    font-weight: bold;
    color: #353535;
    flex: 0 0 40%;
    margin-bottom: 0;
    font-size: 15px;
}
.list-group-item p {
    margin: 0;
    color: #0c0c0c;
    font-size: 14px;
}
.list-group-item {
    margin: 5px !important;
}
.enquiry-form {
    padding-bottom: 10px;
}
.contact-form {
    max-width: 500px;
    width:100%;
    padding: 40px 10px 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /*height:84vh;*/
  }
@media(max-width:767px){
.contact-form {
    margin-top:20px;
    max-width: 1000px;
  }    
}
  .btn-custom {
    padding: 10px 10px;
    font-weight: bold;
    border-radius: 50px;
  }

  .btn-back {
    background-color: #343a40;
    color: white;
  }

  .btn-back:hover {
    background-color: #23272b;
  }

  .btn-submit {
    background-color: #333;
    color: white;
  }

  .btn-submit:hover {
    background-color: #020327;
  }


  .form-label {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .input-icon {
    position: relative;
  }

  .input-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
  }

  .form-textarea {
    border-radius: 20px;
  }
  #thumbnailCarousel {
    border: 1px solid #dddd;
    padding: 10px;
    border-radius: 10px;
  }
  .magnifier-container {
    position: relative;
    width: 100%; /* Match the size of the image */
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 10px;
  }
  
  .magnifier-container img {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  #magnifier {
    position: absolute;
    border: 1px solid #ddd;
    border-radius: 1%;
    cursor: none;
    width: 300px;
    height: 300px;
    overflow: hidden;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
  }
  
  .thumb-img {
    max-width: 100px;
    max-height: 50px;
    cursor: pointer;
  }
  .thumb-img.active {
    border: 2px solid #007bff;
    opacity: 0.8;
  }
  .power-solution h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
  }

  @media(max-width:767px){
  .power-solution h2 {
        margin-bottom: 15px;
    }
  }
  .power-solution p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* General list styling */
.power-solution ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  
  .power-solution  ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Space between items */
  }
  
  .power-solution ul li img {
    width: 24px; /* Icon size */
    height: 24px;
    margin-right: 10px; /* Space between icon and text */
  }
  
  .power-solution ul li span {
    font-size: 16px; /* Text size */
    color: #333; /* Text color */
    line-height: 1.5; /* Adjust line height for better readability */
    font-weight: 500; /* Semi-bold text for emphasis */
  }
  
  /* Optional: Hover effect for list items */
  .power-solution  ul li:hover span {
    color: #007bff; /* Change text color on hover */
  }
  
  .power-solution  ul li:hover img {
    filter: brightness(1.2); /* Slightly brighten icon on hover */
  }
  

  .product-details h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
  }

  @media(max-width:767px){
 .product-details h2 {
        margin-bottom: 15px;
    }
  }
  .product-details p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-details ul {
    display: flex;
    margin-top: 32px;
    flex-wrap: wrap;
}
.product-details ul li {
    margin-right: 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    width: calc(50% - 16px);
}

@media(max-width:767px){
    .product-details ul li  {
        width: 1000%;
    }
}
.product-details ul li img {
    margin-right: 12px;
    height: 40px;
    width: 40px;
}
.product-details ul li span {
    color: #1d1d1d;  
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.product-details picture img {
    height: 100%;
    width: 100%;
}
.core-values {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* Icon Styling */
.core-col img {
    width: 50px;            /* Adjust icon size */
    height: 50px;           /* Maintain aspect ratio */
    margin-bottom: 15px;    /* Spacing below the icon */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effects */
.core-col img:hover {
    transform: scale(1.1);  /* Slight zoom effect on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow */
}

/* Center alignment */
.core-col img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Optional: Arrow Link Styling */
.core-col p {
    color: #5c646c;
    font-size: 12px;
    margin-bottom: 21px;
}

.heading5  {
    color: #000819;
}
/* General Styles */
.our-journey {
    background-color: #f9f9f9;
}

.sub-heading {
    font-size: 2rem;
    color: #333;
    font-weight: 600;
}

/* Year Labels */
.year {
    font-size: 1.2rem;
    color: #007bff; /* Primary Bootstrap color */
}

/* Line Styles */
.line {
    position: relative;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    border-bottom: 2px solid #EBECED;
    position: relative;
    margin-top: 20px;
}


.line img {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
}
.year-data {
    border-left: 2px dashed #C2C5C8;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
/* Year Data */
.year-data img {
    margin: 10px 0;
    width: 40px;
    height: 40px;
}

.year-data p {
    font-size: 1rem;
    color: #555;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .line {
        width: 80%;
    }

    .sub-heading {
        font-size: 1.8rem;
    }

    .year {
        font-size: 1rem;
    }
}

.why-pronto {
    background-color: #f9f9f9; /* Light background for the section */
    padding: 50px 0;
}

.sub-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #333; /* Dark text for readability */
    margin-bottom: 10px;
}

.tile-data {
    background-color: #fff; /* White background for tiles */
    padding: 20px;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    text-align: center; /* Center align content inside tiles */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tile-data:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */
}

.tile-data .title {
    font-size: 2rem; /* Larger font size for titles */
    font-weight: 700;
    color: #094280; /* Accent color for the title */
    margin-bottom: 10px;
}

.tile-data p {
    font-size: 1.5rem;
    color: #555; /* Muted text color for descriptions */
    margin: 0;
}
.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
}
/* Small screens adjustments */
@media (max-width: 576px) {
    .sub-heading {
        font-size: 1.5rem;
        margin-top: 10px;
    }
    .tile-data .title {
        font-size: 1.5rem;
    }
    .tile-data p {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 991px) {
    .parentContainer {
        height: 120%;
    }
}

@media only screen and (max-width: 991px) {
    .parentContainer {
        border-bottom: 0;
        position: absolute;
        left: -14px;
        top: -8px;
        height: 48px;
        border-left: 2px solid #C2C5C8;
    }
}

.content-col {
    margin-bottom: 20px;
  }
  
  .location-details ul {
    max-width: 904px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  
  .location-details li {
    margin-right: 32px;
    width: 32%;
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    text-align: center;
  }
  @media only screen and (max-width: 767px) {
.location-details li {
        padding: 20px 5px;
        margin-right: 13px;
    }
}
  .location-details h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
    line-height: 3rem;
    color: #003097;
  }
  
  .location-details p {
    font-size: 18px;
    margin: 0;
  }
  /* General form styling */
form {
    max-width: 500px;
    margin: auto;
  }
  
  /* Label Styling */
  label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
  }

  .form-control:focus {
    color: #464a4c !important;
    background-color: #fff !important;
    border-color: #5cb3fd !important;
    outline: none;
}
  /* Validation - Invalid */
  .form-control.is-invalid {
    border-color: #dc3545;
    background-color: #f8d7da;
  }
  
  .invalid-feedback {
    display: none;
    color: #dc3545;
    font-size: 0.875rem;
  }
  
  .form-control.is-invalid + .invalid-feedback {
    display: block;
  }
  
  /* Validation - Valid */
  .form-control.is-valid {
    border-color: #28a745;
    background-color: #d4edda;
  } 
  

.form-control.is-invalid {
    border-color: #dc3545;
}

.form-control.is-valid {
    border-color: #28a745;
}

.invalid-feedback {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: -5px;
    margin-bottom: 10px;
}

.captcha-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.captcha-image {
    padding: 20px;
    background: #c51d1d;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ccc;
    width: 100px;
    margin-right: 10px;
    border-radius: 10px;
}

.refresh-captcha {
    cursor: pointer;
    color: #000000;
    text-decoration: underline;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], form select, textarea {
    width: 100%;
    height: 40px;
    border: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    border-radius: 5px;
    border-color: #ebedf2;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
  /* General form styling */
form {
    max-width: 500px;
    margin: auto;
  }
  
  /* Label Styling */
  label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
  }
  
  /* Input Styling */
  .form-control {
    margin-bottom: 10px;
  }
  
  
  /* Validation - Invalid */
  .form-control.is-invalid {
    border-color: #dc3545;
    background-color: #f8d7da;
  }
  
  .invalid-feedback {
    display: none;
    color: #dc3545;
    font-size: 0.875rem;
  }
  
  .form-control.is-invalid + .invalid-feedback {
    display: block;
  }
  
  /* Validation - Valid */
  .form-control.is-valid {
    border-color: #28a745;
    background-color: #d4edda;
  }
  
  
  button:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
  }
  
  /* Make placeholder text black for input fields */
input::placeholder {
    background: rgba(0, 0, 0, 0);
    color: currentColor;
    border: none;
    outline: none;
    padding: 0;
    margin: 10px;
    width: 100%;
    max-width: 100%;
    color: #000819 !important;
    font-size: 1.2rem !important;
    font-family: 'Manrope', sans-serif !important;
    height: 35px;
    font-weight: 700;
}

form select {
    width: 100%;
    height: 70px !important;
    border: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    border-radius: 5px;
    border-color: #ebedf2;
}
.global-map {

    position: relative; 
    width: 100%; 
    height: 600px;
     right: -150px; 
     z-index: 9;
}
@media(max-width:767px){
.global-map {
    position: relative; 
    width: 100%; 
    height: 600px;
    right: -4px;
    z-index: 9;
}
}
@media(width:767px){
.global-map {
    right: -1px;
}
}
.earthMap{top: 0; right: 0; bottom: 0; left: 0; background-color: transparent; position: absolute !important;}


.world-bg {
    position: absolute;
    background: transparent!important;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

.world-globe {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
}

.world-globe-pole {
    position: absolute;
    width: 530px;
    height: 530px;
    left: -265px;
    top: -265px;
    border-radius: 50% 50%;
    background-color: #fff;
}

.world-globe-doms-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
}

.world-globe-halo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 730px;
    height: 700px;
    margin-left: -368px;
    margin-top: -350px;
}

.world {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
}
@media (max-width: 991px) {
    .world {
        transform: scale(.6);
    }
}
.world-bg {
    position: absolute;
    background: transparent !important;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
}
    .contact-info {
    background: linear-gradient(to bottom, #b0c1d5, #a5c1ed);
    padding: 30px;
    border-radius: 10px;
    height:84vh; 
} 

    .form-container { 
    padding: 30px; 
    
    } 
    .form-control, 
    .btn { 
    border-radius: 5px; 
    
    } 