/* ------------------- Google Fonts ------------------- */
/* ------------------- Poppins ------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
*{
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-padding-top: 2rem;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
}
/* ------------------- Roboto Slab ------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Roboto+Slab:wght@400;500;600;700;800&display=swap');
*{
    font-family: "Roboto Slab", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-padding-top: 2rem;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
}
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@700&display=swap');
*{
    font-family: 'Space Grotesk', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-padding-top: 2rem;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
}
/* ------------------- Body ------------------- */
body, html {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    background-color: #2A1B30;
    font-family: "Poppins", sans-serif; /* Apply Poppins font to the entire document */
    scroll-behavior: smooth;
  }
section {
    min-height: 100vh;
    position: relative;
}
/* ------------------- Colors ------------------- */
.bg-custom-primary {
    background-color: #2A1B30!important; 
}
.bg-custom-secondary {
    background-color: #331D3A !important; 
}
.bg-custom-success { /*3b2a43*/
    background-color: #2C1B33!important; 
}
.bg-custom-warning{
    background-color: #7C5C8C!important;
}
/* ------------------- Navigation Bar ------------------- */
.navbar-brand{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 35px;
    color: white !important;
    padding-left: 40px;
}
.center-right-image {
    position: absolute;
    top: 55%;
    left: 30%;
    transform: translateY(-100%);
    max-width: 100%;
}
.nav-link{
    font-family: 'Poppins';
    font-weight: bold;
    color: white !important;
    text-transform: uppercase;
    border-radius: 10px;
    letter-spacing: 1px;
    font-size: 16px;
}   
.offcanvas-header .btn-close {
    margin-top: 19px;
    margin-right: 2px;
    margin-bottom: 30px;
}
.offcanvas-body .navbar-nav .nav-link {
    line-height: 2; 
    font-size: 16px;
    padding-bottom: 10px;
}
.offcanvas-body .navbar-nav .nav-link:hover {
    background: #2C1B33;
      color: #ffffff;
      padding: 10px;
      padding-left: 20px;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), -5px -5px 10px rgba(255, 255, 255, 0.3), inset 5px 5px 10px rgba(0, 0, 0, 0.1), inset -5px -5px 10px rgba(255, 255, 255, 0.3);
      cursor: pointer;
      border: 2px solid rgba(255, 255, 255, 0.7);
      transform: scale(0.9); 
}
.offcanvas-body .navbar-nav .nav-link:hover {
    background: #2C1B33;
    color: #ffffff;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), -5px -5px 10px rgba(255, 255, 255, 0.3), inset 5px 5px 10px rgba(0, 0, 0, 0.1), inset -5px -5px 10px rgba(255, 255, 255, 0.3);
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.7);
}
.navbar-toggler{
    border: none;
}
/* ------------------- Larger Screens ------------------- */
@media all and (min-width: 992px) {
    .nav-link {
        background: #2C1B33;
        color: black;
        display: inline-block;
        padding: 10px;
        padding-left: 20px;
        transition: background 0.4s, box-shadow 0.4s, color 0.4s;
    }
    .nav-link:hover {
        background: #2C1B33;
        color: #ffffff;
        padding: 10;
        padding-left: 30px; 
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), -5px -5px 10px rgba(255, 255, 255, 0.3), inset 5px 5px 10px rgba(0, 0, 0, 0.1), inset -5px -5px 10px rgba(255, 255, 255, 0.3);
        cursor: pointer;
        border: 2px solid rgba(255, 255, 255, 0.7);
    }
}
/* ------------------- Smaller Screens ------------------- */
@media all and (max-width: 991px) {
    .nav-link {
        background: #2C1B33;
        color: black;
        display: inline-block;
        padding: 10px;
        padding-left: 20px;
        margin-bottom: 50px; 
        margin-left: 20px; 
        transition: background 0.4s, box-shadow 0.4s, color 0.4s;
    }
    .nav-link:hover {
        background: #2C1B33;
        color: #ffffff;
        padding: 10;
        padding-left: 30px; 
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), -5px -5px 10px rgba(255, 255, 255, 0.3), inset 5px 5px 10px rgba(0, 0, 0, 0.1), inset -5px -5px 10px rgba(255, 255, 255, 0.3);
        cursor: pointer;
        border: 2px solid rgba(255, 255, 255, 0.7);
    }
}
/* ------------------- Home Page ------------------- */
h1{
    line-height: 37px;
}
.center-right-image {
    position: absolute;
    top: 86%;
    left: 60%;
    transform: translateY(-100%);
    max-width: 100%;
}
.mt-custom {
    margin-top: 10rem !important;
}

