
* {
  margin: 0px;
  font-family: "Rubik", sans-serif;
}

/* ---HEADER--- */
header {
  background-color: #e7dfd8;
  padding: 20px;
}

.logo {
  height: 50px;
  margin-right: 90px;
  margin-top: 15px;
}

nav {
  text-align: right;
}

.navlinks {
  list-style-type: none;
  margin-right: 7px;
  padding: 0;
  font-size: 18px;
}

.navlinks li {
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
}

.navlinks a {
  text-decoration: none;
  color: #231f20;
  font-weight: bold;
}

.navlinks a:hover {
  color: #D6C0B3;
}

/* ---FOOTER--- */
footer {
  background-color: #231f20; 
  color: #e7dfd8; 
  padding: 20px 0px;
}

.footer {
  display: flex;
  justify-content: flex-start; 
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap; 
}

.footer-contacts,
.footer-follow {
  flex: 1;
  padding: 20px;
  max-width: 400px; 
}

.footer-contacts h4,
.footer-follow h4 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-contacts p {
  margin: 5px 0;
  font-size: 14px;
}

.footer-contacts a {
  color: #e7dfd8;
  text-decoration: none;
}

.footer-contacts a:hover {
  text-decoration: underline;
}

.footer-follow ul {
  list-style-type: none;
  padding: 0;
}

.footer-follow li {
  display: inline-block;
  margin: 10px;
}

.footer-follow a {
  display: block;
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}

.footer-follow a:hover {
  transform: scale(1.1); 
}

.footer-follow img {
  width: 100%;
  height: auto;
  display: block;
}

.copyright {
  text-align: center; 
  font-size: 14px;
  width: 100%; 
  border-top: 1px solid #e7dfd8;
  border-bottom: 1px solid #e7dfd8;
  background-color: #e7dfd8;
}

