* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background-color: #fff;
}

section {
    padding-left: 2vw;
    padding-right: 6vw;
    padding-top: 2vw;
    padding-bottom: 2vw;

}

@media (max-width: 991px) and (min-width:310px) {

    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    section {
        padding-left: 4vw;
    }
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 4.5vw;
    color: white;

}


@media (max-width: 991px) and (min-width:310px) {

    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    h1 {
        margin-top: 50px;
        font-size: 60px;

    }
}

@media (min-width:480px) {
    /* smartphones, Android phones, landscape iPhone */
}

@media (min-width:600px) {
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
}

@media (min-width:801px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1281px) {
    /* hi-res laptops and desktops */
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 4.5vw;
    margin-left: 0.4vw;
    color: white;
    line-height: 10px;
}

@media (max-width: 370px) and (min-width:310px) {

    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    h2 {
        margin-top: -5px;
        font-size: 20px;

    }
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: white;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.5px;


}

@media (max-width: 991px) and (min-width:310px) {

    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    h3 {
        margin-bottom: 50px;


    }
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #d83b8d;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 550;
    font-size: 16px;

}

h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

a {
    color: white;
}

a:hover {
    color: white;
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

#navbarNav .btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    border-radius: 200px;
    background-color: rgba(255, 255, 255, 0.212);
    border: 0px;
    margin-left: 5px;
    font-size: 15px;
    margin-top: 40px;
    color: white;
}

.navbar-toggler {
    border: 0px;
}

.btn:hover {
    background-color: transparent;
    color: white;
}

@media (max-width: 992px) and (min-width:310px) {
    .navbar-collapse {
        padding-top: 20px;
    }
}

@media (max-width: 370px) and (min-width:310px) {

    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .btn {
        font-size: 10px;
        margin-top: -40px;
        margin-left: 0px;
        padding: 3px 10px;

    }
}

#header a {
    font-family: 'Montserrat', sans-serif;
    color: #d83b8d;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 0.15vw;
    padding-left: 15px;
    padding-right: 15px;
}

#navbarNav a:hover {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 540;
    font-size: 1em;
    letter-spacing: 0.15vw;
    background-color: #d83b8d;
    border-radius: 200px;
    transition-duration: 0.8s;


}

#navbarNav a:active {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0.15vw;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 200px;
    transition-duration: 0.8s;

}

#header nav {
    margin: 15px;
}

#header img {
    width: 150px;
}

footer {
    position: static;
    bottom: 0;
    padding: 30px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #00000081;
}

.Project1:hover .overlay {
    opacity: 1;
}

.Project2:hover .overlay {
    opacity: 1;
}

.Project3:hover .overlay {
    opacity: 1;
}

.Project4:hover .overlay {
    opacity: 1;
}

.Project5:hover .overlay {
    opacity: 1;
}

.Project6:hover .overlay {
    opacity: 1;
}





.text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay .btn {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: none;
    background: transparent;
    border: 0px;
    color: white;
    border-radius: 200px;
    padding-top: 30px
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
}

.modal-header {
    padding: 0px;
}


.close {
    display: block;
    position: sticky;
    top: 0;
    right: 0;
    line-height: 1;

}


.modal-body {
    padding: 50px;

}

.modal p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.title-block {
    padding-right: 60px;
}



.d-flex {
    padding: 0;
}

.first-row {
    margin-top: 50px;
    background-color: #d83b8d;
}

.pink {
    background-color: #d83b8d;
}

video {
    display: block;
}

.Project1 .img-grid {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}


.img-grid {
    width: 100%;
}


.px-0 {
    background-color: #d83b8d;
}

.spinner {
    width: 40px;
    height: 40px;

    position: relative;
    position: absolute;
    top: 48%;
    left: 48%;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d83b8d;
    z-index: 999999;
}