@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 {
	padding: 0;
	margin: 0; 

}

.container {
	position: relative;
	margin-top: 100px;
}
.container img {
	display: block;

    width: 100%;
}


nav {
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	font-family: "Saira Condensed", serif;
	padding: 0 5%;
	height: 60px;
	background-color: #040202;
  box-shadow: rgba(65, 65, 65, 0.168) 0px 3px 8px;
}
nav .logo {
	float: left;
	width: 40%;
	height: 100%;
	display: flex;
	align-items: center;
  font-family: "Saira Condensed", serif;
	font-size: 22px;
	color: #c4c4c4;
  font-weight: bold;
}
nav .links {
	float: right;
	padding: 0;
	margin: 0;
	width: 35%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
  font-family: "Saira Condensed", serif;
    
}
nav .links li {
	list-style: none;
}
nav .links a {
	display: block;
	padding: 1em;
	font-size: 18px;
	font-weight: bold;
	color: #c4c4c4;
	text-decoration: none;
}
#nav-toggle {
	position: absolute;
	top: -100px;
}
nav .icon-burger {
	display: none;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
nav .icon-burger .line {
	width: 30px;
	height: 5px;
	background-color: #c4c4c4;
	margin: 5px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}

.hero {
    position: relative; /* Make the hero section positionable */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('img/100_tempo.jpg'); 
    background-size: cover;
    color: #ffffff;
    background-position: top;
    background-repeat: no-repeat;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.807);
  }


/* 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-content > h1 {
    font-family: "Saira Condensed", serif;
    font-size: 70px;
    padding: 20px 60px;
    margin-bottom: 0px;
  }

  .hero-content > p {
    font-family: "Saira Condensed", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
  }

  .hero-content1 > h1 {
    font-family: "Saira Condensed", serif;
    font-weight: 400;
    font-style: normal;
    border: 0.5px solid black;
    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;
   
    
  }

  /* ============================================= Message/About Page ============================================ */

  .section5-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;
    margin: auto;
    background-color: rgb(243, 243, 243);
    text-align: center;
    margin-top: -12px; 
    box-shadow: rgba(65, 65, 65, 0.168) 0px 3px 8px;
  
  }
  
    .constrain5 {
        max-width: 960px;
        margin: 200px auto;
        padding: 10px 20px;
    }
  
    .section5-products {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap; 
        flex-direction: row;
        justify-content: space-between;
        padding-top: -200px;
    }
  
    .section5-image img { 
        box-shadow: rgba(65, 65, 65, 0.726) 0px 3px 8px;
    } 

   
  
    .section5-content > p {
      color: black;
      font-family: "Saira Condensed", serif;
      font-size: 17px;
      max-width: 400px;
      text-align: justify;
    }
  
    .section5-content > h1 {
      color: black;
      font-family: "Saira Condensed", serif;
      font-size: 30px;
      margin-top: 0;
    }

    .book-btn > .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;
    }

    /* ===================================================== Services section ================================================== */

    ul {
      list-style-type: circle;
    }
    .sa {
      font-family: "Saira Condensed", serif;
    }

    /* ===================================================== next section ====================================================== */

    .section6-products {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 150px;
    }
  
    .section6-image {
        border: 5px solid rgba(101, 101, 101, 0.522);
        padding: 15px;
    }
  
    .section6-content > p {
      color: black;
      font-family: "Saira Condensed", serif;
      font-size: 17px;
    }
  
    .section6-content > h1 {
      color: black;
      font-family: "Saira Condensed", serif;
      font-size: 24px;
    }

/* =================== Pricing 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: 10%;
  font-size: large;
  margin: auto;
  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)); */

  
}

.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;
width: 280px;
height: 300px;
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);
margin-bottom: 30px;
}

.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;
}

.gold-package {
  list-style-type: none;
}

.gold-package > li {
  margin-right: 33px;
}

 /* ================================== 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%;
}


/* ==================== Responsive ======================= */
    @media screen and (max-width: 480px) {
        .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 128px;
            border: 5px solid rgba(101, 101, 101, 0.522);
            width: 10%;
            font-size: 11px;
            margin: auto;
            background-color: rgb(243, 243, 243);
            text-align: center;
            margin-top: -150px; 
            box-shadow: rgba(65, 65, 65, 0.168) 0px 3px 8px;
          }

          .section5-content > h1 {
            text-align: center;
            margin-top: -110px;
            margin-left: 10px;
          }

         

          .section5-content > p {
            margin-left: 30px;
          }

          .section5-image > img {
            margin-top: 40px;
            margin-left: 30px;
            width: 400px;
          }

        /* ========================= Pricing ========================== */

        .Card1, .Card2, .Card3 {
          margin-right: 30px;
        }

        /* ========================== My Books ======================== */ 

        .book-btn {
          margin-left: 30px;
          margin-bottom: 50px;
        }

        .section5-content > .claw {
          margin-left: 36px;
        }


        /* ========================= Contact page =====================*/

        .section5-content > .contact-free {
          margin-left: 30px;
        }
    
     
        nav .logo {
            float: none;
            width: auto;
            justify-content: center;
        }
        nav .links {
            float: none;
            position: fixed;
            z-index: 9;
            left: 0;
            right: 0;
            top: 60px;
            bottom: 100%;
            width: auto;
            height: auto;
            flex-direction: column;
            justify-content: space-between;
            background-color: rgba(0,0,0,.8);
            overflow: hidden;
            box-sizing: border-box;
            transition: all .5s ease-in-out;
        }
        nav .links a {
            font-size: 20px;
            color: #ffffff;
        }
        nav :checked ~ .links {
            bottom: 0;
        }
        nav .icon-burger {
            display: block;
          
        }

        
        nav :checked ~ .icon-burger .line:nth-child(1) {
            transform: translateY(10px) rotate(225deg);
        }
        nav :checked ~ .icon-burger .line:nth-child(3) {
            transform: translateY(-10px) rotate(-225deg);
        }
        nav :checked ~ .icon-burger .line:nth-child(2) {
            opacity: 0;
        }
        
    }
    