/* Responsive */
@media (max-width: 576px) { 
    .navbar-brand-image {
        width: 200px;
    }

    h1 {
        font-size: 25px;
    }

    .section_title {
        font-size: 25px;
    }

    .car_section_left_side p { 
        font-size: 18px;
        line-height: 30px;
    }
    
    .scanner {
        width: 130px;
    }

    footer {
        font-size: 16px;
    }

    /* Invitation CODE */
    .invitation-title {
        font-size: 18px;
        line-height: 25px;
    }

    .invitation-wrapper {
        height: 50px;
        text-indent: 20px;
        border-radius: 8px;
    }

    .input-wrapper {
        width: 85%;
    }

    .input-wrapper input {
        font-size: 20px;
        letter-spacing: 25px;
    }

    .input-wrapper input::placeholder {
        font-size: 20px;
        letter-spacing: 15px;
        transform: translateY(1px);
    }

    .copy-invitation-button {
        min-width: 15%;
        border-radius: 8px;
    }

    .copy-invitation-button img {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 576px) { 
    .navbar-brand-image {
        width: 220px;
    }

    h1 {
        font-size: 50px;
    }

    .section_title {
        font-size: 50px;
    }

    .car_section_left_side h3 {
        font-size: 35px;
        line-height: 60px;
    }

    .car_section_left_side p { 
        font-size: 18px;
        line-height: 30px;
    }
    
    .scanner {
        width: 150px;
    }

    footer {
        font-size: 20px;
    }

    /* Invitation CODE */
    .invitation-title {
        font-size: 25px;
        line-height: 33px;
    }

    .invitation-wrapper {
        height: 80px;
        text-indent: 30px;
        border-radius: 20px;
    }

    .input-wrapper {
        width: 85%;
    }

    .input-wrapper input {
        font-size: 20px;
        letter-spacing: 25px;
    }

    .input-wrapper input::placeholder {
        font-size: 25px;
        letter-spacing: 20px;
        transform: translateY(3px);
    }

    .copy-invitation-button {
        min-width: 15%;
        border-radius: 20px;
    }

    .copy-invitation-button img {
        width: 42px;
        height: 42px;
    }
}

@media (min-width: 768px) {
    .navbar-brand-image {
        width: 300px;
    }
    
    footer {
        font-size: 24px;
    }

    /* Invitation CODE */
    .invitation-wrapper {
        height: 100px;
        text-indent: 50px;
    }

    .input-wrapper {
        width: 85%;
    }

    .input-wrapper input {
        font-size: 35px;
        letter-spacing: 25px;
    }

    .input-wrapper input::placeholder {
        font-size: 35px;
        letter-spacing: 25px;
        transform: translateY(0px);
    }

    .copy-invitation-button {
        min-width: 15%;
    }

    .copy-invitation-button img {
        width: 42px;
        height: 42px;
    }
}

@media (min-width: 992px) {
    /* Header */
    .navbar-brand-image {
        width: 300px;
    }
    /* Header End */

    h1 {
        font-size: 70px;
        line-height: 90px;
    }

    .section_title {
        font-size: 70px;
        line-height: 90px;
    }

    .car_section_left_side h3 {
        font-size: 40px;
        line-height: 60px;

    }

    .car_section_left_side p { 
        font-size: 32px;
        line-height: 46px;
    }
    
    .scanner {
        width: 220px;
    }
    
    footer {
        font-size: 32px;
    }

    /* Invitation */
    .invitation-title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (min-width: 1200px) { 
    .nav-link {
        font-size: 17px;
    }

    h1 {
        font-size: 80px;
        line-height: 110px;
    }

    .section_title {
        font-size: 80px;
        line-height: 110px;
    }


    .car_section_left_side h3 {
        font-size: 40px;
        line-height: 65px;
    }
    
    .scanner {
        width: 220px;
    }
}

@media (min-width: 1400px) { 
    .nav-link {
        font-size: 22px;
    }

    h1 {
        font-size: 100px;
        line-height: 130px;
    }

    .section_title {
        font-size: 100px;
        line-height: 120px;
    }

    .car_section_left_side h3 {
        font-size: 48px;
    }
}


/* Main styles */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

footer {
    height: 85px;
    color: #fff;    
    background-color: #2F478B;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Header */
.nav-link {
    font-family: 'Open Sans';
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #2F478B !important;
}

.navbar-light .navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

/* Header End */

img {
    width: 100%;
}

h1 {
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #2F478B;
}

/* car section */
.car_section_left_side h3 {
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #2F478B;
}

.car_section_left_side p { 
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #272729;
}

/* titles */
.section_title {
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #2F478B;
}

/* Invitation */
.invitation-title {
    font-family: 'Open Sans';
    font-weight: 400;
    color: #252527;
}

.invitation-wrapper {
    background-color: #F7F7F7;
    cursor: text;
}

.input-wrapper input {
    background-color: transparent;
    border: none;
    pointer-events: none;
    color: #2F478B;
    font-weight: bold;
}   

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.input-wrapper input:focus {
    background-color: transparent;
    border: none;
    outline: none;
}

.input-wrapper input::placeholder {
    color: #2F478B;
    font-weight: bold;
}

.copy-invitation-button {
    background-color: #2F478B;
    cursor: pointer;
    position: relative;
}

.copy-invitation-button .tooltiptext {
    visibility: hidden;
    width: 170px;
    background-color: #2F478B;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    width: 170px;
    bottom: 110%;
    left: 50%;
    margin-left: -85px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.copy-invitation-button .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #2F478B transparent transparent transparent;
}
  
/* Show the tooltip text when you mouse over the tooltip container */
.copy-invitation-button:hover .tooltiptext {
    visibility: visible;
}

/* custom burger */
#nav-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #2F478B;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 10px;
}

#nav-icon3 span:nth-child(4) {
    top: 21px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

