
:root{
    --primary-color:#e6d3b1;
    --light-color:#f3f3f3;
    --first-color:#1c1c1c;
    --second-color:#e0dede;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    overflow-x:hidden;
    height: 100%;
    min-height: 100%;
}

html {
    scroll-behavior: smooth;
}

a{
    color: #1c1c1c;
    text-decoration: none;
}

ul{
    list-style: none;
}

img{
    width: 100%;
}

#section-one{
     height: 90vh;
     width: 100vw;   
}

/* nav-one */
#navbar{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000; 
}

#navbar .current{
    color: var(--primary-color);
}

.nav-one{
    height: 30px;
}

.nav-one p{
    font-size: 13px;
    font-weight:bold;
    padding: 8px 0 8px 0;
}

/* nav-two */

.nav-two{
    height: 35px;
    width: 100%;
    background-color: var(--primary-color);
    
}

.nav-two-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;

}

.nav-two-links p{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
}

.nav-two-links i{
    margin-right: 8px;
}

/* nav-three */
.nav-three{
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-three img{
    width: 180px;
    height: 180px;
    margin-left: 6rem;
}

.nav-three-links{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 6rem;
}

.nav-three-links a{
    font-size: 20px;
    margin: 2rem;
}

.nav-three-links a:hover{
    color: var(--primary-color);
    transition: 0.3s;
    cursor: pointer;
}

/* header section-vedio */

#header-vedio{
    width: 100vw;
    height: 80vh;
    object-fit: cover;
}

/* products section homepage*/

#section-two{
    margin: 6rem 0 0 0;
    padding: 1rem 0 0 0;
}


#section-two h1{
    text-align: center;
    margin-bottom: 1rem;
}

.bottom-line {
    height: 4px;
    width: 10rem;
    background: var(--primary-color);
    display: block;
    margin: 0 auto 1rem auto; 
}

.categories{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1rem;
}

