/* 
Theme Name: Hybrid Sport
Template: hello-elementor
Version: 2.0.0
*/

body {
    overflow-x: hidden;
    overflow-y: scroll;
}

a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
}

/*--------------GENERAL MARGINS PADDINGS---------------*/


@media only screen and (min-width:1200px) {
	.pd-sec {
	padding: 45px 0;
}
}


@media only screen and (min-width:1680px) {
.pd-sec {
	padding: 75px 0;
}
}



/*--------------TEXT---------------*/
.text-on-dark {
	color: #fff;
}

.c-red {
    color: #d20606 !important
}

.c-gold {
    color: #bfa56a !important
}

.bg-white {
    background-color: #fff
}

.bg-light {
    background-color: #dfdfdf
}

.bg-light-main {
    background-color: #dee5e9
}

.bg-dark {
    background-color: #1b1b1b
}

.bg-black {
    background-color: #000
}

.bg-footer {
    background-color: #1b1b1b
}

.bg-main {
    background-color: #d20606
}

.on-light hr,
.on-white hr {
    background-color: #dee5e9
}

.c-white {
    color: #fff !important
}

.c-light {
    color: #dfdfdf !important
}

.c-light-main {
    color: #dee5e9 !important
}

.c-dark {
    color: #1b1b1b !important
}

.c-dark-h {
    color: #fff !important
}

.c-dark-text {
    color: #a2a2a2 !important
}

.c-footer {
    color: #1b1b1b !important
}

.c-main {
    color: #d20606 !important
}


/*--------------BUTTON---------------*/

.btn-simple {
			display: inline-block;
  cursor: pointer;
	font-family: "Poppins", Sans-serif;
  padding: 9px 32px;
  border-radius: 4px;
	border: 3px solid #dfdfdf;
  color: #fff;
  font-weight: 600 !important;
  line-height: 40px;
  font-size: 16px;
	margin-top: 30px;
  transition: .3s ease-in-out;
  background-color:transparent;
}


.btn-simple:hover {
    color: #FFFFFF;
	transition: .3s ease-in-out;
}

.btn-simple::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 28px;
    margin-left: 20px;
    content: "\f101";
    margin-top: -3px;
    vertical-align: middle;
	  font-weight: 400;
	 line-height: 1;
  speak: none;
	color: #d20606;
	transition: .2s .1s ease-in-out;

}


.btn-simple:hover::after {
  -webkit-transform:scale(1.1) translateX(7px);
  transform:scale(1.1) translateX(7px);
	transition: .2s .1s ease-in-out;
}





/*--------------HEADER---------------*/

.header-menu-container {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    transform: translateY(-100vh);
    transition: transform 0.5s ease;
    overflow-y: auto;
    z-index: 200;
}

body.header-menu-show .header-menu-container {
    transform: translateY(0px);
    transition: transform 0.7s ease;
}

#site-header a:hover {
    cursor: pointer;
}

@media (max-width: 767px) {

    #site-header {
        height: 60px;
    }

    .header-bar {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 60px;
        background-color: #000000;
        z-index: 150;
    }

    #btn-menu-show a {
        height: 60px;
    }
}

/*--------------MENU LANG---------------*/

.menu-lang ul,
.menu-lang li {
    list-style: none;
    line-height: normal;
    padding: 0px;
    margin: 0px;
}

.menu-lang li {
    display: inline-block;
    padding: 0px 10px;
}

.menu-lang a {
    display: block;
    font-family: "Poppins", Sans-serif;
    font-size: 25px;
    color: #BCBAB9;
    font-weight: 400;
    line-height: 100%;
    transition: color 0.3s;
}

.menu-lang .current-lang a {
    color: #000000;
}

.menu-lang a:hover {
    color: #57AC00;
}

.header-menu-container .menu-lang a {
    color: #76A271;
}

.header-menu-container .menu-lang .current-lang a {
    color: #F2FFD4;
}

