/* 
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@700&display=swap');
font-family: 'Oxygen', sans-serif;


@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');
font-family: 'Work Sans', sans-serif;

*/

@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");



/* body {
  max-width: 900px;
  overflow-x: hidden;
} */

/* body, #page-container{
  min-width:900px;
  width: auto !important;
  width:1000px;

  overflow-x: hidden;
} */





/* Outer container */
.slides-container {
  display: flex;
  flex-direction: column;   /* stack vertically */
  align-items: center;      /* center horizontally */
  padding: 20px;
  gap: 20px;                /* space between slides */
}

/* Each slide wrapper */
.slide {
  width: 100%;              /* responsive width */
  max-width: 1050px;        /* cap at 1000px */
}

/* Image inside slide */
.slide img {
  width: 100%;              /* fill parent div */
  height: auto;             /* keep aspect ratio */
  display: block;           /* remove extra spacing */
  border-radius: 8px;       /* optional */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* optional */
  object-fit: contain;      /* prevents stretching */
}








/* .pc {
    position:absolute;
    border:0;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
    display:block;
    transform-origin:0 0;
    -ms-transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

.pf {
    position: relative;
    background-color: white;
    overflow: hidden;
    margin: 0;
    border: 0;
} */



body, #page-container{
  /* width: auto !important; */

  overflow-x: hidden !important;
} 


/* Footer */

nav, .footer {
  /* height: 300px; */
  /* width: auto; */
  background-color: #262626;
  background-color: #1f2125;
  padding: 100px 30px 40px 30px;

  /* overflow-x: hidden !important; */
}


/* .slide{
  width: 600px;
} */


.footer_container {
  display: flex;
  justify-content: space-around;
  color: #fff;
}

.location,
.contact_me {
  flex-basis: 30%;
  /* width: 40%; */
  line-height: 26px;

  margin-right: 10px;
}

.logo_message {
  flex-basis: 24%;
  display: flex;
  justify-content: center;
}

.footer_container .title {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 2px;
  margin-left: 15px;
}

.footer_container .col {
  display: flex;
  flex-direction: row;
  flex: 1;

  margin: 0 15px;
}

.col_a {
  margin-right: 15px;
}

.col_b {
  /* font-size: 14px; */
  font-size: 15px;
  letter-spacing: 0.5px;
  /* color: #b3afac; */
  color: #cfc9c5;
}

.col_b span {
  width: 100px;
  /* min-width: none; */
}

.logo_message img {
  width: 100px;
  /* margin-left: 15%; */
}

