@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Nothing+You+Could+Do&family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

body, html {
  padding: 0;
  margin: 0; 
}

.container {
	position: relative;
	margin-top: 100px;
}
.container img {
	display: block;
    width: 100%;
}

.hero {
    position: relative; /* Make the hero section positionable */
    background-image: url('img/robot_left_side.jpg');
    background-size: cover;
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
  }

/* Overlay */
.hero::before {
    content: ''; /* Empty content for the overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     /* Black overlay with 50% opacity */
    /* Ensure the overlay is above the background image but below the content */
  }



  .hero-content1 > h1 {
    font-family: "Saira Condensed", serif;
    font-weight: 400;
    font-style: normal;
    border: 0.5px solid rgb(211, 211, 211);
    padding: 10px 60px;
    width: 10%;
    margin: auto;
    text-align: center;
    margin-top: 60px; 
    box-shadow: rgba(65, 65, 65, 0.168) 0px 3px 8px;
    
  }

  .hero-content1 > p {
    font-family: "Saira Condensed", serif;
    font-weight: 200;
    font-size: larger;
    font-style: normal;
    margin: auto;
    text-align: center;
    margin-top: 60px;
    
  }

 /* =============================================== About Section ======================================= */

  .section-title {
    font-family: "Saira Condensed", serif;
    font-weight: 200;
    font-style: normal;
   /* border: 0.5px solid black; */
    padding: 1px 100px;
    border: 5px solid rgba(101, 101, 101, 0.522);
    font-size: smaller;
    margin: auto;
    text-align: center;
    margin-top: 104px; 
    margin-bottom: -50px;
    box-shadow: rgba(65, 65, 65, 0.168) 0px 3px 8px;
  }
  
  .section-title > h1 {
      font-family: "Saira Condensed", serif;
      text-align: center;
  }

    .constrain {
        max-width: 960px;
        margin: 200px auto;
        padding: 10px 20px;
    }

    .section1-content > h1 {
      color: black;
      font-family: "Saira Condensed", serif;
      font-size: 30px;
    
    }

    .section1-content > p {
      color: black;
      font-family: "Saira Condensed", serif;
      max-width: 350px;
    }

    .btn-goals > .btn1  {
      color: white;
      padding: 10px 40px;
      background-color: rgba(0, 0, 0, 0.548);
      font-family: "Saira Condensed", serif;
      border: none;
      border-radius: 20px;
      font-size: 17px;
      box-shadow: rgba(65, 65, 65, 0.168) 0px 3px 8px;
      cursor: pointer;
      display: block;
      width: 100%;
      text-decoration: none;
      text-align: center;
    }

    .section1-products {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }



    .section1-image > img {
      max-width: 100%;
      height: auto;
      display: block; 
      border-radius: 5px;
      box-shadow: rgba(65, 65, 65, 0.726) 0px 3px 8px;
    }


 /* =============================================== My Services Section ======================================= */

 .section-title1 {
    font-family: "Saira Condensed", serif;
    font-weight: 200;
    font-style: normal;
   /* border: 0.5px solid black; */
    padding: 0px 100px;
    border: 5px solid rgba(101, 101, 101, 0.522);
    width: 70%;
    font-size: large;
    display: flex;
    justify-content: center;
    background-color: rgba(243, 243, 243, 0.458);
    text-align: center;
    margin-top: -100px; 
    box-shadow: rgba(65, 65, 65, 0.566) 0px 3px 8px;
  }

  .card-container > .card > img {
    height: 480px;
    justify-content: center;
  }
    .constrain2 {
        width: 100%;
        margin: 25px auto;
        padding: 250px 0;
      /*  background-color: #eaeaea; */
     /*   background-image: linear-gradient(to bottom right, rgb(121, 118, 118), rgb(239, 239, 239)); */
     background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('img/deepmind.jpg');
     background-position: center;
     background-size: cover;
        
    
}

.container {
  
  background-color: transparent;
  width: 100%;
  max-width: 1200px; /* Set a maximum width for larger screens */
  margin: 0 auto; /* Centers the container */
  padding-left: 15px; /* Adds padding on the left */
  padding-right: 15px; /* Adds padding on the right */
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 60px;
  padding: 1px 0px 0px 0px;
  background-color: none;
}

.Card1, .Card2, .Card3, .Card4 {
  padding: 20px;
  height: 200px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: rgba(255, 255, 255, 0.356);
  border: 5px solid rgba(101, 101, 101, 0.522);
  max-width: 100%;
}

