/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

body,
html {
  overflow-x: hidden;
}
main,
main > .page-content {
  overflow-x: hidden;
  overflow-y: clip;
}

@media screen and (max-width: 1400px) and (min-width: 1025px) {
  p {
    font-size: 1.3vw !important;
    line-height: 2vw !important;
  }
}

/* MENU ANIMATION START */
/* #header-container .elementor-nav-menu .menu-item-has-children ul.sub-menu {
  pointer-events: none;
}
#header-container .elementor-nav-menu .menu-item-has-children ul.sub-menu li {
  pointer-events: none;
} */
#header-container
  .elementor-nav-menu
  li.menu-item-has-children
  ul.sub-menu:hover {
  /* opacity: 1; */
}
#header-container .elementor-nav-menu li.menu-item-has-children ul.sub-menu {
  /* opacity: 0; */
  /* animation: fadeOutMenu 0.5s forwards 0.6s; */
  /* pointer-events: initial !important; */
}
#header-container
  .elementor-nav-menu
  li.menu-item-has-children:hover
  ul.sub-menu {
  /* animation: fadeInMenu 0.5s forwards !important; */
  /* pointer-events: initial !important; */
}
@keyframes fadeInMenu {
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutMenu {
  100% {
    opacity: 0;
  }
}

@media screen and (min-width: 1920px) {
  #header-container,
  #header-container #header-container-logo img,
  #header-container > .e-con-inner {
    /* transition: all 0.6s ease-in-out; */
  }
  #header-container #header-container-logo img {
    animation: animateLogo 0.6s forwards;
    /* width: 13.021vw !important; */
    /* transition: all 0.6s ease-in-out; */
  }
  @keyframes animateLogo {
    0% {
      width: 13.021vw;
    }
    100% {
      width: 21.51vw;
    }
  }
  #header-container.px-sticky #header-container-logo img {
    animation: animateStickyLogo 0.6s forwards;
    /* width: 13.021vw !important; */
    /* transition: all 0.6s ease-in-out; */
  }
  @keyframes animateStickyLogo {
    0% {
      width: 21.51vw;
    }
    100% {
      width: 13.021vw;
    }
  }
  #header-container > .e-con-inner {
    /* padding: 20px 0px !important; */
    animation: animateContainer 0.6s forwards;
    /* transition: all 0.6s ease-in-out; */
  }
  @keyframes animateContainer {
    0% {
      padding: 20px 0px;
    }
    100% {
      padding: 60px 0px;
    }
  }
  #header-container.px-sticky > .e-con-inner {
    /* padding: 20px 0px !important; */
    animation: animateStickyContainer 0.6s forwards;
    /* transition: all 0.6s ease-in-out; */
  }
  @keyframes animateStickyContainer {
    0% {
      padding: 60px 0px;
    }
    100% {
      padding: 20px 0px;
    }
  }

  #header-container.px-sticky {
    background: #0075bf;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  #header-container,
  #header-container #header-container-logo img,
  #header-container > .e-con-inner {
    /* transition: all 0.6s ease-in-out; */
  }

  #header-container #header-container-logo img {
    animation: animateLogo 0.6s forwards;
    /* width: 13.021vw !important; */
    /* transition: all 0.6s ease-in-out; */
  }
  @keyframes animateLogo {
    0% {
      width: 13.021vw;
    }
    100% {
      width: 21.51vw;
    }
  }
  #header-container.px-sticky #header-container-logo img {
    animation: animateStickyLogo 0.6s forwards;
    /* width: 13.021vw !important; */
    /* transition: all 0.6s ease-in-out; */
  }
  @keyframes animateStickyLogo {
    0% {
      width: 21.51vw;
    }
    100% {
      width: 13.021vw;
    }
  }

  #header-container > .e-con-inner {
    /* padding: 1.042vw 0px !important; */
    animation: animateContainer 0.6s forwards;
    /* transition: all 0.6s ease-in-out; */
  }
  @keyframes animateContainer {
    0% {
      padding: 1.042vw 0px;
    }
    100% {
      padding: 3.125vw 0px;
    }
  }
  #header-container.px-sticky > .e-con-inner {
    /* padding: 1.042vw 0px !important; */
    animation: animateStickyContainer 0.6s forwards;
    /* transition: all 0.6s ease-in-out; */
  }
  @keyframes animateStickyContainer {
    0% {
      padding: 3.125vw 0px;
    }
    100% {
      padding: 1.042vw 0px;
    }
  }
  #header-container.px-sticky {
    background: #0075bf;
  }
}
@media screen and (max-width: 1024px) {
  #header-container {
    transition: all 0.6s ease-in-out;
  }
  #header-container.px-sticky {
    background: #0075bf;
  }
}
/* MENU ANIMATION END */

