/*
Theme Name: SSD
Theme URI: https://superseedstudio.com
Template: hello-elementor
Author: Superseed Digital
Author URI: https://superseedstudio.com
Description: Based on Hello
Version: 1.1655299352
Updated: 2022-06-15 13:22:32

*/

/* INDEX 
* 
* FONTS
* FONT WEIGHTS
* PADDING
* BUTTONS
* HEADER
* GRAVITY FORMS
* GLOBAL STYLES
* LATEST NEWS
* PROJECTS
* 
* 
* MOBILE QUERIES
* 
* 
* 
*  
*/

html,
body {
  scroll-behavior: smooth;
}

/* body {
  overflow-x: hidden !important;
  overflow-y: auto;
} */

:root {
  /* fonts */
  --fs-text-tiny: 0.75rem;
  --fs-text-small: 0.875rem;
  --fs-text-regular: 1rem;
  --fs-text-medium: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  --fs-text-large: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);

  --fs-heading-h1: clamp(2.5rem, 2.3rem + 1vw, 3.5rem);
  --fs-heading-h2: clamp(2.25rem, 2.1rem + 0.75vw, 3rem);
  --fs-heading-h3: clamp(2rem, 1.9rem + 0.5vw, 2.5rem);
  --fs-heading-h4: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
  --fs-heading-h5: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
  --fs-heading-h6: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
  --fs-text-tagline: 0.875rem;

  /* font weight */

  --fw-extra-bold: 800;
  --fw-bold: 700;
  --fw-semi-bold: 600;
  --fw-medium: 500;
  --fw-regular: 400;
  --fw-light: 300;

  /* font family */

  --ff-montserrat: "Montserrat", sans-serif;

  --efx: all 350ms ease-in-out;

  /* opacity colors */

  --color-vibrant-orange: #fc4f19;
  ---color-darker-orange: #de4001;
  --color-mid-orange: #fe7a21;
  --color-bright-yellow: #f4dd01;
  --color-bright-yellow-100: #fbe50b;
  --color-bright-yellow-50: #fde964;
  --color-mustard: #fbc70b;

  --color-white: #ffffff;
  --color-neutral-lightest: #f2f2f2;
  --color-neutral-lighter: #cccccc;
  --color-neutral-light: #aaaaaa;
  --color-neutral: #666666;
  --color-neutral-dark: #444444;
  --color-neutral-darker: #222222;
  --color-neutral-darkest: #000000;

  --color-mid-orange-5: hsla(24 99.1% 56.3% / 0.05);
  --color-mid-orange-10: hsla(24 99.1% 56.3% / 0.1);

  --color-vibrant-orange-80: hsla(14 97.4% 54.3% / 0.8);
  --color-vibrant-orange-60: hsla(14 97.4% 54.3% / 0.6);
  --color-vibrant-orange-40: hsla(14 97.4% 54.3% / 0.4);
  --color-vibrant-orange-20: hsla(14 97.4% 54.3% / 0.2);

  --color-bright-yellow-80: hsla(55 96.8% 51.4% / 0.8);
  --color-bright-yellow-60: hsla(55 96.8% 51.4% / 0.6);
  --color-bright-yellow-40: hsla(55 96.8% 51.4% / 0.4);
  --color-bright-yellow-20: hsla(55 96.8% 51.4% / 0.2);

  --color-transparent: hsla(0 0% 100% / 0);
  --color-white-5: hsla(0 0% 100% / 0.05);
  --color-white-10: hsla(0 0% 100% / 0.1);
  --color-white-15: hsla(0 0% 100% / 0.15);
  --color-white-20: hsla(0 0% 100% / 0.2);
  --color-white-30: hsla(0 0% 100% / 0.3);
  --color-white-40: hsla(0 0% 100% / 0.4);
  --color-white-50: hsla(0 0% 100% / 0.5);
  --color-white-60: hsla(0 0% 100% / 0.6);

  --color-neutral-darkest-5: hsla(0 0% 0% / 0.05);
  --color-neutral-darkest-10: hsla(0 0% 0% / 0.1);
  --color-neutral-darkest-15: hsla(0 0% 0% / 0.15);
  --color-neutral-darkest-20: hsla(0 0% 0% / 0.2);
  --color-neutral-darkest-30: hsla(0 0% 0% / 0.3);
  --color-neutral-darkest-40: hsla(0 0% 0% / 0.4);
  --color-neutral-darkest-50: hsla(0 0% 0% / 0.5);
  --color-neutral-darkest-60: hsla(0 0% 0% / 0.6);
}

