@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  
}

body {

    height: 100%;   
    background: url(https://firebasestorage.googleapis.com/v0/b/eyeseeu-22ad4.appspot.com/o/ishihara-page%2Fishihara-test-blue-bg.jpg?alt=media&token=c902e814-1bc3-48e4-b658-2ccf795b2bc0) no-repeat left;
    background-attachment: fixed;
}

/* STYLES NAVBAR ****************************************************************/
.nav-link {
  color: black;
}

.nav-link:hover {
  color: #009eff;
  transform: scale(1.03);
  transition: all 0.4s ease;
}

.custom-navbarbrand {
  color: black;
  margin-right: 6.25em;
  font-size: 1.75rem;
  text-decoration: none;
  white-space: nowrap;
}

.custom-navbarbrand:hover {
  color: black;
  transform: scale(1.03);
  transition: all 0.3s ease;
}

.navbar {
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3);
}

.nav-link:is(:link, :active, :visited).active {
  color: #0082d3;
  transform: scale(1.05);
}

/* Banner TOP */

.banner_top {
  background: rgba(0, 0, 0, 0.6) url("https://depisteo.com/wp-content/uploads/2018/04/adobestock_203369207.jpg");
  min-height: 600px;
  background-attachment: fixed;
  background-size: cover;
  background-blend-mode: darken;
}

/* About Us Section */

.inner-container {
  transition: all 0.3s;
  flex-basis: 100%;
  width: 45%;
  height: 100%;
  float: right;
  background-color: white;
  padding: 100px;
  border-radius: 20% 20% 20% 20%;
}

.inner-container:hover {
  transform: scale(1.10);
}

.about-section {
  margin-top: 65px;
  background: url(https://images.unsplash.com/photo-1629909613654-28e377c37b09?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8Y2xpbmljfGVufDB8fDB8fA%3D%3D&w=1000&q=80) no-repeat left;
  background-size: 75%;
  overflow: hidden;
  padding: 110px 0; 
  
}
.inner-container h1 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
  }

.text {
font-size: 18px;
color: black;
line-height: 30px;


}

@media (max-width: 600px) {
  .inner-container {
    width: 100%;
  }
}

/* Meet our team section */
a,
a:hover {
text-decoration: none;
transition: color 0.3s ease-in-out;
}


#pageHeaderTitle {
margin: 2rem 0;
text-transform: uppercase;
text-align: center;
font-size: 2.5rem;
}

