/* Custom Styles */

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lexend Deca', sans-serif;
  font-display: swap;
  color: #5a5f69;
  margin-left: 5vw;
  margin-right: 5vw;
}

.button {
  border-radius: 24px;
}

.logo {
  height: 70px;
  padding-right: 0px;
}

.text-to-box {
  min-height: 10rem;
}

.button.is-black.get-started-btn:hover {
  background-color: #423939;
}

.section {
  border-radius: 12px;
}

#wrap {
  width: 650px;
  padding: 0;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.navbar {
  background-color: white;
  transition: background-color 0.3s;
  height: 70px;
  line-height: 1.75rem;
  box-shadow: 0 4px 12px 0 rgba(0,0,0,.05)!important;
  margin-left: 5vw;
  margin-right: 5vw;
}

.navbar.is-solid {
  background-color: white;
}

.navbar-start {
  margin-left: 20vw;
}

.columns {
  padding-bottom: 2rem;
}

.right-bottom-border {
  border-right: solid black;
  border-bottom: solid black;
  border-width: 10px;
  border-color: gold;
}

.left-bottom-border {
  border-left: solid black;
  border-bottom: solid black;
  border-width: 10px;
  border-color: gold;
}

.top-border {
  border-top: solid black;
  border-width: 10px;
  border-color: gold;

}

.fade-in {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}

.feature-title {
  padding-bottom: 1rem;
}

.navbar-item {
  color: black;
}

.button.is-black {
  background-color: #57b950;;
  color: white;
}

.bxs-star {
  color: gold;
  border: solid 2px;
}

.navbar-brand {
  padding-left: 2rem;
}

.navbar-end {
  padding-right: 2rem;
}

.player {
  height: 500px;
}

.navbar-center {
  display: flex;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
}

.main-title {
  font-size: 50px;
  letter-spacing: -1.2px;
  line-height: 1.14;
  color: #57b950;
  text-align: left;
  padding-bottom: 2rem;
}

.subtitle {
  text-align: left;
}

.box.custom-box {
  background-color: whitesmoke;
  border-radius: 20px;
  height: 100%;
  padding: 2rem;
  margin-left: 3%;
  z-index: 1;
}

.feature-paragraph {
  background: white;
  color: black;
  padding: 20px;
  border-radius: 20px;
}

.title {
  color: #57b950;
}

.prompt-eng-title {
  font-size: clamp(2.6rem, 2.38vw + 2.54rem, 3.2rem);
  font-weight: 600;
  letter-spacing: -0.0075em;
  line-height: 108%;
}


.prompt-eng-sub-title {
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 1rem;
}

.vidura-description {
  text-align: justify;
  font-size: 20px;
}


.image-container {
  position: sticky;
  top: 1rem;
}

.macbook-border {
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 25px 10px 10px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0.5,0.5,0.5,.05)!important;
}


.macbook-border .circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 10px;
}

.macbook-border .circle.red {
  left: 10px;
  background-color: #ff5f56;
}

.macbook-border .circle.yellow {
  left: 25px;
  background-color: #ffbd2e;
}

.macbook-border .circle.green {
  left: 40px;
  background-color: #27c93f;
}

.macbook-border img {
  display: block;
  max-width: 100%;
}

.feature-title {
  padding-bottom: 1rem;
}

.github-button .navbar-item {
  font-size: 15px;
}

footer {
  font-size: 12px;
}

.hero-body {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.05)!important;
    padding-top: 30px !important; 
    padding-bottom: 30px !important;
}

.why-vidura {
  background: #f9e6bd;
}

.features {
  background-color: #ceefff;
}

.hero-image-container {
  position: relative;
  display: inline-block;
}

.hero-image-container img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.learn-more {
  font-size: 22px;
  border-radius: 8px;
  /* background: blue; */
  /* color: white; */
  border-color: black;
  color: #41943b;
}

.block ul li {
  margin-bottom: 15px;
}
.overlay-text {
  position: absolute;
  top: 75%;
  background-color: #365ac6;
  opacity: 0.8;
  color: #fff;
  padding: 10px 20px;
  text-align: justify;
  font-size: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-weight: 700;
}

.hero-background-video {
  border-radius: 20px;
  object-fit: cover;
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {

  .navbar-burger {
    position: absolute;
    left: 90%;
    top: 2%;
  }

  .overlay-text {
    position: relative;
  }

  #wrap {
    width: auto;
    display: contents;
  }

  .navbar-burger {
    background-color: #57b950;
    color: white;
    backdrop-filter: blur(10px);
  }

  .navbar-burger:hover {
    background-color: #61b75b;
    color: white;
  }

  .navbar-start {
    margin-left: 0;
    
  }

  .main-title {
    font-size: 40px;
    letter-spacing: -1.2px;
  }

  .box.custom-box {
    border-radius: 20px;
    padding: 15px;
  }
  .prompt-eng-title {
    font-size: 1.5rem;
  }

  .prompt-eng-sub-title {
    padding-bottom: 2rem;
  }
  .vidura-stack-column {
    display: none !important;
  }

  .vidura-description {
    text-align: inherit;
  }

  .hero-section {
    margin-top: 2rem;
  }
}


@media screen and (device-width: 360px) and (device-height: 740px)  {
  .navbar-burger {
    position: absolute;
    left: 90%;
    top: 2%;
  }

  .overlay-text {
    position: relative;
  }

  #wrap {
    width: auto;
    display: contents;
  }

  .navbar-burger {
    background-color: #57b950;
    color: white;
    backdrop-filter: blur(10px);
  }

  .navbar-burger:hover {
    background-color: #61b75b;
    color: white;
  }

  .navbar-start {
    margin-left: 0;
  }
  
  .main-title {
    font-size: 40px;
    letter-spacing: -1.2px;
  }

  .box.custom-box {
    border-radius: 20px;
    padding: 15px;
  }
  .prompt-eng-title {
    font-size: 1.5rem;
  }

  .prompt-eng-sub-title {
    padding-bottom: 2rem;
  }
  .vidura-stack-column {
    display: none !important;
  }

  .vidura-description {
    text-align: inherit;
  }

  .child-group {
    display: none;
  }

  .hero-section {
    margin-top: 2rem;
  }
}

/* Pixel 5 media query */
@media only screen and (min-width: 393px) and (max-width: 767px) {
  .navbar-burger {
    position: absolute;
    left: 90%;
    top: 2%;
  }

  .overlay-text {
    position: relative;
  }

  #wrap {
    width: auto;
    display: contents;
  }

  .navbar-burger {
    background-color: #57b950;
    color: white;
  }

  .navbar-burger:hover {
    background-color: #61b75b;
    color: white;
  }

  .navbar-start {
    margin-left: 1rem;
  }

  .main-title {
    font-size: 40px;
    letter-spacing: -1.2px;
  }

  .box.custom-box {
    border-radius: 20px;
    padding: 15px;
  }
  .prompt-eng-title {
    font-size: 1.5rem;
  }

  .prompt-eng-sub-title {
    padding-bottom: 2rem;
  }
  .vidura-stack-column {
    display: none !important;
  }

  .vidura-description {
    text-align: inherit;
  }

  .child-group {
    display: none;
  }

  .hero-section {
    margin-top: 2rem;
  }
}