.header-menu-container .menu-lang a:hover {
    color: #EFF240;
}

@media (max-width: 1024px) {
    .menu-lang li {
        padding: 0px 5px;
    }

    .menu-lang a {
        font-size: 20px;
    }
}

/*--------------MENU HEADER---------------*/

.menu-header ul,
.menu-header li {
    list-style: none;
    line-height: normal;
    padding: 0px;
    margin: 0px;
}

.menu-header li a {
    display: block;
    font-family: "Poppins", Sans-serif;
    font-size: 25px;
    color: #F2FFD4;
    font-weight: 300;
    line-height: 120%;
    padding: 20px 0px 4px 0px;
    transition: color 0.3s;
}

.menu-header li a:hover {
    color: #EFF240;
}

.menu-header .current-menu-item a {
    color: #EFF240;
    border-bottom: 2px solid #EFF240;
}

@media (max-width: 1024px) {
    .menu-header li a {
        font-size: 20px;
        padding: 15px 0px 4px 0px;
    }
}

@media (max-width: 767px) {
    .menu-header li a {
        font-size: 17px;
        padding: 10px 0px 4px 0px;
    }
}

/*--------------MENU FOOTER---------------*/

.menu-footer ul,
.menu-footer li {
    list-style: none;
    line-height: normal;
    padding: 0px;
    margin: 0px;
}

.menu-footer li a {
    display: block;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    color: #000000;
    font-weight: 500;
    padding: 8px 0px;
    transition: color 0.3s;
}

.menu-footer li a:hover {
    color: #6CA843;
}

/*--------------MAIN SLIDER---------------*/

.home-slider .master-slider {
    display: flex;
    align-items: center;
}

.home-slider .ms-container {
    width: 60% !important;
    order: 2;
}

.home-slider .ms-view {
    width: 100% !important;
    overflow: visible;
}

.home-slider .ms-view .ms-slide-container {
    height: 100% !important;
}

.home-slider .ms-view .ms-slide-container .ms-slide {
    width: 100% !important;
    height: 100% !important;
}

.home-slider .ms-view .ms-slide-bgcont {
    overflow: visible;
}

.home-slider .ms-view .ms-slide-bgcont img {
    width: 60vw !important;
    max-width: 1500px !important;
    height: 100% !important;
    margin: 0px !important;
    object-fit: cover;
}

.home-slider .ms-slide-info {
    margin-top: 50px !important;
    width: 40% !important;
    order: 1;
}

.home-slider .ms-slide-info .ms-info {
    font-family: "Poppins", Sans-serif;
    font-size: 25px;
    color: #000000;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    padding: 0px 3vw 0px 20px;
}


.home-slider h1,
.home-slider h2,
.home-slider h3,
.home-slider h4,
.home-slider h5,
.home-slider h6 {
  color:#fff;
  font-weight:600
}

.home-slider .ms-slide-info .ms-info h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 130%;
}


.home-slider .slide-number {
  display:inline-block;
  margin-bottom:-130px;
  font-size:350px;
  line-height:350px;
  vertical-align:text-bottom
}

.home-slider .ms-slide-info .ms-info p {
  text-align: left;
  font-size: 18px;
  margin-bottom: 12px;
	color: #fff;
}

@media only screen and (min-width:992px) {
  .home-slider .slide-number {
    margin-bottom:-185px!important;
    margin-left:-135px
  }
}


@media only screen and (min-width: 1200px) {
  .slide-home .ms-bullets {
    bottom: 100px;
  }
}


@media only screen and (min-width:1680px) {
  .home-slider .ms-slide-info .ms-info h2 {
    font-size:56px;
  }
}


.slide-home .ms-container .ms-bullets .ms-dir-h {
position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateX(-40%);
}

.ms-skin-default .ms-bullet {
  width: 15px !important;
  height: 15px; !important;
}

.slide-home .ms-container .ms-bullets::after, .slide-home .ms-bullets::before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: rgba(255,255,255,.5);
  vertical-align: middle;
}