/* Cards */
.postcard {
flex-wrap: wrap;
display: flex;
box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
border-radius: 10px;
margin: 0 0 2rem 0;
overflow: hidden;
position: relative;
color: #ffffff;
}
.postcard.dark {
background-color: #18151f;
}
.postcard.light {
background-color: #e1e5ea;
}
.postcard .t-dark {
color: #18151f;
}
.postcard a {
color: inherit;
}
.postcard h1,
.postcard .h1 {
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
.postcard .small {
  font-size: 80%;
}
.postcard .postcard__title {
font-size: 1.75rem;
}
.postcard .postcard__img {
width: 100%;
object-fit: cover;
position: relative;
}

.postcard .postcard__img_link {
display: contents;
}
.postcard .postcard__bar {
width: 50px;
height: 10px;
margin: 10px 0;
border-radius: 5px;
background-color: #424242;
transition: width 0.2s ease;
}
.postcard .postcard__text {
padding: 1.5rem;
position: relative;
display: flex;
flex-direction: column;
}
.postcard .postcard__preview-txt {
overflow: hidden;
text-overflow: ellipsis;
height: 100%;
}
.postcard .postcard__tagbox {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}
.postcard .postcard__tagbox .tag__item {
display: inline-block;
background: rgba(83, 83, 83, 0.4);
border-radius: 3px;
padding: 2.5px 10px;
margin: 0 5px 5px 0;
cursor: default;
user-select: none;
transition: background-color 0.3s;
}
.postcard .postcard__tagbox .tag__item:hover {
background: rgba(83, 83, 83, 0.8);
}
.postcard:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: linear-gradient(-70deg, #424242, transparent 50%);
opacity: 1;
border-radius: 10px;
}
.postcard:hover .postcard__bar {
width: 100px;
}

@media screen and (min-width: 769px) {
.postcard {
  flex-wrap: inherit;
}
.postcard .postcard__title {
  font-size: 2rem;
}
.postcard .postcard__tagbox {
  justify-content: start;
}
.postcard .postcard__img {
  max-width: 300px;
  max-height: 200%;
  transition: transform 0.3s ease;
}
.postcard .postcard__text {
  padding: 3rem;
  width: 100%;
}
.postcard .media.postcard__text:before {
  content: "";
  position: absolute;
  display: block;
  background: #18151f;
  top: -20%;
  height: 130%;
  width: 55px;
}
.postcard:hover .postcard__img {
  transform: scale(1.1);
}
.postcard:nth-child(2n+1) {
  flex-direction: row;
}
.postcard:nth-child(2n+0) {
  flex-direction: row-reverse;
}
.postcard:nth-child(2n+1) .postcard__text::before {
  left: -12px !important;
  transform: rotate(4deg);
}
.postcard:nth-child(2n+0) .postcard__text::before {
  right: -12px !important;
  transform: rotate(-4deg);
}
}
@media screen and (min-width: 1024px) {
.postcard__text {
  padding: 2rem 3.5rem;
}

.postcard__text:before {
  content: "";
  position: absolute;
  display: block;
  top: -20%;
  height: 130%;
  width: 55px;
}

.postcard.dark .postcard__text:before {
  background: #18151f;
}

.postcard.light .postcard__text:before {
  background: #e1e5ea;
}
}
/* COLORS */

.postcard .postcard__tagbox .blue.play:hover {
background: #0076bd;
}

.blue .postcard__bar {
background-color: #0076bd;
}

.blue::before {
background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

@media screen and (min-width: 769px) {

.blue::before {
  background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
  background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
}
}


/* End of Meet our Team Section */

.h1 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333;
  margin-top: 65px;
}

.h1:after {
  content: '';
  background: white;
  display: block;
  height: 3px;
  width: 150px;
  margin: 10px auto;
  text-shadow: #333;
}

/* Banner Bottom */

.banner {
  background: url("https://i.ibb.co/Sw9PFqd/bannerbottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  min-height: 550px;
}

/* @media screen and (max-width:767px) {
  .banner {
    min-height: 600px;
  }
} */

.card-button {
  background-color: #009eff;
  color: white;
  border: none;
  border-radius: 5px;
  width: 136px;
  height: 52px;
  align-self: center;
  padding: 4px;
  margin-bottom: 10%;
  transition: all 0.6s ease;
  font-size: 20px;
}

.card-button:hover {
  text-decoration: underline;
  background-color: #1e94de;
  transform: scale(1.04);
  transition-duration: 2ms;
}

/* STYLES FOR FOOTER */
footer {
background-color: #333;
color: #fff;
padding: 30px 0;
}

footer h3 {
font-size: 20px;
margin-bottom: 20px;
position: relative;
}

footer h3::after {
content: '';
position: absolute;
left: 0;
bottom: -10px;
width: 60px;
height: 3px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #009eff);
}

footer p {
font-size: 14px;
}
footer ul {
list-style: none;
margin: 0;
padding: 0;
}

footer li {
display: block;
margin-bottom: 3px;
}

.footer-link {
color: #fff;
font-size: 14px;
text-decoration: none;
transition: all 0.3s ease;
}

.footer-link:hover {
padding-left: 7px;
text-decoration: none;
color: rgb(255, 255, 255);
}

.copyright {
margin-top: 20px;
font-size: 14px;
}

#social-container {
display: inline-block;
}

.socials {
display: inline-block;
margin-right: 5px;
font-size: 20px;
background: rgb(36, 34, 34);
width: 30px;
height: 30px;
text-align: center;
border-radius: 50px;
color: #fff;
transition: all 0.3s ease;
cursor: pointer;
}

.socials:hover {
color: black;
background-color: #fff;
cursor: pointer;
}


@media screen and (max-width:1200px) {
  .inner-container {
      padding: 80px;
  }
}

@media screen and (max-width: 1000px) {
.about-section {
  background-size: 100%;
  padding: 100px 40px;
}


  .inner-container {
      width: 100%;
  }

}

@media screen and (max-width: 600px) {
.about-section {
  padding: 0;
}

  .projcard-title {
      position: relative;
  }
  .projcard-subtitle {
      position: relative;
  }

  .inner-container {
      padding: 60px;
  }
}