/* FONTS */

.fs-text-tiny {
  font-size: var(--fs-text-tiny);

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    font-size: var(--fs-text-tiny);
  }
}

.fs-text-small {
  font-size: var(--fs-text-small);

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    font-size: var(--fs-text-small);
  }
}

.fs-text-regular {
  font-size: var(--fs-text-regular);

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    font-size: var(--fs-text-regular);
  }
}

.fs-text-medium {
  font-size: var(--fs-text-medium);

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    font-size: var(--fs-text-medium);
  }
}

.fs-text-large {
  font-size: var(--fs-text-large);

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    font-size: var(--fs-text-large);
  }
}

.fs-heading-h1 {
  font-size: var(--fs-heading-h1);

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    font-size: var(--fs-heading-h1);
  }
}

.fs-heading-h2 {
  font-size: var(--fs-heading-h2);

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    font-size: var(--fs-heading-h2);
  }
}

.fs-heading-h3 {
  font-size: var(--fs-heading-h3);

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    font-size: var(--fs-heading-h3);
  }
}

.fs-heading-h4 {
  font-size: var(--fs-heading-h4);

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    font-size: var(--fs-heading-h4);
  }
}

.fs-heading-h5 {
  font-size: var(--fs-heading-h5);

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    font-size: var(--fs-heading-h5);
  }
}

.fs-heading-h6 {
  font-size: var(--fs-heading-h6);

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    font-size: var(--fs-heading-h6);
  }
}

.fs-text-tagline {
  font-size: var(--fs-text-tagline);
  font-weight: var(--fw-bold);
  text-transform: uppercase;

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    font-size: var(--fs-text-tagline);
    font-size: var(--fs-text-tagline);
    font-weight: var(--fw-bold);
    text-transform: uppercase;
  }
}

/* FONT WEIGHTS */

.fw-extra-bold {
  font-weight: var(--fw-extra-bold);

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    font-weight: var(--fw-extra-bold);
  }
}

.fw-bold {
  font-weight: var(--fw-bold);

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    font-weight: var(--fw-bold);
  }
}

.fw-semi-bold {
  font-weight: var(--fw-semi-bold);

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    font-weight: var(--fw-semi-bold);
  }
}

.fw-medium {
  font-weight: var(--fw-medium);

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    font-weight: var(--fw-medium);
  }
}

.fw-regular {
  font-weight: var(--fw-regular);

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    font-weight: var(--fw-regular);
  }
}

.fw-light {
  font-weight: var(--fw-light);

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    font-weight: var(--fw-light);
  }
}

/* PADDING */

