@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);

.header,
.header .top-bar .top-bar-item,
body {
    color: var(--default-color);
}

.light-background,
:root {
    --surface-color: #ffffff
}

.dark-background,
:root {
    --contrast-color: #ffffff
}

.php-email-form .error-message,
.php-email-form .loading,
.php-email-form .sent-message {
    padding: 15px;
    margin-bottom: 24px;
    display: none
}

.header,
body {
    background-color: var(--background-color)
}

.header .top-bar .top-bar-item a:hover,
a:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%)
}

:root {
    --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Quicksand", sans-serif;
    --nav-font: "Ubuntu", sans-serif;
    --background-color: #ffffff;
    --default-color: #212529;
    --heading-color: #001a5e;
    --accent-color: #28369a;
    --nav-color: #212529;
    --nav-hover-color: #1c4189;
    --nav-mobile-background-color: #ffffff;
    --nav-dropdown-background-color: #ffffff;
    --nav-dropdown-color: #212529;
    --nav-dropdown-hover-color: #1c4189;
    scroll-behavior: smooth
}

.light-background {
    --background-color: #f8f4f6
}

.dark-background {
    --background-color: #232931;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --accent-color: #397deb;
    --surface-color: #38424f
}

body {
    font-family: Poppins, sans-serif;
    /* background: url(../img/body-ng.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: .3s
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font)
}

.nav-barsection {
    display: flex;
    align-items: center;
}

.navtext-box {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    width: calc(100% - 140px);
}


.logobox {
    padding: 25px 20px;
    background: #ffffff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 0px 5px #bdbdbd;
}

.text-area h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
    color: #076887;
}

.text-area p {
    font-size: 35px;
    color: #222222;
    text-align: center;
    margin-bottom: 0;
}


.header-text p {
    margin: 0;
    text-align: center;
    font-size: 20px;
    color: #222;
}

.header-text p span {
    font-size: 26px;
    font-weight: bold;
    color: #ec680e;
}


.form-heading h1 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

section.form-section {
    padding: 20px 0;
}

.form-wrapper {
    padding: 30px;
    background: #ffff;
    position: relative;
    border-radius: 0 0 30px 30px;
    box-shadow: 0px 0px 2px #838383;
    padding-top: 10px;
}

.form-wrapper::before {
    content: '';
    position: absolute;
    top: -6%;
    left: 0;
    height: 80px;
    width: 45px;
    background: #ffffff;
    border-radius: 30px 30px 0 0;
}

.form-wrapper::after {
    content: '';
    position: absolute;
    top: -6%;
    right: 0;
    height: 80px;
    width: 45px;
    background: #ffffff;
    border-radius: 30px 30px 0 0;
}

.form-heading {
    width: 91%;
    margin: auto;
    padding: 10px 15px;
    background: #076886;
    border-radius: 50px;
}

.arrowbox {
    position: relative;
}

.arrowbox::after {
    content: '';
    position: absolute;
    top: -58px;
    left: -10px;
    width: 70px;
    height: 56px;
    background: url(../img/arrow.png);
}


.arrowbox::before {
    content: '';
    position: absolute;
    top: -58px;
    right: -10px;
    width: 70px;
    height: 56px;
    background: url(../img/arrow.png);
    transform: rotateY(180deg);
}

.formbox-heading {
    display: flex;
    gap: 15px;
    align-items: center;
}

.formbox-heading span {
    font-size: 30px;
    width: 50px;
    background: #086582;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 10px;
    color: #ffffff;
    flex-shrink: 0;
}

.formbox-heading h3 {
    font-size: 19px;
    font-weight: 600;
    color: #076885;
}

.form-box {
    padding: 15px;
    box-shadow: 0px 0px 5px #a9a9a9;
    border-radius: 30px;
}

.upload-area img {
    margin: auto;
    display: block;
}

button.browse-btn {
    outline: none;
    border: navajowhite;
    padding: 8px 15px;
    background: #086582;
    border-radius: 30px;
    color: #fff;
}


.upload-box {
    padding: 10px;
    border: 2px dashed #086582;
    border-radius: 30px;
    margin-top: 15px;
}

.upload-box p {
    margin-bottom: 0;
}

.upload-box img {
    width: 50px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 3px #919191;
    margin-bottom: 10px;
    height: 50px;
    display: block;
    margin: auto;
}

textarea.form-control,
.form-control:focus {
    border: 2px solid #086582;
    border-radius: 40px;
    padding: 10px 20px;
    box-shadow: none;
    outline: none;
}

.cardbox {
    display: flex;
    gap: 20px;
    align-items: center;
}

.upload-area .form-control,
.upload-area .form-control:focus,
.upload-area .form-select,
.upload-area .form-select:focus {
    border-radius: 30px;
    border: 2px solid #086582;
    padding: 8px 15px;
    outline: none;
    box-shadow: none;
    margin-bottom: 8px;
}

.form-box p {
    margin-top: 5px;
}

.emoji-box span {
    font-size: 70px;
    text-align: center;
    display: block;
}

.emoji-list {
    padding: 10px;
    background: #ecedee;
    border-radius: 10px;
}

.emoji-list img {
    width: 25px;
    cursor: pointer;
}

.submit-btn {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 10px;
}

.submit-btn button,
.submit-btn input,
.submit-btn button:focus {
    padding: 8px 30px;
    background: #086582;
    border: none;
    border-radius: 30px;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

.previe-wrapper {
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #bdbdbd;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.previe-wrapper::before {
    content: "";
    position: absolute;
    left: -5%;
    top: -60%;
    border-top: 600px solid #00000000;
    border-bottom: 1300px solid transparent;
    border-left: 550px solid #fabf0e;
    z-index: -1;
}

.profile-img img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    margin: auto;
    display: block;
    border: 5px solid #ffffff;
    border-radius: 50%;
}

.profile-details {
    margin-top: 30px;
}

.location-desti {
    display: flex;
    justify-content: center;
    gap: 10px;
    color: #272174;
    font-size: 18px;
    font-weight: bold;
}

.profiletxt h3 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 15px;
    color: #272174;
}

section.preview-section {
    padding: 60px 0;
    background: #f7fce6;
}

.details-txt {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}

p.detail-head {
    font-size: 22px;
    color: #272156;
}

p.detail-head span {
    font-weight: bold;
}

p.detail-subtxt {
    font-size: 22px;
    color: #272156;
    margin-top: 15px;
}

p.detail-subtxt span {
    font-weight: bold;
    color: #272156;
    display: block;
}

.vibe-emoji {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 20px;
}

.footerbox {
    display: flex;
    gap: 15px;
    justify-content: center;
    font-size: 24px;
}

.footerbox p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}

.vibe-emoji p {
    font-size: 22px;
    color: #27217d;
    margin-bottom: 0;
}

.vibe-emoji span {
    font-size: 30px;
    margin-top: -5px;
}

.dropdownicon {
    display: flex;
    justify-content: end;
}

.dropdownicon button,
.dropdownicon button:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

span.emoji-item.active {
    background: #086582;
    border-radius: 5px;
}

section#finalPreviewSection {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0000009c;
}

.emoji-list {
    font-size: 18px;
}


@media (max-width:1400px) {
    .form-heading h1 {
        font-size: 24px;
    }

    .text-area h2 {
        font-size: 30px;
    }

    .text-area p {
        font-size: 24px;
    }

    .formbox-heading h3 {
        font-size: 16px;
    }

    .form-box p {
        font-size: 13px;
    }

    .logobox {
        padding: 15px;
    }

    .arrowbox::after,
    .arrowbox::before {
        top: -55px;
    }


    div#modalPreviewContainer {
        width: 100%;
        max-width: 1080px;
        margin: auto;
    }



    .previe-wrapper {
        width: 1080px;
        max-width: 1080px;
        margin: auto;
    }

}

@media (max-width:1199px) {
    .form-heading h1 {
        font-size: 18px;
    }

    .text-area h2 {
        font-size: 24px;
    }

    .text-area p {
        font-size: 18px;
    }

    .formbox-heading h3 {
        font-size: 12px;
    }

    .form-box p {
        font-size: 10px !important;
        margin-bottom: 0;
    }

    .logobox {
        padding: 15px;
    }

    .arrowbox::after,
    .arrowbox::before {
        top: -65px;
    }

    .form-box {
        padding: 10px;
        border-radius: 20px;
    }

    .upload-area .form-control,
    .upload-area .form-control:focus,
    .upload-area .form-select,
    .upload-area .form-select:focus {
        font-size: 12px;
    }

    .emoji-list {
        font-size: 14px;
    }

    .emoji-box span {
        font-size: 50px;
    }

    div#previewSection {
        overflow-x: scroll;
    }

}

@media (max-width:992px) {

    div#previewSection {
        overflow-y: scroll;
    }

    .upload-area div {
        width: 100%;
    }

    .form-wrapper::before,
    .form-wrapper::after {
        height: 60px;
        top: -3%;
    }

    .upload-area {
        width: 100%;
    }

    .header-text p span {
        font-size: 18px;
    }

    .header-text p {
        font-size: 14px;
    }

    .arrowbox::after,
    .arrowbox::before {
        display: none;
    }

    body {
        background: url(../img/body-ng.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .bgimg {
        display: none !important;
    }

    main {
        position: static !important;
    }
}


@media (max-width:425px) {
    .logobox img {
        width: 75px;
    }

    .stamp-logo img {
        width: 50px;
    }

    .nav-barsection {
        justify-content: space-between;
    }

    .header-text p {
        font-size: 10px;
    }

    .header-text p span {
        font-size: 12px;
    }

    .form-heading h1 {
        font-size: 14px;
        font-weight: 400;
    }

    .form-heading {
        width: 100%;
        padding: 8px 10px;
        border-radius: 10px 10px 0 0;
    }

    .text-area h2 {
        font-size: 14px;
    }

    .text-area p {
        font-size: 12px;
    }

    .form-wrapper::before,
    .form-wrapper::after {
        display: none;
    }

    .form-wrapper {
        padding: 15px;
    }

}