.header-home{
    font-size: 60px!important;
    font-family: 'Poppins';
    text-transform: uppercase;
    line-height: 80px;
    letter-spacing: 5px;
    font-weight: 600;
}
#project-button {
    background-color: #331D3A;
    border: none;
    width: 140px;
    font-size: 25px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-radius: 10px;
}

#project-button:hover,
#project-button:active {
    transform: scale(1.05);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.6), 0px 0px 8px rgba(0, 0, 0, 0.1);
}
/* ------------------- Large Screens ------------------- */
@media all and (min-width: 992px) {
.my-pic{
    margin-left: 400px;
    overflow: hidden;
    max-width: 100%;
    border: none;
    outline: none;
    margin-top: 30px;
    margin-left: 60px;
    overflow: hidden;
    max-width: 100%;
    border: none;
    outline: none;
    display: block;
}#denimage{
    margin-left:900px!important;
    width:100%;
    height: auto;
}}
@media only screen and (max-width: 640px) {
    .header-home{
        font-size: 50px!important;
        font-family: 'Poppins';
        text-transform: uppercase;
        line-height: 70px;
        letter-spacing: 5px;
        font-weight: 600;
    }
}
/* ------------------- About Me Page ------------------- */
.about{
    color: white;
}
.span-text{
    color: white;
    font-weight: 600;
    font-family:'Poppins';
    letter-spacing: 1px;
    margin-top: -10px;
}
#popover-button{
    font-family: 'Poppins';
    border: none;
}
.about{
    font-family: 'Poppins';
}
#about-quote{
    font-style: italic;
    color: #FFFFFF;
}
#about-me-text{
    color: white;
}
#about-title{
    color: #777377;
}
.custom-popover {
    --bs-popover-border-color: var(--bd-violet-bg);
    --bs-popover-header-bg: var(--bd-violet-bg);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-color: var(--bs-white);
    background-color: #7C5C8C;
    border-radius: 16px; 
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);  
}
.popover-header {
    background-color: #7C5C8C; 
    color: #FFFFFF;
    font-weight: 700;
    border: none; 
    border-radius: 10px;
    padding: 10px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: #7C5C8C; 
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
    top: var(--bs-popover-border-width); 
    border-top-color: #7C5C8C; 
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-bottom-color: #7C5C8C; 
}
.custom-popover .popover-body {
    margin-top: -25px; 
}
.custom-list {
    padding-left: 0px;
    margin-bottom: 4px; /* Adjust the padding-left as needed */
}
#popover-button {
    background-color: #43264b;
    border: none;
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-radius: 10px;
}

#popover-button:hover,
#popover-button:active {
    transform: scale(1.05);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.6), 0px 0px 8px rgba(0, 0, 0, 0.1);
}

#box-container {
    background-color: #6b3f75; /* New box-container background color */
}

