* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Rubik', sans-serif;
}
.the_body {
  position: relative;
}

body {
  margin: 0%;
  padding: 0%;
  width: 100%;
  height: 100vh;
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 0 2rem;
  overflow: hidden;
}

h1 {
  font-size: 32px;
}

/* this is for nav menu */
#nav_container {
  display: flex;
  position: sticky;
  justify-content: space-between;
  padding: 20px 50px;
  top: 0;
  align-items: center;
  z-index: 10;
  background: black;
  }

  .nav-wrapper_items {
    display: flex;
    text-align: right;
  }

  #nav_container > .nav-wrapper_items > div {
    margin-right:20px;
    font-size: 0.8em;
    text-transform: uppercase;
  }

  .nav-wrapper_item {
    height: 20px;
    border-bottom: red 1px transparent;
    transition: border-bottom 0.5s;
  }

  .nav-wrapper_item a {
    color: grey;
    text-decoration: none;
    transition: color 0.5s;
  }

  .nav-wrapper_item:hover {
    border-bottom: 2px solid red; 
    
  }

  .nav-wrapper_item a:hover {
    color: red;
  }

  .active-nav-link {
    border-bottom: 2px solid red; 
  }

  .active-nav-link a{
    color: black !important; 
  }
.the_logo {
  margin-top: 0px;
}

 /* home section */
  
.page_one {
  display: flex;
  height: 100vh;
  width: 100%;
  position: relative;
}

