@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');

*{
  margin: 0px;
  padding: 0px;
  image-orientation: from-image;
}
body{
  background-color: rgb(249, 246, 246);
  color: #212529;
}
.body_container{
  width: 100%;
  margin: auto;
}
.center {
  text-align: center;
}
.container{
  width: 74%;
  margin: auto;
}
.da_container{
  width: 90%;
  margin: auto;
}
.home_container{
  width: 73%;
  margin: auto;
}
footer {
  text-align: center;
  color: white;
  background-color: rgba(0,0,255, 0.5);
  margin: 0px;
  padding: 10px;
}
.showcase{
  margin-top: 50px;
  font-size: 100px;
  font-weight:500;

  /*background-image: url("img/drawings/Serena Williams.jpg");*/
}

/* HEADER / MAIN NAV */
.main-header,
header {
  background-image: linear-gradient(rgba(255,255,255,0.98) 53%, rgba(255,255,255,0) 100%);
  padding: 14px 18px 20px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo {
  margin-top: 0;
  display: flex;
  align-items: center;
}

.logo img {
  transition: transform 0.3s ease;
}

.logo img:hover {
  transform: scale(1.05);
}

nav,
.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-right: 0;
  padding: 0;
  background-color: transparent;
}

nav a,
.nav a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 14px;
  margin: 0;
  font: 20px 'Noto Sans', sans-serif;
  color: rgba(0, 0, 255, 1);
  background-color: rgba(255,255,255,0.7);
  border-radius: 8px;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

/* IMPORTANT: do NOT change font-size on hover */
nav a:hover,
.nav a:hover {
  text-decoration: none;
  color: rgba(96, 176, 255, 1);
  background-color: rgba(240, 248, 255, 0.95);
  transform: translateY(-1px);
}

nav .icon,
.nav .icon {
  display: none;
  font-size: 24px;
  line-height: 1;
}

/* MOBILE */
@media screen and (max-width: 1000px) {
  .main-header,
  header {
    align-items: flex-start;
  }

  nav,
  .nav {
    width: 100%;
    display: block;
    margin-top: 10px;
  }

  nav a,
  .nav a {
    display: none;
  }

  nav a.icon,
  .nav a.icon {
    display: block;
    width: fit-content;
    margin-left: auto;
    padding: 10px 12px;
  }

  nav.responsive,
  .nav.responsive {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  nav.responsive a,
  .nav.responsive a {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
  }

  nav.responsive a.icon,
  .nav.responsive a.icon {
    width: fit-content;
    align-self: flex-end;
  }
}
@keyframes Scale {
  from {
    transform: scale3d(1,1,1);
  }
  to{
    transform: scale3d(1.25, 1.25, 1.25);
  }
}
@-webkit-keyframes textScale {
  from {
    transform: scale3d(1,1,1);
  }
  to{
    transform: scale3d(1.25, 1.25, 1.25);
  }
}
/*home_PAGE**************/
/*BODY*/
.home_PAGE{
  margin-top: 95px;
  padding-bottom: 60px;
}
.home_PAGE h2{
  line-height: 2.8;
  font-weight: 300;
  font-size: 210%;
}
.home_PAGE a {
  text-decoration: none;
      color: #212529;
}
.home_block{
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
}
.home_PAGE .row {

    transition: all ease 0.9s ;
    -webkit-transition: all ease 0.9s;
  padding-bottom: 100px;
  border-bottom: 2px solid rgba(122,122,122,0.1);

}
.home_PAGE .row:hover{
  cursor: pointer;
  filter: brightness(132%);
  -webkit-filter: brightness(132%);
  /*transform:scale(1.02);*/

}

.home_PAGE >.col {
  padding-top: 0
}
.home_PAGE img {
  width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}
.content{
  margin: 20px 10px;
}

/*about_PAGE**************/
/*BODY*/
.about_PAGE {
  display: none;
  margin-top: 20px;
padding-bottom: 60px;
}
.about_PAGE p {
  font-size: 20px;
  line-height: 2.1;
  text-align: justify;
}


/*services_PAGE**************/
/*BODY*/
.services_PAGE{
  display: none;
  padding-bottom: 60px;
}

.service_block{
  background-color: rgb(255,255,255);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.19);
  padding: 18px 0px 12px;
  margin-bottom: 20px;

}
.service_block img{
  display: inline-block;
  border: none;
  height: 130px;
}
.service_block .row{
  background-color: rgba(255,255,255,1);
}
/*contact_PAGE**************/

