* {
    margin: 0;
    padding: 0;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    border: border-box;
}

body {
    background: rgb(0, 0, 0);;
}

.iconF {
    color: #fff;
    font-size: .6rem;
    margin-right: 0.8rem;
}
.icon {
    color: #fff;
    font-size: 1rem;
    margin-right: 0.8rem;
}

.i {
    display: none;
    cursor: pointer;
}

.cross  {
    display: none;
}

.hr-home {
    width: 100%;
    height: .1rem;
    background-color: rgb(20, 20, 20);;
}

.background_img {
    max-width: 100vw;
    min-height: 50rem;
    padding: 0 14%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url(images/background_img.jpg);
    background-position: center;
    background-size: cover;
}

.mobilenav {
    display: none;
}

nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: rgba(7, 29, 61, 0.80); */
    background: transparent;
    border-radius: 25px;
}

nav img {
    height: 3rem;
}

nav ul {
    display: flex;
    align-items: center;
    padding: 20px 8px;
}

nav ul li {
    list-style: none;
    margin: .3rem 1rem;
    display: flex;
    align-items: center;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

.mobilenav button {
    display: none;
}

.hamburger-menu {
    display: none;
    cursor: pointer;
    margin: 5px;
    position: relative;
}

.hamburger-menu div {
    background: white;
    width: 15px;
    height: 2px;
    margin: 3px;
}

.intro_page {
    max-width: 60%;
    padding-top: 10rem;
}

.intro_page h1 {
    text-decoration: none;
    font-size: 50px;
    color: #fff;
    margin: 10px 0;
}

.intro_page p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.intro_btn {
    display: inline-block;
    padding: 15px 28px;
    background-color: #0055ff;
    color: #fff;
    border: none;
    border-radius: 40px;
    font-size: 26px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

/* Styles for the click effect */
.intro_btn::before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 300%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    pointer-events: none;
    transform: translate(-75%, -75%) rotate(45deg);
}

/* Effect on click */
.intro_btn:hover::before {
    transform: translate(-50%, -50%) rotate(45deg);
    width: 150%;
    height: 150%;
}


.printings {
    max-width: 60%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin: 100px auto;
}

.print_text {
    flex-basis: 45%;
    padding: 30px 0;
}

.print_text h4 {
    color: rgb(250, 250, 250);
    margin-bottom: 30px;
    font-size: 40px;
}

.print_text p {
    display: flex;
    align-items: center;
}
.print_text p {
    color: rgb(205, 205, 205);
    font-size: 20px;
    margin: 8px 0;
}

.print_img {
    flex-basis: 45%;
    display: flex;
    align-items: center;
}

.print_img img {
    width: 100%;
    height: auto;
}

.editings {
    max-width: 60%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin: 100px auto;
    flex-direction: row-reverse;
}

.edit_text {
    flex-basis: 45%;
    padding: 30px 0;
}

.edit_text h4 {
    color: rgb(250, 250, 250);
    margin-bottom: 30px;
    font-size: 40px;
}

.edit_text p {
    color: rgb(205, 205, 205);
    font-size: 15px;
    line-height: 30px;
}

.edit_vdo {
    flex-basis: 45%;
    display: flex;
    align-items: center;
}

.edit_vdo video {
    width: 100%;
}

.btn {
    display: inline-block;
    padding: .8rem 2rem;
    background-color: #0055ff;
    color: #fff;
    border: none;
    border-radius: .8rem;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn:hover {
    background-color: #0549d2;
}

.album_sample {
    background: #5453A6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 150px 0;
}

.album_sample img {
    height: 500px;
    width: auto;
    margin-top: 70px;

}

.album_sample p {
    font-size: 30px;
    color: rgba(250, 250, 250, 0.80);
    margin: 20px 0;
}

.packages {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 150px 0;
}

.packages h4 {
    text-decoration: none;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    font-style: oblique;
    color: #fff;
    margin-bottom: 30px;
}

.packages p {
    font-size: 25px;
    font-weight: 200;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.packages img {
    width: 50vw;
}

.contact {
    margin: 150px 16%;
}

.contact h4 {
    text-decoration: none;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    font-style: oblique;
    color: #fff;
    margin-bottom: 5rem;
}

.contact iframe {
    width: 100%;
    margin-bottom: 80px;
}

.contact-row {
    min-width: 100%;
}

.contact-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.contact-col-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 40px 0;
}

.contact-col-item img {
    color: #007bff;
    height: 50px;
    margin-right: 20px;
}

.contact-col-item span p {
    font-size: 20px;
    padding: 2px 0;
    color: #fff;
}

footer {
    background: rgb(0, 2, 5);
}

footer img {
    height: 50px;
    margin: 20px 16%;
}


footer p {
    font-size: 18px;
    color: #fff;
    margin: 30px 16%;
}

.footer-row {
    margin: 20px 16%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 100px;
}

.footer-col {
    max-width: 20%;
    display: flex;
    flex-direction: column;
}

.footer-col a {
    display: flex;
}
.footer-col p {
    display: flex;
    align-items: center;
}

.footer-col h4 {
    color: #cdcdcd;
    text-decoration: none;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

.footer-col p {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    line-height: 30px;
    margin: 10px 0;
}

.footer-col div {
    display: flex;
    align-items: center;
}

.footer-col div img {
    height: 15px;
    margin-right: 10px;
}