
  @import url('https://fonts.googleapis.com/css2?family=Bad+Script&display=swap');

*{    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{

  background-color: #361C23;
  height: 300vh;
}


.main-head
{
    height: 20vh;
    width: 100%;
    background: linear-gradient(135.8deg, rgb(26, 26, 29) 27.1%, rgb(111, 34, 50) 77.5%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.main-head p {
    color:white;
    font-family: 'Bad Script' , cursive;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 2px;
    text-shadow: 10px 10px 40px blue;
}





a{
    text-decoration: none;
}
ul{
   margin: 0px;
    height: 15vh;
    width: 100%;
    background: #2A1B1F; 
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-shadow:  0.8px 0px #99393C;
   
}
li a {
   color:#FDF0D5; 
   text-decoration: none;
   font-size: 22px;
   font-weight: bold;
  text-align: center;
  /* box-shadow: 0px 0px 0.8px #FDF0D5; */
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
 
}
li{
   
    list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
    height: 100%;
    position: relative;
    transition: all 0.4s linear;
   color: #272343
    
}

li:hover {
    background: #C6D8D3; 
  ; transform: translateY(-2vh);
  
    
}
ul.drp-dwn{
    transition: all 2s linear;
}
.drp-dwn{
    position: absolute;
    background:#F0544F; 
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    top: 15vh;
    display: none;
    border: 2px solid #7C1D3B;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
    /* transform: translateY(-5vh); */
    opacity: 0.9;
   
    
}
.drp-dwn li{
    width: 100%;
}
ul li:hover ul.drp-dwn{
    display: block;
    transform: translateY(+0vh);
}
.drp-dwn li{
    text-transform: uppercase;
    padding:7.5px 0px 7.5px 0px;
    background-color:  #843237; 
    color: #FDF0D5; 
    border: 2px solid #7C1D3B;
    transition: all 0.3s linear;
}
.drp-dwn li:hover{
   background-color: #e3f6f5; 
   color:  #272343; 
  /* transform: translateY(5vh); */
  transform: translateY(-1vh);
}
@media (max-width:768px)
{
    ul{
        height: auto;
        width: 100%;
        background: #2A1B1F; 
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
    }
    ul li{
        width: 100%;
        border-bottom: #FDF0D5;
    }
    .drp-dwn{
        position: static;

        height: auto;
    }.items-2{
    display: flex;
    flex-direction: column;
    
}

li a{
    color:#FDF0D5;
    padding-top: 2px 0px;
    border-bottom: 2px solid #D71D58;
}
}


#content-2
{   margin: 0px 15px;
    height: 80vh;
    width: auto;
    
   
    background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.9)),url('1.jpeg') ;
   display: grid;
   grid-template-rows: 1fr;
   grid-template-columns: 0.5fr 1fr;
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;

}

.text-area{
    display: flex;
    text-justify: auto;
    /* border: 2px solid white; */
   
}
.text-area p
{
    color: white;
    padding: 50px;
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.PIC-area{
    background-color: black;
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;

}
.logo{
    height: 100px;
    width: 100px;
    border: 14px dotted #99393C;
    border-top: 14px dotted #E2E4D4;
    border-radius: 50%;
    animation: circle 3s ease-in-out 0.3s infinite ;
  
}
@keyframes circle {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}


@media (max-width:768px)
{
    #content-2
    {   margin-top: 40px;
        height: 100vh;
        width: auto;
        background-color: #1E0B0C;
       display: grid;
       grid-template-rows: 1fr 1fr;
       grid-template-columns:  1fr;
    
    }
    .text-area p
{
    color: white;
    padding: 10px;
    font-size: 20px;
}
}
@media (max-width:400px)
{
    #content-2
    {   margin-top: 40px;
        height: 100vh;
        width: auto;
        background-color: #1E0B0C;
       display: grid;
       grid-template-rows: 1fr 1fr;
       grid-template-columns:  1fr;
    
    }
    .text-area p
{
    color: white;
    padding: 5px;
    font-size: 16px;
}
}










.sec1{
    height: 428vh;
    width: auto;
    background-color: #1D1A1A;
    margin-top: 10vh;
    margin-left: 20px;
    margin-right: 20px;
}
.title{
    height: 10vh;
    position: static;
    top: 5vh;
    margin-left: 5vh;
    margin-right: 5vh;
    padding: 10px;
    border:2px solid black;
    width: auto;
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.8)),url('2.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    text-shadow: 20px 10px 40px blue;
    font-family: 'Bad Script';
    font-size: 28px;
    font-weight: bolder;
    text-align: center;
}


.images{
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr ;
    grid-template-columns: 1fr 1fr 1fr;
   
}
.pics1{
    grid-row: 1/2;
    grid-column: 1/-1;
}
.pics2{
    grid-row: 2/3;
    grid-column: 1/3;
    background:linear-gradient(rgba(0,0,0,0.9), rgba(0,0,178,0.1)) ,url('nature.jpeg');
}
.pics3{
    grid-row: 2/3;
    grid-column: 3/-1;
    background:linear-gradient(rgba(0,0,0,0.9), rgba(0,0,178,0.1)) ,url('river.jpeg');
}
.pics4{
    grid-row: 3/4;
    grid-column: 2/4;
    background:linear-gradient(rgba(0,0,0,0.9), rgba(0,0,178,0.1)) ,url('farming.jpeg');
}
.pics5{
    background:linear-gradient(rgba(0,0,0,0.9), rgba(0,0,178,0.1)) ,url('tower.jpeg');
   background-size: contain;
}
.pics6{
    background:linear-gradient(rgba(0,0,0,0.9), rgba(0,0,178,0.1)) ,url('baloons.jpeg');

}
.pics7{
    background:linear-gradient(rgba(0,0,0,0.9), rgba(0,0,178,0.1)) ,url('bulb.jpeg');  
}
.pics8{
    background:linear-gradient(rgba(0,0,0,0.9), rgba(0,0,178,0.1)) ,url('redtop.jpeg');
}
.pics9{
    grid-row: 5/6;
    grid-column: 1/-1;
    background:linear-gradient(rgba(0,0,0,0.9), rgba(0,0,178,0.1)) ,url('horse.jpeg');
}

.pics
{
    height: 75vh;
    width: auto;
    /* background:linear-gradient(rgba(0,0,0,0.9), rgba(0,0,178,0.1)), url('3.jpeg'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
    margin-right: 5vh;
    margin-left: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    color: white;
    font-family: 'Bad Script';
    text-shadow: 10px 10px 20px red;
}
.pics1
{
    height: 75vh;
    width: auto;
    background:linear-gradient(rgba(0,0,0,0.9), rgba(0,0,178,0.1)), url('3.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
    margin-right: 5vh;
    margin-left: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    color: white;
    font-family: 'Bad Script';
    text-shadow: 10px 10px 20px red;
}
@media (max-width:768px)
{
    .sec1{
        height: 765vh;
    }

    .images{
        display: flex;
        flex-direction: column;
       
       
    }
}
footer{
    margin-top: 50px;
    height: 7vh;
    width: auto;
    background-color: #7C1D3B;
    color: #E2E4D4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-weight: bolder;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}



 