@font-face {
    font-family: "Gilroy";
    src: url("Fonts/Gilroy-Extrabold.otf");
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

body {
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
}

p {
    line-height: 2;
    color: #1b1b1b;
}

.text-color {
    color: white;
}

.alert{
    position: absolute;
    height: 3rem;
    border-radius: 50px;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    top: 15%;
    width: 40%;
    left: 0;
    right: 0;
    margin: auto ;
    display: none;
}

.show-alert{
    display: flex !important;
}

/* Header */

section {
    position: relative;
}

.rightside, .leftside {
    height: 100vh;
}

.rightside {
    background-image: url("images/Background.jpg");
    -webkit-background-size: 100%;
    background-size: 105vh;
    background-position: top right;
    background-repeat: no-repeat;
    position: fixed;
    right: 0;
  	-webkit-filter: brightness(90%);
}

/* Navbar */

#navbar {
    transition: all 300ms ease;
}

.navbar-home {
  background-color: transparent !important;
}

.navbar-default .nav-link img:hover {
    filter: brightness(0);
}

.navbar-default.scrolled .navbar-brand img {
    filter: brightness(1) invert(0);
}

.navbar-default.scrolled{
    background-color: white !important;
    box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, .16);
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.navbar-default.scrolled a {
    color: #4D4D4D !important;
}

.navbar-default.scrolled .active a{
    color: #FFC700 !important;
}

.navbar-default.scrolled a:hover {
    font-weight: normal;
    color: #FFC700 !important;
}

nav {
    position: fixed;
    z-index: 2;
    background-color: white;
}

nav ul li a {
    color: #4D4D4D !important;
    transition: all 200ms;
}

nav ul li a:hover {
    color: #FFC700 !important;
}

nav ul .active a {
    font-weight: 500 !important;
    color: #FFC700 !important;
}

nav .item-2 a, .navbar-default.scrolled .item-2 a  {
    color: #FFC700 !important;
    padding: 0;
}

.navbar-default.scrolled .item-2 a:hover {
  color: white !important;
}

nav .item-2 a {
  border-radius: 100px;
  border: 2px solid #FFC700;
  padding: 0.4rem 1.5rem !important;
  transition: all 250ms ease-in-out;
}

nav .item-2 a:hover {
  background-color: #FFC700;
  box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
  color: white !important;
}

nav .item-2>li {
  display: flex;
  justify-content: center;
  align-items: center;
}

nav .item-2 .contactbtn-respon {
  border: 2px solid white !important;
  transition: all 250ms ease-in-out;
  color: white !important;
}

nav .item-2 .contactbtn-respon:hover {
  background-color: white !important;
  color: black !important;
}

.navbar-brand {
    transition: all 200ms;
}

.navbar-brand:hover {
    transform: scale(1.05);
}

/*****/

h1 {
    font-size: 4.7vw;
    width: 1105px;
    color: #1b1b1b;
    margin: 0 !important;
}

h1, .description span, .chiffre, .text-wrapper span, .file span {
    font-family: Gilroy;
}

.chiffre {
    font-size: 19rem;
    margin-left: -3%;
    color: #F5F5F5;
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 328px;
}
.description {
    position: absolute;
    top: 30%;
    left: 11.5%;
    z-index: 1;
}

.description span {
    color: white;
}

.description p {
    width: 40%;
    font-size: 16px;
}

.btn {
    border-radius: 100px !important;
    background-color: #FFC700 !important;
    text-transform: uppercase;
    padding: 10px 20px !important;
    border: 0 !important;
    font-weight: 500 !important;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
    color: white !important;
    width: fit-content;
    width: -moz-fit-content;
    margin-top: 0 !important;
    letter-spacing: 1px;
    transition: all 200ms ease;
    font-size: 1.05rem;
}

.btn:hover {
    box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
    transform: translateY(-2px);
}

.btn img {
    -webkit-transition: linear,all .15s cubic-bezier(0.4,0.0,0.2,1);
    -moz-transition: linear,all .15s cubic-bezier(0.4,0.0,0.2,1);
    -ms-transition: linear,all .15s cubic-bezier(0.4,0.0,0.2,1);
    -o-transition: linear,all .15s cubic-bezier(0.4,0.0,0.2,1);
    transition: linear,all .15s cubic-bezier(0.4,0.0,0.2,1);
}

