*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.dropbtn {
    background-color: transparent;
    color: black;
    padding: 8px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
}

/* .dropdown-content a:hover {
    background-color: #7f7a7aa7;
} */

.dropdown:hover .dropdown-content {
    display: block;
}

/* .dropdown:hover .dropbtn {background: transparent;} */
.bran{
    color: #f4511e !important;
    font-weight: bold;
}
.backgr {
    background-color: white !important;
}
.butt{
    color: black!important;
    text-decoration: none;
}
.butt:hover {
   
    color:#f4511e  !important;
}
.col a:hover{
    color: #f4511e;
}
/* navbar end */
body,html{
    height: 100vh;
    background-color:rgba(0, 0, 0, 0.5) ;
  }
  .banrap1{
    width: 100%;
    height: 100vh;
    margin: auto;
    padding-top: 250px;
    /* border: 2px solid white; */
    background-color:rgba(0, 0, 0, 0.562) ;
 }
  .company{
    width: 50%;
    /* height: 50vh; */
    margin: auto;
    border: 5px solid silver;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
 }
 .company p{
    text-align: center;
    color: aliceblue;
    font-size: 35px;
 }
 .company h1{
    color: #f4511e;
    text-align: center;
    font-size:85px;
    font-family: 'Dancing Script', 'cursive';
    font-weight: bolder;
 }
  .parallax {
    /* The image used */
    background-image: url("./ven_back.png");
    /* Full height */
    height: 100%; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
/* .bakgrset{
    background-color:rgba(0, 0, 0, 0.5) ;
} */
.contact{
    height: 110vh;
    background-color:white ;
}
.bakgrset{
    font-family:'Poppins',sans-serif;
}
.container{
    position: relative;
    min-height: 75vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.contact .content{
    max-width: 800px;
    text-align: center;
    margin: auto;
}
.contact .content h2{
    font-size: 36px;
    font-weight: 500;
    /* color: black; */
}
.contact .content p{
    font-weight: 300;
    color: black;
    
}
.container{
    width: 100%;
    height: 20vh;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* border: 2px solid red; */
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
}
.container .contactInfo{
   width: 50%; 
   display: flex;
   flex-direction: column;
   /* border: 6px solid rgb(40, 240, 13); */
}
.container .contactInfo .box{
    position: relative;
    padding: 20px 0;
    display:flex;
}
.container .contactInfo .box .icon{
    min-width: 50px;
    height: 50px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
}
#zoom-in-out-box i{
    animation: zoom-in-zoom-out 1s ease infinite;
  }
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    }
  }
