body {
    font-family: "Jost", sans-serif;
    font-weight: 400;
}
html, body {
    overflow-x: hidden;
}

.header {
	background-color: rgb(44 39 109 / 80%);
}
.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 99;
	width: 50px !important;
	height: 50px !important;
	min-width: 50px;
	max-width: 50px;
	font-size: 16px !important;
	padding: 0 !important;
	align-items: center;
	justify-content: center;
	background-color: rgb(44 39 109 / 80%);
    border: 1px solid #fff !important;
    display: none;
}
.back-to-top.active {
	display: flex !important;
}
.back-to-top:hover, .back-to-top:focus {
	background-color: rgb(44 39 109 / 100%);
    border: 1px solid #fff !important;
}
/*** Navbar Start ***/
.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.header {
	z-index: 997;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
}

.header.scrolled {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	margin-top: -130px;
	background-color: rgb(44 39 109 / 80%);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 9px 10px rgb(0 0 0 / 20%);
}

.header.scrolled.awake {
	margin-top: 0;
	height: var(--header-sticky-height);
	-webkit-transition: .3s all ease-out;
	-o-transition: .3s all ease-out;
	transition: .3s all ease-out;
}
.header.scrolled.awake .navbar-brand {
	background-color: #fff;
	padding: .5rem;
	margin-bottom: -1.3rem;
}
.header.scrolled .nav-link {
	font-size: 16px;
}

.header.scrolled .btn.btn-primary {
	line-height: 40px;
	min-height: 40px;
	height: 40px;
}

.header.scrolled img {
	max-height: 55px;
}

.header-right {
	display: flex;
	align-items: center;
	justify-content: end;
}

.nav-bar {
	background: var(--bs-light);
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.navbar .navbar-nav .nav-link {
	padding: 10px 12px;
	font-weight: 600;
	font-size: 17px;
	transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	vertical-align: middle;
	margin-left: 8px;
}

.nav-link {
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
}
.nav-link:hover, .nav-link:focus {
	color: #fff !important;
}
.nav-link i {
	font-size: 14px;
	margin-right: .5rem;
	width: 28px;
	height: 28px;
	background: #f7911d;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	line-height: 1.3;
}
header .nav-link {
	display: flex;
	align-items: center;
}

.nav-link:focus,
.nav-link:hover {
	color: #00525b;
}

@media (min-width: 1200px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		visibility: hidden;
		top: 100%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
		transition: .5s;
		opacity: 0;
	}

	.navbar .nav-item:hover .dropdown-menu {
		transform: rotateX(0deg);
		visibility: visible;
		opacity: 1;
	}
}

.dropdown .dropdown-menu a:hover {
	background: var(--bs-primary);
	color: var(--bs-white);
}

#searchModal .modal-content {
	background-color: rgba(255, 255, 255, .95);
}
/* .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 25%;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
} */
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 25%;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
	background: rgb(0 0 0 / 31%);
	border-radius: 5px;
}
.hero {
	background-image: url(../img/Jaggernaut-Home-3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 80vh;
	background-size: cover;
}
.small {
	padding: 3vmax 0;
}
.medium {
	padding: 5vmax 0;
}

/*** Navbar End ***/
.main .navbar{
    background-color: #2c276d;
    height: 80px;

    /* padding: 10px 30px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* position: relative; */
    /* height: 80px; */
    position: fixed;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.5098039216); */
    z-index: 1111;
    top: 0;
}
.header-logo img{
    width: 233px;
    height: 190px;
    z-index: 9;
}
.navbar-brand {
	background-color: #fff;
	padding: .5rem;
	margin-bottom: -5.3rem;
}
.head-btn{
    background-color: #00515b;
    padding:10px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}
.head-btn i{
    margin-left: 10px;
    
    
}
.icons-main i{
    background-color:#f7911d;;
    color: #fff;
    padding: 0.4rem;
    border-radius: 50%;
}

.new{
    justify-content: flex-end;
}
.new ul{
    display: flex;
    gap: 0 20px;
    list-style: none;
    margin-bottom: 0;
}
.call a{
    /* color:#00515b; */
    color: #fff;
    text-decoration: none;
}

@media (max-width:430px) {
    .banner{
       padding: 5vh 0;
      }
}
.content{
    position: relative;
    top: 47%;
  }

  .hero h3, .carousel-caption h3 {
	font-family: "Jost", sans-serif;
	font-size: 50px;
	color: #fff;
	text-shadow: 0px 3px 11px rgb(0 0 0 / 50%);
}
.hero p, .carousel-caption p {
	font-size: 28px;
	font-family: "Jost", sans-serif;
	color: #fff;
	text-shadow: 0px 3px 11px rgb(0 0 0 / 50%);
	line-height: 1.3;
}   

@media (max-width:430px) {
    .content{
        position: relative;
        top: 10%;
      }
}
h3.title{
    font-size: 36px;
    color: #2c276d;
    font-family: "Jost", sans-serif;
}
.agro p{
    font-size: 18px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: #000000;
}
.pista{
    background-color: #d8e3ab;
}
.manufacture {
	position: relative;
	margin-bottom: 1.5rem;
    transition: all 1s ease-out;
}
.manufacture p{
	position: absolute;
	text-align: center;
	margin: 0;
	padding: 1.5rem;
	width: 100%;
	bottom: 0;
	color: #fff;
    line-height: 1.3;
    transition: all .8s ease-out;
}
.manufacture:hover p{
	bottom: 10%;
}
.image{
    position: relative;
}

