 @font-face {
    font-family: metro-bold;
    src: url(font/Metropolis-Bold.otf);
}
@font-face {
    font-family: metro-regular;
    src: url(font/Metropolis-Regular.otf);
}
@font-face{
    font-family: metro-semi-bold;
    src: url(font/Metropolis-SemiBold.otf)
}
@font-face{
    font-family: metro-medium;
    src: url(font/Metropolis-Medium.otf); 
} 

 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root{
    --bs-tea: #19BC9B;
    --font: "Noto Sans", sans-serif;
    --fonty: "Lato", sans-serif;
}

html{
    box-sizing: border-box;
}
*,
*::before,
*::after{
    box-sizing: border-box;
}

li > a{
    list-style-type: none;
}
body{
    padding: 0;
    margin: 0;
}
/* navbar styles */
#main-nav{
    padding-top: .87rem;
    padding-bottom: .87rem;
    background-color: #2c3d4f;
}
.navbar-custom{
    background-color: #2c3d4f;
}
.brand{
    font-size: 1.25rem;
    font-family: metro-bold;
    color: white;
}
.nav-link{
    color: white;
    font-family: metro-bold;
    margin-top: 1.4rem;
}
.button-custom{
    font-size: 80%;
    font-weight: 300;
    padding: .75rem .85rem;
    background-color: #19BC9B;
    border-color: #19BC9B;
    font-family: var(--fonty);

}
.button-custom:hover{
    background-color: #19BC9B;
    color: white;

}
.nav-item:hover .nav-link{
    color: #19BC9B;
}
/* header styles */
header{
    padding-top: calc(6rem * 1.77);
    padding-bottom: 6rem;
    background-color: #19BC9B;

}
.header-container{
    text-align: center;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-img{
    width: 15rem;
}
.header-container > h1{
    font-family: metro-bold;
    font-size: 2.75rem;
    font-weight: 700;

}
.divider{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}
.divider-line:first-child{
    margin-right: .75rem;
    width: 7rem;
    height: .25rem;
    border-radius: 2px;
    background-color: white;
}
.divider-line:last-child{
    margin-left: .75rem;
    width: 7rem;
    height: .25rem;
    border-radius: 2px;
    background-color: white;
}
   svg{
    height: 2em;
    vertical-align: -.9rem;
    color: white;

}
.header-container > p{
    margin-top: 1.75rem;
    font-family: metro-medium;
    font-size: 1.2rem;
}
/* portfolio styes */
#portfolio-page{
    padding: 6rem 0 ;
}
.port-container > h2{
    font-size: 2.25rem;
    text-align: center;
    color: #2c3d4f;
    font-family: metro-bold;
}
.port-container .divider-line{
    background-color: #2c3d4f;
}
.port-container svg{
    color: #212529;
}
.img-custom{
    display: block;
    max-width: 92vw;
    width: 100%;
    margin: 0 auto;
    border-radius: .5rem;
}
.overlay-container{
    position: relative;
}
 .overlay >svg{ 
    width: 3em;
    height: 3em;
    font-size: 1.5rem;
    color: white;
    position: absolute;
    top: 40%;
    left: 42%;
    
 }
 .overlay{
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    opacity: 0;
    transition: .2s ease-in-out ;

    
 }
 .overlay-container:hover .overlay{
    background-color: #19BC9B;
    opacity: .85;
    color: white;
 }
 

