
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* Reset all margins, paddings, and borders to zero */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, table, tr, td {
    margin: 0;
    padding: 0;
    border: 0;
  }
  
  /* Set the default font family and size */
  body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
  }
  
  /* Remove list styling (bullets/numbers) */
  ul, ol {
    list-style: none;
  }
  
  /* Remove default underline from links */
  a {
    text-decoration: none;
  }

  .banner{
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: #10cfc9;
  }

  .banner .row.position-relative{
    border-bottom: 5px solid #fff;
  }

  .banner .seperator{
    position: absolute;
    width: 0%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/banner-bg.svg);
    background-position: right center;
    background-size: unset;
    background-repeat: no-repeat;
    transition: all ease 2s;
    background-attachment: fixed;
  }

  .banner .seperator::before{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 28%;
    height: 100%;
    background: #fff;
    border-radius: 0px;
  }

  .banner .seperator svg{
    height: 100vh;
    z-index: 9;
    margin-left: -300px;
    position: absolute;
    bottom: 0px;
    z-index: 0;
  }
  
  .logo-white{
      display: none;
  }

  .banner .info{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .banner .info h1{
    font-weight: normal;
    color: #fff;
  }

  .banner .info h1 span{
    color: #fff;
    font-weight: bold;
  }

  .jlogo{
    position: relative;
    top: 50%;
    transform: translateY(-80%) translateX(10%);
  }

  
#mouse-scroll {
  style: block
}

#mouse-scroll {
  position: absolute;
  margin: auto;
  left: 30px;
  bottom: 20%;
  -webkit-transform: translateX(-50%) scale(1.9);
  z-index: 2;
}

#mouse-scroll span {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0 0 3px 5px
}

#mouse-scroll .mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 1px solid #fff;
  top: 170px
}

#mouse-scroll .down-arrow-1 {
  margin-top: 6px
}

#mouse-scroll .down-arrow-1,
#mouse-scroll .down-arrow-2,
#mouse-scroll .down-arrow-3 {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite
}

#mouse-croll .down-arrow-1 {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate
}

#mouse-scroll .down-arrow-2 {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate
}

#mouse-scroll .down-arrow-3 {
  -webkit-animation-delay: .3s;
  -moz-animation-dekay: .3s;
  -webkit-animation-direction: alternate
}

#mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #fff;
  position: relative
}

#mouse-scroll .mouse-in {
  -webkit-animation: animated-mouse 1.2s ease infinite;
  moz-animation: mouse-animated 1.2s ease infinite
}

@-webkit-keyframes animated-mouse {
  0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
  }

  100% {
      opacity: 0;
      -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
      transform: translateY(6px);
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
      opacity: 1;
  }

  50% {
      opacity: .5;
  }

  100% {
      opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
      opacity: 0;
  }

  50% {
      opacity: 0.5;
  }

  100% {
      opacity: 1;
  }
}

