@import url("root.css");


* {
	
    font-family: 'Montserrat', sans-serif;
}
/*img {
    width: 100%;
}*/
.profpic{
    margin-top:5em!important;
}
.hiddendatas{
    margin-top:.5em;
    display: block;
    font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
}
header .list-menu .simali {
   
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}
header .logo img {
    height: 46px;
}
.dropdown-toggle:after{
    color:white;
}

header .list-menu {
   
    padding: 8px 20px 0 0;
}

header .list-menu ul .simali{
    display: none;
    padding-left: 28px;
}
.simali{
    display: none;
}
.alapadat{
    display: none;
}
.main-section{
   
	background-image: linear-gradient(rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0.5)),  url("../images/bg_leader.jpg");
	min-height: 500px;
}
@media (min-width: 991px){
    .profpic{
        margin-top:0em;
    }
    #rejtett{
        
        align-items:center;
    }
    .alapadat{
        min-height:500px;
        display:flex;
    }
    .hiddendatas{
        display: none;
        
    }
    header .list-menu ul .simali{
        display:block;
    }
}

.profpic{
	box-shadow: 15px 19px 35px -6px rgba(0,0,0,0.76);
-webkit-box-shadow: 15px 19px 35px -6px rgba(0,0,0,0.76);
-moz-box-shadow: 15px 19px 35px -6px rgba(0,0,0,0.76);
}
.btn-blue {
    background: var(--color-2);
    border: 0px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
}

header .container {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: 0 auto;
    z-index: 99;
}





header button {
    background: none;
    border: none;
    appearance: none;
    outline: none;
    padding: 0;
    cursor: pointer;
}

header .nav {
    
    position: fixed;
    padding-top:2em;
    top: 0;
    right: 0;
    width: 354px;
    height: 100vh;
    transition: transform 0.7s, opacity 1s;
    transform: translateX(100%);
    opacity: 0;
    color: #ffffff;
    z-index: 99;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
}
header .nav::-webkit-scrollbar {
    display: none;
  }
  

header .nav.show {
    transform: translateX(0%);
    opacity: 1;
}

header .hamburger {
    position: relative;
    margin-left: auto;
    width: 45px;
    height: 35px;
    z-index: 100;
}

header .hamburger span {
    position: absolute;
    left: 0;
    background: #ffffff;
    width: inherit;
    height: 5px;
    transition: transform 0.5s, opacity 0.5s;
}

header .top-line {
    top: 0px;
}

header .center-line {
    top: 15px;
}

header .bottom-line {
    bottom: 0px;
}

header .top-line.active {
    transform: translateY(15px) rotate(45deg);
    background: #fff;
}

header .center-line.active {
    opacity: 0;
}

header .bottom-line.active {
    transform: translateY(-15px) rotate(-45deg);
    background: #fff;
}

header .rear-list-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: inherit;
}

header .rear-list-menu ul {
    padding-left: 1rem;
}

header .rear-list-menu li {
    list-style: none;
}

header .rear-list-menu li a {
    list-style: none;
}

/***********
* MENU
***********/
.ul-menu {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.ul-menu * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.ul-menu ul {
    
}

.ul-menu li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 2em;
    padding: 0;
}

.ul-menu a {
    display: inline-block;
    padding: 0.5em 17px;
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
    color: var(--grey-1);
}

.ul-menu a:before {
    left: 20%;
    right: 20%;
    top: 50%;
    content: '';
    border-left: 12px solid var(--color-2);
    border-right: 12px solid var(--color-2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 3px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.ul-menu a:hover,
.ul-menu .current a {
    color: #ffffff;
}

.ul-menu a:hover:before,
.ul-menu .current a:before {
    left: 0;
    right: 0;
    opacity: 1;
}



/* SLIDER */
#slider-section {
    color: #fff;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

#slider-section .swiper-container {
    height: 782px;
}

#slider-section .swiper-row {
    position: absolute;
    bottom: 0px;
}

#slider-section .swiper-pagination-bullets {
    display: none;
}

#slider-section .carousel-left {
    height: 320px;
    left: 12px;
    position: relative;
}

#slider-section .slider-product-img img {
    max-width: 325px;
    position: relative;
    top: -60px;
    left: 26px;
}

#slider-section .slider-product-text {
    margin: auto;
    width: 50%;
}

#slider-section h2 {
    font-size: 136x;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#slider-section h3 {
    font-size: 84px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 0.8;
}

#slider-section p {
    font-size: 25px;
    font-weight: 400;
}

/* Swiper options */
.swiper-pagination {
    text-align: end;
    font-size: 30px;
    font-weight: 600;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 175px !important;
    padding-right: 100px;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: unset;
}