/* ------------------- Larger Screens ------------------- */
@media all and (min-width: 992px) {
    .py-custom{
        padding: 20px;
        padding-top: 4px;
    }
    #box-box-container{
        margin-top: -30px;
    }
    #box-container{
        margin-left: 10px;
        margin-right: 70px;
        margin-top: 10px;
        padding-bottom: 25px;
        border-radius: 10px;
        padding-top:30px;
        padding-left: 50px;
        padding-right: 10px;
        box-shadow:  -6px 7px 25px #140d18;
    }
    #popover-button{
        width: auto; 
        padding: 10px 30px;
        flex-grow: 1;
        margin: 17px;
        margin-top: 10px;
    }
    .popover-header {
        font-size: 19px;
        padding-top: 20px;
        padding-left: 15px;
    }
    .custom-list {
        padding-left: 2px;
        margin-bottom: 4px; 
    }
    #button-container{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 10px;
    }
    .custom-list {
        padding-left: 0px;
        margin-bottom: 4px; 
    }
    .btn-secondary {
        flex-grow: 3; 
        margin: 5px; 
    }
    .span-text{
        font-size: 25px;
    }
    #about-title{
        font-size: 16px;
    }
    #about-name{
        font-size: 40px;
    }
    #about-me-text{
        font-size: 16px;
    }
    .custom-popover {
        --bs-popover-max-width: 300px;
        --bs-popover-body-padding-x: 1rem;
        --bs-popover-body-padding-y: .5rem;
        font-size: 17px;
        padding-left: 10px;
        padding-bottom: 5px;
    }
}
/* ------------------- Medium Screens ------------------- */
@media all and (min-width: 768px){
    #about-text-container{
        padding-left: 8px;
    }
}
/* ------------------- Smaller Screens ------------------- */
@media all and (max-width: 1080px) {
    .py-custom{
        padding: 10px;
    }
    #box-container{
        border-radius: 10px;
        padding-top: 15px;
        padding-right: 10px;
        padding-left: 25px;
        box-shadow:  -2px 5px 11px #140d18;
    }
    #button-container{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 10px;
    }
    #popover-button{
        width: auto; 
        padding: 10px 20px;
        flex-grow: 1; /* Adjust the flex-grow value as needed */
        margin: 8px;
        font-size:  .6rem;
        margin-top: 5px;
    }
    #popover-button:hover {
        box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.3);
    }
    .span-text{
        font-size: 16px;
    }
    #about-title{
        font-size: 10px;
    }
    #about-name{
        font-size: 20px;
    }
    #about-me-text{
        font-size: 12px;
        text-align: justify;
        text-justify: inter-word;
    }
    #about-quote{
        font-size: 13px;
    }
    .custom-popover {
        --bs-popover-max-width: 500px;
        --bs-popover-body-padding-x: 1rem;
        --bs-popover-body-padding-y: .5rem;
    }
}
@media only screen and (max-width: 640px){
    #popover-button{
        width: auto; 
        padding: 10px 20px;
        flex-grow: 1; /* Adjust the flex-grow value as needed */
        margin: 8px;
        font-size:  .5rem;
        margin-top: 5px;
    }
}
/* ------------------- Projects Page ------------------- */
.project-title {
    color: white;
    font-family: 'Poppins';
}
.project-text {
    font-family: 'Poppins';
    color: white;    
    text-justify: inter-word;
}
.project-ul{
    list-style: none;
    display: inline-block;
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    display: flex;
}
.project-sort{
    color: white;
    font-family: 'Poppins';
    font-size: 13px;
}
.project-card-title{
    font-family: 'Space Grotesk', sans-serif!important;
    font-weight: bold!important;
    color: white;
    margin-top: 20px;
}
.project-card-text{
    color: white;
    font-family: 'Poppins';
}
#clock-app{
    max-width: 100%;
}
#other-card{
    background-color: #2B1B33;
}
.video-container {
    overflow: hidden;
    border: none;
    outline: none;
}
video{
    display: block;
}
.p-card {
    position: relative;
    overflow: hidden;
}

.project-img-top {
    transition: transform 0.3s ease-in-out; /* Add a smooth transition effect */
}

.project-img-top:hover {
    transform: scale(1.05); /* Scale the image on hover */
}
.show-project-text{
    color: white;
    margin-left: 20px;
    text-decoration: none;
    font-size: 18px;
    transition: transform 0.3s ease-in-out;
}
.show-project-text:hover {
    text-decoration: underline;
    font-size: 18.5px; /* Adjust the scale factor as needed */
}
#app-dream-list a{
    text-decoration: none!important;
}
#other-card{
    text-decoration: none!important;
}

/* ------------------- Large Screens ------------------- */
@media all and (min-width: 992px) {
    .video-container {
        height: 1000px!important;
        max-width: 100%;
        margin-top: -40px;
        margin-left: 150px!important;
    }
    .project-title {
        font-size: 8000px!important;
        line-height: 160px!important;
        margin-top: 40px!important;
    }
    .project-text {
        margin-left: 10px;
        margin-top: 20px;
        margin-right: -100px;
        font-size: 20px;
    }
    #projects-items{
        margin-top: 20px;
    }
    #project-card-container{
        max-width: 100%; 
    }
    .project-ul{
        margin-left: 5px!important;
    }
    .project-sort{
        margin-right: 10px; 
        font-size: 15px;
    }
    .project-card-title{
        font-size: 25px;
        padding-top: 15px;
        margin-left: 20px;
    }
    .project-card-text{
        margin-left: 20px;
    }
    #other-card{
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .container-project{
        margin-bottom: 500px;
        right: -900px;
        padding-top: 90px;
    }
    .home-project{
        margin-top: -880px;
        margin-bottom: -100px;
    }
}

