
@font-face {
    font-family: myFirstFont;
    src: url(assets/img/font/IMPRISHA.TTF);
}
@font-face {
    font-family: myFirstFont1;
    src: url(assets/img/font/Hertical\ Sans\ Regular.otf);
}
@font-face {
    font-family: myFirstFont2;
    src: url(assets/img/font/ClassicGrotesquePro-SemiBold.ttf);
}
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
    
    
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
   
}
#img3{
    padding-top: 2.5vw;
    width: 100%;
}
#img4{
    padding: 2vw;
    width: 100%;
}
#text4,#text5,#text6{
    padding-bottom: 1vw;
    /* word-spacing: 0.3vw; */
    /* letter-spacing: 0.005vw; */
}
#text4{
    font-size: 1.8vw;
}
#text9{
    font-size: 1.4vw;
    padding-left: 1vw;
}
#textte{
    padding-left: 1vw;
    padding-bottom: 1vw;
}
#texts{
    padding-bottom: 0vw;
    word-spacing: 0.3vw;
    letter-spacing: 0.005vw;
    font-size: 1.7vw;
}
#texts1{
    padding-bottom: 0vw;
    word-spacing: 0.3vw;
    letter-spacing: 0.005vw;
    font-size: 1.7vw;
    padding-left: 1vw;
}
#imgg{
    width: 100%;
    height: auto;
    object-fit: contain;

}
#text6{
    padding-bottom: 0.5vw;
    word-spacing: 0.3vw;
    letter-spacing: 0.005vw;
    font-size: 1.1vw;
    padding-left: 20px;
}
#ull{
    font-size: 1.2vw;
}
#coll2{
    padding-top: 2vw;
    padding-left: 4vw;
}
#ro3{
    padding-left: 5vw;
    padding-right: 5vw;
    background-color: #ece7e3;
    padding-top: 3vw;
    padding-bottom: 5vw;
    /* margin-right: 2vw; */
}
#list2{
    margin-left: -37px;
}
#paddd{
    margin-top: 1.5vw;
}
#textd{
   color: #442819; 
   padding-bottom: 1vw;
   padding-left: 1vw;
}
#img{
    width: 10vw;
}
#text5{
    font-size: 1.1vw;
    font-weight: 300;
    /* padding-left: 1vw; */
}
#texttt{
    font-size: 1.1vw;
    font-weight: 500;
    line-height: 22px;
    /* padding-left: 1vw; */
}
#textr{
    font-size: 1.1vw;
    font-weight: 300;
    padding-left: 1vw;
    padding-bottom: 1vw;
}
#texth{
    font-size: 1.1vw;
    font-weight: 300;
    padding-left: 15px;
}
#ro2{
    /* padding: 4vw; */
    background-color:#ECE7E3;
   color: black;
}
.navbar {
    background-color: rgb(254, 253, 255);
    display: flex;
    /* justify-content: space-around; */
    /* align-items: center; */
    line-height: 5rem;
}

.left h1 {
    font-size: 2.5rem;
    cursor: pointer;
}
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
    border: none;
    /* margin-top: 2vw; */
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 250px;
    /* margin-top: 20vw; */
    margin: 0;
    padding: 0;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 0px 10px;
    
    margin-top:-33px;
    text-decoration: none;
   font-size: large;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ffffff;color: #04AA6D;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #3e8e41;}
  


#check:checked~ul {
    left: 0%;
}
.checkBtn {
    margin-top: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
    display: block;
}

#check {
    display: none;
}
.list {
    width: 30%;
    height: auto;
   
    background-color: rgb(255, 255, 255);
    text-align: center;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index:50;
    top: 7rem;
    left: 30%;
    margin-left: 70vw;
    margin-top: 10vw;
    transition: all 1s;
    
}
.list li{
    margin-top: -2vw;

    padding: 0;
}

.checkBtn {
    cursor: pointer;
    font-size: 30px;
    float: right;
    color: #000000;
    line-height: 80px;
}

.right ul {
    display: flex;
    margin-top: 20px;
    list-style: none;
}

.right ul li a {
    font-family: myFirstFont;
    padding: 15px 5px;
   /* font-weight: 600; */
    font-size: 1.3vw;
    color: #050505;
    cursor: pointer;
    text-decoration: none;
    transition: all 1s;
  /* border-right:2px solid rgb(0, 54, 23); */
  padding-top:7px;
    padding-bottom:7px;

}

.right ul li a:hover {
    background-color: #fff;
    border-radius: 7px;
    color: rgb(22, 7, 36);
}
#ro1{
    background-color: #1b4235;
   color: white;
   font-family: myFirstFont1;
   padding-bottom: 2vw;
}
#text1{
    padding-top: 12vw;
   
}
#text2{
    padding-top: 0.2vw;
    font-family: myFirstFont2;
}
#text3{
    padding-top: 3vw;
    font-size: 1.3vw;
    line-height: 1.6vw;
    font-family: myFirstFont2;

}
#img1{
    
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: contain;
    height: 35vw;
}
@media screen and (max-width:805px) {
    

    #check {
        display: none;
    }

.checkBtn {
        display: block;
    }

    #check:checked~ul {
        left: 0%;
    }

}
@media screen and (max-width:480px) {
    #ro2{
        padding-left:15px;
        padding-right: 15px;
    }
    #texttt{
        font-size: 4vw;
    }
    #texts1{
        font-size: 6vw;
    }
    #textr{
        font-size: 4vw;
    }
    #texth{
        font-size: 5vw;
       
    }
    #texts{
        font-size: 7vw;
      /* padding-left: 10px; */
    }
    #text4{
        font-size: 6vw;
    }
    #text5{
        margin-left: 2vw;
    }
    #text9{
        font-size: 5vw;
        padding-left: 5vw;
    }
    #text6{
        font-size: 5vw;
        
    }
    .list1 {
        width: 100%;
        height: auto;
        background-color: rgb(255, 255, 255);
        text-align: center;
        display: flex;
        flex-direction: column;
        position: fixed;
        z-index:50;
        top: 5rem;
        left: 100%;
        transition: all 1s;
        
    }
    .list1 li{
        margin-top: -7vw;
    
        padding: 0;
    }
    .list {
        margin-left: 150vw;

        display: none;
    }
    #text5{
        padding-left: 2vw;
        font-size: 5vw;
    }
    #check {
        display: none;
    }
#ull{
    font-size: 5vw;
 
}
    .checkBtn {
        display: block;
    }

    #check:checked~ul {
        left: 0%;
    }
    #img{
        width: 30vw;
        
    }
    #text3{
        
        font-size: 3.5vw;
        line-height: 3.6vw;
        font-family: myFirstFont2;
        padding-bottom: 5vw;
    
    }
    #img1{
    
        width: 100vw;
        background-repeat: no-repeat;
        background-position: contain;
        height: 60vw;
    }
    .right ul li a {
        font-family: myFirstFont;
        padding: 15px 5px;
       /* font-weight: 600; */
        font-size: 6vw;
        color: #050505;
        cursor: pointer;
        text-decoration: none;
        transition: all 1s;
      /* border-right:2px solid rgb(0, 54, 23); */
      padding-top:7px;
        padding-bottom:7px;
    
    
    }
    .right ul li a:hover {
        background-color: #1b4235;
        border-radius: 7px;
        color: rgb(254, 253, 255);
    }
    #hide{
        display: none;
    }
    
}