.tagline{
  background-color: #ff9d75;
  font-weight: 900;
}

  .oldenhorn{
    background-image: url(../images/olden.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50vh;
  }

  .oldenhorn h2{
    font-family: "Open Sans";
    text-align: center;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 64px;
    margin: 0px;
    color: rgb(0, 0, 0);
    white-space: normal;
  }

  .oldenhorn h3{
    font-family: "Open Sans";
    font-style: italic;
    text-align: center;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 48px;
    margin: 0px;
    color: rgb(0, 0, 0);
    white-space: nowrap;
  }

  .oldenhorn p{
    font-family: "Open Sans";
    text-align: center;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 32px;
    margin: 0px;
    color: rgb(0, 0, 0);
    white-space: normal;
  }

  .yonboon{
    background: url(../images/yonboon.png);
    padding: 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% center;
  }

  .yonboon h2{
    font-size: 64px;
  }

  .yonboon p{
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: normal;
    font-size: 22px;
  }

  .btn-yonboon{
    display: flex;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    max-width: fit-content;
    align-items: center;
    transition: all ease 0.5s;
  }

  .btn-yonboon *{
    transition: all ease 0.5s;
  }

  .btn-yonboon:hover{
    background-color: #af872c ;
    color: #fff;
  }

  .btn-yonboon:hover i{
    margin-left: 30px;
  }

  .btn-yonboon p{
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: normal;
    font-size: 18px;
  }

  .btn-yonboon i{
    margin-top: 2px;
    margin-left: 15px;
  }


  .btn-oldenhorn{
    display: flex;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    max-width: fit-content;
    align-items: center;
    transition: all ease 0.5s;
    margin: 0 auto;
  }

  .btn-oldenhorn *{
    transition: all ease 0.5s;
  }

  .btn-oldenhorn:hover{
    background-color: #fff ;
    color: #000;
  }

  .btn-oldenhorn:hover i{
    margin-left: 30px;
  }

  .btn-oldenhorn p{
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
  }

  .btn-oldenhorn:hover p{
    color: #000;
  }

  .btn-oldenhorn i{
    margin-top: 2px;
    margin-left: 15px;
  }

.cform{
  transition: all ease 2s;
  background: #10cfc9;
  padding-top: 160px!important;
}

.cform::before{
  content: "";
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: url(../images/pattern-2.svg) #ff9c76;
  background-repeat: repeat-x;
  transition: all ease 1s;
  opacity: 1;
  border-top: 5px solid #ff9c76;
  border-bottom: 5px solid #ff9c76;
  box-shadow: 0 0 0 5px #f3f3f9;
}

.cform:hover{
  background-color: #ff9d75;
}

.cform:hover::before{
  content: "";
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: url(../images/pattern-2.svg) #10cfc9;
  background-repeat: repeat-x;
  transition: all ease 1s;
  opacity: 1;
  border-top: 5px solid #10cfc9;
  border-bottom: 5px solid #10cfc9;
  box-shadow: 0 0 0 5px #f3f3f9;
}

.cform *{
  transition: all ease 0.5s;
}

  .get-in-touch {
    margin: 0 auto;
    position: relative;

  }
  .get-in-touch .title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 36px;
    line-height: 48px;
    padding-bottom: 48px;
    color: #fff;
  }
  
  .contact-form .form-field {
    position: relative;
    margin: 32px 0;
  }
  .contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    background-color: transparent;
  }
  .contact-form .input-text:focus {
    outline: none;
  }
  .contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
    transform: translateY(-24px);
  }
  .contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    cursor: text;
    transition: transform 0.2s ease-in-out;
  }
  .contact-form .submit-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
  }


  .get-in-touch .row {
    margin: -20px 0;
  }
  .get-in-touch .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .get-in-touch .row .col {
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
    flex: unset;
  }
  .get-in-touch .row .col.x-50 {
    width: 50%;
  }
  .get-in-touch .row .col.x-100 {
    width: 100%;
  }
  
  .get-in-touch .content-wrapper {
    min-height: 100%;
    position: relative;
  }

  .div1{
    width: 0%;
    overflow-x: hidden;
    transition: all ease 1s;
  }

  .class1{
    width: 100%;
    overflow-x: unset;
  }

  .class2{
    width: 100%!important;
  }

  .div3{
    opacity: 0;
    transition: all ease 1s;
  }

  .class3{
    opacity: 1;
  }

  .div4{
    opacity: 0;
    transition: all ease 1s;
  }

  .class4{
    opacity: 1;
  }

  .div5{
    opacity: 0;
    transition: all ease 1s;
  }

  .class5{
    opacity: 1;
  }

  .slogan{
    font-size: 54px;
    white-space: nowrap;
    font-weight: 900;
  }

  .banner .container-fluid{
    position: fixed;
  }

  .tagline, .oldenhorn, .yonboon, .cform{
    z-index: 9;
    position: relative;
  }

  input{
    -webkit-background-clip: text;
-webkit-text-fill-color: #ffffff;
  }

  .banner::before{
    content: "";
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: url(../images/pattern-top.svg);
    opacity: 0.1;
    background-attachment: fixed;
    background-size: 15%;
  }

  .mainlogo{
    height: 40px;
    position: absolute;
    top: 100px;
  }

  .yonboon-logo{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 25px;
    width: 50%;
    text-align: right;
  }

  .logo-container.shield {
    padding-left: 20px;
    padding-right: 20px;
    transition: max-width .5s, min-width .5s, transform .5s;
    max-width: 170px;
    min-width: 170px;
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
    margin-bottom: 50px;
}