.Card1, .Card2, .Card3, .Card4 > a {
  padding: 20px;
  max-width: 300px;
}

.Card1, .Card2, .Card3, .Card4 > h3 {
  font-family: "Saira Condensed", serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.img-1 {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.img-2 {
  width: 68px;
  height: 68px;
  object-fit: contain;
 
}

.img-3 {
  width: 68px;
  height: 68px;
  object-fit: contain;
 
}

.card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    
}

.card {
    width: 338px;
    background-color: transparent;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba (0,0,0,0.2);
    margin: 25px;
    border:1px solid rgba(101, 101, 101, 0.522);
    box-shadow: rgba(65, 65, 65, 0.168) 0px 3px 8px;
    border-radius: 20px;
}

.card-content {
    padding: 13px;
    font-family:"Nothing You Could Do", serif;
    margin-bottom: 16px;
    text-align: center;
    
  }

.card-content > .btn-card {
  color: white;
  padding: 10px 105px;
  font-family:"Nothing You Could Do", serif;
  border: none;
  font-size: 16px;
  border-radius: 20px;
  box-shadow: rgba(65, 65, 65, 0.168) 0px 3px 8px;
  cursor: pointer;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.548);

  }
.card-content h4 {
    font-size: 20px;
    margin-bottom: 4px;
    margin-top: 4px;
    font-family:"Nothing You Could Do", serif;
    padding-bottom: 15px;
    font-weight: 500;
  }

/* ==============================================  My message to you section =============================== */

