/*# sourceMappingURL=styles.css.map */
@font-face {
    font-family: "urbane";
    src: url(../fonts/urbane-rounded/UrbaneRounded-DemiBold.woff2) format("woff2"), url("../fonts/urbane-rounded/UrbaneRounded-DemiBold.woff") format("woff");
    font-style: normal;
}

@font-face {
    font-family: "kandal";
    src: url(../fonts/webfontkit-20250416-145810/kandal-book-webfont.woff2) format("woff2"), url("../fonts/webfontkit-20250416-145810/kandal-book-webfont.woff") format("woff");
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

.top {
    height: 200px;
    width: 100%;
    background-image: url(../links/top.png);
    background-size: fill;
}

.logo img {
    width: 30%;
    position: absolute;
    left: 35%;
    top: 12%;
}

.logo {
    text-align: center;
    margin-bottom: 15%;
}

nav {
    font-family: 'urbane';
    font-size: 2em;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.5em;
}

nav a:link {
    color: #BDD630;
    text-decoration: none;
}

nav a:visited {
    color: #BDD630;
}

nav a:hover {
    color: #D62578;
}

h1 {
    font-family: 'urbane';
    color: #BDD630;
    font-size: 2.5em;
    text-align: center;
    line-height: 1.9em;
}

h2 {
    font-family: 'urbane';
    color: #D62578;
    font-size: 2em;
}

h3 {
    font-family: 'urbane';
    color: #D62578;
    font-weight: 100;
    font-size: 1.5em;
}

h4 {
    font-family: 'kandal';
    color: black;
}

.experiences ul {
    font-family: 'kandal';
    color: black;
    text-align: left;
    line-height: 2em;
}


p {
    font-family: 'kandal';
    color: black;
    font-size: 1.3em;
    line-height: 1.8em;
}

.intro h1, .services h1, .experiences h1, .portfolio h1  {
    background-image: url(../links/flower1.png);
    background-size: contain;
    margin-block: 1.5em;
    width: 100%;
}

.intro p, .services p {
    margin: 3em;
}

.services_ac {
    display: flex;
    flex-flow: row wrap;
    width: 45%;
    padding-left: 2em;
}

.services_ac img {
    width: 13%;
    height: fit-content;
    margin-right: 1em;
    display: block;
}

.services p {
    margin-left: .3em;
    margin-top: .1em;
}

.services_bd {
    display: flex;
    flex-flow: row wrap;
    width: 45%;
}

.services_bd img {
    width: 13%;
    height: fit-content;
    margin-right: 1em;
    display: block;
}

.services p {
    margin-left: .3em;
    margin-top: .1em;
}

.services {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.experiences {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    text-align: center;
}

.experiences_body {
    padding-top: .5em;
    padding-bottom: 1em;
    padding-inline: .5em;
    border-radius: 2em;
    border-style: solid;
    border-color: #DAEFF1;
    border-width: .3em;
}


.portfolio {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.portfolio_item {
    width: 40%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    text-align: left;
    margin: none;
    margin-block: 2.5em;
}

.portfolio_item_img {
    width: 50%;
    img {
        width: 100%;
        display: block;
    }
}

.portfolio_item_body p {
    margin-top: -.5em;
    font-size: 1em;
}

.portfolio_item_body h2 {
    margin-top: .2em;
    font-size: 1.5em;
}

.portfolio_item_body {
    width: 50%;
    padding-left: 1.5em;
}

footer {
    display: flex;
    flex-flow: row wrap;
    margin-top: 4em;
    padding-block: 3% 5%;
    justify-content: center;
}

form {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    align-items: flex-start;
    gap: 20px;
}

form div {
    width: 70%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

form legend {
    font-family: 'urbane';
    color:#BDD630;
    text-align: center;
    font-size: 3em;
}

form .full-name {
    width: calc(50% - 10px);
    padding-block: .2em;
    margin-top: 2rem;
    border-style: solid;
    border-color: #171B41;
    border-width: .3em;
    border-radius: .3em;
    line-height: 2em;
}
  
form .email {
    width: calc(50% - 10px);
    padding-block: .2em;
    margin-top: 2rem;
    line-height: 2em;
    border-style: solid;
    border-color: #171B41;
    border-width: .3em;
    border-radius: .3em;
}
  
form .message {
    padding-block: 2em;
    width: 100%;
    margin-top: 2em;
    border-style: solid;
    border-color: #171B41;
    border-width: .3em;
    border-radius: .3em;
}

form .submit {
    background-color:#D62578;
    line-height: 2em;
    color: white;
    border: none;
    padding-inline: 2em;
    margin-top: 1em;
    margin-inline: auto;
}

.submit:hover {
    cursor: pointer;
}

.portfolio_item_img img:hover {
    cursor: pointer;
}


.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
}

.lightbox .frame {
    position: relative;
    max-width: 90%;
    max-height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lightbox img {
    max-width: 100%;
    max-height: 70vh;
    margin-bottom: 1rem;
}

.lightbox .desc {
    color: white;
    text-align: center;
    font-family: 'kandal';
}

.close-lightbox {
    position: absolute;
    top: 20px;
    right: 30px;
    background: none;
    border: none;
    color: white;
    font-size: 2em;
    cursor: pointer;
}