.Page_one_container {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: relative;
  width:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Page_one_container:before {
  content: '';
  background: url(../img/ideabulb.jpg) no-repeat center center/cover;
  height: 100vh;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.pageone_wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page_one_header .welcome {
 max-width: 600px;
 color: red;
 font-size: 4rem;
 text-align: center;
 /* transform: rotate(20deg) */
}

.welcome {
  font-weight: lighter;
}

.page_one_header .welcome_two {
 text-align: center;
 font-weight: bolder;
 color: white;
 line-height: 3rem;
 padding-bottom: 1.2rem;
}

.line {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: red 10px solid;
  width: 200px
}

.first_page_text {
  color: white;
  margin-top: 20px;
  font-size: 1.2rem;
  max-width: 600px ;
  text-align: center;
  line-height: 27px;

}

/* .services_wrapper {
  top: 180px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: top;
  justify-content: center;
  align-content: flex-start;
}

.serv_wrap {
  margin: 50px;
  max-width: 400px;
} */

.page_one_header {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.page_one_header h1{
  font-size: 50px;
  font-weight: bold;
  color: white;
}


 /* about Section*/

 .about_background {
   display: flex;
   background: url(../img/about_background.jpg) center center/cover no-repeat;
   height: 100vh;
   width: 100%;
  
 }

 .about_us {
  height: 100%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: auto;
  line-height: 25px;
 }

 .about_us h1 {
   margin-bottom: 20px;
 }

 
/* services Section*/
.service_background {
  display: grid;
  height: 100vh;
  width: 100%;
  background-color: #000000;
  align-items: center;
}

.service_header {
  display: grid;
  margin: auto;
  width: 60%;
  text-align: center;
  color: #f1f1f1;
}

.service_header h1 {
  margin-bottom: 30px;
}


.services_list {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
height: 100%;
width: 90%;
margin: auto;
text-align: center;
}


.service .a_service {
  color: rgb(255, 255, 255)
}

.ci_pic {
  background: url(../services/artwork_03.jpg) center center/cover no-repeat;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: grayscale(1);
  align-content: center;
  margin: auto;
  margin-bottom: 20px;
}

.logo_pic {
  background: url(../services/logo.jpg) center center/cover no-repeat;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: grayscale(1);
  align-content: center;
  margin: auto;
  margin-bottom: 20px;
}

.digital {
  background: url(../services/digital.jpg) center center/cover no-repeat;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: grayscale(1);
  align-content: center;
  margin: auto;
  margin-bottom: 20px;
}

.rebrand {
  background: url(../services/design.jpg) center center/cover no-repeat;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: grayscale(1);
  align-content: center;
  margin: auto;
  margin-bottom: 20px;
}

.brandp {
  background: url(../services/brandact.jpg) center center/cover no-repeat;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: grayscale(1);
  align-content: center;
  margin: auto;
  margin-bottom: 20px;
}

.artdirection {
  background: url(../services/art.jpg) center center/cover no-repeat;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: grayscale(1);
  align-content: center;
  margin: auto;
  margin-bottom: 20px;
}
.tvr {
  background: url(../services/tv.jpg) center center/cover no-repeat;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: grayscale(1);
  align-content: center;
  margin: auto;
  margin-bottom: 20px;
}

.photography {
  background: url(../services/photography.jpg) center center/cover no-repeat;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: grayscale(1);
  align-content: center;
  margin: auto;
  margin-bottom: 20px;
}

/*work*/
.work_background {
  display: grid;
  height: 100%;
  width: 100%;
  background-color:  rgb(240, 240, 244);
}

.work_header {
  text-align: center;
  font-size: 23px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.work_container {
  display: grid;
  margin: auto;
  /* grid-template-columns: repeat(auto-fit,minmax(350px, 1fr)); */
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
  width: 100%;
}

.artwork {
  height: 300px
}

.artwork01 {
  background: url(../portfolio/artwork_01.jpg) center center/cover no-repeat;
}
.artwork02 {
  background: url(../portfolio/artwork_02.jpg) center center/cover no-repeat;
}
.artwork03 {
  background: url(../portfolio/artwork_03.jpg) center center/cover no-repeat;
}
.artwork04 {
  background: url(../portfolio/artwork_04.jpg) center center/cover no-repeat;
}
.artwork05 {
  background: url(../portfolio/artwork_05.jpg) center center/cover no-repeat;
}
.artwork06 {
  background: url(../portfolio/artwork_06.jpg) center center/cover no-repeat;
}
.artwork07 {
  background: url(../portfolio/artwork_07.jpg) center center/cover no-repeat;
}
.artwork08 {
  background: url(../portfolio/artwork_08.jpg) center center/cover no-repeat;
}
.artwork09 {
  background: url(../portfolio/artwork_09.jpg) center center/cover no-repeat;
}


.artwork:hover {
  transform: scale(1.1);
}

/* Contacts */

@import url('https://fonts.googleapis.com/css?family=Roboto');

#contact {
  max-height: 800px;
  top: 100px;
}
.contacts_background {
  height: 100%;
}
.contact_main {
  display: grid;
  text-align: center;
}

.what_ {
  margin-top: 80px;
}

.contact_wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  top: 150px;
  height: 100vh;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.map_wrapper {
  padding-bottom: 100px;
  text-align: center;
  align-items: center;
  flex: 1;
}

.map_wrapper h3 {
  padding-bottom: 20px;
}

iframe {
  align-items: center;
  display: block;
  margin: auto;
  position: relative;
}

.signup-form {
  background: white;
  width: 70%;
  margin: auto;
  flex: 1;
}

.input textarea {
      padding: 1rem;
      background: rgb(240, 240, 244);
      display: flex;
      margin: auto;
      display: block;
      border-radius: 5px;
      box-shadow: rgba(0,0,0,0.3);
      font-family: Roboto;
      border: 0px;
      border-bottom: 2px solid white;
  }

  .signup-form input,
  .signup-form select,
  .signup-form textarea {
      display: block;
      background: rgb(250, 250, 250);
      margin: 20px auto;
      padding: 10px;
      color: grey;
      padding: 10px;
      width: 100%;
      border: 0px;
      border-bottom: 2px solid transparent;
  }

.msg textarea{
    height: 150px;
    border: 0px;
    border-bottom: 2px solid transparent;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #818383;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #818383;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #818383;
}
  .btn {
    background: red;
    text-align: center;
    padding: 15px;
    border: 0px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
  }

  .btn:hover {
    background: #791D16;
  }


  .contact_us {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    align-items: center;
  }

  .new_middle{
    background: white;
    display: flex;
    width: 100%;
    padding:10px;
    text-align: center;
    z-index: 20;
  }
  
  .click_us_2 {
    display: inline-block;
    position: relative;
    color: grey;
    list-style: none;
    top: 0;
  }
  
  .mail_us_2 {
    display: inline-block;
    position: relative;
  }

  .mail_us_2 a{
    text-decoration: none;
    color: grey;
  }
  
  .mail_us_2 a:hover,
  .mail_us_2 a:active {
    color: red;
  }
  
  .call_us_2 {
    display: flex;
    flex-direction: row;
    position: relative;
    padding-left: 10px;
  }
.khotso {
  display: flex;
  flex-direction: row;
  padding: 10px 0px;
}
.mogau {
  display: flex;
  flex-direction: row;
}

  .new_middle{
    background: white;
    display: flex;
    width: 80%;
    margin-top: 50px;
    position: relative;
    margin: auto;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 20;
  }

 
  
/* footer starts here */
 .foot_container {
   background: black;
   color: white;
   padding: 20px;
   text-align: center;
   bottom: 0;
 }

 .foot_copy a{
 color: white;
 text-decoration: none;
 padding-left: 10px;
 padding-right: 10px;
 }

.footer {
  position: relative;
  bottom: 0;
  left: 0;

}

.line {
padding-left: 10px;
color: red;
}

/* success page */
.logo {
  display: flex;
  justify-content: center;
}
.containers {
  display: flex;
  flex-direction: column;
  color: white;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: black;
  height: 75vh;
  line-height: 2.5rem;
  padding: 30px;
}

.containers a {
  text-decoration: none;
  background: red;
  padding: 10px;
  color: white;
  border-radius: 5px;
  margin-top: 10px;
}

/* photography page */
.oddlogo {
  display: flex;
  justify-content: center;
}

.photo_container {
  display: flex;
  flex-direction: column;
  color: white;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.438);
  height: 100vh;
  line-height: 2.5rem;
  padding: 30px;
  position: relative;
  
}

.photo_container:before {
  content: '';
  background: url(../img/camera.jpg) no-repeat center center/cover;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}


.photo_container a {
  text-decoration: none;
  background: red;
  padding: 10px;
  color: white;
  border-radius: 5px;
  margin-top: 10px;
}