.logo-container .scaling-svg-container {
  width: 100%;
  height: 0;
  padding: 0;
  padding-bottom: 125.6%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.logo-container > .scaling-svg-container svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.logo-container .scaling-svg-container path {
  fill: rgba(18,18,18,1);
}

.normal-logo {
  background-image: url(https://oldenhornrs.com/wp-content/uploads/2020/10/logo-top2x.png);
  display: block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}


.scroll-triger{
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 100vh;
    top: 100vh;
}

.yonboon-logo h3{
    color: #999999;
    font-weight: 400!important;
}

.footer{
    position: relative;
    z-index: 9;

}

.footer a{
    color: #11cfc9;
}



/* Extra small devices (phones) */
@media only screen and (max-width: 575.98px) {
  /* Your CSS rules for extra small devices */
}

/* Extra small devices (phones) */
@media only screen and (max-width: 768px) {
  /* Your CSS rules for extra small devices */
  body{
      overflow-x: hidden;
  }
  
  .jlogo{
      display: none;
  }
  
  .banner .seperator{
      display: none;
  }
  
  .banner .container-fluid{
      position: relative;
      padding: 0 50px!important;
  }
  
  .logo-white{
       display: block;
  }
  
    .mainlogo {
        height: 40px;
        position: relative;
        top: -30px;
    }
    
    #mouse-scroll {
        bottom: -30%;
    }
    
    .banner .row.position-relative {
        border-bottom: 0px solid #fff;
    }
    
    .tagline{
        padding: 0px!important;
    }
    
    .slogan{
    white-space: normal;
    font-size: 32px;
    width: 100%;
    text-align: center;
    transform: unset!important;
    }
    
    .oldenhorn h2{
        font-size: 44px;
        line-height: normal;
    }
    
    .oldenhorn h3{
        font-size: 32px;
        line-height: normal;
    }
    
    .oldenhorn p{
        font-size: 26px;
        line-height: normal;
    }
    
    .yonboon{
        padding-top: 45vh;
    background-position: top left;
    background-size: 230%;
    }
    
    .yonboon p{
    line-height: 26px;
    font-size: 16px;
        padding: 0 20px;
    text-align: center;
    }
    
    .btn-yonboon{
    margin: 0 auto;
    }
    
    .cform{
            padding: 0px!important;
    }
    
    .cform .container{
            padding: 30px!important;
    }
    
    .yonboon-logo{
        width: 90%;
    margin: 0 auto;
    }
    
    .yonboon-logo img{
        width: 100%;
    }
    
    .footer{
        padding: 0 20px;
    }
    
  
}

    .banner .info h1 {
    font-size: 26px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    body{
        overflow-x: hidden;
    }
    .banner .seperator svg {
    height: 115vh;
        margin-left: unset;
    }
    
    .banner .info h1 {
    font-size: 24px;
}

.slogan {
    font-size: 30px;
    transform: unset!important;
}

}

/* Small devices (landscape phones) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  /* Your CSS rules for small devices */
}

/* Medium devices (tablets) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  /* Your CSS rules for medium devices */
}

/* Large devices (desktops) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  /* Your CSS rules for large devices */
}

/* Extra large devices (large desktops) */
@media only screen and (min-width: 1200px) {
  /* Your CSS rules for extra large devices */
}


/* Targeting 16-inch MacBook Pro display at width between 1152px and 1344px */
@media only screen and (min-width: 1152px) and (max-width: 1343px) {
  /* Your CSS rules for width between 1152px and 1344px */
  .banner .seperator{
        background-size: unset;
        background-position: 50vw;
    }
    .class2 {
        width: 60%!important;
    }
    .banner .seperator svg{
        right: 39%;
    }
    
    .banner .seperator::before{
        width: 33%;
    }
    
.h1, h1 {
    font-size: 24px;
}
    
        .yonboon p{
        font-size: 18px;
        line-height: 28px;
    }
    
}

/* Targeting 16-inch MacBook Pro display at width between 1345px and 1536px */
@media only screen and (min-width: 1344px) and (max-width: 1536px) {
  /* Your CSS rules for width between 1345px and 1536px */
  .banner .seperator{
        background-size: unset;
        background-position: 50vw;
    }
    .class2 {
        width: 60%!important;
    }
    .banner .seperator svg{
        right: 39%;
    }
    
    .banner .seperator::before{
        width: 33%;
    }
    
    
    .h1, h1 {
    font-size: 24px;
    }
    
    .yonboon p{
        font-size: 16px;
        line-height: 26px;
    }
}

/* Targeting 16-inch MacBook Pro display at width between 1537px and 1792px */
@media only screen and (min-width: 1537px) and (max-width: 1791px) {
  /* Your CSS rules for width between 1537px and 1792px */
  
      .banner .seperator{
        background-size: unset;
        background-position: 50vw;
    }
    .class2 {
        width: 60%!important;
    }
    .banner .seperator svg{
        right: 40%;
    }
    
        .yonboon p{
        font-size: 18px;
        line-height: 28px;
    }
    
}

/* Targeting 16-inch MacBook Pro display at width between 1793px and 2048px */
@media only screen and (min-width: 1792px) and (max-width: 2047px) {
  /* Your CSS rules for width between 1793px and 2048px */
  
  .banner .seperator svg {
    right: 25%;
    }
}

/* Targeting 16-inch MacBook Pro display at width greater than or equal to 2049px */
@media only screen and (min-width: 2048px) {
  /* Your CSS rules for width greater than or equal to 2049px */
  
    .banner .seperator svg {
    right: 26%;
    }
    
}
