html {
    scroll-behavior: smooth;
}
body {
    font-family: 'tobipro-regular';
 
}

@font-face {
    font-family: 'tobipro-regular';
    src: url('fonts/tobipro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* JUMBOTRON */
.logo-header {
    width: 300px;
    padding-top: 100px;
}

.jumbotron {
    background-image: url("images/Sockheads-WebsiteBanner.png");
    padding-bottom: 50px;
    margin-bottom: 0rem;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: top;
    /* nice i changed this to TOP so it shows her whole face! */
}


/* REVIEWS GBT */
.review-card .card {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
  }
  .arrow {
    cursor: pointer;
    font-size: 24px;
    user-select: none;
    margin: 0 15px;
    color: #007bff;
    display: inline-block;
    width: 50px; /* Ensures clickable area */
    text-align: center;
  }
  .disabled-arrow {
    color: #ccc;
    cursor: not-allowed;
  }
.icon-orange {
    color: orange;
}


/* TYPOGRAPHY */

.body-font {
    font-family: 'tobipro-regular';
    font-size: 22px;
}

.body-font-2 {
    font-family: 'tobipro-regular';
    font-size: 28px;
    color: white;
    text-shadow: 10px 10px 10px #000000 !important;
}


.subhead-font {
    font-family: 'tobipro-regular';
    font-size: 36px;
    font-weight: bold;
}

.subhead-font2 {
    font-family: 'tobipro-regular';
    font-size: 28px;
    font-weight: bold;
}

.subhead-font3 {
    font-family: 'tobipro-regular';
    font-size: 20px;
    color: GRAY;
}

.subhead-font4 {
    font-family: 'tobipro-regular';
    font-size: 36px;
    color: GRAY;
}

/* VIDEO */
.iframe-size{
    width: 100%;
    height: 250px;
}

.book-pic {
    width: 250px;
}

.about-pic {
    width: 250px;
}


/* ------------ SCROLL ANIMATION ------------  */
.arrow {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
}
.arrow-first {
    animation: arrow-movement ease-in-out infinite;
}
.arrow-second {
    animation: arrow-movement ease-in-out infinite;
}
.arrow:before, .arrow:after {
    background: #fff;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
}
.arrow:before {
    transform: rotate(45deg) translateX(-23%);
    transform-origin: top left;
}
.arrow:after {
    transform: rotate(-45deg) translateX(23%);
    transform-origin: top right;
}
@keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 45%;
   }
    70% {
        opacity: 1;
   }
    100% {
        opacity: 0;
   }
}


/* 
.scroll-text, .scroll-text:before {
    position: absolute;
    
}


.scroll-text {
    color: white;
    font-size: 18px;
    font-family: 'tobipro-regular';
}

.scroll-text:before {

  
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}
  

@keyframes scroll{
    0%{
        opacity: 1;
    }
    
  100% {
    opacity: 0;
    transform: translateY(42px);
  } */

/* WORKING */
.icon-scroll, .icon-scroll:before {
  position: absolute;
  left: 50%;
  
}

.icon-scroll {
    width: 40px;
    height: 58px;
    margin-left: -28px;
    top: 91%;
    margin-top: -10px;
    
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 20px;
}
  

.icon-scroll:before {

    content: '';
    width: 8px;
    height: 8px;
    background: #fff;

  

    margin-left: -4px;
    top: 20px;
    border-radius: 60px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}
  

@keyframes scroll{
    0%{
        opacity: 1;
    }
    
  100% {
    opacity: 0;
    transform: translateY(42px);
  }

  
}

/* NEW DOWN ARROW */
#scrollme {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 30px;
    height: 20px;
    margin: 0 0 0 -15px;

    visibility: inherit;
    opacity: 0.0751891;
    transform: translate3d(0px, -30.0606px, 0px)
  } 

  /* #scrollme  {
    visibility: inherit;
    opacity: 0.0751891;
    transform: translate3d(0px, -30.0606px, 0px);
  } */

.hiding-block {
    color: red;
    z-index: 1000;
    position: absolute;
    height: 20px 70px;

}

/* TRAILER BUTTON */
.trailer-button {
    width: 360px;
    text-align: center !important;
    cursor: pointer;
}
/* ------------ FEATURED ARTICLES ------------  */
.featured-logo {
    width: 200px;
    color: gray;
   text-align: center !important;
}

.feature1div{
    padding-bottom: 175px;
}

.feature-screenshot{
    width: 90%;

}

.featured-logo2 {
    width: 250px;
    color: gray;
   text-align: center !important;
}

.feature-div{
    padding-bottom: 50px;

}
    
.sarandippity {
    width: 256px;
    text-align: center !important;
}



/* ------------ FOOTER ------------  */
.page-footer {
    background-color: #51BC98 !important;
    color: white;
    padding-top: 20px;
    margin-bottom: -3px;
    font-family: 'tobipro-regular';
    font-size: 22px;


}

.social-icon img {
    width: 40px;

    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.social-icon {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.social-icon:hover,
.social-icon:focus,
.social-icon:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.buynow-icon {
    display: inline-block;
    
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 10 10 10px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    width: 250px;
   
}

.buynow-icon:hover,
.buynow-icon:focus,
.buynow-icon:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.btn-success {
    color: #fff;
    background-color: #51BC98;
    border-color: #51BC98;
  }

  .btn-success:hover {
    background-color: #419579;
  }