.pad-top {
  padding-top: 6rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.pad-bot {
  padding-bottom: 6rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.pad-tb {
  padding: 6rem 3rem;
}

.pad-tb-small {
  padding: 3rem;
}

.pad-sides {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pad-col-right {
  padding-right: 6rem;
}

.pad-col-left {
  padding-left: 6rem;
}

.pad-tb-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* BUTTONS */

.btn-ghost-vibrant-orange {
  & a {
    box-shadow: 0 0 0 var(--color-vibrant-orange);
    transform: translate(0, 0);

    transition: all 0.2s ease-out !important;
  }

  & a:hover {
    box-shadow: 3px 3px 0 var(--color-vibrant-orange);
    transform: translate(-1px, -1px);
  }
}

.btn-vibrant-orange {
  & a {
    background-color: var(--color-vibrant-orange) !important;
    color: var(--color-white) !important;

    box-shadow: 0 0 0 var(--color-vibrant-orange);
    transform: translate(0, 0);

    transition: all 0.2s ease-out !important;
  }

  & a:hover {
    background-color: var(--color-mid-orange) !important;
    border-color: var(--color-mid-orange) !important;
    color: var(--color-white) !important;

    box-shadow: 3px 3px 0 var(--color-vibrant-orange);
    transform: translate(-1px, -1px);
  }

  & a svg path {
    fill: var(--color-white) !important;
  }

  & a:hover svg path {
    fill: var(--color-white) !important;
  }
}

.btn-white {
  & a {
    background-color: var(--color-white) !important;
    color: var(--color-vibrant-orange) !important;
    border-color: var(--color-white) !important;

    box-shadow: 0 0 0 var(--color-vibrant-orange);
    transform: translate(0, 0);

    transition: all 0.2s ease-out !important;
  }

  & a:hover {
    box-shadow: 3px 3px 0 var(--color-vibrant-orange);
    transform: translate(-1px, -1px);
  }
}

.btn-ghost-white {
  & a {
    background-color: transparent !important;
    color: var(--color-white) !important;
    border-color: var(--color-white) !important;

    box-shadow: 0 0 0 transparent;
    transform: translate(0, 0);

    transition: all 0.2s ease-out !important;
  }

  & a:hover {
    box-shadow: 3px 3px 0 var(--color-white);
    transform: translate(-1px, -1px);
  }
}

.btn-text-vibrant-orange {
  & a {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
  }
}

.btn-text-white {
  & a {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    color: var(--color-white) !important;
  }
}

/* HEADER */

.header-container {
  &.elementor-sticky--effects {
    background: var(--color-white) !important;
  }
}

/* id-218 = Home Page */
.page-id-218 .header-container,
.single-project .header-container {
  margin-bottom: -128px;
  z-index: 888;

  & .header-logo svg path {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
      hue-rotate(104deg) brightness(106%) contrast(101%);
  }

  & .header-menu ul li a {
    color: var(--color-white) !important;
  }

  & .header-menu a:hover {
    color: var(--color-vibrant-orange) !important;
  }

  &.elementor-sticky--effects {
    background: var(--color-white) !important;
  }

  &.elementor-sticky--effects .header-logo svg path {
    filter: inherit !important;
  }

  &.elementor-sticky--effects .header-menu nav a {
    color: var(--color-neutral) !important;
  }

  &.elementor-sticky--effects .header-menu nav ul li a:hover {
    color: var(--color-vibrant-orange) !important;
  }
}

/* GRAVITY FORMS */

.global-form,
.global-form_wrapper {
  & .gform_heading {
    display: none;
  }

  & #gform_2 {
    padding: 5px;
  }

  & #gform_fields_2 {
    gap: 1rem;
  }

  & label,
  & .gfield_label,
  & .gp-word-count-label {
    font-size: var(--fs-text-small) !important;
    font-weight: var(--fw-regular) !important;
  }

  & input:not(.button):not([type="checkbox"]):not([type="radio"]):not(select) {
    box-shadow: 0 0 0 !important;
    background-color: var(--color-neutral-lightest);
    border-radius: 0.625rem;
    border: none;
    height: 3rem;
    text-indent: 0.75rem;
  }

  & select {
    box-shadow: 0 0 0 !important;
    background-color: var(--color-neutral-lightest);
    border-radius: 0.625rem;
    border: none;
    height: 3rem;
    text-indent: 0.35rem;
  }

  & textarea {
    box-shadow: 0 0 0 !important;
    background-color: var(--color-neutral-lightest);
    border-radius: 0.625rem;
    border: none;
  }

  [type="checkbox"] {
    border-radius: 0.25rem !important;
    box-shadow: 0 0 0 !important;
  }

  [type="checkbox"]:before {
    background: var(--color-vibrant-orange);
    border: 1px solid var(--color-vibrant-orange);
    border-radius: 0.25rem !important;
    scale: 1.2;
    color: var(--color-white) !important;
  }

  & .iti__selected-country {
    padding: 5px;
    border-radius: 0.625rem;
  }

  & .iti__selected-country:hover,
  & .iti__selected-country:active,
  & .iti__selected-country:focus {
    background-color: var(--color-vibrant-orange);
  }

  & .iti__selected-country-primary {
    background: transparent !important;
  }

  & .iti__tel-input {
    padding-left: 65px !important;
  }

  & .form-page-footer {
    justify-content: flex-end !important;
  }

  & input.gform_previous_button,
  & input.gform_next_button,
  & input.gform_button,
  & .gform_button_select_files {
    font-family: "Montserrat", Sans-serif !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 100px 100px 100px 100px !important;
    padding: 0.9rem 1.5rem 0.9rem 1.5rem !important ;
  }

  & input.gform_next_button,
  & input.gform_button,
  & .gform_button_select_files {
    background-color: var(--color-vibrant-orange) !important;
    color: var(--color-white) !important;
    border-color: var(--color-vibrant-orange) !important;

    box-shadow: 0 0 0 var(--color-vibrant-orange) !important;
    transform: translate(0, 0);

    transition: all 0.2s ease-out !important;
  }

  & input.gform_next_button:hover,
  & input.gform_button:hover,
  & .gform_button_select_files:hover {
    background-color: var(--color-mid-orange) !important;
    box-shadow: 3px 3px 0 var(--color-vibrant-orange) !important;
    transform: translate(-1px, -1px);
  }

  & input.gform_previous_button {
    background-color: var(--color-white) !important;
    color: var(--color-vibrant-orange) !important;
    border-color: var(--color-vibrant-orange) !important;

    box-shadow: 0 0 0 var(--color-vibrant-orange) !important;
    transform: translate(0, 0);

    transition: all 0.2s ease-out !important;
  }

  & input.gform_previous_button:hover {
    box-shadow: 3px 3px 0 var(--color-vibrant-orange) !important;
    transform: translate(-1px, -1px);
  }

  & #input_2_8,
  & #input_2_21 {
    flex-direction: row;
    flex-wrap: wrap;
  }

  & #input_2_8 .gchoice,
  & #input_2_21 .gchoice {
    padding: 0.8rem 1rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 0.625rem;
  }

  & #input_2_8 .gchoice label,
  & #input_2_21 .gchoice label {
    color: var(--color-vibrant-orange) !important;
    margin-left: 0;
  }

  & #input_2_8 .gchoice input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* border-radius: 0;
    border: none !important; */
    box-shadow: 0 0 0 !important;
    border-radius: 0.625rem;
    border: 1px solid var(--color-vibrant-orange);
  }

  & #input_2_21 .gchoice input {
    position: absolute;
    top: 0;
    left: 0;
    /* border: none !important; */
    box-shadow: 0 0 0 !important;
    z-index: -1;
    width: 200px;
    height: 100%;
    border-radius: 0.625rem !important;
    border: 1px solid var(--color-vibrant-orange);
  }

  & #input_2_8 .gchoice input:before,
  & #input_2_21 .gchoice input:before {
    background-color: var(--color-vibrant-orange-20);
    width: 200px;
    height: 200px;
    border-radius: 0 !important;
  }

  & #input_2_8 .gchoice input:checked,
  & #input_2_21 .gchoice input:checked {
    border-color: var(--color-vibrant-orange-20);
  }

  & #input_2_33 input:before {
    border: 5px solid var(--color-vibrant-orange);
  }

  & .gfield_fileupload_progressbar_progress {
    background-color: var(--color-vibrant-orange) !important;
  }
}