.reveal{
    transform: translateX(2000px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active{
    transform: translateX(0);
    opacity: 1;
}

.category-card{
    width: 250px;
    height: 300px;
    margin: 1rem;
    border-radius: 10px;
    overflow: hidden;
    transform: translateX(160px);
}

.category-card :hover{
    transition: 0.4s;
    transform: scale(1.11);
    transition: 0.4s;
}

.category-card :hover h3{
   color: var(--primary-color);
}

.category-card img{
    width: 100%;
    height: 200px;
}


.category-card h3{
    text-align: center;
}

.category-card h3:hover{
    text-align: center;
    color: var(--primary-color);
}

/* section-three */
.section-three{
    width: 100vw;
    margin: 0 0 1rem ;
    padding: 1rem 0 ;
    background-color: var(--light-color);
}

.section-three h1{
    text-align: center;
    margin-bottom: 1rem;
}

.reasons{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.reason-card{
    width: 300px;
    height: 200px;
    margin: 1rem;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
}

.reason-card i{
    font-size: 48px;
    color:#c19770;
    padding-bottom: 1rem;
}

.reason-card h3{
    text-align: center;
}

.reason-card p{
    text-align: center;
}

 .map{
        width: 100vw;
    }

/* About page */

#about-container{
    width: 80vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:auto;
}

.about-content{
    margin: 0 2rem;
    padding: 2rem;
    text-align: justify;
}

.about-content h1{
    text-align: center;
    margin-bottom: 1rem;
}

.about-content img{
    margin-top: 2rem;
    height: 20rem;
}

.about-content p{
    width: 80vw;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}


.about-samplebushes{
    width: 80vw;
    margin: 2rem auto;
    padding: 2rem;
    text-align: center;
    background-color: var(--primary-color);
    border-radius: 10px;
}

.about-content a{
    margin-top: 4rem;
    padding: 0.5rem 2rem;
    background-color: var(--light-color);
    color: var(--first-color);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1rem;
}

/* contact page */

.contact-container{
    width: 100%;
    height: 80vh;
    background-color: var(--light-color);
}

.form-container{
    transform: translateY(3rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-container p{
    font-size: 3rem;
    color: #c19770;
    margin-bottom: 1rem;
}

.form{
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nep{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 2rem
}

.form-group{
    margin:0rem 2rem;
    color: var(--first-color);
}

.form-group input{
    background-color: transparent;
    color: var(--first-color);
    padding: 10px;
    font-size: 1rem;
    border-color: var(--first-color);
    width: 15rem;
    border-radius: 10px;
}

.form-group input:focus{
    border-color: var(--primary-color);
}

.form-group label{
    font-size: 1rem;
}


.form-group-message{
    display: flex;
    flex-direction: row;
    align-items: top;
    justify-content: center;
    background-color: transparent;
    color: var(--first-color);
    padding: 15px;
    font-size: 1rem;
    border-color: var(--first-color);
    width: auto;
    border-radius: 10px;
    margin-left: -20px;
}

.form-group-message label{
    font-size: 1rem;
    margin-right:5px ;
}

.form-group-message textarea{
    border-color: var(--first-color);
    border-radius: 10px;
    background-color: transparent;
    color: var(--first-color);
    font-size: 1rem;
}

.submit{
    display: block;
    cursor: pointer;
    transform: translateX(30rem);
    padding: 0.5rem 2rem;
    margin-top: 1rem;
    color: var(--first-color);
    background-color: transparent;
    font-size: 1rem;
    border-color: var(--first-color);
    border-radius: 10px;
}

.submit:hover{
    border-color: var(--primary-color);
    color: var(--primary-color);
}

/* Products page */
#productpage-container{
    width: 100vw;
    margin-top: 2rem;
    text-align: center;
}

aside {
  width: 20%;
  padding: 2rem 1rem;
  margin-left:4rem;
  margin-top: 4rem;
  float: left;
  background-color: var(--light-color);
}

aside h3{
    text-align: center;
    margin: 1rem;
}

aside ul li{
    margin-bottom: 0.5rem;
    cursor: pointer;
    text-align: center;
}

.angle-bushes-gallery{
    width: 75vw;
    margin: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.angle-bushes-gallery h2{
    text-align: center;
    margin: 0 0 2rem 0;
}


/* flex-grid */
.flex-grid .row{
    display:flex;
    flex-wrap: wrap;
    padding: 0 4px;
    
}

.flex-grid .column{
    flex:25%;
    max-width:25%;
    padding: 5px;
    /* margin-bottom: -38rem; */
    min-height: auto;
}

.flex-grid .column img{
    height: 10rem;
    width: 10rem;
    object-fit:cover;
} 

.cases img:hover{
    opacity: 0.7;
}

.current{
    color: #c19770;
}


/* footer */
footer {
    width: 100vw;
    background-color: var(--light-color);
    color: var(--first-color);
}

.footer-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-section-logo {
    width: 20%;
    margin-bottom: 1rem;
    align-items: center;
}

.footer-section-logo img{
    width: 15rem;
    height: 15rem;
    transform: translateY(-10px);
    margin-bottom: 2rem;
}

.footer-section-logo p{
    margin-top: -6rem;
    margin-bottom: 1rem;
    align-items: center;
}

.footer-section-links{
    margin: 4rem 0 ;
    
}

.footer-section-links h3{
    margin-bottom: 1rem;
    align-items: center;
}

.footer-section-links ul li{
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.footer-section-links ul li a:hover{
    color: var(--primary-color);
    cursor: pointer;
    transition: 0.2s;
}

.footer-section-contact {
     margin: 4rem 0 ;
}


.footer-section-contact h3{
    margin-bottom: 1rem;
    align-items: center;
}

.footer-section-contact p{
    margin-bottom: 0.5rem;
}

.footer-section-contact p i{
    color: #c19770;
}

.footer-bottom{
    text-align: center;
    padding: 5px; 
}

.footer-bottom p{
    font-size: 14px;
    background-color: var(--primary-color);
    width: 100%;
    align-items: center;
}

/* media queries */
@media (max-width: 768px) {
    .nav-three{
    height: 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12rem;
}

.nav-three img{
    width: 200px;
    height: 200px;
    margin-right: 50px;
}
.nav-three-links{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 6rem;
    margin-bottom: 0;
    margin-top: -2rem;
}

.nav-three-links a{
    font-size: 20px;
    margin: 1rem;
}

#section-two{
    margin: 18rem 0 0 0;
    padding: 1rem 0 0 0;
}

/* about */
.about-samplebushes p{
    width: 100%;
}

  /* contact page */

.contact-container{
    width: 100vw;
    height: 110vh;
}

.form-container{
    transform: translateY(5rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-container p{
    font-size: 2rem;
    color: #c19770;
    margin-bottom: 1rem;
}

.form{
    width: 100vw;
    height: 100vh;
   
}

.nep{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1rem
}

.form-group{
    margin:1rem 1rem;
    color: var(--first-color);
}

.form-group input{
    background-color: transparent;
    color: var(--first-color);
    padding: 10px;
    font-size: 1rem;
    border-color: var(--first-color);
    width: 18rem;
    height: 2rem;
    border-radius: 10px;
}

.form-group input:focus{
    border-color: #c13131;
}

.form-group label{
    font-size: 1rem;
}


.form-group-message{
    display: flex;
    flex-direction: column;
    align-items: top;
    justify-content: center;
    background-color: transparent;
    color: var(--first-color);
    padding: 15px;
    font-size: 1rem;
    border-color: var(--first-color);
    width: 90vw;
    border-radius: 10px;
    margin-left: -10px;
    margin-bottom: 3rem;
}

.form-group-message label{
    font-size: 1rem;
    margin-right:5px ;
}


.submit{
    transform: translate(12rem);
    margin-top: 0rem;
}

.submit:hover{
    border-color: var(--primary-color);
    color: var(--primary-color);
}

    /* flex-grid */
 .flex-grid .row{
    display:flex;
    flex-wrap: wrap;
    padding: 0 4px;
    
}

 .flex-grid .column{
    flex:100%;
    max-width:100%;
    padding: 4px;
    min-height: auto;
}

 .flex-grid .column img{
    height: 15rem;
    object-fit:cover;
} 

/* gallery */
#cases .section-header h2{
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0.5rem;
}

/* Products page */
#productpage-container{
    width: 100vw;
    margin-top: 2rem;
    text-align: center;
}

aside {
  width: 60%;
  padding: 2rem 1rem;
  margin-left:4rem;
  margin-top: -2rem;
  float: center;
  background-color: var(--light-color);
}

aside h3{
    text-align: center;
    margin: 1rem;
}

aside ul li{
    margin-bottom: 0.5rem;
    cursor: pointer;
    text-align: center;
}

/* footer */
footer {
    width: 100vw;
    background-color: var(--light-color);
    color: var(--first-color);
}

.footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-section-logo {
    width: 20%;
    margin-bottom: 1rem;
    align-items: center;
}

.footer-section-logo img{
    width: 15rem;
    height: 15rem;
    transform: translateX(-5rem);
    margin-bottom: 3rem;
}


.footer-section-links{
    margin: 2rem 0 ;
    
}

.footer-section-links h3{
    margin-bottom: 1rem;
    align-items: center;
}

.footer-section-links ul li{
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.footer-section-links ul li a:hover{
    color: var(--primary-color);
    cursor: pointer;
    transition: 0.2s;
}

.footer-section-contact {
     margin: 2rem;
}


.footer-section-contact h3{
    margin-bottom: 1rem;
    align-items: center;
}

}

@media (max-width: 1280px) and (min-width: 769px) {
    /* Products page */
#productpage-container{
    width: 100vw;
    margin-top: 2rem;
    text-align: center;
}

aside {
  width: 60%;
  padding: 2rem 1rem;
  margin-left:12rem;
  margin-top: -2rem;
  float: center;
  background-color: var(--light-color);
}

aside h3{
    text-align: center;
    margin: 1rem;
}

aside ul li{
    margin-bottom: 0.5rem;
    cursor: pointer;
    text-align: center;
}

 /* flex-grid */
 .flex-grid .row{
    display:flex;
    flex-wrap: wrap;
    padding: 0 4px;
    margin-left: 10rem;
}

 .flex-grid .column{
    flex:100%;
    max-width:100%;
    padding: 4px;
    min-height: auto;
}

 .flex-grid .column img{
    height: 15rem;
    object-fit:cover;
} 

/* gallery */
#cases .section-header h2{
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0.5rem;
}
}