* {
  margin: 0;
}

.homescreen{
    background: url("media/Black\ Modern\ Digital\ Marketing\ Banner\ .png") center no-repeat;
    background-size: cover;
    height: 750px;
}
.homescreen__background {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.homescreen__logo {
    width: 15%;
    object-fit: contain;
    padding-left: 20px;
}

.homescreen__logo + h1 {
    color: white;
    font-family: 'DM Sans', sans-serif;
    font-size: 2.5rem;
    padding-left: 20px;
}

.homescreen__background__logo {
    display: flex;
    align-items: center;
}
.homescreen__navigation {
    display: flex;
    align-items: center;
    gap: 100px;
    padding-right: 50px;
}

.homescreen__navigation > a > h3 {
    color: white;
    font-family: 'DM Sans', sans-serif;
}

.homescreen__navigation > a {
    text-decoration: none;
}

.homescreen__info {
    margin-top: 50px;
    margin-left: 120px;
    color: rgb(237, 213, 96);
    font-family: 'Kalam', cursive;
    font-size: 2rem;
}

.homescreen__info__details {
    color: white;
    font-family: 'DM Sans', sans-serif; 
    font-weight: bolder;
    width: 50%;
    font-size: 2.5rem;
    margin-bottom: 20px;  
}

.partners > h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'DM Sans', sans-serif; 
    font-size: 4rem;
    text-align: center;
}

.partners__logo {    
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 3rem;  
    margin: 20px 50px;
}

.partners__logo > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer {
    background-color: black;
    color: white;
}

footer > h1 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 3.5rem;
    padding-top: 30px;
    padding-bottom: 50px;
}

.contact {
    display: flex;
    padding-bottom: 50px;
}

.address {
    font-family: 'DM Sans', sans-serif;
    border-right: 1px solid white;
    width: 45%;
    margin-left: 100px;
}

.address > h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.address > p {
    font-size: 1.5rem;
    font-weight: 600;
    width: 80%;
}

.contact_details {
    font-family: 'DM Sans', sans-serif;
    margin-left: 100px;
    margin-right: 50px;
}

.contact_details > h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact_details > p {
    font-size: 1.5rem;
    font-weight: 600;
}