/* GLOBAL STYLES */

.truncate-3-lines {
  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6,
  & a,
  & span,
  & p,
  & li {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines */
    overflow: hidden;
  }
}

.global-listing-caro {
  & .jet-slick-dots {
    margin-top: 2.5rem;
    margin-left: 1.1rem;
    justify-content: flex-start;
    width: 90%;
  }

  & .slick-arrow {
    border-radius: 100px;
    background-color: transparent !important;
    border: 1px solid var(--color-vibrant-orange);

    box-shadow: 0 0 0 var(--color-vibrant-orange);
    transform: translate(0, 0) !important;

    transition: all 0.2s ease-out !important;
  }

  & .slick-arrow:hover {
    box-shadow: 3px 3px 0 var(--color-vibrant-orange);
    transform: translate(-1px, -1px) !important;
  }

  & .next-arrow svg {
    transform: rotate(180deg);
  }
}

.toc,
.new-toc {
  & .elementor-toc__header {
    padding: 0 0 20px 0;
  }

  & .elementor-toc__body {
    padding: 0;
  }

  & .elementor-toc__list-item-text {
    background: transparent;
    padding: 0.75rem 1rem;
    border-radius: 0.625rem;
    width: 100%;
    font-weight: 400;
  }

  & .tocify-item {
    background: transparent;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.625rem;
    width: 100%;
    font-weight: 400;
  }

  & .elementor-toc__list-item-text.elementor-item-active,
  & .tocify-item.bdt-active {
    background: var(--color-vibrant-orange-20);
    color: var(--color-vibrant-orange);
    font-weight: 700 !important;
  }

  & .tocify-item.bdt-active a {
    font-weight: 700 !important;
  }
}

