    @import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Roboto&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital@1&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
     :root {
        --primary-color: #2929a3;
        --secondary-color: #FFF;
    }
    
    * {
        margin: 0;
        box-sizing: border-box;
        font-family: 'Lucida Sans Regular', Arial, Helvetica, sans-serif;
        padding: 0;
        scroll-behavior: smooth;
    }
    /* navigation bar */
    
    .navbar-dark .navbar-brand {
        font-size: 1.3rem;
        color: khaki!important;
        word-spacing: 2px;
    }
    
    .navbar {
        background-color: var(--primary-color);
    }
    
    .navbar ul li a:hover {
        color: midnightblue;
        background: khaki;
        opacity: 1;
        transition: all 1ms ease-in-out;
        /* padding: 2px 20px; */
    }
    
    .navbar-nav a {
        padding: 15px 80px 15px 0;
        z-index: 1;
        opacity: 1;
    }
    
    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
    }
    
    #changeWidth {
        max-width: 30%;
        margin: auto;
    }
    
    .nav-item {
        padding-right: 25px;
    }
    
    .nav-item a {
        padding: 12px 20px;
        /* home page */
    }
   
    nav li a {
        text-decoration: none;
        color: #fff;
        line-height: 0.8;
        font-size: 1rem;
        font-weight: bold;
        display: block;
        padding: 6px 10px;
        overflow: hidden;
    }
    
    .intro {
        height: 100vh;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        background: url(../images/background.jpg) no-repeat center center/cover;
        background: black;
        background-blend-mode: multiply;
        opacity: 1;
        z-index: -2;
      
    }
    
    .sub-intro {
        width: 100%;
        margin: 0 auto;
        height: 30%;
    }
    
    .sub-intro p {
        overflow: hidden;
        border-right: .15em solid var(--primary-color);
        font-size: 2.5rem;
        letter-spacing: .15em;
        animation: typing 5.5s steps(44, end), blink-caret .75s step-end infinite;
        white-space: nowrap;
        word-wrap: break-word;
        width: 100%;
        margin: auto;
        color: var(--secondary-color);
        text-align: center;
        z-index: 100;
    }
    /* The typing effect */
    
    @keyframes typing {
        from {
            width: 0%;
        }
        to {
            width: 80%;
        }
    }
    /* The typewriter cursor effect */
    
    @keyframes blinkTextCursor{
        from{border-right-color: rgba(255,255,255,.75);}
        to{border-right-color: transparent;}
      }
    
    .sub-intro {
       margin-top: 100px; 
        align-items: center;
       
    }
    
    span {
        color: var(--secondary-color);
        font-family: 'Lobster', cursive;
    }
    
    .span {
        align-content: center;
        display: inline-block;
        text-decoration: none;
        text-transform: capitalize;
        font-size: 1.3rem;
        font-weight: 700px;
        color: var(--secondary-color);
        margin-top: 25px;
        margin-left: 30px;
        background: var(--primary-color);
        padding: 15px 20px;
        border: #fff solid 1px;
        border-radius: 4px;
        text-align: center!important;
        box-shadow: -3px 5px 1px #fff;
    }
    
    .span:focus,
    .span:hover {
        transform: scale(0.8);
        color: var(--primary-color);
        transition: all 1s ease-in-out;
    }
    
    /* main section */
    
    #section {
        background: black;
        padding: 20px 0;
    }
    
    #about {
        width: 100%;
        flex: 1;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        max-width: 1100px;
        margin: auto;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    
    .image {
        width: 30%;
        align-self: center;
        justify-content: center;
    }
    
    .image img {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        border: var(--primary-color) 3px solid;
        margin-right: 0!important;
    }
    
    .remlad-info {
        width: 70%;
        text-align: justify;
        color: white!important;
        font-family: 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        text-align: justify;
        font-size: 1.2rem;
        padding: 15px;
        line-height: 1.9em;
        word-spacing: 2px;
    }
    
    #main-container h3,
    .testimonial,
    .moment,
    section h6,
    .project-container h3 {
        text-align: center!important;
        color: #fff;
        padding: 12px;
        font-size: 2rem;
        margin-bottom: 20px;
    }
    
    @media(max-width:320px) {
        #section {
            width: 100%;
        }
        #about {
            width: 100%;
            flex: 1;
            display: flex;
            flex-direction: column;
        }
        .image {
            width: 50%;
        }
    }
    /* moment */
    
     #main-container{
       
        background: black !important;
        color: #f3f3f3;
    }
   
    .skills {
       
        font-weight: bolder;
        border-radius: 5px;
        border: var(--primary-color) solid 2px;
        flex-basis: 150px;
        text-align: center;
        margin: auto;
        padding: 5px 10px;
       
    } 
    /* testimonial */
    
    .testimonials {
        background: black;
        text-align: center;
        font-size: 1.6rem;
        padding: 2rem 1.5rem;
        color: #fff;
        z-index: -1;
    }
    
    .testimonial-container {
        display: flex;
        flex-wrap: nowrap;
        height: auto;
        justify-content: space-evenly;
        align-items: flex-start;
        align-self: center;
    }
    
    .testimonial-heading {
       
        width: 380px;
        margin: 1rem;
        background: var(--primary-color);
        border: 2px solid var(--secondary-color);
        padding: 2rem;
        height: 450px;
        border-radius: 8px;
        box-shadow: 0 2.8px 2.2px var(--secondary-color),
    }
    
    .testimonial-subhead {
        border-bottom: 1px solid #fff;
    }
    
    .testimonial-subhead img {
        width: 40%;
        border-radius: 50%;
        border: var(--primary-color) 2px solid;
    }
    
    .test-msg {
        display: flex;
        align-content: flex-end;
        text-align: left;
        flex-basis: 50%;
        padding-bottom: 10px;
       
    }
    
    .test-msg span:first-child {
        font-size: 1rem;
        font-family: Georgia, 'Times New Roman', Times, serif;
        padding-right: 10px;
    }
    
    .test-msg span:last-child {
        font-size: .8rem;
        align-self: flex-end;
        font-family: Georgia, 'Times New Roman', Times, serif;
        padding-right: 10px;
    }
    /* project  */
    
    section .project-container {
        background: black;
    }
    
   
    
    .signup-form {
        height: inherit;
        margin: 20px auto;
    } 
    
    .signup-form p {
        text-align: center!important;
     
    }
    
    .card{
        border-color:transparent;
        transition: all 1s linear;
    }
    .card-footer{
        background:transparent;
        border-top:transparent;
        background-color: var(--primary-color) !important;
        transition:all 1s linear;
    }
    .card:hover{
    transition: all 1s linear;
    box-shadow: 0 0 28px var(--secondary-color);
         
        }
     .card-footer:hover{
            background:rgba(247,247,247);
        }
    .signup-form p a {
        text-decoration: none;
        color: var(--secondary-color);
        font-weight: 200px;
        font-size: 16px;
        font-family: inherit;
        margin-left:5px
    }
    
 
    
 iframe {
        height:inherit;
        width: inherit;
        border: var(--primary-color) 2px solid;
        border-radius: 5px;
        box-shadow: 0 0 28px var(--secondary-color);
    } 
    /* contact section */
    /* footer */
    
    footer {
        background-color: black;
    }
    
    footer .sub-container {
        width: 80%;
        margin: auto;
        text-align: center;
    }
    
    footer .sub-container h3,
    footer .sub-container h3 {
        text-align: center;
        color: #fff;
        line-height: 1.2rem;
        text-transform: uppercase;
        font-weight: bolder;
        max-width: 300px;
        margin: auto;
        transition: all 3s ease-in;
        padding: 12px;
        
        margin-bottom: 20px;
    }
    
   
    
    form input,
    textarea {
        padding: 10px;
        font-family: Verdana, Tahoma, "raleway thin", sans-serif;
        border: 2px solid var(--primary-color);
        color: var(--secondary-color);
        border-radius: 5px;
        width: 300px;
        margin-bottom: 10px;
        background-color: black;
        border-right-style: hidden;
        border-top-style: hidden;
        border-left-style: hidden;
    }
    
    form {
        margin-top: 10px;
    }
    
    input:focus,
    textarea:focus {
        outline: none;
        background: black;
        border-color: var(--primary-color);
    }
    
    .submit {
        cursor: pointer;
        color: #fff!important;
        border-radius: 10px;
        font-size: 18px;
        width: 40%;
        margin: 10px 0;
       
        padding: 10px;
        font-weight: bold;
        background: var(--primary-color);
        box-shadow: -3px 5px 2px var(--secondary-color);
    }
    
    .submit:hover {
        color: black !important;
        transform: scale(1);
    }
    
    footer .contact ul {
        width: 250px;
        margin: auto;
    }
    
    footer .contact ul li {
        display: inline;
        list-style-type: none;
        text-align: center;
    }
    
    .contact ul li img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 14px;
        background-color: var(--primary-color);
        margin-left: .4rem;
    }
    
    .contact ul li img:hover {
        transform: scale(1.2);
    }
    
    footer p {
        text-align: center;
        line-height: 1.4em;
        font-weight: bold;
        font-family: "raleway thin";
        color: var(--secondary-color);
    }
    
    .newsletter {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 5rem;
        margin: 30px;
    }
    
    #news {
        display: flex;
    }
    
    form .submit-btn {
        margin: 15px;
        width: 130px;
        background: var(--primary-color);
        text-align: center!important;
        border: var(--secondary-color) solid 2px;
        padding: 8px 1.6rem;
        font-weight: 700px;
        display: inline;
        color: white;
        box-shadow: -2px 2px 2px var(--secondary-color);
        transition: all 1s ease-in-out;
    }
    
    form .submit-btn:hover {
        transform: scale(1);
        color: var(--secondary-color)
    }
    /* media queries */
    
    @media (max-width: 900px) {
        header {
            display: flex;
            justify-content: center;
            width: 100%;
            height: 3rem;
            align-items: center;
        }
        .logo {
            width: 100%;
            align-self: flex-start;
            font-size: 0.9rem;
            display: none;
        }
        #navbars ul {
            width: 90%;
            align-items: center;
            justify-content: center;
            display: none;
        }
       
        /* typewriter effect */
        .sub-intro p {
            overflow: hidden;
            border-right: .15em solid var(--primary-color);
            font-size: 2rem;
            word-break: break-all;
            word-wrap: wrap;
        }
        /* landing page  */
        .intro {
            height: 100vh;
        }
        .sub-intro p {
            color: #fff;
            text-align: center;
            font-size: 1rem;
            word-wrap: none;
        }
        .span {
            font-size: 0.8rem;
            font-weight: 700px;
            color: var(--secondary-color);
            margin-top: 15px;
            margin-left: 20px;
            background: var(--primary-color);
            padding: 10px 15px;
            border: var(--secondary-color) solid 1px;
            border-radius: 4px;
            text-align: center!important;
        }
        /* section */
        #about {
            width: 100%;
            
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
           font-family: Georgia, 'Times New Roman', Times, serif;
        }
        .image {
            width: 50%;
            display: block;
            align-self: center;
        }
        .image img {
            width: 200px;
            height: 200px;
            border-radius: 50%;
         
        }
        .remlad-info {
            width: 100%;
            text-align: justify;
            color: white!important;
            font-size: 1.2rem;
            padding: 1rem;
            line-height: 1.5rem;
            font-family: sans-serif;
            word-wrap: none;
            word-spacing: none;
        }
        
        /* testimonial */
        .testimonials {
            padding: 2rem;
            /* margin-top: 12px; */
        }
      
        .testimonial-container {
            display: flex;
            flex-wrap: wrap;
            height: auto;
            justify-content: center;
            align-items: baseline;
            
        }
        .testimonial-heading {
          
            width: 300px;
            height: 400px;
            margin: 0.5rem 2rem;
            background: var(--primary-color);
            border: 1px solid var(--secondary-color);
            border-radius: 1rem;
            padding: 2rem;
            height: 200px;
        }
        .testimonial-subhead {
            border-bottom: 1px solid #fff;
            display: flex;
        }
        .testimonial-subhead h4 {
            font-size: 1rem;
        }
        .testimonial-subhead img {
            width: 20%;
            border-radius: 50%;
        }
        .test-msg {
            display: flex;
            align-content: flex-start;
            text-align: left;
            flex-basis: 15%;
            padding-bottom: 10px;
           
        }
        .test-msg blockquote cite p {
            font-size: 0.8rem;
            line-height: 1;
            text-align: center;
            text-transform: justify;
        }
        form input,
        textarea {
            border-radius: 5px;
            width: 200px;
            margin-bottom: 10px;
            background-color: var(--primary-color);
        }
        form input:focus,
        textarea:focus {
            outline: none;
            color: black;
            background: var(--secondary-color);
        }
        form input {
            border-right-style: hidden;
            border-left-style: hidden;
            border-top-style: hidden;
        }
    }