.modal-content > h2{
    font-family: metro-bold;
    font-size: 2.25rem;
    line-height: 2;
    text-align: center;
    color: #2c3d4f;
}
.modal-img{
    max-width: 77vw;
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: .5rem;

}
.modal-body p{
    text-align: center;
    font-family: var(--fonty);
    color: #2c3d4f;
    font-size: 1rem;
    margin-bottom: 0;

}
.modal-content .divider{
    margin-top: 0;
    margin-bottom: 1rem;
}
.btn-1{
    font-size: 2rem;
}
.btn-2{
    background-color: #19BC9B;
    padding: .2rem .6rem;
    max-width: 53%;
    align-self: center;
    margin-bottom: 2rem;
    margin-top: .5rem;
    color: white;
}
.btn-2:hover{
    background-color: #19BC9B;
    color: #fff;
}
.btn-2 > svg{
    max-width: 8%;
    display: inline-block;
    vertical-align: middle;
    margin-right: .2rem;
    color: white;
}
/* about page styles */
#about-page{
    background-color: #19BC9B;
    padding: 6rem 0;
}
.about-container > h2{
    font-size: 2.25rem;
    font-family: metro-bold;
    line-height: 1.5;
    text-align: center;
}
.about-text{
    padding-top: 2rem;
    color: white;
}
.former, 
.latter{
    font-size: 1.25rem;
    font-family: var(--fonty);
}
.about-download a > svg{
    height: 1em;
    vertical-align: -.1rem;
}
.about-download a{
    font-size: 1.25rem;
    padding: 1rem 1.75rem;
    margin-top: 1.5rem;
    font-family: var(--font);
}
.about-download a:hover{
    color: black;
}
.about-download:hover a > svg{
    color: black;
}
/* contact page styles */
#contact-page .divider-line{
    background-color: #212529;
}
#contact-page  svg{
    color: #212529;
}
#contact-page{
    padding: 6rem 0;
}
#contact-page h2{
    font-size: 2.25rem;
    font-family: metro-bold;
    color: #2c3d4f;

}
.form-section{
    padding-top: 2rem;
}
.form-floating{
    font-size: 1rem;
    font-family: var(--fonty);
    font-weight: 500;
    color: #6c757d;
    margin-left: .5rem;
    margin-right: .5rem;
    line-height: 0;
}
.form-floating > input{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-top: 3rem;

}
.form-floating:focus{
    outline: 0;

}
.send{
    background-color: #19BC9B;
    padding: 1rem 1.5rem;
    opacity: .75;
    color: white;
    margin-left: .5rem;
}
.send:hover{
    background-color: #19BC9B;
    color: white;
}
/* footer styles */
#footer-page{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #2c3d4f;
    color: #fff;
    text-align: center;
}
.location{
    font-size: 1.75rem;
    font-family: metro-bold;
}
#footer-page p{
    font-size: 1.25rem;
    font-family: var(--fonty);

}
.web{
    margin-top: 3rem;
}
.web a{
    font-size: 1.25rem;
    font-family: var(--fonty);
    font-weight: lighter;
    border-radius: 100%;
    width: 3.25rem;
    height: 3.25rem;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
.web a > svg{
    height: 1em;
}
.web a:hover svg{
    color: #1A252F;
}
.web > h4{
    font-size: 1.5rem;
    font-family: metro-bold;
}
.freelancer > h4{
    font-size: 1.5rem;
    font-family: metro-bold;
    margin-bottom: 1.5rem;
}
.freelancer > p{
    font-size: 1.25rem;
    font-family: var(--fonty);
}
.freelancer a{
    color: #19BC9B;
}
.copyright{
    background-color: #1A252F;
    color: white;
    text-align: center;
    padding: 1rem 0;
}
small{
    font-size: .875rem;
}
.location{
    margin-top: 1.35rem;
}
 





/* media queries styles   */
@media(min-width:768px){
    .port-items{
        padding-left: 1.3rem;
        padding-right: 1.3rem;
    }
    .button-custom{
        margin-right: 1.3rem;
    }
    .brand{
        padding-left: 1.2rem;
    }
}

@media(min-width:992px){
    .container-fluid{
        display: flex;
    }
    .ul-custom{
        justify-content: center;
        align-items: center;
        padding-bottom: 1rem;
    }
    .ul-custom > li{
        margin-right: 2rem;
    }
    .brand{
        font-size: 1.75rem;
        margin-left: -2.8rem;
    }
    #main-nav{
        padding-right: 2rem;
        padding-left: 3.5rem;
    }
    header{
    padding-top: calc(6rem * 2.1);
    }
    .header-container > h1{
        font-size: 4rem;
    }
    .header-container > p{
        font-size: 1.5rem;
        font-family: metro-regular;
    }
    .port-container > h2{
        font-size: 3rem;
    }
    #footer-page{
        padding-right: .95rem;

    }
    .port-items{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .modal-img{
        max-width: 50vw;
    }
    .modal-body p{
        width: 65%;
        margin: 0 auto;

    }
    .modal-content > h2{
        font-size: 3rem;
    }

}
@media(min-width:1400px){
    .brand{
        margin-left: -.5rem;
    }
    .port-items{
        padding-left: 4rem;
        padding-right: 4rem;
    }
}



