*{
    padding: 0px;
    margin: 0px;

}
.message-box {
    background-color: #e8e5defc;
    color: black;
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100vh;
    display: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.p-message-box{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    color: #000000;
    font-family: "Playfair Display", serif;
    letter-spacing: 3px;
    padding: 5px;
    text-transform: uppercase;
}
@media (max-width: 1000px) {
    .message-box {
        display: flex;
    }
}
.body{
    background-color: #E8E5DE;
    background-image: url('../../images/backk.png');
    background-repeat: repeat;
    background-size: cover;
    background-position: center center;
}
nav{
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 20px 30px;
}
.logo{
    font-family: "Playfair Display", serif;
    
}
.bdn{
    padding: 5px 15px;
    border: none;
    border-radius:5px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    color: #E8E5DE;
    background-color:#000 ;
    transition: 0.5s;
    font-family: "Playfair Display", serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 20px 30px;
}
.bdn:hover{
    background-color: rgb(253, 215, 165);
    transform: scale(1.03);
    color: #000;


}
.bdnNum{
    padding: 5px 15px;
    border: none;
    border-radius:5px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    color: #E8E5DE;
    background-color:#000 ;
    transition: 0.5s;
    font-family: "Playfair Display", serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 20px 30px;
    width: 60px;
}
.bdnNum:hover{
    background-color: rgb(253, 215, 165);
    transform: scale(1.1);
    color: #000;


}
.imgtext{
    width: 80px;
}
.main{
    display: flex;
    align-items: start;
    justify-content: center;
    height: 100vh;
    font-family: "Playfair Display", serif;
    width: 100%;
    height: auto;

    
}
.view{
     width: 50%;
     height: 500px;
     padding: 15px 15px;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     
}
.lastView{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0px;
    padding-bottom: 80px ;

}
.control{
    width:50%;
    height: auto;
    margin-bottom: 10px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 10px 10px;
   border-left: solid 1px;
}
.right{
    width:40%;
    height: auto;
    margin-bottom: 10px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 10px 10px;
   border-left: solid 1px;
}

.view1{
    display: grid;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
    

}
.view3{
    display: grid;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    

}
.control2{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
}
.control3{
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-div{
  
    width: 130px !important;
    transition: 0.7s;
}
.img-div:hover{
    transform: scale(1.1);
}

.supview{
    margin-top: 25px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.subcont{
    width: 80%;
    height: 350px;
}
.control1{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 150%;
}
.position{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100% ;
    height: 150px;
    margin-bottom: 50px;
    border-bottom:  solid 1px;
}












.switchimg{
    width: 75px  !important;
    height: 75px  !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}


.item1{
    grid-row: 2/5;
    grid-column:2/5;
    width: 75px ;
    height: 75px ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    transition: 0.7s;

}

.item1:hover{
    background-color: white;
    opacity:0.7;
}
.item2{
    grid-row: 2/5;
    grid-column: 6/9;
    width: 75px ;
    height: 75px ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    transition: 0.7s;
}
.item2:hover{
    background-color: white;
    opacity:0.7;
}
.item3{
    grid-row: 2/5;
    grid-column: 10/13;
    width: 75px ;
    height: 75px ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    transition: 0.7s;
    
}
.item3:hover{
    background-color: white;
    opacity:0.7;
}
.item4{
    grid-row: 2/5;
    grid-column: 14/17;
    width: 75px ;
    height: 75px ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    transition: 0.7s;
    
}
.item11{
    grid-row: 2/5;
    grid-column:2/5;
    width: 75px ;
    height: 75px ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    transition: 0.7s;
}
.item22{
    grid-row: 2/5;
    grid-column: 6/9;
    width: 75px ;
    height: 75px ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    transition: 0.7s;
}
.item33{
    grid-row: 2/5;
    grid-column: 10/13;
    width: 75px ;
    height: 75px ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    transition: 0.7s;
    
}
.item44{
    grid-row: 2/5;
    grid-column: 14/17;
    width: 75px ;
    height: 75px ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    transition: 0.7s;
}

.item4:hover{
    background-color: white;
    opacity:0.7;
}

.project{
    width: 80%;
    height: 100vh;
    background-color: aquamarine;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;

}
.imgpro{
    width: 80%;
}



.pdfview{
    padding-top: 186px;
    width:500px;
    height: 700px;
    background-image: url("../dpdf.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mainpdf{
    padding-top: 80px;

}
.bdnSwiitch {
    transition: 0.5s;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;

   
}

.bdnSwiitch:hover {
    transform: scale(1.1);
}
.typeSwit{
    width: 100px !important;
    transition: 0.7s;
}
.typeSwit:hover{
    transform: scale(1.1);
}
@media (ma-width:291px){
    .supview{
        margin-bottom:160px;
    }
}
@media (max-width:930px) {
    .view2{
        flex-direction: column;
        height: auto;
    }
    .left{
        height: auto !important;
    }
    .main{
    flex-direction: column !important;
    justify-content: start;
    align-items: center;
    height: auto;
    overflow-x: hidden;
    
    }
    .right{
        width: 90%;
   border-left: none;
   border-top: solid 1px;
   height: auto;

    }
    .control{
        width: 90%;
   border-left: none;
   border-top: solid 1px;
   height: auto;

    }
    .view{
        padding-top: 10px;
        margin-bottom: 30px;
        margin-top: 25px;
        width: 100%;
        height: auto;
    }
   
    .supview{
        margin-top: 25px !important;
        margin-top: 50px;
    }
    .view1{
    transform: rotate(90deg);
    margin-top: 50px;
    margin-left: 5px;
    margin-right: 5px;
    }

    
    .imgtext{
        transform: rotate(90deg);
        margin-top: 50px;
    }
    .control3{
        margin-right: 30px;
    }
    .lastView{
        flex-direction: column;   
        height: auto ;    
        margin: 0px 10px ;
        justify-content: space-between;
    }
    
    .bdnv{
        margin: 35px 20px !important;
        margin-top: 45px !important;
    }
    .position{
        height: 70px;
        margin-bottom: 25px !important;
    }
   
    
}
.titleLast{
    font-size:20px;
}
.switchIMG{
    margin: 10px 70px;

}
.bdn_buton{
    background-color: #E8E5DE;
    width: 50px;
}

.view2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:20px 0px ;

}

.left{
    display: flex;
    flex-direction: column !important;
    height: auto;
    align-items: center;
    justify-content: start;
    width: 60%;
}


.bdnv{
    padding: 5px 15px;
    border: none;
    width: 70px;
    height: 50px;
    border-radius:5px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    color: #E8E5DE;
    background-color:#000 ;
    transition: 0.5s;
    font-family: "Playfair Display", serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 35px 30px;
}
.bdnv:hover{
    background-color: rgb(253, 215, 165);
    transform: scale(1.1);
    color: #000;


}




