*{
    font-family: "Lato", sans-serif;
}
.head{
    background-color: #bcbcbc;
    height: 580px;
    position: relative;
    border-bottom: 2px solid #bcbcbc;

}
.bd{
    border: 2px solid black;
}

.logo-edit{
    text-decoration: None;
    font-size:30px;
    font-weight: bold;
    color:white;
}
.nav-items{
    color:white;
    margin-left:15px;
    margin-right:15px;
}
.nav-items:hover{
    /* text-decoration: underline; */
    color:rgb(71, 71, 71);
    /* font-weight: bold; */
}
.header-text{
    font-size:60px;
    color:white;
    font-weight: bold;
    margin-top:80px;
}
.iph-img{
    width:350px;
}
.text-head{
    color:white;
    font-size:20px;
}
.head-btn{
    background-color: white;
    border-radius: 200px;
    border:none;
    /* font-size:14px; */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
    padding-left: 40px; 
    margin-top: 30px;
    box-shadow: 2px 2px 10x 2px #6e6e6e;
}
.body-ms-image{
    width:450px;
}
.sbo{
    padding-right:0px !important;
}
.em-txt-edit{
    display: flex;
    flex-wrap:wrap;
    flex-direction: row;
    align-self: center;
    align-items: center;
}
.em-head{
    font-size:40px;
    font-weight: bolder;
    color:black;

}
.em-txt{
    color:#3c3c3c;
}
.hv:hover{
    transform:translateY(-20px);
    transition: 0.6 ease-out;
}
.profile-div{
    height: 80px;
    width: 80px;
    border-radius: 200px;
}
.flv{
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.eb{
    background-color: #ededed; 
    border-radius:15px; 
    border:4px solid white;
}
.back-foot{
    background-color: #bcbcbc;
    height: 435px;
    margin-top:200px;
}
.heading-foot{
    font-size:22px;
    font-weight: bold;
    color:white;
    display: flex;
    align-items: center;
}
.sub-text{
    color:white;
}
.icn-bx{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content:center;
    margin-bottom: 100px;
}
.newsletter{
    margin-top:150px !important;

}
#newsletter{
    height: 40px;
}
.edit-form{
    width:300px;
    
    border-radius: 200px;
    padding-top:4px;
    padding-bottom: 4px;
    padding-right:20px;
    padding-left: 20px;
    background-color: #dddddd;
    border: none;
    color:black;

}
#newss{
    height: 48px;
    /* font-weight: bold; */
    font-size:16px;
    background-color: #dddddd;
    border:none;
    border-radius: 240px;
    padding-top:4px;
    padding-bottom: 4px;
    padding-right:20px;
    padding-left: 20px;
    margin-left:-40px;
    border: 4px solid white;
}
#newss:hover{
    background-color: #b9b9b9;
}
.ft-text{
    color:#626262;
}
.line{
    width:30px;
    color:white;
    height: 5px;
    margin-top:5px;
    background-color: white;
    border-radius: 20px;
}
.hamburger{
    display: none;
    padding:12px;
    padding-bottom: 17px;
    position: fixed;
    width:54px;
    top:5px;
    right: 5px;
    margin-bottom: 10px;
    
}
.hamburger:hover{
    background-color: #8e8e8e;
}
.cline1{
    width:30px;
    height: 5px;
    background-color: white;
    border-radius: 20px;
    transform: rotate(45deg);
    transform-origin:center;

}
.cline2{
    width:30px;
    height: 5px;
    background-color: white;
    border-radius: 20px;
    transform: rotate(-45deg);
    margin-top:-5px;
    transform-origin:center;
}

.cross{
    display: none;
    padding:12px;
    padding-bottom: 17px;
    position: fixed;
    width:54px;
    top:15px;
    right: 10px;
    /* margin-bottom: 10px; */

}
.bm{

    z-index: 2;
    background-color: #bcbcbc;
   

}
.full-background{
    
    width:100%;
    transition: 0.25s ease-in-out;
    /* opacity: 0.5; */
    
    
}
.logo-edit:hover{
    color:white;
}

.head-btn:hover{
    background-color: #e3e3e3;
}