.container .contactInfo .box .text{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    /* color: #fff; */
    flex-direction: column;
    font-weight: 300;
}
.container .contactInfo .box .text h3{
    font-size: 500;
    color: #00bcd4;
}
.contactFrom{
    width: 100%;
    padding: 40px;
    background: #f4511e;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 50px;
}
.contactFrom h2{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}
.contactFrom .inputBox{
    position: relative;
    width: 100%;
    margin-top: 10px;
    color: #fff;
}
.contactFrom .inputBox input{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
}
.contactFrom .inputBox input:focus ~ span,
.contactFrom .inputBox input:valid ~ span,
.contactFrom .inputBox textarea:focus ~ span,
.contactFrom .inputBox textarea:valid ~ span{
    color: #00bcd4;
    /* font-weight: bold; */
    /* box-shadow: 10px 15px 15px 0px rgba(0, 0, 0, 0.2); */
}
/* .contactFrom .inputBox span{
    position: absolute;
    left: 0;
} */
/* footmap */
.footmap{
    width: 100%;
    height: 730px;
    background-color: #333;
}
.footmaprap{
    width: 99%;
    height: 350px;
    display: flex;
    justify-content: center;
    margin: auto;   
    column-gap: 10px;
    
}
.foodmapli{
    width: 100%;
    height: 320px;
    /* border: 3px solid white; */
    /* border: 2px solid white; */
}
.text h2{
    text-align: center;
}
.maplink{
    width: 100%;
    height: 270px;
    border: 2px solid #f4511e; 
}
.maplink iframe{
    width: 100%;
    height: 266px;
}
.text  h2{
    color: #fff;
}
.quickacc{
    height: 10vh;
    background-color: #333;
}
.quickaccrap{
    width: 900px;
    
    margin: auto;
}
.Quickk{
    text-align: center;
}
.Quickk h5{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.quick_text i{
    margin-left: 4px;
    margin-right: 4px;
    font-size: 15px;
    color: white;
}
.Quickk a{
 text-decoration: none;
 color: white;
 padding-left: 5px;
 padding-right: 5px;
 padding: 5px;
}
.Quickk a:hover{
    /* background-color: white; */
    border-bottom: 2px solid white;
    color: #f4511e;
    /* border-radius: 50px; */
    /* margin: 2px; */
}
/* Under line */
.under{
    width: 100%;
    height: 5vh;
    background-color: rgb(55, 52, 52);
   
}
.underrap{
    width: 95%;
    padding-top: 3px;
    /* border-top: 2px solid rgba(255, 255, 255, 0.708); */
    border-top: 2px solid #f4511e; 
    margin: auto;
}
.underrap h6{
    color: white;
    text-align: center;
}
@media screen and (min-device-width: 390px) and (max-device-width: 844px){
    .banrap1{
        width: 100%;
        height: 60vh;
        margin: auto;
        padding-top: 200px;
        /* border: 2px solid white; */
        background-color:rgba(0, 0, 0, 0.562) ;
        
     }
    .company{
        width: 60%;
    }
    .company h1{
        font-size: 45px;
        color: #f4511e;
        text-align: center;
        /* font-size:85px; */
        font-family: 'Dancing Script', 'cursive';
        /* font-weight: bolder; */
        
     }
     .company p{
        text-align: center;
        color: aliceblue;
        font-size: 25px;
     }
     .contact{
        width: 100%;
        height: 160vh;
        background-color:tan ;
        
        /* border: 2px solid red; */
    }
    .contact .content p{
        padding: 30px;
        /* resize: none; */

    }
    .container{
        display: flex;
    }
    .container{
        position: relative;
        margin-top: 80px;
        min-height: 100vh;
        overflow: hidden;

    }
    .container{
        width: 100%;
        height: 20vh;
    }
    .container .contactInfo{
        width: 100%; 
        display: flex;
        flex-direction: column;
     }
     .container .contactInfo .box .text h3{
        font-size: 10;
        color: black;
    }
    
    .contact .content{
        max-width: 500px;
        text-align: center;
        /* margin: auto; */
    }
    .container .contactInfo .box .icon{
        min-width: 30px;
        height: 30px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: 12px;
        color:  black;
    }
    .contactFrom{
        width: 80%;
        height: 50vh;
        padding: 30px;
        background: #f4511e;
        border-top-left-radius: 50px;
    }
    .contactFrom h2{
        font-size: 20px;
        color: #fff;
        font-weight: 500;
        text-align: center;
    }
    .contactFrom .inputBox{
        position: relative;
        width: 100%;
        margin-top: 10px;
        color: #fff;
    }
    .contactFrom .inputBox input{
        width: 100%;
        padding: 5px 0;
        font-size: 16px;
        margin: 10px 0;
        border: none;
        border-bottom: 2px solid #333;
    }
    /* footer */
    .footmap{
        width: 400px;
        height: 530px;
        background-color: #333;
    }
    .footmaprap{
        width: 100%;
        height: 200px;
        display: grid;
        grid-template-columns: auto auto;
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        
    }
    .foodmapli{
        width: 100%;
        height: 50px;
        /* border: 3px solid white; */
        /* border: 2px solid white; */
    }
    .text h2{
        text-align: center;
        font-size: 13px;
    }
    .maplink{
        width: 100px;
        height: 70px;
        border: 2px solid #f4511e; 
    }
    .maplink iframe{
        width: 100%;
        height: 70px;
    }
    .text  h2{
        color: #fff;
    }
    .quickacc{
        height: 10vh;
        background-color: #333;
    }
    .quickaccrap{
        width: 100px;
        display: inline;
        /* margin: auto; */
    }
    .Quickk{
        text-align: center;
    }
    .Quickk h5{
        font-size: 16px;
        color: #fff;
        text-align: center;
    }
    .quick_text i{
        margin-left: 4px;
        margin-right: 4px;
        font-size: 15px;
        color: white;
    }
    .Quickk a{
     text-decoration: none;
     color: white;
     padding-left: 5px;
     padding-right: 5px;
     padding: 5px;
    }
    .Quickk a:hover{
        /* background-color: white; */
        border-bottom: 2px solid white;
        color: #f4511e;
        /* border-radius: 50px; */
        /* margin: 2px; */
    }
}