
h1{
font-family: "Dancing Script", cursive;
font-optical-sizing: auto;
font-style: normal;
}
.logo{
    border-radius: 50%;
}

.nav-link{
    position: relative;
}

.nav-link::after{
    content: '';
    opacity: 0;
    transition: all 0.2s;
    height: 2px;
    width: 100%;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
}
.nav-link:hover::after{
    opacity: 1;
}

.dropdown-item{
    position: relative;
}
.dropdown-item:hover{
    background-color: transparent;
}
.dropdown-item::after{
    content: '';
    opacity: 0;
    transition: all 0.2s;
    height: 2px;
    width: 100%;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
}
.dropdown-item:hover::after{
    opacity: 1;
}

nav{
    color: white !important;
}
nav a{
    color: aliceblue !important;
}
.navbar-toggler-icon{
    background-color: aliceblue !important;
}
.web{
    width: 100%;
    height: 380px !important;
}

img.wd{
    height: 250px !important;
    width: 650px !important;
}

footer {
    background-color: black;
    color: #fff;
    padding: 10px;
    text-align: center;
    clear: both;
    bottom: 0;
    width: 100%;
    /* text-shadow: 1px 1px 2px #fff; */
}

@media only screen and (min-width:768px){
    .dropdown:hover .dropdown-menu{
        display: block;
    }

}


.cnt-f{
    height:auto;
    background-color: rgb(13, 12, 12);
}

.cnt-f p{
    /* font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic; */
  color: #fff;
  font-size: 19px;
}
.insta{
    
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;    
}
.insta i {
    background-color: #db152f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    height: 44px;
    width: 44px;
    border-radius: 50%; 
}
.email{
    text-decoration: none;
    display: flex;
    font-size: 25px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
#email{
    background-color: red;
    color: white;
    height: 44px;
    width: 44px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-top: 6px;
}
.phone{
    font-size: 25px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
#phone{
    background-color: green;
    color: white;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-top: 6px;
}

.WORKPROCESS{
    height:auto;
    background-color: rgb(32, 27, 27);
}

.WORKPROCESS img{
    border-radius: 50% !important;
}

.card{
    transition: all 0.3s;
}

.card:hover{
    transform: scale(1.15);
}

.figure{
    transition: all 0.3s;
}

.figure:hover{
    transform: scale(1.15);
}

.insta{
    transition: all 0.3s;
}

.insta:hover{
    transform: scale(1.15);
}

.email{
    transition: all 0.3s;
}

.email:hover{
    transform: scale(1.15);
}