/* LATEST NEWS */

.news-lising-card {
  box-shadow: 0 0 0 var(--color-vibrant-orange-20);
  transform: translate(0, 0);

  transition: all 0.2s ease-out !important;

  &:hover {
    box-shadow: 4px 4px 0 var(--color-vibrant-orange-20);
  }

  & .publication-dynamic-field .jet-listing-dynamic-field__inline-wrap {
    flex-direction: row-reverse;
    gap: 10px;
  }
}

/* PROJECTS */

.projects-card {
  & .project-card-overlay {
    opacity: 0;
    transition: var(--efx) !important;
  }

  &:hover .project-card-overlay {
    opacity: 1;
  }
}

.project-video {
  & .jet-video__play-button {
    border-radius: 100px !important;
    border: 2px solid var(--color-white) !important;
    box-shadow: 0 0 0 var(--color-vibrant-orange);
    background: var(--color-white) !important;
    transform: translate(0, 0);

    transition: all 0.2s ease-out !important;
  }

  & .jet-video__play-button:hover {
    box-shadow: 3px 3px 0 var(--color-vibrant-orange);
    border-color: var(--color-vibrant-orange) !important;
    transform: translate(-1px, -1px);
  }
}

.project-img-caro {
  & figure {
    height: 307px;
    border-radius: 1.25rem;
  }

  & figure img {
    height: 307px;
    object-fit: cover;
    object-position: center;
    border-radius: 1.25rem;
  }

  & .swiper-pagination {
    text-align: start;
    z-index: -1;
  }

  & .elementor-swiper-button-prev,
  & .elementor-swiper-button-next {
    border: 1px solid var(--color-vibrant-orange);
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    top: calc(100% - 30px / 2) !important;

    box-shadow: 0 0 0 var(--color-vibrant-orange);
    transform: translate(-1px, -1px) !important;

    transition: all 0.2s ease-out !important;
  }

  & .elementor-swiper-button-prev {
    left: calc(100% - 7.5rem) !important;
  }

  & .elementor-swiper-button-prev:hover,
  & .elementor-swiper-button-next:hover {
    box-shadow: 3px 3px 0 var(--color-vibrant-orange);
    transform: translate(-2px, -2px) !important;
  }
}

.project-cast-member-listing-grid {
  & .jet-listing-grid__items {
    justify-content: center;
  }
}

/* MEDIA QUERIES */

/* TABLET - 1080px */
@media (width <= 67.5em) /* TABLET - 1080px */ {
  .pad-top {
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pad-bot {
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pad-tb {
    padding: 4rem 1rem;
  }

  .pad-tb-small {
    padding: 1rem;
  }

  .pad-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pad-col-right {
    padding-right: 2rem;
  }

  .pad-col-left {
    padding-left: 2rem;
  }

  .pad-tb-small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  /* HEADER */

  /* id-218 = Home Page */
  .page-id-218 .header-container,
  .single-project .header-container {
    margin-bottom: -86px;

    & .icon-mobile-popup svg path {
      fill: var(--color-white);
    }

    & .icon-mobile-popup .elementor-widget-container {
      border-color: var(--color-white);
    }

    &.elementor-sticky--effects .icon-mobile-popup svg path {
      fill: var(--color-vibrant-orange);
    }

    &.elementor-sticky--effects .elementor-widget-container {
      border-color: var(--color-vibrant-orange);
    }
  }
}

/* MOBILE - 767px */
@media (width <= 47.938em) /* MOBILE - 767px */ {
  .mobile-pad-tb-small {
    padding: 2rem 1rem;
  }

  /* PRODJECTS */
  .project-img-caro {
    & .elementor-swiper-button-prev,
    & .elementor-swiper-button-next {
      top: calc(100% - 75px / 2) !important;
    }
  }
}

@media (hover: none) {
}