.swiper-button-next,
.swiper-button-prev {
    bottom: 175px !important;
    margin: 0 auto !important;
    color: #fff;
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 60px);
}

.swiper-button-prev {
    right: 180px;
    left: unset;
}



/* ABOUT SECTION */
#section-about {
    position: relative;
    top: -37px;
}

#section-about .about-box {
    background-color: var(--grey-8);
    padding: 20px;
    width: 80%;
    height: 220px;
    margin: 0 auto;
    top: 62px;
    position: relative;
}

#section-about .about-col {
    padding: 0;
}

#section-about .about-box img {
    width: 84px;
}

#section-about .about-img img {
    width: 100%;
}

#section-about h2 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 20px;
}

#section-about h2 span {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

#section-about .color-1 {
    color: var(--color-1);
}

#section-about .color-2 {
    color: var(--color-2);
}

#section-about .color-3 {
    color: var(--color-3);
}

#section-about .color-4 {
    color: var(--color-4);
}


/* OFFER SECTION */
#section-offer h2 {
    font-size: 30px;
    font-weight: 700;
}

#section-offer p {
    font-size: 15px;
}

#section-offer .main-col {
    min-height: 488px;
    padding: 0px;
}

#section-offer .main-col:nth-child(1),
#section-offer .main-col:nth-child(4) {
    background-color: var(--grey-8);
}

#section-offer .main-col:nth-child(2),
#section-offer .main-col:nth-child(3) {
    background-color: var(--grey-1);
}

#section-offer .product-img {
    position: relative;
    top: 0em;
    left: 2em;
}

#section-offer .product-img img {
    position: absolute;
    width: 220px;
    top: 0px;
    z-index: 99;
}

#section-offer .style-img {
    position: relative;
    right: -14em;
    width: 100%;
}

#section-offer .style-img img {
    max-width: 430px;
    position: absolute;
    top: -117px;
    z-index: 99;
}

#section-offer .overlays {
    position: relative;
    height: 10em;
    top: 3rem;
}

#section-offer .overlays .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 62%;
    height: 100%;
    transform-origin: left;
}


/************
*   JOIN US
************/

#section-joinus .container-bg {
    min-height: 400px;
}

#section-joinus .container-joinus-text {
    top: -100px;
    position: relative;
}

#section-joinus .col-joinus-text {
    min-height: 480px;
    background-color: var(--grey-8);
    padding: 40px 120px 30px 120px;
}

#section-joinus .col-joinus-text h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
}

#section-joinus .col-joinus-text h3 {
    color: var(--dark-grey);
    font-size: 22px;
    font-weight: 700;
    padding: 40px 0 30px 0;
}

#section-joinus .col-joinus-text p {
    color: var(--dark-grey);
    font-size: 18px;
}

#section-joinus .row-joinus-list {
    top: -64px;
    position: relative;
    padding: 0 44px;
}

#section-joinus .col-joinus-list {
    background-color: var(--grey-4);
    min-height: 240px;
    padding: 32px 6px 10px 6px;
    border: 12px solid transparent;
    background-clip: padding-box;
}

#section-joinus .col-joinus-list p {
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

#section-joinus .color-1 {
    color: var(--color-1)
}

#section-joinus .color-2 {
    color: var(--color-2)
}

#section-joinus .color-3 {
    color: var(--color-3)
}

#section-joinus .color-4 {
    color: var(--color-4)
}


/************
*   SCIENT
************/
#section-scient {
    background-color: var(--grey-8);
    padding: 40px 0 40px 0;
}

#section-scient h2 {
    color: var(--color-3);
    font-size: 40px;
    font-weight: 900;
}

/************
*   FOOTER
************/
footer {
   
    min-height: 368px;
    padding: 60px 0px 6px 0px;
    line-height: 36px;
}

footer .footer-logo {
    padding: 0 20px 40px 20px;
}

footer .footer-logo img {
    max-width: 186px;

}

footer h6 {
    font-weight: 600;
}

footer p,
footer a {
    color: var(--dark-grey);
}

footer .col-app {
    padding: 8px 8px;
}

footer .col-app img {
    width: 100%;
    max-width: 160px;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer a {
    text-decoration: none;
}

footer .footer-hr {
    border: 1px solid #e7e7e7;
}

footer .col-copyright {
    color: var(--dark-grey);
    font-size: 14px;
    font-weight: 400;
}
p{
    line-height: 35px;


}


    .btn-custom {
        background: var(--color-2);
        border: 0px;
        padding: 20px 30px;
        font-size: 16px;
        font-weight: 700;
    }