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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

i {
  font-style: italic !important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Klavika-Regular";
  color: #ffffff;
}

html {
  font-size: 16px;
}

@media screen and (min-width: 1600px) {
  html {
    /* font-size: 18px; */
  }
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

*,
::after,
::before {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
  font: inherit;
  display: inline-block;
  cursor: pointer;
}



.btn,button{
  font-family: "Klavika-Regular";
  font-size: 1.125rem;
  line-height: normal;
  text-transform: uppercase;
  width:fit-content;
  height: auto;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* background: #08060d; */
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border-image-slice: 10;
  border-image-repeat: round;
  border-image-width: 3px;
  border-image-source: url('../media/common/teal-amd-button-border.webp');
  padding: 0;
  background: linear-gradient(110deg, rgba(37, 18, 80, 0.10) 39.46%, rgba(99, 12, 127, 0.10) 63.62%, rgba(28, 11, 141, 0.10) 99.85%);
  backdrop-filter: blur(45px);
}
.btn span{
  width:100%;
  height:100%;
  padding: 0.88rem 1.75rem;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.35);
}

.btn span::before{
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: calc(100% - 0px);
  width: 0;
  /* background: linear-gradient(to right, rgba(0, 66, 81, 1) 0%, rgba(22, 75, 87, 0.1) 100%); */
  /* background: linear-gradient(to right, #b79e5c 30%, #f2dea6 100%); */
  background: linear-gradient(221deg, #2c9fb5 30%,#005974 100%);
   z-index: -2;
  transition: all 400ms ease;
}

.homepage .btn span::before{
  /* background: linear-gradient(to right, rgba(0, 66, 81, 1) 0%, rgb(22 75 87 / 44%) 100%); */
  /* background: linear-gradient(to right, #b79e5c 30%, #f2dea6 100%); */
  /* background-color: #007697; */
  background: linear-gradient(221deg, #2c9fb5 30%,#005974 100%);
}

.btn span:hover::before{
  transition: all 400ms ease;
  left: 1px;
  width: calc(100% - 2px);
}
.btn span::after{
  z-index: -1;
  transform: translateX(100%);
  transition: transform 400ms ease;
  display: none;
}



.btn span:hover{
  color:#fff;
}



strong {
  font-weight: 900;
}

.m-0-auto {
  margin: 0 auto !important;
}

.m-0 {
  margin: 0 !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-4 {
  padding-left: 4.56rem !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-4 {
  padding-right: 4.56rem !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4.44rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

@media screen and (max-width: 767px) {
  .mtxs-0 {
    margin-top: 0px !important;
  }

  .mtxs-1 {
    margin-top: 1rem !important;
  }

  .mtxs-2 {
    margin-top: 2rem !important;
  }

  .mtxs-3 {
    margin-top: 3rem !important;
  }

  .mtxs-4 {
    margin-top: 4rem !important;
  }

  .mtxs-5 {
    margin-top: 5rem !important;
  }

  .mtxs-6 {
    margin-top: 6rem !important;
  }

  .mbxs-0 {
    margin-bottom: 0px !important;
  }

  .mbxs-1 {
    margin-bottom: 1rem !important;
  }

  .mbxs-2 {
    margin-bottom: 2rem !important;
  }

  .mbxs-3 {
    margin-bottom: 3rem !important;
  }

  .mbxs-4 {
    margin-bottom: 4rem !important;
  }

  .mbxs-5 {
    margin-bottom: 5rem !important;
  }

  .mbxs-6 {
    margin-bottom: 6rem !important;
  }

  .ptxs-0 {
    padding-top: 0px !important;
  }

  .ptxs-1 {
    padding-top: 1rem !important;
  }

  .ptxs-2 {
    padding-top: 2rem !important;
  }

  .ptxs-3 {
    padding-top: 3rem !important;
  }

  .ptxs-4 {
    padding-top: 4rem !important;
  }

  .ptxs-5 {
    padding-top: 5rem !important;
  }

  .ptxs-6 {
    padding-top: 6rem !important;
  }

  .pbxs-0 {
    padding-bottom: 0px !important;
  }

  .pbxs-1 {
    padding-bottom: 1rem !important;
  }

  .pbxs-2 {
    padding-bottom: 2rem !important;
  }

  .pbxs-3 {
    padding-bottom: 3rem !important;
  }

  .pbxs-4 {
    padding-bottom: 4rem !important;
  }

  .pbxs-5 {
    padding-bottom: 5rem !important;
  }

  .pbxs-6 {
    padding-bottom: 6rem !important;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-43 {
  width: 43%;
}

.w-800 {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.w-1000 {
  max-width: 1000px !important;
  margin: 0 auto;
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-100 {
  max-width: 100% !important;
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .w-50,
  .w-1000,
  .w-800,
  .w-43 {
    max-width: 100%;
    width: 100%;
  }
}

.container-fluid {
  max-width: 100%;
  padding: 0 4%;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 1400px) {
    .container-fluid {
         max-width: 1400px;
    }
    .mainHeader .container-fluid{
      max-width: 100%;

    }
}


@media screen and (max-width: 767px) {
  .container-fluid {
    max-width: 100%;
    padding: 0 20px;
  }

  .mb-6 {
    margin-bottom: 3rem !important;
  }
}

.no-cursor {
  cursor: default !important;
}

.pointer-cursor {
  cursor: pointer !important;
}

.text-red {
  color: #ff0000 !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.no-background {
  background: transparent !important;
}

.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.dNone {
  display: none !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.m-flex-important {
  display: none !important;
}


/* width */
::-webkit-scrollbar {
  width: 5px;
  background: #fff;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}


body.homepage {
  background-image: url("../media/vectors/Homepage_desktop.webp");
  background-size: cover;
  background-position: center top;
}

body.commercialclient {
  background-image: url("../media/vectors/Workstation_desktop.webp");
  background-size: cover;
  background-position: center top;
}

body.workstation {
  background-image: url("../media/vectors/Workstation_desktop.webp");
  background-size: cover;
  background-position: center top;
}

body.datacenter {
  background-image: url("../media/vectors/Workstation_desktop.webp");
  background-size: cover;
  background-position: center top;
}

body.cloudcomputing {
  background-image: url("../media/vectors/Workstation_desktop.webp");
  background-size: cover;
  background-position: center top;
}

body.aboutus {
  background-image: url("../media/vectors/aboutusBg.webp");
  background-size: cover;
  background-position: center top;
}

body.contactus {
  background-image: url("../media/vectors/contactUsBg.webp");
  background-size: cover;
  background-position: center top;
}


body.resources-listing{
  background-image: url("../media/vectors/resources_bg.webp");
  background-size: cover;
  background-position: center top;
}

body.single-insights{
  background-image: url("../media/vectors/resources_bg.webp");
  background-size: cover;
  background-position: center top;
}

.gold-text-gradient small, .gold-text-gradient .line{
  background: linear-gradient(50deg, #b79e5c 0%, #f2dea6 65%);
  background: -webkit-linear-gradient(50deg, #b79e5c 0%, #f2dea6 65%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-fill-color: transparent;
}

.gold-text-gradient h5{
  background: linear-gradient(50deg, #b79e5c 0%, #f2dea6 65%);
  background: -webkit-linear-gradient(50deg, #b79e5c 0%, #f2dea6 65%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-fill-color: transparent;
}

.silver-text-gradient small,.silver-text-gradient .line {
  background: linear-gradient(50deg, #fff 2.81%, #626271 108.65%);
  background: -webkit-linear-gradient(50deg, #fff 2.81%, #626271 108.65%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-fill-color: transparent;
}

.silver-text-gradient h2{
  background: linear-gradient(50deg, #fff 2.81%, #626271 108.65%);
  background: -webkit-linear-gradient(50deg, #fff 2.81%, #626271 108.65%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-fill-color: transparent;
}
.spotlight-text-gradient small {
  background: linear-gradient(50deg, #FFF -20.71%, #888 118.41%);
  background: -webkit-linear-gradient(50deg, #FFF -20.71%, #888 118.41%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-fill-color: transparent;
}

.homepage .spotlight-text-gradient small {
  background: linear-gradient(50deg, #b79e5c 0%, #f2dea6 65%);
  background: -webkit-linear-gradient(50deg, #b79e5c 0%, #f2dea6 65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: linear-gradient(50deg, #b79e5c 0%, #f2dea6 65%);
  color: transparent;
  -webkit-fill-color: transparent;
}

.aboutus .spotlight-text-gradient small {
  background: linear-gradient(50deg, #b79e5c 0%, #f2dea6 65%);
  background: -webkit-linear-gradient(50deg, #b79e5c 0%, #f2dea6 65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: linear-gradient(50deg, #b79e5c 0%, #f2dea6 65%);
  color: transparent;
  -webkit-fill-color: transparent;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.swiper-button:after,
.swiper-button:before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #000;
  width: 1px;
  height: calc(50% + 3px);
  transform-origin: bottom center;
  transform: rotate(-35deg);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}




.homepage .cardboxShadow::before {
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(45px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  border-radius: 3px;
}

.homepage .blogs-slider .cardboxShadow:before,
.homepage .news-slider .cardboxShadow:before {
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  box-shadow: rgba(0, 0, 0, 0.55) 0px 4px 5px 0px;
  backdrop-filter: blur(45px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  border-radius: 3px;
}



.commercialclient .cardboxShadow {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  border-radius: 3px;
}

.workstation .cardboxShadow {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  border-radius: 3px;
}

.datacenter .cardboxShadow {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  border-radius: 3px;

}

.cloudcomputing .cardboxShadow {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  border-radius: 3px;
}
.resources-listing .cardboxShadow{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  border-radius: 3px;
}
.single-insights .cardboxShadow{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  border-radius: 3px;
}

.cloud-overview-slider .cardboxShadow:before {
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(45px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  border-radius: 3px;
}

.cardboxShadow:hover{
  box-shadow: 1px 8px 20px #0000008c;
  -webkit-transition:  box-shadow .6s ease-in;
  transition: box-shadow .6s ease-in;
  border-radius: 3px;
}
.resources-listing-body .card-wrapper.cardboxShadow::before{
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(45px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  border-radius: 3px;
}

.resources-listing-body .card-wrapper{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
}

@keyframes borderTurnonHover{
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.borderOnHover:hover{
  animation:borderTurnonHover 3s linear 0s infinite;
  background:linear-gradient(0deg, rgb(255, 255, 255), rgb(0, 0, 0));
  
}
/* tabs */
[data-tab-content] {
  display: none;
}

.cloud-tab [data-tab-content] {
  display: block;
}

.active[data-tab-content] {
  display: block;
}


.tabsWrapper {
  border-bottom: 1px solid #ffffff80;
  margin-bottom: 40px;
}

.tabs {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 35px;

}

.tab {
  cursor: pointer;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

li.tab {
  color: #a6a6a6;
  font-family: "Klavika-Regular";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.tab.active {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.60);
  font-family: "Klavika-Medium";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .dNone {
    display: unset !important;
  }

  .mNone {
    display: none !important;
  }

  .m-flex-important {
    display: flex !important;
  }
}

.d-flex-important {
  display: flex !important;
}

.flex-wrap-unset {
  flex-wrap: unset !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-item-center {
  align-items: center !important;
}

.align-item-start {
  align-items: flex-start !important;
}

.align-item-end {
  align-items: flex-end !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-direction-column {
  flex-direction: column;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.tagLine {
  color: #9d7f19;
  font-family: "Cormorant Garamond Bold";
  font-size: 0.75rem;
  line-height: normal;
  text-transform: uppercase;
}

.headingH1 {
  color: #313131;
  font-family: "Cormorant Garamond Semibold";
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.headingH3 {
  color: #9d7f19;
  font-family: "Futura Md BT";
  font-size: 1rem;
  line-height: 1.1rem;
}

p {
  color: #e5e3f4;
  font-family: "Klavika-Regular";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mainHeading {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .headingH3,
  .headingH1 {
    font-size: 20px;
    line-height: 24px;
  }

  p {
    font-size: 14px;
    line-height: 18px;
  }

  .text-xs-center {
    text-align: center !important;
  }

  .text-xs-left {
    text-align: left !important;
  }

  .text-xs-right {
    text-align: right !important;
  }

  .flex-wrap-unset-xs {
    flex-wrap: unset !important;
  }

  .flex-wrap-xs {
    flex-wrap: wrap !important;
  }

  .justify-content-center-xs {
    justify-content: center !important;
  }

  .justify-content-end-xs {
    justify-content: flex-end !important;
  }

  .justify-content-start-xs {
    justify-content: flex-start !important;
  }

  .justify-content-between-xs {
    justify-content: space-between !important;
  }

  .justify-content-around-xs {
    justify-content: space-around !important;
  }

  .justify-content-evenly-xs {
    justify-content: space-evenly !important;
  }

  .align-item-center-xs {
    align-items: center !important;
  }

  .align-item-start-xs {
    align-items: flex-start !important;
  }

  .align-item-end-xs {
    align-items: flex-end !important;
  }

  .flex-row-reverse-xs {
    flex-direction: row-reverse !important;
  }

  .text-center-xs {
    text-align: center !important;
  }

  .text-left-xs {
    text-align: left !important;
  }

  .text-right-xs {
    text-align: right !important;
  }
}

.noBeforeAfter:before,
.noBefore:before {
  display: none !important;
}

.noBeforeAfter:after,
.noAfter:after {
  display: none !important;
}

.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.positionStatic {
  position: static !important;
}

.noSliderDesk .swiper-wrapper {
  flex-wrap: wrap !important;
  transform: none !important;
}

.noSliderDesk .swiperBtnDiv,
.noSliderDesk .swiper-pagination {
  display: none !important;
}

.positionRelative {
  position: relative !important;
}

.z-index-99 {
  z-index: 99;
}

.z-index-999 {
  z-index: 999;
}

.z-index-9999 {
  z-index: 9999;
}

.z-index-99999 {
  z-index: 99999;
}

.z-index-9 {
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .noSliderMob .swiper-wrapper {
    flex-wrap: wrap !important;
    transform: none !important;
  }

  .noSliderMob .swiper-slide {
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }

  .noSliderMob .swiperBtnDiv,
  .noSliderMob .swiper-pagination {
    display: none !important;
  }
}

.bgColorOffWhite {
  background: #fffbec !important;
}

.bgColorGrey {
  background: #f8f8f8 !important;
}

.bgNo {
  background: transparent !important;
}

.bgColorWhite {
  background: #fff !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 0 !important;
}

.border-left {
  border-left: 0 !important;
}

.border-right {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 0 !important;
}

.swiper-scrollbar {
  width: 3px !important;
  background: transparent;
}

.swiper-scrollbar:before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 1px;
  margin: 0 auto;
  top: 0;
  z-index: -1;
}

.swiper-scrollbar-drag {
  background: #9d7f19;
  transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
  cursor: pointer;
}

.gap-16 {
  gap: 16px;
}
.gap-30{
  gap: 30px;
}

.col-1 {
  width: calc(100% / 12) !important;
}

.col-2 {
  width: calc(100% / 2) !important;
}

.col-3 {
  width: calc(100% / 3) !important;
}

.col-4 {
  width: calc(100% / 4) !important;
}

.col-5 {
  width: calc(100% / 5) !important;
}

.col-6 {
  width: calc(100% / 6) !important;
}

.col-7 {
  width: calc(100% / 7) !important;
}

.col-8 {
  width: calc(100% / 8) !important;
}

.col-9 {
  width: calc(100% / 9) !important;
}

.col-10 {
  width: calc(100% / 10) !important;
}

.col-11 {
  width: calc(100% / 11) !important;
}

.col-12 {
  width: calc(100% / 1) !important;
}

.showOnDesktop {
  display: block;
}

.full-width {
  width: 100% !important;
}


@media screen and (max-width: 767px) {

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100% !important;
  }

  .xs-flex-direction-column {
    flex-direction: column;
  }

  .xs-full-width {
    width: 100%;
  }

  .pl-4 {
    padding-left: 1.25rem !important;
  }

  .pr-4 {
    padding-right: 1.25rem !important;
  }

  .pt-4 {
    padding-top: 1.25rem !important;
  }

  .pb-2 {
    padding-bottom: 1rem !important;
  }

  .container-fluid {
    padding: 0px 1.25rem;
  }

  .showOnDesktop {
    display: none;
  }

  li.tab,
  .tab.active {
    color: #FFF;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.60);
    font-family: "Klavika-Medium";
    font-size: 0.9rem;
    line-height: 1.125rem;
    text-transform: uppercase;
  }

  p {
    margin-bottom: 10px;
  }

  button,
  .btn {
    font-size: 1rem;
    padding: 0rem;
  }

}

input:auto-fill {
  background: transparent !important;
}

.marqueeSlider .swiper-wrapper{
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings{
  /* color: #fff !important;
    text-align: center !important;
    font-family: "Klavika-Regular" !important;
    font-size: 0.625rem !important;
    line-height: 1.125rem !important;
    padding: 0 !important;
    border: 0 !important; */
    color: #fff !important;
    text-align: center !important;
    font-family: "Klavika-Regular" !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 0.625rem !important;
    line-height: 1.125rem !important;
    font-size: 0.8rem !important;
    font-weight: 400 !important;
  color: #BEBEBE !important;
  border: 0 !important; 
  padding: 0 !important;
}


#ot-sdk-btn:hover,
#ot-sdk-btn:focus {
  letter-spacing: 0px !important;
  color: #fff !important;
  border: none !important;
  outline: none !important;
}
#ot-sdk-btn.ot-sdk-show-settings{
  padding: 0 !important;
}
.ot-cat-header{
  color: #000 !important;
}

#onetrust-pc-sdk .ot-cat-item>button{
  backdrop-filter: none;
}
#onetrust-pc-sdk .ot-cat-item>button::after {
  display: none;
 
}

.formlabel{
  font-family: "Klavika-Light";
  font-size: 0.875rem;
  line-height: normal; 
  margin-bottom: 8px;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .m-flex-important {
    display: flex !important;
}
}