.section3-title {
    font-family:"Nothing You Could Do", serif;
    font-weight: 200;
    font-style: normal;
   /* border: 0.5px solid black; */
    padding: 1px 100px;
    border: 5px solid rgba(101, 101, 101, 0.522); 
    width: 15%;
    font-size: smaller;
    margin: auto;
    text-align: center;
    margin-top: -104px; 
    margin-bottom: -50px;
    box-shadow: rgba(3, 2, 2, 0.168) 0px 3px 8px;
  }

    .constrain3 {
        margin-top: -105px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('img/push\ ups.jpg');
        background-position: center;
        height: 10% vh;
        padding-top: 110px;
        background-size: cover;
        padding-bottom: 50px;
    }

    .section3-products {
       /* margin-top: -100px; */
        padding: 80px 210px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section3-image {
        border: 5px solid rgba(101, 101, 101, 0.522);
        padding: 9px;
        visibility: hidden; 
    }

    .section3-content {
      color: white;
      font-family: "Saira Condensed", serif;
      margin-top: -30px;
      margin-left: 45px;
    
    }

    .section3-content > h1 {
      color: white;
      font-family: "Saira Condensed", serif;
      font-size: 30px;
      padding-bottom: 2px;
    }

    .section3-content > p {
      color: white;
      font-family: "Saira Condensed", serif;
      font-size: 17px;
    }

/* ========================================================== Contact Me =================================================================== */


.section4-title1 {
  font-family: "Saira Condensed", serif;
  font-weight: 200;
  font-style: normal;
 /* border: 0.5px solid black; */
  padding: 0px 100px;
  border: 5px solid rgba(101, 101, 101, 0.522);
  width: 15%;
  font-size: large;
  background-color: rgb(255, 255, 255);
  text-align: center;
  margin: auto;
  align-items: right;
  margin-top: -12px; 
  box-shadow: rgba(65, 65, 65, 0.168) 0px 3px 8px;

}

  .constrain4 {
      max-width: 960px;
      margin: 150px auto;
      padding: 10px 20px;
  }

  .section4-products {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-top: 100px;
  }

  .section4-image > img {
    /*  border: 5px solid rgba(101, 101, 101, 0.522); */
    /*   padding: 9px; */
    border-radius: 5px;
    box-shadow: rgba(65, 65, 65, 0.726) 0px 3px 8px;
   
  }

  .section4-content > .btn1 {
    color: white;
    padding: 10px 40px;
    background-color: rgba(0, 0, 0, 0.548);
    font-family: "Saira Condensed", serif;
    border: none;
    border-radius: 20px;
    font-size: 17px;
    box-shadow: rgba(65, 65, 65, 0.168) 0px 3px 8px;
    cursor: pointer;
    display: block;
    margin: auto;
    width: 80%;
    text-decoration: none;
    text-align: center;
  }


  .section4-content > p {
    color: black;
    font-family: "Saira Condensed", serif;
    font-size: 17px;
  }

  .section4-content > h1 {
    color: black;
    font-family: "Saira Condensed", serif;
    font-size: 30px;
   
  }

  /* ================================== Footer =========================================== */

  footer {
    background-color: #040202;
    color: #c4c4c4;
    font-family: "Saira Condensed", serif;
    text-align: center;
    padding: 4px 0;
    font-weight: bold;
    position: relative;
    bottom: 0;
    width: 100%;
  }

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Default styles for desktop/tablets */
.hero-content > h1,
.hero-content > p {
    width: 100%;    /* Full width */
    margin: 0;      /* No margins */
}

/* ===================================== Responsive Section ==================================*/

@media screen and (max-width: 768px) {
  
   
  /* =============================== Home page  ====================================*/

  .hero-content > h1 {
    font-family: "Saira Condensed", serif !important;
    font-size: 30px !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    text-align: center !important;
    color: #d6d6d6 !important;
    background-color: transparent !important;
  }
  
  .constrain {
        max-width: 100%;
        padding: 10px 20px;
        margin-top: 200px;
    }


  .hero-content {
    padding: 20px !important;
  }

  /* Optional: Adjust the container width for mobile */
  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Optional: Adjust any other text or section for mobile */
  .other-element {
    font-size: 16px !important;
    padding: 10px !important;
  }
  .hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('img/100_tempo.jpg'); 
    color: white;
  }

  

  .section-title {
    font-family: "Saira Condensed", serif;
    font-weight: 200;
    font-style: normal;
   /* border: 0.5px solid black; */
    padding: 1px 128px;
    border: 5px solid rgba(101, 101, 101, 0.522);
    width: 120px;
    font-size: xx-small;
    text-align: center;
    margin-top: 60px; 
    box-shadow: rgba(65, 65, 65, 0.168) 0px 3px 8px;
  }
  
  .section-title > h1 {
      font-family: "Saira Condensed", serif;
      text-align: center;
      margin: auto;
      width: 100%;
  }

  /* =================== Contact us section 4 =================== */


  .section4-products {
    font-family: "Saira Condensed", serif;
    display: flex;
    justify-content: center;
    width: 100%; 
  }

  .section4-title1 {
    font-family: "Saira Condensed", serif;
    font-weight: 200;
    font-style: normal;
   /* border: 0.5px solid black; */
    padding: 1px 20px;
    border: 5px solid rgba(101, 101, 101, 0.522);
    width: 340px;
    font-size: small;
    margin: auto;
    text-align: center;
    margin-top: -30px; 
    box-shadow: rgba(65, 65, 65, 0.168) 0px 3px 8px;
  }

  .section4-content > a > .btn1 {
    margin: 40px 0px;
    
  }
  .section4-content > h1 {
    margin: auto;
    text-align: center; 
    margin-bottom: 20px;
    
  }

  .section4-content > p {
    margin: auto;
  }

 

  .section4-image > img {
    margin-top: 40px;
    margin: auto;
    width: 375px;
    
  }

  .section1-image > img {
    margin-top: 40px;
    margin: auto;
    width: 375px;
   
  }


  .section1-content {
    margin-top: -160px;
    margin-bottom: 50px;
  
  }
  
  .section1-content > p {
      color: black;
      font-family: "Saira Condensed", serif;
      max-width: 100%;
    }

  .section1-content > h1 {
    text-align: center;
  }
  
  .btn-goals > .btn1 {
      max-width: 100%;
      padding: 10px 5px; /* Adjust padding if needed */
      display: block; /* Ensures full width */
      box-sizing: border-box; /* Prevents overflow from padding */
  }

  .section1-content > .vid {
    width: 300px;
  }

  .constrain3 {
    display: none;
  }

  /* ========================= Start Main Page ========================== */

  
  
  .Card1, .Card2, .Card3, .Card4 {
      margin-top: 25px;
      margin-right: 30px;
      max-width: 300px;
  }




  /* ======================== End of Main Page ==================== */

    .section1-products {
        justify-content: center;
    }

    .section-title1 {
        font-family: "Saira Condensed", serif;
        font-weight: 200;
        font-style: normal;
       /* border: 0.5px solid black; */
        padding: 0px 100px;
        border: 5px solid rgba(101, 101, 101, 0.522);
        border-radius: 10px;
        width: 50%;
        font-size: small;
        /* margin: auto; */
        background-color: rgba(243, 243, 243, 0.458);
        text-align: center;
        margin-bottom: 70px; 
        box-shadow: rgba(65, 65, 65, 0.168) 0px 3px 8px;
        max-width: 200px;
       /* visibility: hidden; */
      }
	
}