.btn:hover img {
    transform: translateX(5px);
}

.scroll{
    transition: all 200ms;
}

.scroll:hover {
    transform: translateY(5px);
}

.scroll a {
    font-weight: 700;
    transform: rotate(90deg);
    text-decoration: none;
}

.scroll hr {
    height: 56px;
    width: 3px;
    background-color: white;
}

.navRS {
    bottom: 10%;
    right: 4%;
    padding: 2rem;
}

.scrollnRS {
    bottom: 0;
    right: 0;
    z-index: 1;
}

.scrollnRS a {
    color: white !important;
}

.scrollnRS .nav-item {
    padding: 0.5rem 1.5rem;
}

.scrollnRS .nav-link {
    padding: 0 !important;
    font-weight: 500;
}

.link{
    position: relative;
}

.link:after{
    content: '';
    position: absolute;
    width: 0; height: 3px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: #fff;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
}

.link:hover:after{
    width: 100%;
    left: 0;
    background: #fff;
}

/* Section 2, Service */

.service {
    height: 100vh;
}

.wrapper_service {
    z-index: 1;
}

.tab-content {
    display: flex;
    justify-content: center;
    padding-left: 3rem;
}

.tab-pane h2 {
    font-family: Gilroy;
    font-size: 4rem;
}

.tab-pane {
    color: white;
}

.service .nav-link {
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.35);
    line-height: 0.8;
    transition: all 200ms;
}

.service .nav-link:hover {
    color: rgba(0, 0, 0, 0.65);
}

.service .nav-item {
    margin-bottom: 2rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: black;
    background-color: transparent;
    border-left: 3px solid black;
    border-radius: 0;
    font-weight: 500;
    padding-left: 2rem;
}

.tab-content h2 {
    margin-bottom: 2rem;
}

.tab-content hr {
    width: 3px;
    height: 5rem;
    background-color: #fff;
    border: 0;
}

.tab-content p {
    line-height: 2;
    margin-top: 5px;
}

.tab-content a {
    margin-top: 5rem;
    color: white;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    text-decoration: none !important;
}

#Storytelling, #RS, #webmarketing,  #tunnels, #SiteWeb, #SEO {
    width: 80%;
}

.tab-content a img {
    margin-left: 0.3rem;
}

.contact .description {
    top: 20% !important;
}

.contact .description h1 {
    line-height: 1;
}

/* Footer */

footer {
    height: inherit !important;
}

footer nav {
    position: relative !important;
    padding: 5rem 0 0 0 !important;
    margin-top: 3rem;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, .11);
}

footer .copyright {
    background-color: #F6F9FC;
    padding: 2rem;
}

footer .copyright p, .copyright a {
    margin-bottom: 0 !important;
    font-size: 0.85rem;
    font-weight: 500;
    color: #C6C6C6;
}

.footer-nav .nav-item {
    padding-right: 2rem;
}

/* Modal */

h5 {
    font-family: Gilroy;
    color: #1b1b1b;
}

.modal label {
    font-weight: 500;
}

.modal-content {
    padding: 0.5rem;
}

.form-control {
    transition: all 300ms ease;
}

.form-control:focus, .modal-content {
    border: 0 !important;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149) !important;
}

textarea, input, .modal-content {
    border-radius: 10px !important;
}

footer a img {
    transition: filter 300ms ease;
}

footer a img:hover {
    filter: brightness(0.4) !important;
}

footer nav div>a>img:hover {
    filter: inherit !important;
}

/* --------* */

.modal-content {
    border-radius: 0 !important;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.05), 39px 62.5px 125px -25px rgba(0, 0, 0, 0.5), 23.4px 37.5px 75px -37.5px rgba(0,0,0,.3) !important;
}

.modal-content h3 {
    font-family: Gilroy;
    font-size: 2.5rem;
    color: #1b1b1b;
}

.modal-content .contact {
    padding: 1rem 0;
}

.modal-content .contact a {
    color: rgba(0, 0, 0, 0.30);
    border: 1.5px solid rgba(0, 0, 0, 0.30);
    text-decoration: none;
    padding: 0.25rem 0.90rem;
    border-radius: 100px;
    font-weight: 500;
    transition: all 250ms ease-in-out;
}

.modal-content .contact a:hover {
    border-color: rgba(0, 0, 0, 0.60);
    color: rgba(0, 0, 0, 0.60);
}