@media screen and (max-width: 600px) {
  .logo {
    height: 40px;
    margin-right: 30px;
  }

  nav {
    text-align: center;
  }

  .navlinks {
    font-size: 16px;
  }

  .navlinks li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer {
    flex-direction: column;
    align-items: center;
  }

  .footer-contacts,
  .footer-follow {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer-follow li {
    display: inline;
    margin: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .logo {
    height: 45px;
    margin-right: 60px;
  }

  .navlinks {
    font-size: 17px;
  }

  .footer {
    flex-direction: column;
    align-items: center;
  }

  .footer-contacts,
  .footer-follow {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer-follow li {
    display: inline-block;
    margin: 5px;
  }
}

@media screen and (min-width: 1025px) {
  .navlinks li {
    display: inline-block;
    margin-right: 20px;
    margin-left: 10px;
  }

  .footer {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-contacts,
  .footer-follow {
    max-width: 400px;
    margin-bottom: 0;
  }
}


/* --HOME PAGE--*/
/* --HOME PAGE: Section 1--*/
.section1 {
  background-color: #ffffff;
  height: 650px;
}

.main-1 h6 {
  font-size: 40px;
  text-align: center;
  padding-top: 30px;
  color: #231f20;
  padding-bottom: 25px;
}

.glimpse {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 1250px;   
  height: 475px;  
  border: 2px solid #231f20;
  margin-top: 30px;
  margin: auto;
  justify-content: flex-start; 
}

.glimpse-img {
  max-width: 500px;
  margin-left: 20px;  
  margin-right: 0; 
}

.glimpse-img img {
  width: 440px;
  margin-top: 2px;
}

.glimpse-text {
  flex: 1;
  padding: 0;   
  margin-left: 20px; 
  margin-right: 20px; 
  text-align: justify;
  color: #231f20;
}

.glimpse-text p {
  font-size: 20.5px;
  line-height: 1.5;
  color: #231f20;
}

/* --HOME PAGE: Section 2--*/
.section2 {
  background-color: #E4E0E1;
  margin-top: 50px;
  margin-bottom: 65px;
  text-align: center; 
}  

.social-media-links ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 40px; 
}

.social-media-links li {
  display: inline-block;
}

.social-media-links img {
  width: 100px; 
  height: auto;
  transition: transform 0.3s ease; 
  margin-bottom: 20px;
  margin-top: 7px;
}

.social-media-links img:hover {
  transform: scale(1.1); 
}  

/* --HOME PAGE: Section 3--*/
.future-vid p {
  max-width: 68%;
  font-size: 20px;
  text-align: justify;
  margin-bottom: 20px;
}

.future-vid {
  display: flex;
  justify-content: center;  
  align-items: center;      
  flex-direction: column;   
  text-align: center;     
  background-color: #ffffff;
}

.future-vid video {
  max-width: 100%;    
  width: 70%;    
  height: auto;    
  margin-bottom: 50px;  
  border-radius: 20px;
}  

@media (max-width: 600px) {
  .section1 {
    height: auto;
  }

  .main-1 h6 {
    font-size: 28px;
    padding-top: 20px;
  }

  .glimpse {
    flex-direction: column;  
    width: 100%; 
    height: auto; 
    border: none; 
    margin-top: 20px;
  }

  .glimpse-img {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .glimpse-img img {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .glimpse-text {
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .glimpse-text p {
    font-size: 18px;
  }

  .section2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .social-media-links ul {
    flex-direction: column;
    gap: 20px;
  }

  .social-media-links img {
    width: 80px; 
  }

  .future-vid p {
    font-size: 18px;
    max-width: 90%;
  }

  .future-vid video {
    width: 100%; 
    margin-bottom: 20px;
  }
}

@media (max-width: 900px) {
  .section1 {
    height: auto;  
  }

  .main-1 h6 {
    font-size: 32px;
  }

  .glimpse {
    flex-direction: column;
    width: 100%; 
    height: auto;
    border: none;
    margin-top: 25px;
  }

  .glimpse-img {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .glimpse-img img {
    width: 100%;
  }

  .glimpse-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .glimpse-text p {
    font-size: 18px;
  }

  .social-media-links ul {
    flex-direction: row;
    gap: 30px;
  }

  .social-media-links img {
    width: 90px; 
  }

  .future-vid p {
    font-size: 18px;
    max-width: 80%;
  }

  .future-vid video {
    width: 80%; 
  }
}

/* --IT111 BLOG ENTRIES--*/
.card-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 0;
  padding-bottom: 60px;
}

.card {
  width: 380px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 16px;
}

.card-content h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #231f20;
}

.card-content p {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  text-align: justify;
}

.card-content .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #231f20;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 16px;
  font-size: 16px;
  text-align: center;
  transition: background-color 0.3s;
}

.card-content .btn:hover {
  background-color: #e7dfd8;
}

@media (max-width: 768px) {
  .card-container {
    justify-content: center;
  }

  .card {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px; 
  }
}

.highlight-reel h6 {
  text-align: center;
  font-size: 36px; 
  font-weight: bold; 
  margin-top: 40px; 
  margin-bottom: 20px; 
  color: #231f20; 
}

.highlight-reel-text {
  font-size: 18px;
  line-height: 1.5; 
  color: #231f20; 
  text-align: justify;
  padding-left: 60px;
  padding-right: 60px; 
  padding-bottom: 40px;
  text-indent: 30px; 
  max-width: 900px; 
  margin: 0 auto; 
}

/* --- Blog 1 --- */
.main-2 h6 {
  text-align: center;
  font-size: 38px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.infographic-text h5,
.infographic-text p {
  text-align: justify;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.infographic-text h5 {
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.infographic-text p {
  font-size: 16px;
  margin-bottom: 10px;
}

.infographic-img img {
  width: 100%;
  max-width: 630px;
  height: auto;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .main-2 h6 { font-size: 35px; }
  .infographic-text h5 { font-size: 28px; }
  .infographic-text p { font-size: 14px; }
  .infographic-img img { max-width: 100%; margin-bottom: 20px; }
}

@media (max-width: 992px) {
  .main-2 h6 { font-size: 30px; margin: 20px 0; }
  .infographic-text h5 { font-size: 24px; max-width: 500px; }
  .infographic-text p { font-size: 14px; max-width: 500px; }
  .infographic-img img { margin-bottom: 15px; }
}

@media (max-width: 768px) {
  .main-2 h6 { font-size: 28px; margin: 15px 0; }
  .infographic-text h5 { font-size: 22px; max-width: 450px; }
  .infographic-text p { font-size: 14px; max-width: 450px; }
}

@media (max-width: 576px) {
  .main-2 h6 { font-size: 24px; margin: 10px 0; }
  .infographic-text h5 { font-size: 20px; max-width: 100%; }
  .infographic-text p { font-size: 14px; max-width: 100%; }
  .infographic-img img { margin-bottom: 10px; }
}

/* --- Blog 2 & 5 --- */
.main-2-2 article h1 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #231f20;
}

.main-2-2 article p {
  font-size: 18px;
  line-height: 1.5;
  color: #231f20;
  text-align: justify;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 40px;
  text-indent: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.main-2-2 article p + p {
  margin-top: 20px;
}

.main-2-2 {
  background-color: #f4f4f4; 
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.main-2-2 article {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.main-2-2 article h1,
.main-2-2 article p {
  margin-left: 10px;
  margin-right: 10px;
}

.main-2-2 article img {
  max-width: 80%; 
  width: auto; 
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top: 20px; 
  margin-bottom: 20px;
}


/* --- Blog 3 --- */
.main-2-3 h1 {
  font-size: 38px;
  color: #231f20;
  margin-top: 30px;
  margin-bottom: 8px;
}

.main-2-3 p {
  font-size: 18px;
  line-height: 1.5;
  color: #231f20;
  text-align: justify;
  width: 1200px;
  text-indent: 30px; 
  margin: 0 auto; 

}

.main-2-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%; 
}

.main-2-3 img {
  max-width: 100%;
  width: 600px; 
  height: auto;
  margin: 0 auto; 
  margin-top: 10px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .main-2-3 h1 {
    font-size: 28px;  
    margin-top: 20px;
    margin-bottom: 6px;
  }

  .main-2-3 p {
    font-size: 16px; 
    width: 90%; 
    text-indent: 20px;
    margin: 0 15px;
  }

  .main-2-3 img {
    width: 80%;  
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .main-2-3 h1 {
    font-size: 24px; 
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .main-2-3 p {
    font-size: 14px; 
    width: 100%; 
    text-indent: 15px;
    margin: 0 10px;
  }

  .main-2-3 img {
    width: 100%; 
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

/* --- Blog 4 --- */
.main-2-4 h1 {
  font-size: 38px;
  color: #231f20;
  margin-top: 30px;
  margin-bottom: 8px;
}

.main-2-4 p {
  font-size: 18px;
  line-height: 1.5;
  color: #231f20;
  text-align: justify;
  width: 1200px;
  text-indent: 30px; 
  margin: 0 auto;
}

.main-2-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.wireframe-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  margin-left: 80px;
  margin-right: 80px;
}

.wireframe-img {
  max-width: 33%;
  flex-grow: 1;
}

.wf {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .main-2-4 h1 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 6px;
  }

  .main-2-4 p {
    font-size: 16px;
    width: 90%;
    text-indent: 20px;
    margin: 0 15px;
  }

  .wireframe-container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .wireframe-img {
    max-width: 80%;
  }

  .wf {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .main-2-4 h1 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .main-2-4 p {
    font-size: 14px;
    width: 100%;
    text-indent: 15px;
    margin: 0 10px;
  }

  .wireframe-container {
    flex-direction: column;
    gap: 10px;
  }

  .wireframe-img {
    max-width: 100%;
  }

  .wf {
    margin-bottom: 15px;
  }
}

/* --FLEX PAGE--*/
.main-3 h6 {
  font-size: 40px;
  text-align: center;
  padding-top: 30px;
  color: #231f20;
  margin-bottom: 30px;
  margin-top: 10px;
}

.parent {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;  
  justify-content: center;
}

.image-container {
  max-width: 300px; 
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 0;
}

.image-container img,
.image-container video {
  width: 100%; 
  height: auto; 
  display: block; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

@media (max-width: 768px) {
  .image-container {
      flex: 1 1 calc(50% - 10px); 
  }
}

@media (max-width: 480px) {
  .image-container {
      flex: 1 1 100%; 
  }
}

.flextext p {
  font-size: 22px;
  text-align: justify;
  color: #231f20;
  line-height: 1.5; 
  width: 75%;
  margin: auto;
  text-indent: 30px;
  margin-bottom: 50px;
  margin-top: 30px;
}