.home-slider .ms-container .ms-nav-prev,
.home-slider .ms-container .ms-nav-next {
    position: absolute;
    top: auto;
    bottom: 9%;
    left: 0px;
    right: auto;
    width: 84px;
    height: 76px;
    background: #ffffff;
    margin-top: 0px;
    transition: all 0.3s;
}

.home-slider .ms-container .ms-nav-prev {
    background: #EFF240;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    transform: translate(-100%, -50%);
}

.home-slider .ms-container .ms-nav-next {
    background: #000000;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    transform: translateY(-50%);
}

.home-slider .ms-container .ms-nav-prev::before,
.home-slider .ms-container .ms-nav-next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Font Awesome 5 Free";
    font-size: 28px;
    transition: all 0.3s;
}

.home-slider .ms-container .ms-nav-prev::before {
    color: #000000;
    transform: translate(-20%, -50%);
    content: "\f053";
}

.home-slider .ms-container .ms-nav-next::before {
    color: #ffffff;
    transform: translate(-80%, -50%);
    content: "\f054";
}

.home-slider .ms-container .ms-nav-prev:hover,
.home-slider .ms-container .ms-nav-next:hover {
    background-color: #6CA843;
}

.home-slider .ms-container .ms-nav-prev:hover::before,
.home-slider .ms-container .ms-nav-next:hover::before {
    color: #ffffff;
    transform: translate(-50%, -50%);
}

@media (max-width: 1650px) {

    .home-slider .ms-slide-info .ms-info {
        font-size: 20px;
        padding-left: 50px;
        padding-right: 30px;
    }

    .home-slider .ms-slide-info .ms-info h2 {
        font-size: 35px;
    }

    .home-slider .ms-container .ms-nav-prev,
    .home-slider .ms-container .ms-nav-next {
        width: 74px;
        height: 68px;
    }

    .home-slider .ms-container .ms-nav-prev::before,
    .home-slider .ms-container .ms-nav-next::before {
        font-size: 25px;
    }

    .header-slider-logo {
        margin-left: 30px;
    }

    .header-slider-icons {
        margin-left: 25px;
    }
}