/* ------------------- Medium Screens ------------------- */
@media all and (min-width: 640px) {
    .video-container {
        height: 800px;
        max-width: 100%;
        margin-left: 50px;
    }
    video{
        overflow: hidden!important;
        border: none!important;
        outline: none!important;
        display: block!important;
        width:100%;
    }
    .project-title {
        font-size: 120px!important;
        line-height: 160px!important;
    }
    .project-text {
        margin-top: 10px;
        font-size: 20px;
        text-align: justify;
    }
    #projects-items{
        margin-top: 20px;
    }
    #project-card-container{
        max-width: 100%; 
    }
    .project-ul{
        font-size: 10px;
    }
    .project-sort{
        margin-right: 10px; 
    }
    .project-card-title{
        font-size: 25px;
        padding-top: 15px;
        margin-left: 20px;
    }
    .project-card-text{
        margin-left: 20px;
    }
    #other-card{
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .container-project{
        margin-bottom: 500px;
        right: -900px;
    }
    .home-project{
        margin-top: -880px;
        margin-bottom: -100px;
    }
}

/* ------------------- Smaller Screens ------------------- */
@media all and (max-width: 640px) {
    .video-container {
        height: 800px;
        max-width: 100%;
    }
    .project-title {
        font-size: 80px!important;
        line-height: 160px!important;
    }
    .project-text {
        margin-top: 10px;
        font-size: 14px;
        text-align: justify;
    }
    #projects-items{
        margin-top: 20px;
    }
    #project-card-container{
        max-width: 100%; 
    }
    .project-ul{
        font-size: 10px;
    }
    .project-sort{
        margin-right: 10px; 
    }
    .project-card-title{
        font-size: 25px;
        padding-top: 15px;
        margin-left: 20px;
    }
    .project-card-text{
        margin-left: 20px;
    }
    #other-card{
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .container-project{
        margin-bottom: 500px;
        right: -900px;
    }
    .home-project{
        margin-top: -880px;
        margin-bottom: -100px;
    }
}

/* ------------------- Experience Page ------------------- */
.box-exp{
    padding: 10px;
    margin-left: 10px;
}
.card{
    border: 2px solid #412A4C;
    background-color: #2B1B33;
    box-sizing: border-box;
    transition: transform 0.3s ease; 
}
.card:hover {
    transform: scale(1.1); 
}
.card-body{
    background-color: #2B1B33;
}
.card-img-top{
    background-color: #2B1B33;
}
.card-title{
    color: white;
    font-family: 'Poppins';
    font-weight: 400;
    text-align: center;
}
.experience-title{
    color: white;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 22px;
    margin-top: 40px!important;
}
/* ------------------- Large Screens ------------------- */
@media all and (min-width: 992px) {
    .row-cols-md-4 .col {
        flex: 0 0 23%; 
        max-width: 25%; 
    }
    .card-img-top{
        margin-left: 40px;
        margin-top: 20px;
        max-width: 60%;
        height: auto; 
        max-height: 140px;
    }
    .card{
        padding-bottom: 0px;
        width: 100%; 
        height: 100%;
        margin-top: 10px;
    }
    #card-container{
        margin-right: 20px;
        margin-left: 50px;
    }

}
/* ------------------- Smaller Screens ------------------- */
@media all and (max-width: 992px) {
    .card-img-top{
        margin-left: 30px;
        margin-top: 20px;
        max-width: 65%; 
        height: auto; 
        max-height: 145px;
    }
    .card{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 640px){
    .card-title{
        font-size: 18px;
    }
}
/* ------------------- Contacts Page ------------------- */
footer{
    background-color: #7C5C8C!important;
}
.first-container{
    margin-top: -20px;
}
.contact-title{
    color: white;
    font-family: 'Poppins';
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 25px;
}
.svg-container{
    display: flex;
    align-items: center;
    background-color: #D9D9D9;
    margin-right: 20px;
    padding: 10px;
    border-radius: 10px;
}
.contact-info div {
    display: flex;
    align-items: center;
}
.contact-text{
    color: white;
    font-family: 'Poppins';
}
#contact-header{
    font-weight: bold;
    letter-spacing: 1px;
}
.contact-info{
    display: flex;
    justify-content: space-between;
}
.contact-ul {
    list-style: none;
    padding: 0;
}
.contact-ul li {
    display: flex;
    align-items: center;
}
.footer-logo {
    display: flex;
    color: white;
    align-items: center;
    font-weight: bold;
    letter-spacing: 1px;
  }
  
