* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-optical-sizing: auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    color: #333;
    background-image: url(assets/images/shirt.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 40%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
span,
li,
img,
inpot,
button {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    font-weight: inherit;
}

h1,
h2,
h3 {
    margin-bottom: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-weight: 700;
    line-height: 1.2;
    color: inherit
}

p {
    line-height: 1.6;
    font-size: 1.05em;
    font-weight: 400;
    color: #7d7878;
}

h1 {
    font-size: 3.5em;
    line-height: 1;
}

h2 {
    font-size: 3em;
    line-height: 1.1;
}

h3 {
    font-size: 2.5em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: .9em;
    letter-spacing: 1px;
}

a,
button {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    transition: all .3s;
    line-height: 1;
}

b {
    font-weight: 800;
}

img {
    width: 100%;
}

.bg-image {
    position: fixed;
    /* fixed to viewport */
    top: 0;
    left: 0;
    width: 100vw;
    /* full viewport width */
    height: 100vh;
    /* full viewport height */
    object-fit: cover;
    /* cover the entire area without distortion */
    z-index: -1;
    /* behind all content */
}


li {
    list-style: none;
    display: inline-block;
}

span {
    display: inline-block;
}

button {
    outline: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

b.light-color {
    color: #444;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}


/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */

.center-text {
    text-align: center;
}

.content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

::-webkit-input-placeholder {
    font-size: .9em;
    letter-spacing: 1px;
}

::-moz-placeholder {
    font-size: .9em;
    letter-spacing: 1px;
}

:-ms-input-placeholder {
    font-size: .9em;
    letter-spacing: 1px;
}

:-moz-placeholder {
    font-size: .9em;
    letter-spacing: 1px;
}

.full-height {
    height: 100%;
}

.position-static {
    position: static;
}

.font-white {
    color: #fff;
}

/* ---------------------------------
3. MAIN SECTION
--------------------------------- */

.main-area-wrapper {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.main-area {
    display: flex;
    position: relative;
    z-index: 1;
    /* box-shadow: 2px 5px 30px rgba(0, 0, 0, .3); */
    color: #fff;
    width: 100%;
}

.main-area>.child-div {
    flex: 1;
    /* Grow to fill parent */
    overflow: hidden;
    /* Allow scroll only if needed */
    min-height: 0;
    /* Prevent stretching from overflowing children */
}

.main-area:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .4;
    background: #000;
}

.main-area .main-text {
    margin: 20px auto;
    margin-left: .5rem;
    margin-right: .5rem;
    max-width: 500px;
    font-size: 1.5rem;
    font-weight: 600;
}

.font-white.main-text {
    margin-top: .5rem;
    margin-bottom: 3.5rem;
}

.main-area .notify-btn {
    margin: .5rem 0 .5rem;
    padding: 13px 35px;
    border-radius: 50px;
    border: 1px solid #c0410f00;
    backdrop-filter: blur(5px);
    background-color: #ffffff24;
    color: #fff;
    width: 100%;
    font-weight: 600;
}

.main-area .notify-btn:hover {
    border: 1px solid #c0410f;
}

.notify-container {
    display: flex;
    flex-direction: column;
}

.notif-with-icon {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

#office-link::after {
    content: attr(data-link);
    font-weight: bold;
    transform: translateX(70px);
    z-index: 2000;
    position: absolute;
    color: #f36229;
}

#info-link::after {
    content: attr(data-link);
    font-weight: bold;
    transform: translateX(75px);
    z-index: 2000;
    position: absolute;
    color: #f36229;
}

.fa.fa-copy:active {
    color: #f36229;
}

.copy-icon-container {
    display: flex;
    align-items: center;
    padding: .5rem;
}

/* SOCIAL BTN */

.main-area .social-btn {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.main-area .social-btn .list-heading {
    display: block;
    margin-bottom: 15px;
}


i:hover {
    cursor: pointer;
}

a:active {
    color: #ff6122;
}

/* ---------------------------------
4. Footer
--------------------------------- */

footer.footer {
    background-color: transparent;
    color: #fff;
    text-align: center;
    padding-left: 20px;
    position: fixed;
    bottom: 2rem;
    width: 100%;
}

footer.footer .footer-content {
    display: flex;
    max-width: 1200px;
    margin-left: 2rem;
}

footer.footer .footer-content p {
    font-size: 14px;
    margin: 0 0;
}

footer.footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.footer .footer-links li {
    display: inline;
    margin: 0 15px;
}

footer.footer .footer-links li a {
    color: #fff;
    text-decoration: none;
}

footer.footer .footer-links li a:hover {
    text-decoration: underline;
}

.socials-container {
    display: flex;
    justify-items: center;
    grid-template-rows: 2fr;
    gap: 25px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.socials-container a {
    background-color: #ffffff8f;
    padding: .5em;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    box-sizing: border-box;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    z-index: 1000;
}

.socials-container a svg {
    height: 22px;
}

.socials-container a::before {
    content: attr(data-social);
    position: absolute;
    background-color: var(--accent-color);
    color: white;
    text-decoration: none;
    padding: 0.5em 1em;
    border-radius: 100px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(20px);
    opacity: 0;
    transition: 200ms cubic-bezier(.42, 0, .44, 1.68);
    align-content: center;
}

.socials-container a:hover {
    background-color: var(--accent-color);
    fill: white;
}

.socials-container a:hover::before {
    transform: translateY(50px) rotate(0);
    opacity: 1;
}

/* Shared margin styles */
.contact-phone,
.contact-phone-container {
    margin: .5rem 0;
}

/* Specific styles for each container */
.contact-phone {
    display: flex;
    flex-direction: row;
}

.contact-phone-container {
    display: flex;
    flex-direction: column;
    margin: .5rem 0 .5rem;
    padding: 5px 45px;
    border-radius: 50px;
    border: 1px solid #c0410f00;
    backdrop-filter: blur(5px);
    background-color: #ffffff24;
    color: #fff;
    font-weight: 600;
}

.contact-phone-container:hover {
    border: 1px solid #c0410f;
}

/* Screens Resolution : 767px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

    /* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

    p {
        line-height: 1.4;
        font-size: 1em;
    }

    h1 {
        font-size: 2.8em;
        line-height: 1;
    }

    h2 {
        font-size: 2.2em;
        line-height: 1.1;
    }

    h3 {
        font-size: 1.8em;
    }

    footer.footer .footer-content p {
        font-size: .8rem;
    }

    /* ---------------------------------
	3. MAIN SECTION
	--------------------------------- */

    a b {
        font-size: 1rem;
    }

}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 2.2em;
    }
}

@media only screen and (max-width: 460px) {
    h1 {
        font-size: 1.8em;
        margin-bottom: 1rem;
    }

    .main-area .main-text {
        font-size: 1em;
    }

    footer.footer .footer-content p {
        bottom: -1rem;
        margin-left: 1rem;
    }

    .main-area-wrapper {
        padding: 10px;
    }
}

@media only screen and (max-width: 390px) {
    a {
        line-height: 1;
        font-size: .9em;
    }

    p {
        line-height: 1;
        font-size: .9em;
    }

    h1 {
        font-size: 1.6em;
        line-height: 1;
        margin-bottom: 1rem;
    }

    .main-area .main-text {
        margin-bottom: 3rem;
    }

    .contact-phone-container {
        margin-bottom: 1.5rem;
    }
}