*{
    font-family: "Heebo";
}
.faq_header_banner{
    background:url('../images/farm/faq_bg.png');
    height:265px;
    text-align:center;
}
.faq_header_banner_layer{
    background-color:rgba(0,0,0,0.6);
    height:265px;
}
.faq_header_banner h1{
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    padding-top:6%;
}
.faq_header_banner p{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    padding:1% 25%;
}
.faq-section{
    padding:3% 0;
    background-color:#F6F6F9;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
/* Accordion styles */
.tabs {
  overflow: hidden;
}
.tab {
  width: 100%;
  color: black;
  overflow: hidden;
  margin-bottom:2%;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #ffffff;
  cursor: pointer;
  margin-bottom:0px;
  font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #121212;
}
.tab-label:hover {
  /*background: #1a252f;*/
}
.tab-label::after {
  content: "\276F";
  width: 10px;
  height: 10px;
  text-align: center;
  transition: all 0.35s;
  transform:rotate(90deg);
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  background: white;
  transition: all 0.35s;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}
.tab input:checked + .tab-label {
  /*background: #1a252f;*/
}
.tab input:checked + .tab-label::after {
  transform: rotate(270deg);
}
.tab input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

/*Navbar*/

.navbar-dark {
            background: #FFF;
        }
        
        .nav-link:hover {
           background: #E01F1F;
            color: #FFF!important;
            transition: 0.3s;
        }
        
        .navbar button {
            width: initial;
        }
        
        .nav-link {
            color: #333333!important;
            font-family: "Heebo";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0px;
        }
        
        .nav-link-register {
            background: #E01F1F;
            color: #FFF!important;
            border-radius: 0;
        }
        
        .navbar .navbar-toggler {
            margin: 0!important;
        }
        
        .nav-link-register:hover {
            background: #d9534f;
        }
        



/*landing page*/
        .landing-header-img{
            background:url('../images/farm/Group 2273.png');
            width: 100%;
            height:600px;
            background-repeat:no-repeat;
            background-size:cover;
        }
        /*.landing-header-img img {*/
        /*    width: 100%;*/
        /*    height:600px;*/
        /*    object-fit: cover;*/
        /*}*/
        .landing-header-img-center {
            /*position: absolute;*/
            /*left: 30%;*/
            /*top: 200px;*/
            /*width:500px;*/
            /*padding-top:122px;*/
            display:block;
            background:white;
            text-align:center;
            margin:auto;
            /*transform: translate(-50% ,-50%);*/
        }
        .landing-header-img-center img{
            display:block;
            margin:auto;
        }
        .landing-header-img-center h3{
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #222222;
        }
        .landing-header-img-center button{
            width: initial;
            height: 46px;
            background: #E01F1F;
            border-radius: 0;
            display:block;
            margin:auto;
        }
        .landing-header-text {
            position: absolute;
            top: 47%;
            left: 0%;
            margin: 0 550px;
        }
        
       
        .landing-header-text h3 {
            font-family: 'Heebo';
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            color: #222222;

        }
        
        .landing-header-button {
            position: absolute;
            top: 55%;
            left: 43%;
        }
        
        .landing-header-button button {
            width: initial;
            height: 46px;
            background: #E01F1F;
            border-radius: 0;
        }
        .about-farm{
            padding: 3% 0;
        }
        
        .about-farm-text {
            margin: 20px 150px;
        }
        
        .about-farm-text h2 {
           font-family: 'Heebo';
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: 40px;
            letter-spacing: 0.10000000149011612px;
            color: #222222;
        }
        
        .about-farm-text h3 {
            font-family: Heebo;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 0.30000001192092896px;
            color: #222222!important;
            padding-bottom: 10px;

        }
        
        .about-farm-img {
            margin: 40px 0;
        }
        
        .about-farm-img-inside img {
            width: 100%;
            height: 100%;
            margin-left: auto;
            margin-right: auto;
            display: block;
            object-fit: cover;
        }
        
        .about-farm-img-inside:before {
            content: "";
            display: block;
            width: 90%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
            background: rgba(12, 19, 35, 0.5);
            background: transparent\9;
            z-index: 1;
            margin-left: 15px;
            margin-right: 15px!important;
            transition: all 0.3s ease-in;
        }
        .about-farm-img-inside:hover .farm_know_more{
            display:block!important;
        }
        /*.about-farm-img-inside:hover .about-text-center h3{*/
        /*    font-weight: 600;*/
        /*    line-height: 25px;*/
        /*}*/
        .about-farm-img-inside:hover:before {
            background: rgba(12, 19, 35, 0.2);
        }
        
        .about-farm-img-inside {
            position: relative;
              text-align: center;
              color: white;
              cursor: pointer;
        }
        
        .about-farm-img-inside  .farm_know_more{
            color: #E01F1F!important;
            position: absolute;
            top: 212px;
            left: 98px;
            display:none;
            font-weight:bold;
            font-size: 20px;
            line-height: 27px;
            text-transform: capitalize;
        }
        
        .about-text-center {
            position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              z-index: 2;
        }
        
        .about-text-center h3 {
            color: white;
            font-family: Heebo;
            font-size: 26px;
            font-style: normal;
            font-weight: 700;
            line-height: 31px;
            margin-bottom: 0px!important;
        }
        
        .about-farm-text a{
            font-family: Heebo;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 22px;
            color: #E01F1F;

        }
        
        .farm-carousel-image {
            position: relative!important;
        }
        
        
        .farm-carousel img {
            position: relative!important;
            width: 100%;
            background: cover;
        }
        
        .farm-carousel-text {
            position: absolute!important;
              left: 50%;
              top: 190%;
              transform: translateX(-50%);
        }
        
        .farm-carousel-text h2 {
            color: #FFF;
            font-family: "Heebo";
            font-size: 32px;
            font-style: normal;
            font-weight: 900;
            line-height: 40px;
            letter-spacing: 0.10000000149011612px;

        }
        
        .farm-carousel-text h3 {
            color: #FFF;
            font-family: "Heebo";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 0px;
            text-align: center;
            padding-top: 10px;

        }
        
        .farm-timeline {
            margin: 60px 0;
        }
        
        .farm-timeline-left h2 {
            font-family: "Heebo";
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: 40px;
            letter-spacing: 0.10000000149011612px;
            color: #222222;

        }
        
        .farm-timeline-left h3 {
            font-family: "Heebo";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 0.30000001192092896px;
            color: #222222;
            padding-bottom: 10px;

        }
        
        .timeline-inner h3{
            margin-bottom: 5px;
            padding-bottom: 0!important;
        }
        
        .timeline-link {
            margin-top: 20px;
        }
        
        .timeline-card {
            width: 320px;
            height: 153px;
            background: #0B1222;
            padding: 20px 20px;

        }
        
        .timeline-card h4 {
            color: #FFF;
            font-family: "Heebo";
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            letter-spacing: 0.30000001192092896px;

        }
        
        .timeline-card h2 {
            font-family: "Heebo";
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 33px;
            letter-spacing: 0.10000000149011612px;
            color: #FFF;

        }
        
        .timeline-card button {
            width: initial;
            height: 40px;
            background: #E01F1F;
            border-radius: 0;
            margin-top: -2px;
        }   
        
        .farm-partner {
            padding:5% 0;
        }
        .farm-carousel {
            background: url('../images/farm/Group 2276.png');
            width: 100%;
            height: 100%;
            padding-top: 50px;
            padding-bottom: 80px;
    
        }
        
        .farm-carousel h2 {
            color: #FFF;
            font-family: "Heebo";
            font-size: 32px;
            font-style: normal;
            font-weight: 900;
            line-height: 40px;
            letter-spacing: 0.10000000149011612px;

        }
        
        .farm-carousel h3 {
            color: #FFF;
            font-family: "Heebo";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 0px;
            text-align: center;
            padding-top: 10px;
            padding-bottom: 30px;
            margin: 0 150px;

        }
        .farm-partner h2 {
            font-family: "Heebo";
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: 40px;
            letter-spacing: 0.10000000149011612px;
            text-align: center;
            color: #222222;
        }
        
        .farm-partner h3 {
            font-family: "Heebo";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 0.30000001192092896px;
            text-align: center;
            color: #222222;
            padding: 0 250px;
        }
        
        .carousel-card-image {
            position: absolute;
            top: 16%;
            left: 30%;
            z-index: 2;
        }
        
        .carousel-card-image img {
            width: 250px;
            height: 250px;
        }
        
        .carousel-card-content {
            padding: 30px 0 30px 80px;
            background: #FFF;
            width:715px;
        }
        
        .carousel-card-content img {
            width: 53px;
            height: 43px;
        }
        
        .carousel-card-content p {
            font-family: "Heebo";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 29px;
            letter-spacing: 0.30000001192092896px;
            color: #333333;
            padding-right: 50px;
            min-height:110px;
        }
        
        .carousel-card-content h2 {
            font-family: "Heebo";
            font-size: 22px;
            font-style: normal;
            font-weight: 600;
            line-height: 31px;
            letter-spacing: 0.30000001192092896px;
            color: #222222;
        }
        
        .carousel-card-content h3 {
            font-family: "Heebo";
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0.30000001192092896px;
            margin: 0!important;
            text-align: left;
            color: #282828;
            padding: 0!important;
        }
        
        .carousel-indicators {
            bottom: -70px;
        }
        
        .carousel-indicators li {
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }
        
        .carousel-indicators li, .carousel-indicators li.active {
              margin: 0px 7px !important;
            }
        .morecontent span {
              display: none;
         }
         .morelink {
            display: inline;
           text-decoration:none;
         }
        
       /*startup stories*/
.startup_stories{
    background: url('../images/farm/story_bg.png');
    text-align:center;
    padding:5% 0;
}

.ss_img:before{
    content: "";
    display: block;
    width: 92%;
    height: 100%;
    top: 0;
    left: 15px;
    position: absolute;
    /*background: linear-gradient(180deg, rgba(33, 54, 64, 0) 56.77%, #213640 99.99%, rgba(33, 54, 64, 0.916667) 100%);*/
    background: linear-gradient(360deg, #0B1222 0%, rgba(11, 18, 34, 0.832234) 30.05%, rgba(11, 18, 34, 0.1) 85%);
}
.startup_header h2{
    font-size: 32px;
    color:#fff;
    line-height: 43px;
    font-weight: bold;
}
.startup_header p{
    padding:0 27%;
    font-size: 16px;
    line-height: 26px;
}
.startup_stories p{
    color:#fff;
}
.icons_block{
    padding-bottom:2%;
}
.icons_block span{
    padding:0 1%;
}
.icons_block span p{
    padding-left:1%;
    font-size:18px;
}
.icons_block span, .icons_block span p{
    display:inline;
}
.our_stories{
    padding:0 7%;
}
.our_stories h3{
    font-size: 26px;
    line-height: 42px;
    color: #E01F1F;
    font-weight: bold;
    padding-bottom:2%;
}
.ss_text {
    position: absolute;
    bottom: -37px;
    padding: 0 10%;
}
.ss_text p{
    color:#fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
.read-all{
    text-align:center;
    margin-top:8%;
}
.read-all a{
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    text-decoration-line: underline;
    color: #FFFFFF;
}
.vehicle_btns{
    text-align:center;
}
.vehicle_btns button{
    display:inline;
    width: 170px;
    height: 44px;
    margin-right:1%;
    border-radius: 60px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}
.vehicle_btns .btn1{
    background: #343434;
    color:#fff;
}
.vehicle_btns .btn2{
    background: #FFFFFF;
    border: 1px solid #343434;
    color: #343434;
}
.vehicle_partners{
    padding-top:3%;
}
.vehicle_partners img{
    display:block;
    margin: 2% auto;
    object-fit:contain;
    height:84px;
    width:100%;
}
/*quick links*/
.quick-links{
    padding:2% 0;
}
.still_thinking h2, .ql h2{
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: #222222;
    padding-bottom:5%;
}
.still_thinking p{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color:#222222;
    opacity: 0.8;
    padding-bottom:2%;
}
.still_thinking a, .ql a{
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #E01F1F;
}
.ql a{
    font-size: 22px;
    color:#222222;
    opacity: 0.8;
    padding-left:6%;
}
.ql img{
    padding-right:7%;
}
.ql .row div{
    padding-bottom:5%;
}
.social_icons img{
    display:inline;
    float:right;
    padding-right:4%;
}
.footer_links{
    margin-top:2%;
}
.d-logo img{
    padding-bottom:1%;
}
.d-logo p, .d-logo p a{
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: #444444;
}
.d-logo p span{
    padding-left:3%;
}

/*timeline*/
.timeline {
  padding: 0 60px 0 10px;
  margin: 5px 0 0 0;
  position: relative;
  counter-reset: list 0;
}
.timeline-item {
  list-style: none;
  border-left:9px solid #ECECEC;
}
/*.timeline-item:nth-child(1){*/
/*    border-top-left-radius:10px;*/
/*    border-top-right-radius:10px;*/
/*}*/
.timeline-item:nth-child(-n+3) {
  border-left: 9px solid #E01F1F;
}
.timeline-item:nth-child(-n+3) .timeline-title:before{
    background-color:#E01F1F;
    border:4px solid #f7d4d0;
    line-height: 30px;
    color: white;
}

.timeline-title {
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 14px;
  color: #4C80F9;
}
.timeline-title:before {
  color: #ECECEC;
  position: relative;
  left: -24px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  border:4px solid #ECECEC;
  content:"\25CF";
  font-size:40px;
  padding-left: 2px;
  /*counter-increment: list;*/
  /*content: counter(list);*/
}
.timeline-text {
  margin: 0;
  padding:23px 40px 1px;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.1px;
  color: #000000;
  cursor:pointer;
}

.timeline-title span{
    background: #E0E9FF;
    border-radius: 60px;
    padding: 5px 18px;
}
.landing-tab-1, .landing-tab-2{
    display:none;
}
.landing-mb-1, .landing-mb-2{
    display:block;
}
/*responsive*/
@media only screen and (min-width: 700px) and (max-width: 960px) {
.carousel-card-content{
width:100%;
}    
    .carousel-card-content p {
                height: 270px;
            }
            .carousel-card-content h3{
                height:45px;
            }
            .carousel-card-image img {
                width: 210px;
                height: 210px;
            }
            .carousel-card-image {
                top: 24%;
            }
            .timeline-title {
                font-size: 10px;
            }
            .timeline-title span {
                padding: 3px 10px;
            }
            .nav-link-register{
                font-size:small;
            }
            .ss_text p {
                font-size: 14px;
            }
            .about-text-center h3 {
                font-size: 16px;
                line-height: 23px;
            }
            .about-farm-img-inside:before {
                width: 84%;
            }
	.about-farm-img-inside:hover .farm_know_more{
                font-size: 15px;
                left: 23%!important;
                top:123px!important;
            }
            .about-farm-img-inside:hover .about-text-center h3 {
                font-size: 15px;
            }
            .about-farm-img-inside:hover .about-text-center p{
                display:none!important;
            }    
}
    @media only screen and (min-width: 700px) and (max-width: 1400px) {
        .landing-header-img-center{
            background-size:contain;
        }
        .landing-tab-1, .landing-tab-2{
            display:block!important;
            width:100%;
        }
        .landing-mb-1, .landing-mb-2{
            display:none!important;
        }
        .landing-tab-2{
            margin-top:3%;
        }

    }
@media only screen and (min-width: 1200px){
        .landing-header-img-center img{
            top:44%;
        }
        .landing-header-text{
            top:54%;
            width:50%;
            margin:0!important;
            left:25%;
            padding:0 8%;
        }
        .landing-header-button{
            top:67%!important;
        }
	.carousel-card-content{
            width:715px;
        }
        .carousel-card-content p {
            height: 175px;
        }   
        .carousel-card-content h3{
            height:45px;
        }
       }
       @media only screen and (min-width: 768px) {
            .quick-links{
                background:url('../images/farm/quicklinks_bg.png');
            }
       }
       @media only screen and (max-width: 600px) {
           .row{
               margin-left:0px;
               margin-right:0px;
           }
	    .nav-item{
                margin-bottom:2%;
            }
            .nav-link{
                padding-left:2%!important;
            }
           .timeline-inner .col-1{
                margin-left: -10px!important;
            }
            .timeline-title{
                font-size:12px;
            }
            .icons_block span{
                /*margin-left:4%;*/
		display:block;
            }
            .quick-links, .footer_links{
                background-color:#F7F9FF;
            }
            .footer_links{
                margin-top:0;
                padding-left: 7%!important;
            }
            .d-logo img{
                padding-top:5%;
                padding-bottom:5%;
            }
            .d-logo p span {
                display: block;
                padding: 4% 0 0 0;
                margin: 0!important;
            }
            .nav-link-register{
                text-align:center;
                border-radius: 5px
            }
           .landing-header-img img {
                width: 100%;
                object-fit: cover;
            }
            .landing-header-img-center h3, .about-farm-text, .footer_links{
                padding:0 3%;
            }
        
        .landing-header-img-center img {
            width: 45%;
            top:21%;
        }
        .landing-header-button {
            top: 22%;
            left: 27.7%;
        }
        .landing-header-button button {
            height: 34px;
            padding: 0 10px;
            font-size: 13px;
        }
        .landing-header-text {
            margin: 0;
            display:none;
        }
        .landing-header-img-center{
            width:100%;
            padding: 7% 1% 10%;
        }
        .landing-mb-1, .landing-mb-2{
            width:100%;
        }
        .about-farm-text {
            margin: 20px 0;
        }
        
        .about-farm-img-inside:before {
            width: 92%;
        }
        .about-farm-img-inside{
            margin-bottom:5%;
        }
        .farm-carousel h3{
            margin:0;
        }
        .farm-timeline-left, .quick-links{
            padding:0 2%;
        }
        .startup_header p{
            padding:0;
        }
        .ss_img:before{
            width:96.7%;
        }
        .ss_img{
            margin-bottom: 20%;
        }
        .carousel-card-content{
            width:100%;
        }
	.carousel-card-content h3{
		height:100px;
	}
        .social_icons{
            text-align:center;
        }
        .social_icons img{
            float:none;
        }
        .still_thinking h2, .ql h2{
            margin-top:6%;
        }
        .ql{
            padding:0;
        }
        .carousel-card-image {
            top: 10px;
            left: 34%;
        }
        .carousel-card-content{
            padding:23% 4% 4%;
        }
        .carousel-card-content p{
            padding:0;
 height: 400px;
            text-align:justify;
        }
        .carousel-card-image img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
        }
        .timeline{
            margin: 35px 0 0 0;
        }
        .timeline-card{
            width:100%;
            text-align:center;
        }
        .timeline-text {
            padding: 23px 5px 1px 10px;
            font-size: 19px;
        }
        
        .about-farm-img-inside .farm_know_more{
            top: 275px;
            left: 35%!important;
        }
       }
       @media only screen and (min-width: 1300px) {
           .landing-header-mobile{
               display:none!important;
           }
       }
       
       @media only screen and (max-width: 1300px) {
           .grid-container{
            display:none!important;
        }
        .ss_img img{
            width:100%;
        }
        .landing-mb-1, .landing-mb-2{
            width:100%;
        }
       }
       .grid-container {
           background:white;
            display: grid;
            grid-template-columns: 1fr 2fr 1fr 1fr;
            grid-template-rows: 1fr 1fr 1fr 1fr;
            gap: 5px 5px;
            grid-template-areas:
                "Left Top Top Top Right"
                "Left Center Center Center Right"
                "Left Center Center Center Right"
                "Left Bottom Bottom Bottom Right";
            }
       
            .Left { grid-area: Left; }
            .Right { grid-area: Right; }
            .Top { grid-area: Top; }
            .Bottom { grid-area: Bottom; }
            .Center { grid-area: Center; }
            .Top img, .Bottom img{
                width:100%;
                height: 154px;
                object-fit: cover;
            }
            
    /*modal*/
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
  z-index:30;
}
.inner-overlay{
    width:70%;
    display:block;
    margin:auto;
    height:100%;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.overlay h3, .overlay p{
    color:#fff;
    padding:0 15%;
}


.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
