html{
    scroll-behavior: smooth;
}

body {
    background-color: black;
    text-align: center;
    overflow-x: hidden;
}

.inner {
    width: 1100px;
    margin: auto;
    background-color: black;
}
@media (max-width: 1100px){
    .inner {
        width:100vw
    }
}

.animationTarget {
    opacity: 0;
    transition: all 1s;

    &.active {
        opacity: 1;
        transform: translate(0 0);
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 60px;
    background-color: black;
    z-index: 5;
    display: flex;
    text-align: center;
    justify-content: center;
        & svg {
            scale: 0.6;
        }
}
.header-logo {
    position: fixed;
    margin: 3px 0 10px 0;
    z-index: 10;
}


.head-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 60px;
    background-color: black;
    z-index: 5;

}

#bw-slide {
    height: 100px;
    width: auto;
}

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

#slide1 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/putter_03.png);
    background-size: 100%;
    background-position: center;
    filter: blur(0.5px);
    transition: 0.5s;
    vertical-align: middle;
        & p {
            height: 100%;
            display: inline-block;
            text-align: center;
            justify-content: center;
            margin: auto;
            padding: 47vh 0 47vh;
        }
}

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

#slide2 {
    margin: auto;
    padding: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/putter_04.png);
    background-size: 100%;
    background-position: center;
    filter: blur(0.5px);
    transition: 0.5s;
    & p {
        height: 100%;
        display: flex;
        text-align: left;
        justify-content: center;
        margin: 0;
        padding: 47vh 0 49vh 50%;
    }

}

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

#slide3 {
    margin: auto;
    padding: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    justify-content: center;
    filter: blur(0.5px);
    & p {
        height: 100%;
        text-align: center;
        justify-content: center;
        margin: auto;
        padding: 50vh 0 49vh;
    }
}

.text-light {
    text-align: center;
    color: white;
    text-shadow: 0 0 10px white;
    font-size: clamp(14px,5vw,30px);
    transform: translateX(10px);
}

.p-right {
    color: white;
    text-shadow: 0 0 10px white;
    font-size: clamp(14px,4vw,30px);
}

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

#slide4 {
    margin: auto;
    padding: 0;
    text-align: center;
    justify-content: center;
    background-color: black;
    transition: all 1s;
}

.blue { color: #5B9BD5; }
.orange{ color: #ED7D31; }


.sl4-img {
    height: auto;
    width: 100%;
    object-fit: cover;
    margin: auto;
    padding: 0;
}

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

#slide5 {
    margin: auto;
    display: flex;
    width: 100%;
    background-color: black;
    justify-content: center;
}

.PV {
    font-size: clamp(18px,6vw,35px);
    font-weight: bold;
    position: relative;
    color: white;
}

.PV:after {
    content: '';
    position:absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 2px;
    background: #5B9BD5;
    transition: all 0.5s;
}

.PV.Active:after {
    width: 100%;
}

#slide5 video {
    width: 100%;
    margin: 10px 0;
}

/*------------------------*/
#slide6 {
    width: 100%;
    height: auto;
    justify-content: center;
    background-color: black;
    margin: auto;
    text-align: center;
}

#slide6 img {
    width: 100%;
    padding: 20px 0;
}


/*----------------------------*/
#slide7 {
    width: 100%;
    height: auto;
    background-color: black;
    margin: 10px 0 30px;
    padding: clamp(5px,1.7vw,20px);
    text-align: center;
    justify-content: center;
    border: 2px solid gray;
}

.sl7-container {
    display: flex;
}

.sl7-block1 {
    width: 50%;
}

.sl7-block1 > img {
    width: 100%;
}

.sl7-block2 {
    display: block;
    margin: auto;
    padding: clamp(5px,1.7vw,20px);
    width: 50%;
    height: 100%;
}

.sl7-block2 > img {
    margin: auto;
    display: flex;
    text-align: center;
    position: relative;
    top: 20%;
    width: 60%;
}

.btn {
    text-decoration: none;
    color: white;
    font-size: clamp(14px,4vw,20px);
    font-weight: bold;
    border: 2px solid white;
    border-radius: 177px;
    padding: clamp(5px,5vh,20px) clamp(10px,3vw,30px);
    margin: clamp(10px,2vw,50px);
    transition: 0.5s;
}

.btn:hover {
    background-color: #5B9BD5;
}

@media (max-width: 768px){
    .btn {
        font-size: clamp(10px,3vw,16px);
        width: 176px;
        padding: clamp(5px,1vh,20px) clamp(10px,3vw,30px);
        margin: clamp(10px,2vw,50px);
    }
}


/*----- footer -----*/
footer {
    width: 100%;
    color: #222;
    background-color: white;
    justify-content: center;
    text-align: center;

      & div {
          width: 1100px;
          display: flex;
          justify-content: center;
          text-align: center;
          margin: auto;
          padding: 10px 0 10px;
      }
  }
  
  .footer-logo {
    width: 50%;
    margin: auto;
    padding-left: 230px;
      & a {
        text-decoration: none;
        justify-content: center;
      & img {
        height: 80px;
        width: auto;
        object-fit: cover;
        padding-left: 10px;
	transition: all .3s ease-in-out;
  &:hover {
    opacity: 0.5;
    scale: 1.05;
  }
        }
      & svg {
        margin: 0 10px;
        }
    }
  }
  
  .footer-addres {
    display: block;
    width: 50%;
    text-align: left;
    margin: auto;
    padding: 0;
    font-size: clamp(9.5px,1.7vw,12px);
    & p {
            margin: 0;
            padding: 0;
        }
        & a {
            text-decoration: none;
            color: #222;
        }
  }
  
  @media (max-width: 1100px) {
    footer {
        & div {
            width: 90%;
        }
    }
    .footer-logo {
      padding-left: 0;
      }
  }
  @media (max-width: 768px) {
    footer {
      font-size: 12px;
    }
    .footer-logo {
        width: 50%;
        margin: auto;
        padding-left: 0;
        text-align: center;
          & a {
            text-decoration: none;
            justify-content: center;
          & img {
            height: clmp(60px,13vw,80px);
            width: auto;
            object-fit: cover;
            padding-left: 0;

            }
          & svg {
            margin: 0;
            scale: 0.65;
            }
        }
      }
    
  }