@media (max-width: 1024px) {

    .home-slider .ms-slide-info .ms-info {
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-slider .ms-slide-info .ms-info h2 {
        font-size: 21px;
    }

    .home-slider .ms-slide-info .ms-info a {
        font-size: 11px;
        margin-top: 10px;
        padding: 10px 30px;
    }

    .home-slider .ms-slide-info .ms-info a::after {
        font-size: 19px;
    }

    .home-slider .ms-container .ms-nav-prev,
    .home-slider .ms-container .ms-nav-next {
        width: 55px;
        height: 40px;
        bottom: 0px;
    }

    .home-slider .ms-container .ms-nav-prev::before,
    .home-slider .ms-container .ms-nav-next::before {
        font-size: 17px;
    }

    .header-slider-logo,
    .header-slider-icons {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {

    .home-slider .master-slider {
        display: block;
    }

    .home-slider .ms-container {
        width: 100% !important;
    }

    .home-slider .ms-view .ms-slide-bgcont img {
        width: 100% !important;
    }

    .home-slider .ms-slide-info {
        margin-top: 40px !important;
        margin-bottom: 50px;
        width: 100% !important;
    }

    .home-slider .ms-slide-info .ms-info {
        text-align: center;
    }

    .home-slider .ms-container .ms-nav-prev,
    .home-slider .ms-container .ms-nav-next {
        width: 40px;
        height: 30px;
        left: 50%;
        bottom: 0px;
    }

    .home-slider .ms-container .ms-nav-prev {
        transform: translate(-100%, 50%);
    }

    .home-slider .ms-container .ms-nav-next {
        transform: translateY(50%);
    }

    .home-slider .ms-container .ms-nav-prev::before,
    .home-slider .ms-container .ms-nav-next::before {
        font-size: 15px;
        transform: translate(-50%, -50%);
    }
}

/*--------------FORM---------------*/

input[type=text],
input[type=email],
textarea {
    height: 60px;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    line-height: 60px;
    border: none;
    border-radius: 30px;
    padding: 0px 30px;
    background-color: #F7F7F7;
}

input:focus,
textarea:focus {
    background-color: #EDF4E9;
    outline: 0;
}

textarea {
    height: 300px;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}

input[type=submit] {
    display: inline-block;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3.9px;
    color: #000000;
    padding: 20px 40px;
    background-color: #eff240;
    border: none;
    border-radius: 50px;
    transition: all 0.3s;
}

input[type=submit]:hover {
    color: #FFFFFF;
    background-color: #6CA843;
}

.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
}

@media (max-width: 1024px) {

    input[type=text],
    input[type=email],
    textarea {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        border-radius: 25px;
        padding: 0px 20px;
    }

    textarea {
        height: 200px;
        line-height: normal;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    input[type=submit] {
        font-size: 12px;
        padding: 15px 30px;
    }

    .wpcf7-form-control-wrap {
        padding-bottom: 20px;
    }
}

/*--------------ACCORDION ST---------------*/

.accordion-st .elementor-tab-title {
    position: relative;
    padding-left: 30px !important;
}

.accordion-st .elementor-tab-title .elementor-toggle-icon {
    position: absolute;
    top: 21px;
    left: 0px;
}

@media (max-width: 1024px) {
    .accordion-st .elementor-tab-title .elementor-toggle-icon {
        top: 19px;
    }
}

@media (max-width: 767px) {
    .accordion-st .elementor-tab-title .elementor-toggle-icon {
        top: 15px;
    }
}

/*--------------REALIZATION---------------*/

.sec-realization ul {
    padding-inline-start: 0px;
}

.sec-realization .display-posts-listin,
.sec-realization .listing-item {
    list-style: none;
    line-height: normal;
    padding: 0px;
    margin: 0px;
}

.sec-realization .display-posts-listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.sec-realization .listing-item {
    display: block;
    box-sizing: border-box;
    width: 33.333%;
    padding: 20px;
    padding-bottom: 40px;
}

.sec-realization .listing-item .image {
    display: block;
    transition: transform 0.3s;
}

.sec-realization .listing-item .image img {
    display: block;
    width: 100%;
}

.sec-realization .listing-item .image:hover {
    transform: scale(1.1);
}

.sec-realization .listing-item .title {
    display: block;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    margin-top: 40px;
}

.sec-realization .listing-item .excerpt {
    display: block;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    color: #277A3D;
    font-weight: 500;
    text-align: center;
}

.sec-realization .listing-item .excerpt-dash {
    display: block;
    width: 150px;
    font-size: 0px;
    margin: 15px auto;
    border-top: 2px solid #CDDB26;
}

@media (max-width: 1024px) {

    .sec-realization .display-posts-listing {
        margin-bottom: 30px;
    }

    .sec-realization .listing-item {
        padding-bottom: 20px;
    }

    .sec-realization .listing-item .title {
        font-size: 18px;
        margin-top: 20px;
    }

    .sec-realization .listing-item .excerpt-dash {
        width: 100px;
        margin: 10px auto;
    }

    .sec-realization .listing-item .excerpt {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .sec-realization .listing-item {
        width: 100%;
    }
}

/*--------------BLOG---------------*/

.sec-blog ul {
    padding-inline-start: 0px;
}

.sec-blog .display-posts-listin,
.sec-blog .listing-item {
    list-style: none;
    line-height: normal;
    padding: 0px;
    margin: 0px;
}

.sec-blog .display-posts-listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -3%;
    margin-right: -3%;
    margin-bottom: 20px;
    padding: 0px 20px;
}

.sec-blog .listing-item {
    display: block;
    box-sizing: border-box;
    width: 50%;
    padding: 0px 3% 80px 3%;
}

.sec-blog .listing-item:nth-child(even) {
    margin-top: 80px;
}

.sec-blog .listing-item .image {
    display: block;
    transition: transform 0.3s;
}

.sec-blog .listing-item .image img {
    display: block;
    width: 100%;
}

.sec-blog .listing-item .image:hover {
    transform: scale(1.1);
}

.sec-blog .listing-item .title {
    position: relative;
    display: block;
    font-family: "Montserrat", Sans-serif;
    font-size: 27px;
    color: #000000;
    font-weight: 500;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 4%;
    margin-left: 6%;
    border-left: 2px solid #EFF240;
}

.sec-blog .listing-item .excerpt {
    display: block;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    padding-left: 10%;
}

.sec-blog .listing-item .excerpt-dash {
    display: none;
}

@media (max-width: 1024px) {

    .sec-blog .display-posts-listing {
        margin-bottom: 30px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
    }

    .sec-blog .listing-item {
        padding: 20px;
    }

    .sec-blog .listing-item:nth-child(even) {
        margin-top: 0px;
    }

    .sec-blog .listing-item .title {
        font-size: 19px;
        padding-left: 5%;
        margin-left: 5%;
    }

    .sec-blog .listing-item .excerpt {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .sec-blog .listing-item {
        width: 100%;
    }
}

/*--------------PAGINATION---------------*/

.display-posts-pagination {
    margin: 0px 15px;
    text-align: center;
}

.display-posts-pagination .page-numbers {
    display: inline-block;
    width: 58px;
    height: 58px;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    line-height: 58px;
    background-color: #F3F3F3;
    border-radius: 50%;
    margin: 7px;
    transition: all 0.3s;
    vertical-align: middle;
}

.display-posts-pagination a.page-numbers:hover {
    color: #ffffff;
    background-color: #6CA843;
}

.display-posts-pagination a.page-numbers:hover::before {
    color: #ffffff;
}

.display-posts-pagination .page-numbers.current {
    background-color: #EFF240;
}

.display-posts-pagination .page-numbers.next,
.display-posts-pagination .page-numbers.prev {
    font-size: 0px;
    line-height: 0px;
}

.display-posts-pagination .page-numbers.next::before,
.display-posts-pagination .page-numbers.prev::before {
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    line-height: 58px;
    font-weight: normal;
    transition: color 0.3s;
}

.display-posts-pagination .page-numbers.next::before {
    content: "\f054";
}

.display-posts-pagination .page-numbers.prev::before {
    content: "\f053";
}

@media (max-width: 1024px) {

    .display-posts-pagination .page-numbers {
        width: 40px;
        height: 40px;
        font-size: 13px;
        line-height: 40px;
        margin: 5px;
    }

    .display-posts-pagination .page-numbers.next::before,
    .display-posts-pagination .page-numbers.prev::before {
        font-size: 14px;
        line-height: 40px;
    }
}

/*--------------BLOG TEXT---------------*/

.blog-text h2 {
    font-size: 30px;
}

@media (max-width: 1024px) {
    .blog-text h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .blog-text h2 {
        font-size: 20px;
    }
}

/*--------------PAGE 40$---------------*/

.error404 .site-main {
    padding-top: 200px;
    text-align: center;
}

@media (max-width: 1024px) {

    .error404 .site-main {
        padding-top: 100px;
    }

    .error404 .site-main h1 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {

    .error404 .site-main {
        padding-top: 60px;
    }
}

/*----------------------------------*/

@media (max-width: 1024px) {
    .hide-bg-mobile {
        background: none !important;
    }
}

/*--------------EDITOR---------------*/

.elementor-editor-active #site-header > .header-bar > .elementor:not(.elementor-edit-mode),
.elementor-editor-active #site-header > .header-menu-container > .elementor:not(.elementor-edit-mode),
.elementor-editor-active #site-footer > .elementor:not(.elementor-edit-mode) {
    display: none;
}