#footer-column {
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
}
#footer-container{
    margin-left: 100px;
}
#contact-items-container{
    padding-left: 0px;
}
#items-container{
    width: 100%;;
}
.form-container {
    background: #CCB0EA;
    border: none;
    color: #fff;
    border-radius: 25px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5), -10px -10px 30px rgba(255, 255, 255, 0.1);
}
.form-container .input-box {
    position: relative;
}
.input-box input,textarea {
    background: #432054;
    border: 1px solid transparent; /* Add a thin border */
    outline: none;
    border-radius: 10px;
    color: #fff;
    padding: 20px 20px; /* Adjust padding to your preference */
    transition: background-color 0.3s ease-in, color 0.3s ease-in-out, border-color 0.3s ease-in, transform 0.3s ease-in-out; /* Add transform transition */
}   
.input-box input:hover {
    border-color: #fff;
    transform: scale(1.05);  /* Change border color on hover */
}
.input-box textarea:hover {
    border-color: #fff;
    transform: scale(1.05);  /* Change border color on hover */
}
.input-box input::placeholder {
    color: #fff;
}
.input-box textarea::placeholder {
    color: #fff;
}
.form-container #loginbtn {
    background: #432054;
    border: none;
    outline: none;
    border-radius: 10px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5), -10px -10px 30px rgba(255, 255, 255, 0.1);
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    transition: background-color 0.3s ease-in, color 0.3s ease-in-out, border-color 0.3s ease-in, transform 0.3s ease-in-out; /* Add transform transition */
}
.form-container #loginbtn:hover {
    transform: scale(1.06);
}

a.contact-link{
    text-decoration: none;
    transition: transform 0.3s ease;
    color: black;
}