.modal-content .contact a:hover img {
    opacity: 0.60;
}

.modal-content .contact img {
    margin-right: 0.90rem;
    opacity: 0.30;
    transition: all 250ms ease-in-out;
}

.leftside-modal {
    width: 55%;
    padding: 4rem;
}

.rightsite-modal {
    width: 45%;
    background-color: #1b1b1b;
}

.modal-text {
    color: rgba(0, 0, 0, 0.60);
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 992px;
    }
}

.close {
    top: 3%;
    right: 2%;
    color: white;
    transition: opacity 250ms ease-in-out;
}

.close:hover {
    opacity: 1 !important;
}

.modal-logo img{
    filter: brightness(0) invert(1);
}

.modal-descript {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    width: 70%;
    margin: inherit;
}

.modal-content form {
    padding: 1rem 0;
}

.form-group {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

.form-group input {
    height: 1.9rem;
}

.form-group textarea {
    resize: none;
}

.form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: rgba(0, 0, 0, 0.30);
    font-size: 1rem;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.30);
    display: block;
}

.form-group .bar::before {
    content: '';
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #FFC700;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}

.form-group input,
.form-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}

.form-group input[type="file"] {
    line-height: 1;
}

.form-group input[type="file"] ~ .bar {
    display: none;
}

.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
    color: #333;
}
.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.60);
    top: -1rem;
    left: 0;
}

.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
}

.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
    color: #FFC700;
}

.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
    width: 100%;
    left: 0;
}


#nav-icon {
    width: 60px;
    height: 45px;
    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-icon span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #424b55;
    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;
}

#nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

.button-respon {
    display: none;
}

.chiffre-respon {
    display: none;
}

@media screen and (max-width: 770px) {

/* Navbar respon */

    #navbar {
      background-color: white !important;
    }

    .navbar {
        border-bottom: 3px solid #38ABFF;
    }

    .nav-respon .navbar-light .navbar-toggler {
        border: none;
        outline: none;
    }

    .nav-respon .navbar {
        box-shadow: 0px 2px 10px rgba(60,64,67,0.302), 0px 3px 20px rgba(60,64,67,0.149);
        z-index: 999;
    }

    .nav-respon .navbar-nav {
        margin-left: 0 !important;
    }

    .nav-respon .navbar-nav>div {
        flex-direction: column;
        align-items: center;
    }

    .nav-respon .nav-item a {
        text-transform: uppercase;
        font-size: 2rem;
        font-family: Gilroy;
    }

    .nav-respon .nav-item{
        margin: 1rem 0 !important;
    }

    nav .item-2 a, nav .item-2 .contactbtn-respon {
      border: 0 !important;
      text-align: center;
      color: rgba(0, 0, 0, 0.35) !important;
    }

/*****/

    .rightside {
        display: none;
    }

    .leftside, .navbar {
        width: 100% !important;
    }

    .description {
        width: 80%;
    }

    .description h1 {
        font-size: 4rem;
        line-height: 1;
        width: 100%;
    }

    .description span {
        color: #1b1b1b;
    }

    .description p {
        width: 100% !important;
    }

    .leftside-modal {
        width: 100%;
        padding: 2rem 3rem;
    }

    .rightsite-modal {
        display: none !important;
    }

    .button-respon {
        display: block;
    }

    .button-respon .btn {
        background-color: transparent !important;
        color: #FFC700 !important;
        box-shadow: none;
    }

    #service {
        display: none !important;
    }

    .chiffre-none {
        display: none;
    }

    .chiffre-respon {
        display: inline-block;
    }

    .scrollnRS {
        display: none !important;
    }

    .contact-respon {
        height: 100vh;
    }
}

@media screen and (max-width: 470px) {

    .description h1 {
        font-size: 3rem;
    }

    .description p {
        font-size: 16px;
    }

    .contact {
        flex-direction: column;
    }

    .contact a:nth-child(2) {
        margin-top: 0.75rem;
    }

    .leftside-modal h3 {
        line-height: 0.8;
    }

    .leftside-modal p {
        line-height: 1.1;
        margin-top: 0.5rem;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }

    p {
        line-height: 1.6;
        font-size: 0.9rem;
    }

    .leftside-modal form>div .form-group {
      margin-right: 1rem !important;
    }
}
