@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Orfarm - Multipurpose eCommerce HTML5 Template
    Author: Theme Pure
    Support: basictheme@gmail.com
    Description: Template Name  – HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. Navbar-section CSS
    02. Banner-section CSS
    03. About-section CSS


**********************************************/
/*----------------------------------------*/
/*  ===== THEME DEFAULT CSS START ======
/*----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
  /**
  @font family declaration
  */
  --tp-ff-body: "Poppins", sans-serif;
  --tp-ff-heading: "Poppins", sans-serif;
  --tp-ff-p: "Poppins", sans-serif;
  --tp-ff-font-family: Font Awesome 5 Pro;
  /**
  @color declaration
  */


  --tp-common-white: #ffffff;
  --tp-heading-primary: #1B98DE;
  --tp-bg-color: #eef9Ff;
  --tp-text-color: #464646;
  --tp-heading-secondary: #0000;
  --tp-grey-1: #F2F2F6;
  --tp-grey-2: #F5F6F8;
  --tp-grey-3: #F5F2FF;
  --tp-grey-4: #FFF3EC;
  --tp-grey-5: #ECFBFF;
  --tp-grey-6: #FEEFD0;
  --tp-grey-7: #C4C4C4;
  --tp-grey-8: #F7F7F9;
  --tp-grey-9: #B4DEA4;
  --tp-grey-10: #B0AFCC;
  --tp-text-body: #4D5574;
  --tp-text-1: #FFB800;
  --tp-text-2: #334763;
  --tp-text-3: #79819C;
  --tp-text-4: #FACFD4;
  --tp-text-5: #FFD600;
  --tp-theme-1: #2D2A6E;
  --tp-theme-2: #EA0D42;
  --tp-theme-3: #12B7CE;
  --tp-theme-4: #2D2C6E;
  --tp-theme-5: #D91212;
  --tp-border-1: #E6EBF0;
  --tp-border-2: #ACAFB7;
  --tp-border-3: #EBEFF4;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: var(--tp-bg-color);
  color: #333;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  font-family: var(--tp-ff-p);
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  line-height: 1.5;
}

.hua-content {
  max-width: 300px;
  width: 100%;
}


.space {
  padding-top: 120px;
  padding-bottom: 60px;
}

body {
  overflow-x: hidden;
}

/*----------------------------------------*/
/*====== Navbar_section ====== */
/*----------------------------------------*/

.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 100px;
  border: none;

}

.navbar-nav .nav-link {
  color: #333;
  margin-left: 15px;
}

.navbar-nav .nav-link:hover {
  color: #1B98DE;
}

/*----------------------------------------*/
/* ====== Banner_section ======= */
/*----------------------------------------*/

.hero {
  background: url('/assets/img/banner/banner.jpg') no-repeat center center/cover;
  height: 100vh;
  color: #fff;
}

.about-banner {
  background: url('/assets/img/banner/about-banner.png') no-repeat center center/cover;
  height: 100vh;
  color: #fff;
}

.hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
}

.hero h2 {
  font-family: "Poppins", sans-serif;
  font-size: 3.5rem;
  color: #000;
  font-weight: 300;
}

.hero .highlight {
  color: #2a9df4;
  font-weight: 700;
}

.bottles img {
  height: 422px;
  margin: 0 10px;
  transition: transform 0.3s;
}

.bottles img:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {

  .hero h1 {
    font-size: 2rem;
  }

  .hero h2 {
    font-size: 1.5rem;
  }

  .bottles img {
    height: 220px;
    margin: 0 5px;
  }
}

