
/*General Start*/

.container {
    max-width: 1050px;
    width: 90%;
    margin: auto;
    height: 100vh;
  }
  

/*General Ende*/



/*Navbar Start*/

.topnav {
  background-color: #ffffff;
  overflow: hidden;
  padding: 30px clamp(4.375rem, 1.25rem + 8.3333vw, 11.25rem);

}

header{
 width: 100%;
}


.topnav a {
  
  color: #000000;
  text-align: center;
  padding: 6px 16px;
  text-decoration: none;
  font-size: 17px;
  transition: 0.5s;
}



.topnav a:hover {
  color: rgb(233, 142, 24);
  transform: scale(1.2);
}
.img-nav{
  width: 40px;
  float: left;
  display: none;
}


.btn-nav{
      text-align: center;
    justify-content: center;
    background-color:transparent;
    border-radius: 50px;
    border-width: 0;
    border-color:rgb(0, 0, 0);
    border: 1px solid;
    box-shadow: rgba(25, 25, 25, 0.04) 0 0 1px 0, rgba(0, 0, 0, 0.1) 0 3px 4px 0;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 1em;
    height: 32px;
    padding: 5px 25px;
    transition: all 200ms;
    text-decoration: none;
    color: #000000;
    float:right;
    transition: 0.5s;
}

.btn-start:hover{
  transform: scale(1.3);
  z-index: 2;
  color: rgb(233,142,24);
}

.topnav a.active {
  background-color: transparent;
  color: rgb(233, 142, 24);
  font-weight: bold;
}


.topnav .icon {
  display: none;
}



/*Responsive Navbar Start*/

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

  .btn-nav{
    width: 155px;
  }

.unactive{
  display: none;
}
}


@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .img-nav{
    display: unset;
    width: 70px;
  }

  .icon{
    margin-top: 30px;
  }

  a.active{
    display: none;
  }
}

/*Responsive Navbar Ende*/

/*Navbar Ende*/


/*Start Start*/


  #start{
    padding: 0px 150px;
    background-color: #0e2431;
  }

  #start .start{
    justify-content: center;
    align-items: center;
    display: flex;

  }

  .start-content{
    justify-content: center;
    display: flex;
    gap: clamp(10.8125rem, -43.0417rem + 71.8056vw, 43.125rem);
    align-items: center;
}


.start-right-img{
    width: 50%;
}

.start-left{
    width: 900px;
}




.btn-start{
    text-align: center;
    justify-content: center;
    background-color:transparent;
    border-radius: 50px;
    border-width: 0;
    border-color:white;
    border: 1px solid;
    box-shadow: rgba(25, 25, 25, 0.04) 0 0 1px 0, rgba(0, 0, 0, 0.1) 0 3px 4px 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 1em;
    height: 32px;
    padding: 5px 25px;
    margin-top: 20px;
    text-decoration: none;
    transition: 0.5s;
}

/*Responsive Start Start*/

@media screen and (max-width:1200px){
    .start-content{
        flex-wrap: wrap;
        text-align: center;
    }

    .start-left{
        width: clamp(19.5rem, 9.7222rem + 48.8889vw, 25rem);


    }
}
/*Responsive Start Ende*/


/*Start Ende*/