.manufacture-text{
    font-size: 24px;
    font-family: "Jost", sans-serif;
    color: #fff;
    margin-top: -4rem;

}
.large-text p{
    line-height: 12px;
}

.left-side p{
    font-size: 20px;
    font-family: "Jost", sans-serif;
}

.product-icons {
	display: flex;
	gap: 10px;
	line-height: 1.3;
	align-items: start;
	margin-bottom: .5rem;
}
.product-icons i {
	font-size: 14px;
}
.product-icons p {
	font-size: 18px;
	font-family: "Jost", sans-serif;
	margin-bottom: 0;
}
.mix-fruits h3{
    color: #bdce2f;
}
.mix-fruits p{
    color: #fff;
    font-size: 18px;
    font-family: "Jost", sans-serif;
}
.innovative{
    background-color:#2c276d;
    padding: 5vh;
}
.innovative-box h6{
    font-size: 24px;
}
.innovative-box{
    display: flex;
    gap: 20px;
}
.innovation .vision, .innovation .mission {
	height: 100%;
	padding: 1.5rem;
}
.innovation .vision {
	border-right: 2px solid #f7921d;
}

@media (max-width:430px) {
    .innovative-box{
        flex-direction: column;
        
    }
}
.title {
	margin-bottom: 1.5rem;
}
.innovative-content h6{
    font-size: 24px;
    font-family: "Jost", sans-serif;
    color: #fff;
}
.innovative-content p{
    font-size: 18px;
    font-family: "Jost", sans-serif;
    color: #fff;
    line-height: 21px;
}
.vision-border{
    border-right: 1px solid #f7921d;
    height: 20vh;
}
.our-vision {
	border: 1px solid #f7921d;
	padding: 1.5rem;
}

.our-vision p {
	font-size: 18px;
	font-family: "Jost", sans-serif;
	text-align: center;
	margin: 0;
}

footer {
	background-color: #505050;
	padding: .5rem 0;
}
.main-footer{
    display: flex;
    align-items: flex-start;
    gap: 70px;

}
.icon-content{
    display: flex;
    gap: 10px;
}
.extracts {
	color: #f7921d;
	font-size: 18px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
}
.icon-content i{
    color: #f7921d;
    font-size: 20px;
}
.icon-content p {
	font-size: 16px;
	font-family: "Jost", sans-serif;
	color: #ffff;
}
.call-num i{
    color: #f7921d;
}
.call-num li {
    list-style-type: none;
}
.call-num li a{
    text-decoration: none;
    font-size: 18px;
    font-family: "Jost", sans-serif;
    color: #fff;
}
footer a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
footer a:hover, footer a:focus {
    color: #fff;
}
.email i{
    color: #f7921d;
}
.email li{
    list-style-type: none;
}
.email li a{
    text-decoration: none;
    font-size: 18px;
    font-family: "Jost", sans-serif;
    color: #fff;
}
.social-icons i{
    font-size: 20px;
    color: #fff;
    gap: 30px;
}
.social-icons .fa {
	padding: 5px;
	font-size: 16px;
	width: auto;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
}
.social-icons .fa:hover {
      opacity: 0.7;
  }
  .social-icons{
	text-align: right;
}
  
@media (max-width:430px) {
    .main-footer{
        gap: 15px;
        flex-direction: column;
    }
    .header {
        height: 50px;
    }
    .header .navbar-brand img {
        max-height: 65px !important;
    }
    .navbar-brand, .header.scrolled.awake .navbar-brand {
        background-color: #fff;
        padding: .5rem;
        margin-bottom: -2.2rem;
    }
    .header.scrolled img{
        max-height: 65px;
    }
    .header .nav-link{
        font-size: 0 !important;
    }
    .header .nav-item i{
        display: inline-flex;
    }
    .nav-link {
        padding: .3rem;
    }
    .hero h3,  .carousel-caption h3 {
        font-size: 26px;
        margin-bottom: .5rem !important;
    }
    .hero p,  .carousel-caption p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .hero p br{
        display: none;
    }
    .hero {
        padding: 5rem 0;
        height: 65vh;
    }
    h3.title {
        font-size: 26px;
        margin-bottom: 1rem;
    }
    .left-side p {
        font-size: 16px;
    }
    .fifolive{
        background-image: url(../img/fifolive-bg-xs.jpg) !important;
    }
    .product-icons p {
        font-size: 16px;
    }
    .product-icons i {
        font-size: 12px;
    }
    .mix-fruits p {
        font-size: 16px;
    }
    .innovative {
        background-color: #2c276d;
        padding: 1.5rem;
    }
    .innovative-content h6 {
        font-size: 22px;
        margin-bottom: 1rem !important;
    }
    .our-vision  p {
        font-size: 16px;
        line-height: 1.3;
    }
    .innovation .vision {
        border-right:0;
        border-bottom: 2px solid #f7921d;;
    }
    .our-vision {
        padding-top: 0;
        padding-bottom: 0;
    }
    .icon-content {
        margin-bottom: 1rem;
    }
    .social-icons{
        text-align: left;
    }
    .carousel-caption {
        bottom: 15%;
    }
    .agro p {
        font-size: 16px;
    }
    body p {
        margin-bottom: 1rem;
    }
    .innovative-content p {
        font-size: 16px;
        line-height: 1.3;
    }
}
