/* MAIN */
/* FONTS */
* {
    outline: none !important;
}

.map-section {
    overflow: auto !important;
}

.close:hover {
    color: white !important;
}

.go-to-project img {
    width: 25px;
    margin-left: 5px;
}

.rotated {
    transform: rotate(180deg);
}


@font-face {
    font-family: GeomanistBook;
    src: url(../fonts/Geomanist-Book.otf);
  }

  @font-face {
    font-family: GeomanistBold;
    src: url(../fonts/Geomanist-Bold.otf);
  }


/* STYLES FONTS */
.content {
    /* font-family: GeomanistBook;
    color: #70706f;
    font-size: 34px; */
    font-family: GeomanistBook;
    color: #4d4d4d;
    font-size: 26px;
}

.content-project {
    font-family: GeomanistBook;
    color: #4d4d4d;
    font-size: 26px;
}

/* menu open */
#nav-icon4 {
    width: 51px;
    height: 75px;
    position: relative;
    margin: 0px 0px 0px 20px;
    -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-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000000;
    border-radius: 0px;
    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-icon4 {
}

#nav-icon4 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-icon4 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-icon4 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-icon4.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-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 34px;
  left: 8px;
}
/* menu open -end */


footer {
    font-family: GeomanistBook;
}

.visibility {
    display: visible;
}

.hero-entry {
    background-image: url(../img/intro.gif); 
    background-size: cover;
}

.section-container {
    width: 100vw;
    height: 100vh;
    display: inline-block;
}

.section-container img {
    min-height: 100%;
    width: 100%;
}

.mid-section-container {
    padding: 50px 0px 30px 50px;
    display: flex;
    max-width: 70%;
    margin: 20px 0px;
}

.title-container {
    font-family: GeomanistBold;
    width: 20%;
    text-align: right;
    font-size: 35px;
    margin-right: -16px;
    display: inline-table;
    direction: rtl;
}

.title-container p {
    margin-bottom: 0;
}

.title-container-project {
    font-family: GeomanistBook;
    width: 90%;
    text-align: left;
    font-size: 32px;
    margin-right: 10px;
    padding: 230px 90px 40px 590px;
    display: inline-block;
}

.content-container {
    width: 60%;
    margin: 6px 0px 0px 50px;
}

.content-container-project {
    width: 90%;
    margin: 0px 0px 0px 240px;
}

.projects-list {
    width: 100%;
    padding: 0;
}

.project {
    width: 100%;
    background-color: #cfc7be;
    padding: 23px 20px;
    margin: 15px 0px;
    display: inline-block;
    color: white;
    font-size: 17px;
    border-top-left-radius: 15px;
    position: relative;
    transition: background-color 300ms ease-in-out;
    border-top-right-radius: 15px;
}

.project a {
    color: white;
    display: block; 
    width: 80%;
}

.project a:hover {
    color: #4d4d4d;
    text-decoration: none;
}

.projects-list span {
    position: absolute;
    right: 60px;
    bottom: 50%;
    transform: translate(0%,40%);
}

.category-arrow {
    height: 15px;
}

.project:hover {
    background-color: orange;
}

.scroll-down {
    width: 100%;
    background-color: white;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    padding: 20px 0px 10px 0px;
    z-index: 1000;
    transition: position 3000ms, bottom 3000ms; 
    position: absolute;
    bottom: -50px;
}

.scroll-down img {
    width: 37px;
    height: 16px;
    margin: 0px 0px 10px 0px;
}

/* MENU */

/* .navbar-dark .navbar-toggler-icon {
    background-image: url(../img/icon_menu.png) !important;
} */

/* .navbar {
    height: 130px;
    margin-top: -150px;
    transition: margin-top 3000ms;
    background-color: white;
} */

.nav-main {
    height: 130px;
    margin-top: -150px;
    transition: margin-top 1500ms;
    background-color: white;
}

.nav-container {
    transition: margin-top 1000ms;

}

.navbar {
    padding: 0 !important;
}
.nav-sec {
    height: 130px;
    /* margin-top: -150px; */
    transition: margin-top 3000ms;
    background-color: white;
}

.logo-container {
    position: absolute;
    left: 110px;
}

.btn-new-container {
    position: absolute;
    right: 30px;
}

.btn-new {
    width: 90px;
}


.nav-container {
        column-count: 5;
        -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
  -moz-column-gap: 0px; /* Firefox */
  column-gap: 0px;
}

.nav-link {
        margin-left: 20px;
        display: inline-block;
        font-family: GeomanistBold;
        font-size: 36px;
        padding: 0px !important;
        color: black;
        width: 225px;
    }

    #navbarToggleExternalContent {
         margin: 0px 0px 0px 0px;
         padding: 0;
        background-color: white;
        width: 100vw;
 
    }




    /* FOOTER */
    footer {
        min-height: 430px;
        background-color: #009fe3;
        color: white;
    }


    .footer-inner {
        padding: 50px 0px 0px 0px;
    }

    .footer-tag {
        width: 50%;
        padding-top: 90px;
        font-size: 2.9em;
    }

    .footer-title {
        font-family: GeomanistBold;
    }

    .col-lg-2 .footer-logo {
        position: absolute;
        bottom: 10px;
        width: 150px;
    }


    .col-lg-6 .footer-logo {
        position: absolute;
        bottom: 10px;
        width: auto;
    }

    .pedu-logo-footer {

        width: 100px; 
    }

    .social {
        margin: 0;
        padding: 0;
    }
    .social-list {
        padding: 0;
    }
    .social-item {
        display: inline;
    }
    .social-icon {
        width: 20px;
        margin: 0px 10px 0px 0px;
    }

    .footer-inner div p {
        font-size: 0.9em;
    }
 