@media (max-width: 576px) {

  .gap-5 {
    gap: 0rem !important;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero h2 {
    font-size: 1.5rem;
  }

  .bottles img {
    height: 260px;
    margin: 0 5px;
  }
}

.flist li {
  list-style-type: none !important;
}

.flist li a {
  text-decoration: none !important;

}



/*----------------------------------------*/
/* ====== highlights_section ====== */
/*----------------------------------------*/

.highlights-section {
  background-color: var(--tp-bg-color);
}

@media (max-width: 576px) {

  .highlights-section {
    background-color: var(--tp-bg-color);
  }
}


/*----------------------------------------*/
/* ====== about_section ====== */
/*----------------------------------------*/

.about-section {
  background-color: var(--tp-bg-color);
}

.title {
  font-family: var(--tp-ff-heading);
  font-style: normal;
  font-weight: 700;
  color: #333;
}

@media (max-width: 576px) {
  .about-section {
    background-color: var(--tp-bg-color);
  }
}

/*----------------------------------------*/
/* ====== experience_section ====== */
/*----------------------------------------*/

.about-section {
  background-color: var(--tp-bg-color);
}

.experience-title {
  font-family: var(--tp-ff-heading);
  font-style: normal;
  font-weight: 700;
  color: #333;
}

@media (max-width: 576px) {
  .about-section {
    background-color: var(--tp-bg-color);
  }
}

/*----------------------------------------*/
/* ====== testimonial_start ======*/
/*----------------------------------------*/


.testimonial {
  background-color: var(--tp-bg-color);
}





/*----------------------------------------*/
/* ====== footer_section ======= */
/*----------------------------------------*/


.footer_section {
  padding: 60px 0 60px;
  background-color: var(--tp-heading-primary);
  ;
}





/*----------------------------------------*/
/* ====== about_section ====== */
/*----------------------------------------*/

.word {
  font-size: 80px;
  color: var(--tp-heading-primary);
}

.info {
  padding: 80px 0;
}

.kovartana-hand {
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 1;
  width: 500px;
}

.display {
  font-size: 40px;
  font-weight: 600;
  color: var(--tp-heading-primary);
}

.bottel {
  padding: 60px 0 80px 0;
}


/*----------------------------------------*/
/* ======= product_section ======*/
/*----------------------------------------*/


.bottel-section-1 {
  margin-top: 100px !important;
  padding: 50px 0 10px 0;
  background-color: var(--tp-heading-primary);
}

.price {
  font-size: 28px;
  color: var(--tp-heading-primary);
  font-weight: 600;
  margin-bottom: 0;
}

.bottles {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.bottles-1 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.bottel-section-2 {
  margin-bottom: 50px;
}

.bottel-section-3 {
  padding: 10px 0 10px 0;
  background-color: var(--tp-heading-primary);
}

.text-para-white {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}

.text-para-dark {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

.bottel-section-4 {
  margin-bottom: 50px;
}



/*----------------------------------------*/
/* ======= Contact_section ======*/
/*----------------------------------------*/

.contact-sec {
  margin-top: 90px;
  margin-bottom: 80px;
}

.form-bg {
  background: var(--tp-heading-primary);
  padding: 30px;
  border-radius: 40px;
  color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);

}

.text-edit {
  background: #0881C4;
  border-bottom: 1px solid #fff !important;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  color: #fff;
}

.text-check {
  background: #0881C4;
}

.contact-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #000;
}

.form-control {
  border: var(--bs-border-width) solid #0881C4;
}

@media (max-width: 576px) {
  .word {
    font-size: 40px;
  }
}





/*----------------------------------------*/
/* ======= Responce ====== */
/*----------------------------------------*/



@media (max-width: 576px) {
  .about-banner {
    height: 50vh;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .mapping {
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .sec-1 {
    font-size: 2.2rem !important;
  }
}

@media (max-width: 575.98px) {
  .sec-2 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .space {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .water-bottel {
    height: 250px;
    width: auto;
  }
}

@media (max-width: 575.98px) {
  .gaping {
      font-size: 16px !important;
  }
}

@media (max-width: 575.98px) {
  .bottles img {
    width: auto;
    height: 190px;
  }
}

@media (max-width: 575.98px) {
  .bottles-1 img {
    width: auto;
    height: 190px;
  }
}

@media (max-width: 575.98px) {
  .litle {
    font-size: 1.8rem;
  }
}

@media (max-width: 575.98px) {
  .sub-banner img {
    height: 25px !important;
  }
}

@media (max-width: 575.98px) {
  .process img {
    width: 100%;
    height: 190px;
  }
}

@media (max-width: 575.98px) {
  .hero {
    background: url('/assets/img/banner/banner.jpg') no-repeat center center/cover;
    height: 100%;
    color: #fff;
  }
}