@media (max-width: 600px992px) {
    .homescreen__navigation {
        display: none;
    }

    .homescreen{
        background: url("media/Black\ Modern\ Digital\ Marketing\ Banner\ .png") center no-repeat;
        background-size: cover;
        height: 600px;
        width: 100%;
    }

    .homescreen__logo + h1 {
        color: white;
        font-family: 'DM Sans', sans-serif;
        font-size: 2rem;
        padding-left: 20px;
    }

    .homescreen__info {
        margin-top: 50px;
        margin-left: 120px;
        color: rgb(237, 213, 96);
        font-family: 'Kalam', cursive;
        font-size: 1.5rem;
    }

    .homescreen__info__details {
        color: white;
        font-family: 'DM Sans', sans-serif; 
        font-weight: bolder;
        width: 80%;
        font-size: 1.5rem;
        margin-bottom: 20px;  
    }

    .partners > h1 {
        margin-top: 30px;
        margin-bottom: 30px;
        font-family: 'DM Sans', sans-serif; 
        font-size: 2.5rem;
        text-align: center;
    }

    .partners__logo {    
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 3rem;  
        margin: 20px 50px;
    }

    footer > h1 {
        font-family: 'DM Sans', sans-serif;
        font-weight: 600;
        text-align: center;
        font-size: 2rem;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    
    .address {
        font-family: 'DM Sans', sans-serif;
        border-right: 1px solid white;
        width: 55%;
        margin-left: 50px;
    }
    
    .address > h2 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    .address > p {
        font-size: 1rem;
        font-weight: 400;
        width: 80%;
    }
    
    .contact_details {
        font-family: 'DM Sans', sans-serif;
        margin-left: 50px;
        margin-right: 20px;
    }
    
    .contact_details > h2 {
        font-size: 1.5rem;
        font-weight: 400;
        margin-bottom: 20px;
    }
    
    .contact_details > p {
        font-size: 1rem;
        font-weight: 400;
    }
}

@media (min-width: 601px ) and (max-width: 768px) {
    .homescreen__navigation {
        display: none;
    }

    .homescreen{
        background: url("media/Black\ Modern\ Digital\ Marketing\ Banner\ .png") center no-repeat;
        background-size: cover;
        height: 600px;
        width: 100%;
    }

    .homescreen__logo + h1 {
        color: white;
        font-family: 'DM Sans', sans-serif;
        font-size: 2rem;
        padding-left: 20px;
    }

    .homescreen__info {
        margin-top: 50px;
        margin-left: 120px;
        color: rgb(237, 213, 96);
        font-family: 'Kalam', cursive;
        font-size: 1.5rem;
    }

    .homescreen__info__details {
        color: white;
        font-family: 'DM Sans', sans-serif; 
        font-weight: bolder;
        width: 80%;
        font-size: 1.5rem;
        margin-bottom: 20px;  
    }

    .partners > h1 {
        margin-top: 30px;
        margin-bottom: 30px;
        font-family: 'DM Sans', sans-serif; 
        font-size: 2.5rem;
        text-align: center;
    }

    .partners__logo {    
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 3rem;  
        margin: 20px 50px;
    }

    footer > h1 {
        font-family: 'DM Sans', sans-serif;
        font-weight: 600;
        text-align: center;
        font-size: 2rem;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    
    .address {
        font-family: 'DM Sans', sans-serif;
        border-right: 1px solid white;
        width: 55%;
        margin-left: 50px;
    }
    
    .address > h2 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    .address > p {
        font-size: 1rem;
        font-weight: 400;
        width: 80%;
    }
    
    .contact_details {
        font-family: 'DM Sans', sans-serif;
        margin-left: 50px;
        margin-right: 20px;
    }
    
    .contact_details > h2 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    .contact_details > p {
        font-size: 1rem;
        font-weight: 400;
    }
}

@media (min-width: 769px) and (max-width: 992px ) {

    .homescreen{
        background: url("media/Black\ Modern\ Digital\ Marketing\ Banner\ .png") center no-repeat;
        background-size: cover;
        height: 700px;
        width: 100%;
    }

    .homescreen__navigation {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-right: 50px;
    }

    .homescreen__logo + h1 {
        color: white;
        font-family: 'DM Sans', sans-serif;
        font-size: 2.5rem;
        padding-left: 20px;
    }

    .homescreen__info {
        margin-top: 50px;
        margin-left: 120px;
        color: rgb(237, 213, 96);
        font-family: 'Kalam', cursive;
        font-size: 2rem;
    }

    .homescreen__info__details {
        color: white;
        font-family: 'DM Sans', sans-serif; 
        font-weight: bolder;
        width: 80%;
        font-size: 2.5rem;
        margin-bottom: 20px;  
    }

    .partners > h1 {
        margin-top: 30px;
        margin-bottom: 30px;
        font-family: 'DM Sans', sans-serif; 
        font-size: 3rem;
        text-align: center;
    }

    .partners__logo {    
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 3rem;  
        margin: 20px 50px;
    }

    footer > h1 {
        font-family: 'DM Sans', sans-serif;
        font-weight: 600;
        text-align: center;
        font-size: 3rem;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    
    .address {
        font-family: 'DM Sans', sans-serif;
        border-right: 1px solid white;
        width: 40%;
        margin-left: 100px;
    }
    
    .address > h2 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    .address > p {
        font-size: 1rem;
        font-weight: 400;
        width: 80%;
    }
    
    .contact_details {
        font-family: 'DM Sans', sans-serif;
        margin-left: 50px;
        margin-right: 20px;
    }
    
    .contact_details > h2 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    .contact_details > p {
        font-size: 1rem;
        font-weight: 400;
    }
}

@media (min-width: 300px) and (max-width: 599px ) {

    .homescreen{
        background: url("media/Black\ Modern\ Digital\ Marketing\ Banner\ .png") center no-repeat;
        background-size: cover;
        height: 500px;
        width: 100%;
    }

    .homescreen__logo {
        width: 10%;
        object-fit: contain;
        padding-left: 10px;
        margin-top: 10px;
    }

    .homescreen__navigation {
        display: none;
    }

    .homescreen__logo + h1 {
        color: white;
        font-family: 'DM Sans', sans-serif;
        font-size: 1.5rem;
        padding-left: 10px;
        margin-top: 10px;
    }

    .homescreen__info {
        margin-top: 50px;
        margin-left: 60px;
        color: rgb(237, 213, 96);
        font-family: 'Kalam', cursive;
        font-size: 1rem;
    }

    .homescreen__info__details {
        color: white;
        font-family: 'DM Sans', sans-serif; 
        font-weight: bolder;
        width: 90%;
        font-size: 1.2rem;
        margin-bottom: 20px;  
    }

    .partners > h1 {
        margin-top: 30px;
        margin-bottom: 30px;
        font-family: 'DM Sans', sans-serif; 
        font-size: 1.5rem;
        text-align: center;
    }

    .partners__logo {    
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 3rem;  
        margin: 20px 50px;
    }

    footer > h1 {
        font-family: 'DM Sans', sans-serif;
        font-weight: 600;
        text-align: center;
        font-size: 1.5rem;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .contact {
        display: block;
    }
    .address {
        font-family: 'DM Sans', sans-serif;
        width: 100%;
        margin-left: 20px;
        margin-bottom: 40px;
    }
    
    .address > h2 {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    .address > p {
        font-size: 1rem;
        font-weight: 400;
        width: 90%;
    }
    
    .contact_details {
        font-family: 'DM Sans', sans-serif;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .contact_details > h2 {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    .contact_details > p {
        font-size: 1rem;
        font-weight: 400;
    }
}