html{
    scroll-behavior: smooth;
}

.geeks {
    overflow: hidden;
}

.geeks img {
    transition: 0.5s all ease-in-out;
}

.geeks:hover img {
    transform: scale(1.2);
}

body{
    font-family: "open sans", sans-serif;
}

.nav2{
    color: black;
    position: sticky;
    top: 0px;
    z-index: 20;
    width: 100%;
}

.carousel-item .h5{
    text-transform: uppercase;
    font-weight: bold;
}

.carousel-item span{
    font-weight: bold;
}

.top{
    transform: translateY(-30px);
    position: relative;
    border: none;
}

.top .text-center{
    color: black;
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px){
    .top{
        transform: translateY(30px);
        margin-bottom: 30px;
    }
}

.containerr{
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.darkness{
    transform: translateY(60px);
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    height: 130px;
}

.tarbtnn{
    position: relative;
}

.farm{
    margin-top: 50px;
}

  #farm .button {
    position: absolute;
    bottom: 0px;
    border-radius: 4px;
    background-color: #3c49ff;
    border: none;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
  }
  
  #farm .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  #farm .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  #farm .button:hover span {
    padding-right: 25px;
  }
  
  #farm .button:hover span:after {
    opacity: 1;
    right: 0;
  }

.containerr{
    transform: scale(0.9);}

.textanim-container {
    position: relative;
    max-width: 250px;
    min-height: 240px;
    margin: auto;
    overflow: hidden;
  }
  
  .textanim-title {
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    transition: 0.5s;
  }
  
  .textanim-container:hover .textanim-title {
    top: 10px;
    transform: translateY(0);
  }
  
  .textanim-hidden {
    position: absolute;
    top: 400px;
    opacity: 0.5;
    transition: 0.8s;
    text-align: center;
  }
  
  .textanim-container:hover .textanim-hidden {
    top: 50%;
    transform: translateY(-50%);
  }

  @media only screen and (max-width: 768px){
    .darkness{
        transform: translateY(20px);
    }
}

@media only screen and (max-width: 768px){
    .cont1{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

.beach-bg{
    background-image: url(images/beach-bg.png);
    width: 100%;
    padding: 100px;
    font-size: 200%;
    position: relative;
}

.beach-bg p{
    max-width: 700px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.lolcard {
    background-image: url(images/op\ grass.png);
    background-position: 100%;
    border: none;
    color: black;
    text-align: center;
    transition: 0.3s ease-in-out;
  }
  
  .lolcard:hover {
    box-shadow: 0px 5px 5px;
  }

@media only screen and (max-width: 768px){
    .tests{
        margin-top: 50px;
    }
}

.farmstay-img, .collage{
    width: 100%;
    max-width: 600px;
}

.jumbotron-fluid li{
    list-style: none;
    font-size: 120%;
    margin-left: -40px;
}

.bhawna{
    margin-right: auto;
    margin-left: auto;
}

.add{
    text-align: left;
}

@media only screen and (max-width: 768px){
    .add{
        text-align: center;
    }
}

.inner{
    background-color: rgba(0,0,0,70%);
    border-radius: 10px;
}

@media only screen and (max-width: 768px){
    .add{
        text-align: center;
    }
}

@media only screen and (max-width: 768px){
    .topcard, .ss{
        display: none;
    }
}

.frm1{
    display: none;
}

@media only screen and (max-width: 768px){
    .frm1{
        display: unset;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 768px){
    .life1{
        text-align: center;
    }
}

@media only screen and (max-width: 768px){
    .frm2{
        display: none;
    }
}

@media only screen and (max-width: 768px){
    .farm{
        margin-top: 0px;
    }
}

.tophr{
    display: none;
}

.topt{
    display: none;
}

@media only screen and (max-width: 768px){
    .tophr{
        display: unset;
    }
}

@media only screen and (max-width: 768px){
    .topt{
        display: unset;
        text-align: center;
    }
}

.carp{
    display: none;
}

@media only screen and (max-width: 992px){
    .carc{
        display: none;
    }
}

@media only screen and (max-width: 992px){
    .carp{
        display: unset;
    }
}

.leftt{
    text-align: left;
}

@media only screen and (max-width: 992px){
    .leftt{
        text-align: center;
    }
}

.contain{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.contain img{
    margin-bottom: 10px;
}
	
h2 {
    color: green;
}

* {
    box-sizing: border-box;
  }
  
  .roww:after {
    content: "";
    clear: both;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 40%;
    max-width: 1200px;
  }

  @media only screen and (max-width: 992px){
        .modal-content{
            width: 80%;
        }
    }
  
  /* The Close Button */
  .close {
    color: white;
    position: sticky;
    top: -10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }