@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Manrope:500,600,var(--info-default-font-weight)");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://use.typekit.net/udh6dzo.css");

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

html {
    width: 100%;

}


/* a blue color as a generic focus style */
button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roca", serif;
}

em {
    font-style: italic;
}

.h4-32,
.h3-32 {
    font-size: 32px !important;
    font-weight: 300 !important;
}

.h3-26 {
    font-size: 26px !important;
}

.h3-24 {
    font-size: 24px !important;
}

@font-face {
    font-family: "Font Awesome 6 Free-Solid";
    src: url("https://anima-uploads.s3.amazonaws.com/projects/6339b9b6cff130481da234b3/fonts/font-awesome-6-free-regular-400.otf") format("opentype");
}

/* font sizes */
.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}


.fs-30 {
    font-size: 30px !important;
}

.fs-42 {
    font-size: 42px !important;
}

.fs-60 {
    font-size: 3.75rem !important;
}

/* font family */
.f-roca,
.f-roca p {
   font-family: "Roca", serif; 
}

.f-robo,
.f-robo p {
   font-family: "Roboto", sans-serif;
}

/* font-weights */
.f-300 {
    font-weight: 300 !important;
}

.f-400 {
    font-weight: 400 !important;
}

.f-600 {
    font-weight: 600 !important;
}

p strong {
    font-weight:700;
}

/* Letter Spacing */
.ls-2 {
    letter-spacing: -0.02em !important;
}

.ls-3 {
    letter-spacing: -0.03em !important;
}


/* Colors */
.text-light {
    color: #F8F8F8 !important;
}


/* Backgrounds */
.dark-bg {
    background-color: #222222 !important;
}

/* Padding */
.p-60 {
    padding: 60px !important;
}

.p-80 {
    padding: 80px;
}

.pt-60 {
    padding-top: 60px !important;
}

/* Margin */
.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

/* Structure */
.black-side {
    width: 100%;
    max-width: 33.26%;
    display: flex;
    flex-direction: column;
}

.black-side-45 {
    max-width: 45%;
}

.black-side-40 {
    max-width: 40%;
}

.r_content-box {
    width: 100%;
    max-width: 66.75%;
    display: flex;
    flex-direction: column;
}

.side-bottom {
    color: #F8F8F8;
}

.side-bottom-percent {

    font-family: "Roca", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px;
    position: relative;
}

.pecentage-wrap {
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-size: 18px;
    margin-top: 20px;
    position: relative;
    font-weight: 300;
}

/* Max Widths */
.max-410 {
    max-width: 410px !important;
}

.max-910 {
    max-width: 910px !important;
}

/* Pagination */
.pagebtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagebtn {
    padding: 11px 10px !important;
    line-height: 1 !important;
    background: transparent !important;
    border: 0 !important;
}

.companytitle {
    font-family: Roca;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.72px;
}

/* Device Overlay */
#device-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 93%);
    color: white;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 9999;
    padding: 2rem;
  }

  .device-overlay-content h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .device-overlay-content p {
    font-size: 1rem;
  }

  body.no-scroll {
    overflow: hidden;
    height: 100vh;
  }