.contact_PAGE{
  display: none;
  padding-bottom: 60px;
}
.contact_PAGE p {
  font-size: 28px;
}
/*BODY*/

.hide{
  opacity: 0%;
}

/*portfolio*/{

}
.port_container{
  width: 85%;
  margin: auto;
}
.port_block{
  background-color: rgb(255,255,255);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.19);
  padding: 18px 0px 12px;
  margin-bottom: 20px;
  margin-right: 0.5px;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

.port_block:hover {
  transform: scale(1.1);
}
.port_block img{
  border: none;
  max-width: 90%;
  height: 200px;
  object-fit: cover;
  display: inline-block;
}
.portfolio_PAGE {
  margin-bottom: 65px;
}
.portfolio_PAGE p{
  font-size: 110%;
}
.portfolio_PAGE > .row{
  z-index: 0;
}
.portfolio_PAGE a{
  text-decoration: none;
  color: #212529;
}

video {
  padding: 0 !important;
}

.port_showcase {
  position: relative;

}
.port_showcase h1 {
  padding-top: 8px;
  padding-right: 4px;
  font-size: 26px;
}
  .port_showcase a{
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  text-decoration: none;
  color: rgba(255, 30, 30, 1);


}
.port_showcase a:hover{
  text-decoration: none;
  font-size: 105%;
  color: rgba(255, 120, 10, 1);
}


/*motiongraphics and Animation pages*/
.video_block {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.19);
  background-color: rgba(255,255,255,1);
  padding: 30px 20px;
  border-bottom: 2px solid rgba(122,122,122,0.1);
}
/*Web Development*/
.webdev_PAGE .row  a {
  color: #212529;
}
.webdev_PAGE .row a:hover {
  text-decoration: none;
  text-decoration: underline;
}
.illustration_PAGE{
  padding-bottom: 35px;
}
.illustration_block{
  background-color: rgba(255,255,255,1);
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.19);
  padding: 30px;
}
.illustration_block img {
  padding: 10px 5px;
  width: 20%;
  margin-top: 5px;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}
.illustration_block img:hover{
  transform: scale(1.2);
  filter: brightness(150%);
}

.illustration_block h2 {
  padding-bottom: 0px;
}
.rotate{
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  /*margin-top: 88px;*/
}

body.graphic-page {
  background: #f5f7fb;
  color: #1c1c1c;
  /*font-family: Arial, Helvetica, sans-serif;*/
  margin: 0;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e6e9ef;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}

.breadcrumb-title {
  text-align: right;
}

.breadcrumb-text {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #4c566a;
}

.breadcrumb-text a {
  color: #111827;
  text-decoration: none;
}

.breadcrumb-text a:hover {
  text-decoration: underline;
}

.hero-section {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: white;
  padding: 80px 0 60px;
  margin-bottom: 40px;
}

.hero-content {
  max-width: 800px;
}

.hero-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.hero-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

.portfolio-wrapper {
  padding-bottom: 60px;
}

.portfolio-section {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  margin-bottom: 32px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  border: 1px solid #e9edf5;
}

.section-heading {
  margin-bottom: 22px;
}

.section-heading h2 {
  font-size: 1.6rem;
  margin-bottom: 8px;
  color: #111827;
}

.section-heading p {
  margin: 0;
  color: #5b6474;
  line-height: 1.6;
}

.section-heading a {
  text-decoration: none;
}

.section-heading a h2:hover {
  color: #2563eb;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.image-grid a {
  display: block;
  background: #f8fafc;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.image-grid a:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

.image-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.site-footer {
  background: #111827;
  color: white;
  text-align: center;
  padding: 40px 0;
  margin-top: 40px;
}

.site-footer h4 {
  margin: 0;
  font-weight: 600;
}

@media (max-width: 768px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .breadcrumb-title {
    text-align: left;
  }

  .hero-content h1 {
    font-size: 2.1rem;
  }

  .portfolio-section {
    padding: 20px;
  }

  .image-grid img {
    height: 220px;
  }
}