a.contact-link:hover{
    text-decoration: underline;
    transform: scale(1.1);
}
.footer-svg-container{
    transition: transform 0.3s ease;
    color: white;
}
.footer-svg-container:hover{
    transform: scale(1.1);
}
/* ------------------- Larger Screens ------------------- */
@media all and (min-width: 1020px) {
    footer{
        border-top-left-radius: 280px; 
        border-top-right-radius: 280px; 
        padding-top: 0px;
    }
    #contact-container-box{
        padding-left: 100px!important;
        padding-right: 20px;
        margin-top: 35px;
        flex: 1;
    }
    #contact-items-container{
        margin-left: 70px;
        margin-right: -40px;
    }
    #paragraph-text{
        font-size: 16px;
    }
    #contact-info-text{
        font-size: 14px;
    }
    .contact-text{
        margin-top: 10px;
    }
    .contact-ul {
        margin-top: 10px;
    }
    .contact-ul li {
        margin-bottom: 15px;
    }
    hr{
        opacity: 0.9;
        border: 1px solid #432054; /* Set the thickness and color of the hr element */
        margin-left: 100px;
        margin-top: 25px;
        margin-right: 100px;
    }
    .footer-logo {
        font-size: 20px;
        margin-left: 20px!important;
      }
        
    .form-container {
        width: 320px;
        height: 400px;
        margin-left: 15%!important;
        padding: 20px 25px;
    }
    .form-container .input-box {
        width: 100%;
        height: 50px;
        margin-bottom: 5px
    }
    #message{
        width: 100%;
        height: 150px;
    }
    .input-box input,textarea {
        width: 100%;
        height: 100%;
        font-size: 16px;
        padding: 20px 20px;
    }
    .form-container #loginbtn {
        width: 50%;
        height: 45px;
        margin-top: 103px;
        font-size: 16px;
    }
    .footer-svg-container{
        display: inline-block;
        color: white;
        margin-top:-10px;
        margin-left: 10px;
        transition: 0.5s;
    }
    .icon-container{
        margin-right: 100px;
        margin-top: -15px;
    }
    
}
/* ------------------- Medium Screens ------------------- */
@media all and (min-width: 768px){
    #contact-container-box {
        padding-left: 50px;
        padding-right: 0px;
        margin-top: 0px;
        flex: 1;
    }
    #paragraph-text {
        margin-top: 0px;
        font-size: 16px;
        text-align: left;
    }
    #contact-header {
        font-size: 19px;
        text-align: left;
    }
    hr {
        opacity: 0.9;
        border: 1px solid #432054;
        margin-top: 25px;
    }
    .footer-logo {
        font-size: 20px;
        margin-left: -90px;
    }

    .form-container {
        width: 300px!important;
        height: 400px;
        margin-top: 20px;
        margin-left: 30%!important;
        padding: 20px 25px;
    }
}
@media all and (min-width: 992px){
    footer {
        border-top-left-radius: 200px;
        border-top-right-radius: 200px;
        padding-top: 0px;
    }
    #contact-container-box {
        padding-left: 50px;
        padding-right: 0px;
        margin-top: 0px;
        flex: 1;
    }
    #contact-items-container {
        margin-left: 25px;
    }
    #paragraph-text {
        margin-top: 0px;
        font-size: 16px;
        text-align: left;
    }
    #contact-header {
        font-size: 19px;
        text-align: left;
    }
    #contact-info-text {
        font-size: 14px;
    }
    .contact-text {
        margin-top: 10px;
    }
    .contact-ul {
        margin-top: 10px;
    }
    .contact-ul li {
        margin-bottom: 15px;
    }
    hr {
        opacity: 0.9;
        border: 1px solid #432054;
        margin-top: 25px;
    }
    .footer-logo {
        font-size: 20px;
        margin-left: -90px;
    }

    .form-container {
        width: 300px;
        height: 400px;
        margin-top: 20px;
        margin-left: 10%!important;
        padding: 20px 25px;
    }
    .form-container .input-box {
        width: 100%;
        height: 50px;
        margin-bottom: 5px;
    }
    #message {
        width: 100%;
        height: 150px;
    }
    .input-box input,
    textarea {
        width: 100%;
        height: 100%;
        font-size: 16px;
        padding: 20px 20px;
    }
    .form-container #loginbtn {
        width: 50%;
        height: 45px;
        margin-top: 103px;
        font-size: 16px;
    }
    .footer-svg-container {
        display: inline-block;
        color: white;
        margin-top: 10px;
        margin-left: 5px;
        transition: 0.5s;
    }
    .footer-text{
        font-size: 12px;
    }
    .icon-container {
        margin-top: -50px;
    }

    footer svg{
        width: 20px;
    }
}
/* ------------------- Smaller Screens ------------------- */
@media all and (max-width: 992px) {
    footer {
        border-top-left-radius: 200px;
        border-top-right-radius: 200px;
        padding-top: 0px;
    }
    #contact-container-box {
        padding-left: 0px;
        padding-right: 50px;
        margin-top: 0px;
        flex: 1;
    }
    #contact-items-container {
        margin-left: 25px;
    }
    #paragraph-text {
        margin-top: 0px;
        font-size: 16px;
        text-align: center;
    }
    #contact-header {
        font-size: 19px;
        text-align: center;
    }
    #contact-info-text {
        font-size: 14px;
    }
    .contact-text {
        margin-top: 10px;
    }
    .contact-ul {
        margin-top: 10px;
    }
    .contact-ul li {
        margin-bottom: 15px;
    }
    hr {
        opacity: 0.9;
        border: 1px solid #432054;
        margin-top: 25px;
    }
    .footer-logo {
        font-size: 20px;
        margin-left: -90px;
    }

    .form-container {
        width: 400px;
        height: 400px;
        margin-top: 20px;
        margin-left: 10%;
        padding: 20px 25px;
    }
    .form-container .input-box {
        width: 100%;
        height: 50px;
        margin-bottom: 5px;
    }
    #message {
        width: 100%;
        height: 150px;
    }
    .input-box input,
    textarea {
        width: 100%;
        height: 100%;
        font-size: 16px;
        padding: 20px 20px;
    }
    .form-container #loginbtn {
        width: 50%;
        height: 45px;
        margin-top: 103px;
        font-size: 16px;
    }
    .footer-svg-container {
        display: inline-block;
        color: white;
        margin-top: 10px;
        margin-left: 5px;
        transition: 0.5s;
    }
    .footer-text{
        font-size: 12px;
    }
    .icon-container {
        margin-top: -50px;
    }
    footer svg{
        width: 20px;
    }
    .contact-title{
        padding-left: 70px;
    }
}
@media only screen and (max-width: 640px){
    .footer-text{
        font-size: 8px;
    }
    .footer-logo {
        font-size: 15px;
        margin-left: -90px;
    }
    footer svg{
        width: 18px;
    }
    .icon-container {
        margin-top: -40px;
    }

}
/* ------------------- Custom Scroll Bar ------------------- */
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    background: #2A1B30;
}
::-webkit-scrollbar-thumb {
    background: #2A1B30;
    border-radius: 10px;
    border: 2px #7C5C8C solid;
    height: 5px;
}