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;
    }

    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;
        }

    }

@media only screen and (min-width:980px){
    .cust-img{
        height: 350px;
    }
}

@media only screen and (min-width:680px){
    .cust-img{
        height: 300px;
    }
}
    .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;
        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;
    }
    .insta{
        transition: all 0.3s;
    }
    
    .insta:hover{
        transform: scale(1.15);
    }
    ul a{
        text-decoration: none;
        padding: 10px;
    }    
    /* div.list{
        display: flex;
    } */

    .email{
        transition: all 0.3s;
    }
    
    .email:hover{
        transform: scale(1.15);
    }