/* COMPONENTS START */
/* TABS START */
.tabs .e-n-tab-title:nth-child(2n + 1) {
  background-color: #1093c2 !important;
}
.tabs .e-n-tab-title:nth-child(5n):before,
.tabs .e-n-tab-title:first-child:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 32px;
  background-color: blue;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.tabs .e-n-tab-title:nth-child(3n):before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0px;
  width: 48px;
  height: 25px;
  background: url(/ourocean/wp-content/uploads/2024/02/Union-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.tabs .e-n-tabs-heading {
  border-bottom: 1px solid white;
}

@media screen and (max-width: 1919px) and (min-width: 1025px) {
  .tabs .e-n-tab-title:nth-child(5n):before,
  .tabs .e-n-tab-title:first-child:before {
    width: 2.083vw;
    height: 1.667vw;
  }
  .tabs .e-n-tab-title:nth-child(3n):before {
    left: -0.781vw;
    width: 2.5vw;
    height: 1.302vw;
  }
}
@media screen and (max-width: 1024px) {
  .tabs .e-n-tab-title:nth-child(5n):before,
  .tabs .e-n-tab-title:first-child:before {
    width: 15px;
    height: 12px;
  }
  .tabs .e-n-tab-title:nth-child(3n):before {
    left: -8px;
    width: 25px;
    height: 13px;
  }
}
/* TABS END */
/* NUMBERS LIST START */
.numbers-list ol {
  counter-reset: numbers-counter;
  padding-left: 30px;
}
.numbers-list li:not(:last-child) {
  margin-bottom: 40px;
}
.numbers-list li {
  list-style-type: none;
}
.numbers-list li::before {
  position: absolute;
  content: counter(numbers-counter) ". ";
  counter-increment: numbers-counter;
  font-size: 22px;
  font-weight: bold;
  left: 0px;
}

@media screen and (max-width: 1919px) and (min-width: 1025px) {
  .numbers-list li:not(:last-child) {
    margin-bottom: 2.083vw !important;
  }
  .numbers-list ol {
    counter-reset: numbers-counter;
    padding-left: 1.563vw;
  }
  .numbers-list li:not(:last-child) {
    margin-bottom: 2.083vw;
  }

  .numbers-list li::before {
    font-size: 1.146vw;
  }
}
@media screen and (max-width: 1024px) {
  .numbers-list li:not(:last-child) {
    margin-bottom: 20px !important;
  }
  .numbers-list ol {
    counter-reset: numbers-counter;
    padding-left: 20px;
  }
  .numbers-list li:not(:last-child) {
    margin-bottom: 2.083vw;
  }

  .numbers-list li::before {
    font-size: 4vw;
  }
}
/* NUMBERS LIST END */
/* ICONS LIST START */
.icons-list ol {
  padding-left: 40px;
}
.icons-list li:not(:last-child) {
  margin-bottom: 40px;
}
.icons-list li {
  list-style-type: none;
  position: relative;
}
.icons-list li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: -40px;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icons-list li:nth-child(4n)::before,
.icons-list li:first-child::before {
  background-image: url(/ourocean/wp-content/uploads/2024/02/Union-2.svg);
}
.icons-list li:nth-child(5n)::before,
.icons-list li:nth-child(2)::before {
  background-image: url(/ourocean/wp-content/uploads/2024/02/Union-3.svg);
}

.icons-list li:nth-child(6n)::before,
.icons-list li:nth-child(3)::before {
  background-image: url(/ourocean/wp-content/uploads/2024/02/Vector-11.svg);
}

@media screen and (max-width: 1919px) and (min-width: 1025px) {
  .icons-list ol {
    padding-left: 2.083vw;
  }
  .icons-list li:not(:last-child) {
    margin-bottom: 2.083vw;
  }

  .icons-list li::before {
    top: 0.26vw;
    left: -2.083vw;
    width: 1.458vw;
    height: 1.458vw;
  }
}
@media screen and (max-width: 1024px) {
  .icons-list li:not(:last-child) {
    margin-bottom: 20px !important;
  }
  .icons-list ol {
    counter-reset: numbers-counter;
    padding-left: 40px;
  }
  .icons-list li:not(:last-child) {
    margin-bottom: 2.083vw;
  }

  .icons-list li::before {
    top: 1vw;
    left: -35px;
    width: 3.5vw;
    height: 3.5vw;
  }
}
/* ICONS LIST END */
/* COMPONENTS END */