.social {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.social i {
  color: darkgray;
  color:#fff;
  font-size: 40px;
}

.social :hover {
  color: #3bc9f3;
  transition: all ease 0.5s;
}

.separation {
  margin: 40px auto;
  width: 90%;
  height: 0.2px;

  background-color: #494949;
}

.col a {
  text-decoration: none;
  color: #cfc9c5;
}

.col a:hover {
  color: #fff;
  /* padding-bottom: 10px; */
  /* border-bottom: 1px solid #cfc9c5; */
}

/* 

.reach {
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 2px;

  background-color: #ffa600cb;
  margin-top: 25px;

  padding: 8px 14px;
  width: fit-content;
  width: -moz-fit-content;
  border-radius: 4px;

  cursor: pointer;
  transition: all ease 0.5s;
}

.reach:hover {
  color: black;
  background-color: #3bc9f3;
  transform: scale(99%);

} */

/* .btn {
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 2px;

  background-color: #ffa600cb;
  margin-top: 25px;

  padding: 8px 14px;
  width: fit-content;
  width: -moz-fit-content;
  border-radius: 4px;

  cursor: pointer;
  transition: all ease 0.5s;
} */

/* Contact */

.contact-section {
  padding: 80px 0 80px;
  /* background-color: #f3f2f1; */
}
.contact-section .contact-img {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
.contact-section .contact-img .img-box {
  padding: 250px 0;
  background-image: url("../images/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  background-position: top;
}
.contact-section .section-title {
  text-align: center;
}
.contact-section .section-title h2 {
  color: #ffffff;
}
.contact-section .section-title h2:before {
  background-color: #ffffff;
  left: 50%;
  margin-left: -40px;
}

.contact-section .contact-form {
  flex: 0 0 100%;
  max-width: 80%;
  max-width: 900px;
  padding: 0px 65px;
  margin: 0 auto;
}
.contact-section .contact-form .form {
  background-color: #f3f2f1;
  padding: 55px 40px;
  margin-top: -150px;
}
.contact-section .contact-form .form label {
  color: #000000;
  font-weight: 500;
  display: block;
  margin: 0 0 5px;
}
.contact-section .contact-form .form .input-group {
  font-family: inherit;
  color: #262626;
  
  /* background-color: inherit !important; */

  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.contact-section .contact-form .form .input-group textarea {
  height: 150px;
  resize: none;
  
}


.contact-section .contact-form .form .input-group.left,
.contact-section .contact-form .form .input-group.right {
  flex: 0 0 50%;
  max-width: 50%;
}

.contact-section .contact-form .form .input-control {
  font-family: inherit;
  
  width: 100%;
  height: 45px;
  padding: 6px 0px;
  color: #000000;
  font-size: 16px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cccccc;


}
.contact-section .contact-form .form .input-control:focus {
  outline: none;
}

/* .contact-section .contact-form .form textarea.input-control {
  height: 140px;
  resize: none;
  padding-top: 12px;
} */
.contact-section .contact-form .form .form-btn {
  text-align: center;
  
}







@media only screen and (max-width: 1000px) {
  .name {
    margin-left: 20%;
  }

  .name h2 {
    font-size: 5.5em;
    width: 60%;
  }

  .intro {
    margin-top: 60px;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
  }

  .Iam {
    font-size: 0.8em;
    margin-top: -140px;
    margin-top: -40px;

    margin-left: 20%;
  }
  .Iam p {
    font: 0.8em;
  }

  .about h2 {
    font-size: 2.4em;
    padding: 110px 0 40px 0;
  }

  .about .row .col1,
  .about .row .col2 {
    width: 100%;
    padding: 5%;
    transition: all ease 0.5s;
  }
}

@media only screen and (max-width: 800px) {

/* .logo img{
  width: 70px;
} */

  .footer_container {
    flex-direction: column;
    margin: 0;
    padding: 0;
  }

  .location,
  .contact_me,
  .logo_message {
    width: 300px;
    margin: 0 auto;
  }

  .logo_message,
  .location,
  .contact_me {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #menuList {
    display: none;
  }

  .menu-icon {
    display: block;
  }

  .mobileNav {
    display: none;
    /* transform: translateX(100%); */
  }

  .mobileNav {
    position: absolute;
    margin-top: 100px;
    display: block;

    float: right;
    top: 0;
    right: 0;

    width: 70%;
    height: 100vh;

    /* transform: translateX(-100%); */

    /* transform: translateX(0%); */

    background-color: #064acb;
    transition: all ease 0.5s;
  }

  .mobileNav ul {
    margin-top: 30px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .mobileNav ul li {
    padding: 20px;

    margin-left: 10%;
  }

  .mobileNav ul li a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
  }

  .mobileNav ul li a:hover {
    text-decoration: none;
    color: #fff;
    color: #3bc9f3;
    transition: all ease 0.3s;
  }

  .accord {
    width: 100%;
  }

  .mywork {
    flex-direction: column;
    margin-bottom: 20%;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  .mywork .description {
    margin: 0 10% 8% 10%;
    flex-basis: 50%;
  }
  

  .mywork .website img {
    width: 70%;
  }

  .logo {
    margin-left: 4%;
  }
}




@media only screen and (max-width: 600px) {
  .name {
    margin-left: 15%;
  }

  .name h2 {
    font-size: 4.2em;
  }

  .intro {
    margin-top: 60px;
  }

  .intro p {
    font-size: 16px;
  }

  .Iam {
    margin-left: 15%;
  }

  .Iam p {
    font: 0.8em;
  }

  .contact-section .contact-info .info-item,
  .contact-section .contact-form .form .input-group.left,
  .contact-section .contact-form .form .input-group.right,
  .work-section .work-item,
  .service-section .service-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-section .contact-form {
    padding: 0px 35px;
  }
  .contact-section .contact-form .form {
    padding: 55px 5px;
  }
}