/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/* --------------------------------------------------------------------------
  GLOBAL
   -------------------------------------------------------------------------- */

html {
    overflow-x: hidden !important;
    scroll-padding-top: 130px;
}

.home {
    overflow-x: hidden !important;
}

/* --------------------------------------------------------------------------
   HEADER
   -------------------------------------------------------------------------- */
.main-header {
    width: 100% !important;
    transition: 0.4s ease-in-out !important;
}

.main-header.elementor-sticky--effects {
    padding-top: 5px;
    padding-bottom: 5px;
}

.menu-icon svg path {
    stroke: var(--e-global-color-primary);
}

/*--------OFF CANVAS---------*/

.menu-item h2 a {
    position: relative;
    z-index: 2;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.menu-item h2 a:after,
.menu-item h2 a:before {
    content: "";
    width: 3px;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.menu-item h2 a:hover:after,
.menu-item h2 a:hover:before {
    outline: 0;
    background-color: #004772;
    width: 100%;
    height: 3px;
}

.oc-list span {
    position: relative;
    z-index: 2;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.oc-list span:after,
.oc-list span:before {
    content: "";
    width: 3px;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.oc-list span:hover:after,
.oc-list span:hover:before {
    outline: 0;
    background-color: #004772;
    width: 100%;
    height: 3px;
}

.elementor-element.elementor-element-2ed7866.e-flex.e-con-boxed.e-con.e-parent {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
}

.dialog-message.dialog-lightbox-message::after {
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: 11;
    background: #ffffff;
    overflow: visible;
    bottom: 0;
    clip-path: polygon(0 0, 0% 100%, 62% 100%)
}

.close-btn-icon svg path {
    stroke: var(--e-global-color-primary);
}

/* --------------------------------------------------------------------------
   HOME
   -------------------------------------------------------------------------- */

.btn-info .elementor-button {
    position: relative;
    overflow: hidden;
}

.btn-info .elementor-button:hover:after {
    height: 260%;
    opacity: 1;
}

.btn-info .elementor-button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: var(--e-global-color-primary);
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.number-cropped h2 {
    clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 99%, 52% 100%, 0 43%, 0 0);
}

.number-cropped-upper h2 {
    clip-path: polygon(63% 0, 100% 0, 100% 60%, 100% 91%, 35% 100%, 0 74%, 22% 38%)
}

/* --------------------------------------------------------------------------
   FLEET
   -------------------------------------------------------------------------- */

/*FLEET INFO GRID*/
.bg-color-overlay {
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
    background: -o-linear-gradient(left, #004772 50%, #fff 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #004772), color-stop(50%, #fff));
    background: linear-gradient(to right, #004772 50%, #fff 50%);
    background-size: 201% 101%;
    background-position: right bottom;
}

.bg-color-overlay:hover {
    background-position: left bottom;
    cursor: pointer;
}

.bg-color-overlay:hover .number h2,
.bg-color-overlay:hover .ship-info h3,
.bg-color-overlay:hover .ship-info p {
    color: #fff !important;
}


/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */

@media (max-width:1366px) {  
    .dialog-message.dialog-lightbox-message::after {
        content: none;
    }
} 

@media (max-width:1024px) {
    .elementor-element.elementor-element-2ed7866.e-flex.e-con-boxed.e-con.e-parent {
        clip-path: none;
    }
}