@import url('https://fonts.googleapis.com/css2?family=Acme&family=Black+Ops+One&family=Josefin+Sans:ital@0;1&family=Kaushan+Script&family=Workbench&display=swap');


.main{
  margin: 0px 30px 0px 50px;
  position: relative;
  left: 40px;
  top:90px;
}
.head{
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
}
.para{
  width: 500px;
}

  #trapezoid {
    box-sizing: content-box;
    height: 0;
    border: 80px solid rgba(0,0,0,0);
    border-top: 0 solid;
    border-bottom: 100px solid rgb(215, 59, 2);
    border-radius: 20px 20px 0 0;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    -o-text-overflow: clip;
    text-overflow: clip;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    margin-top:-53px;
    width: 700px;
    position: sticky;
    transition: all 0.7s ease;
    padding-left:7%;
  }
  
  #trapezoid a, .subnavbtn {
   -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  
  .sub-home {
    display: none;
    position: absolute;
    right: 0;
    left: 0; 
  
    z-index: 1;   
    transform: perspective(-10px);
  }
  
  #trapezoid:hover .sub-home {
    justify-content: center;
    margin-top: 53px;
  }
  
  .navbar {
    position: sticky;
    top: 0;
    height: 50px;
    display:flex;
    overflow:hidden;
    
    justify-content: center;
 
  }
  
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 25px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    transition: all 0.5s ease;
  }
  
  .subnav {
    float: left;
    overflow: hidden;
  }
  
  .subnav .subnavbtn {
    font-size: 16px; 
    border: none;
    outline: none;
    color: white;
    padding: 14px 25px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    transition: all 0.5s ease;
  }
  
  .navbar a:hover, .subnav:hover .subnavbtn {
    background: orange;
    color: black;
    border-radius:5px;
  }
  
  .subnav-content {
    display: none;
    position: sticky;
    left: 0;
    width: 100%;
    z-index: 1;   
    transform: perspective(-10px);
  }
  
  .subnav-content a {
    float: left;
    color: rgb(145, 211, 231);
    text-decoration: none; 
  }
  
  .subnav-content a:hover {
    background:#c1b5cb;
    color: black;
  }
  
  .subnav:hover .subnav-content {
    display: flex;
    justify-content: center;
  }
  
  
  section  {
    margin:0em 10em 10em 10em;
    padding:3em 10em 3em 10em;
  }

  .shape {
    position: absolute;
    animation: float 2s infinite alternate;
    
  }
  
  .box {
    width: 30px;
    height: 30px;
    background-color: #cbd8e0;
  }
  
  .circle {
    width: 30px;
    height: 30px;
    background-color: #e74c3c;
    border-radius: 50%;
  }
  
  @keyframes float {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(0);
    }
  }
  
  
  p {
    color: #111; 
    font-family: 'Calibri', sans-serif; 
    font-size: 25px; 
    line-height: 1.5;
  }
  
  hr {
    background-color: #000;
  }


    .carousel {
        width: 880px;
        height: 500px;
        position: absolute;
        right: 100px;
        bottom: 250px;
        float: right;
        box-sizing: border-box;
        margin: 0;
        overflow: hidden; 
    }


.carousel-inner img {
    filter: blur(3px);
    
}
.carousel-caption h3 {
    color:darkorange;
    font-family: 'Acme', sans-serif;
    font-weight: bold;
    font-size: 80px;
    position: relative;
    bottom: 150px;
    right: inherit;
}
#btn{
    background-color: darkorange;;
    display: block;
    margin-top: 20px;
    margin-left: 150px;
    width: 250px; /* Adjust the width as needed */
    height: 55px; /* Adjust the height as needed */
    border-radius: 25px; /* Half of the height to make it oval */
}
.overlay {
  position: absolute;
  top: 1000px;
  left: 0;
  width: 100%;
  height: 800;
  background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
}

.content-para{
  position: absolute;
  top: 1000px;
  left: 50px;
  font-size:35px;
  width: 1200px;
  font-family: Kaushan Script;
  color:rgb(41, 12, 2);
}