@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}
.container {
    width: 100%;
    height: 100vh;
    display: flex;
}

.company--list {
    display: flex;
    flex-direction: column;
    flex-basis: 20%;
    background-color: #231F20;
}

.company--item__bdogan {
    background-color: #231F20;
    background-image: linear-gradient(113.21deg, #c99564 1.32%, #A67B53  100%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: .4s;
    height: 33.33%;
    padding-right: 50px;
    padding-left: 50px;
}

.company--item__bdogan img {
    max-width: 170px;
}

.company--item__bdogan:hover {
    background-size: 100% 100%;
}

.company--item__doksan {
    background: #231F20;
    background-image: linear-gradient(112.81deg, #2A8BCB 0%, #94C4EA 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: .4s;
    height: 33.33%;
}

.company--item__doksan img {
    max-width: 240px;
}

.company--item__doksan:hover {
    background-size: 100% 100%;
}

.company--item__cenlo {
    background: #231F20;
    background-image: linear-gradient(112.81deg, #89C53F 0%, #45922D 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: .4s;
    height: 33.33%;
}

.company--item__cenlo:hover {
    background-size: 100% 100%;
}

.bdogan__active {
    background-size: 100% 100%;
}

.company--image {
    flex-basis: 80%;
    background-color: aliceblue;
}

.company--content {
    position: relative;
    width: 100%;
    height: 100vh;
}

.company--image__bdogan {
    background-image: url('../_assets/bdogan.jpeg');
    background-position: center center;
    background-size: cover;
    height: 100%;
    transition: all .5s;
}

.company--image__wantnget {
    background-image: url('../_assets/wantnget.jpeg');
    background-position: center center;
    background-size: cover;
    height: 100%;
    transition: all .5s;
}

.company--image__doksan {
    background-image: url('../_assets/doksan.jpeg');
    background-position: center center;
    background-size: cover;
    height: 100%;
    transition: all .5s;
}

.company--image__cenlo {
    background-image: url('../_assets/cenlo.jpeg');
    background-position: center center;
    background-size: cover;
    height: 100%;
    transition: all .5s;
}

.company--description__bdogan {
    position: absolute;
    bottom: 0;
    right: -9999px;
    max-width: 450px;
    background: linear-gradient(113.21deg, #c99564 1.32%, #A67B53  100%);
    color: #fff;
    padding: 20px 40px;
    transition: .5s;
}

.company--description__doksan {
    position: absolute;
    bottom: 0;
    right: -9999px;
    max-width: 450px;
    background: linear-gradient(112.81deg, #2A8BCB 0%, #94C4EA 100%);
    color: #fff;
    padding: 20px 40px;
    transition: .5s;
}

.company--description__cenlo {
    position: absolute;
    bottom: 0;
    right: -9999px;
    max-width: 450px;
    background: linear-gradient(112.81deg, #89C53F 0%, #45922D 100%);
    color: #fff;
    padding: 20px 40px;
    transition: .5s;
}

.welcome--message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.welcome--message h1 {
    font-size: 3rem;
    color: #fff;
}

.welcome--message h4 {
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.mobile--welcome--section {
    display: none;
}


.scroll-downs {   
    width :34px;
    height: 55px;
    margin-top: 40px;
  }
  .mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid rgba(245, 131, 31, 1);
    border-radius: 25px;
    opacity: 1;
    box-sizing: content-box;
  }
  .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: rgba(245, 131, 38, 1);
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
  }
  @keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
  }


  .lang--switcher {
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 9999;
  }

  .lang {
    text-decoration: none;
  }


  .lang--item {
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;

  }

  .selected--item {
    background-color: #fff;
    color: #000;
  }

  .downloads--wrapper {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .downloads--wrapper a {
    background-color: rgba(245, 131, 31, 1);
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    border: 1px solid rgba(245, 131, 31, 1);
    border-radius: 5px;
    transition: all .3s;
  }

  .downloads--wrapper a:first-child {
    margin-right: 10px;
  }

  .downloads--wrapper a:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    transition: all .3s;
  }


/* Mobile Part */

@media screen and (max-width: 767px) {

    body {
        overflow: auto;
    }

    .mobile--welcome--section {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        width: 100%;
        background-color: #231F20;
        flex-direction: column;
    }

    .mobile--welcome--section img {
        max-width: 240px;
    }

    .mobile--welcome--section h1 {
        color: #fff;
        max-width: 300px;
        text-align: center;
        font-size: 18px;
        margin-top: 40px;
    }
    .mobile--welcome--section h4 {
        color: #fff;
        max-width: 300px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
    }
    .company--list {
        flex-basis: 100%;
    }
    .company--content {
        display: none;
    }
    .downloads--wrapper {
        flex-direction: column;
    } 
    .downloads--wrapper a:first-child {
        margin-right: 0px;
        margin-bottom: 10px;
    }   
}
