*{
      margin:0;
      padding:0;
      box-sizing: border-box;

    }
    body{
      
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(8, 5, 2, 0.82) 44%, rgba(5, 3, 1, 0.9) 100%),
        radial-gradient(circle at 24% 22%, rgba(212, 175, 55, 0.23), transparent 32%),
        radial-gradient(circle at 78% 34%, rgba(111, 78, 55, 0.42), transparent 36%),
        url(back2.jpg);
      background-size: cover, auto, auto, cover;
      background-position: center, center, center, center;
      background-attachment: scroll, scroll, scroll, fixed;
      background-repeat:no-repeat;
      overflow-x: hidden;
      
      
    }
    .header{
      width:calc(100% - 10px);
      align-items: center;
      background-color:rgb(0, 0, 0);
      border-bottom-right-radius: 25px;
      border-bottom-left-radius: 25px;
      display:flex;
      justify-content: space-between;
      margin:5px;
      padding:10px;
      border-bottom:5px solid goldenrod;
      color:white;
      background-attachment:scroll;
    }

  .header .logo-text{
    display:flex;
    align-items: center;
    font-size :30px;
    
   }
   
   .logo-text span{
    color:#ffb700;
   }

  nav ul{
    display:flex;
    gap:30px;
    list-style-type: none;
  }
  nav ul a{
    text-decoration: none;
    color:rgb(255, 255, 255);
    transition:0.4s;
  }
  nav ul a:hover{
    background-color:goldenrod;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding:10px;
    color:black;
    box-shadow:0 0 15px #d7ca13;
  }

  .login{
    border-radius:30px;
    padding:10px;
    width: 100px;
    background-color:rgb(0, 0, 0);
    display: flex;
    align-items: center;
    font-size: 15px;
    border:2px solid gray;
    text-align: center;
    cursor:pointer;
    transition:all 0.4s ease;
  }
  .text{
    color:white;
    order:1;
    transition: all 0.4s ease;
    margin-left: 2px;
  }
  
  .white-ball{
    width:25px;
    height: 25px;
    background-color:color-mix(in xyz, white 50%, black 30%);
    border-radius: 50%;
    border:1px solid rgb(255, 255, 255);
    box-shadow:0 0 15px #aca519;
    transition:all 0.4s ease;
    order:1;
  }
  .login:hover .text{
    order:1;

  }
  .login:hover .white-ball{
    order:2;
  }
  .button a{
    text-align: center;
  }
  .button{
    display: flex;
    align-items: center;
    gap:10px;
  }
  .button button:hover{
    background-color:rgb(0, 0, 0);
    padding:10px;
    box-shadow:0 0 15px #ffccbc;
  }
  .content{
    width:100%;
    min-height:610px;
    display:flex;
    align-items: center;
    justify-content: center;
    gap:clamp(42px, 7vw, 130px);
    max-width: 1580px;
    margin: 0 auto;
    padding: 42px 4vw 62px;
    color:white;
    position: relative;
    overflow: visible;
    isolation: isolate;
  }

  .content::before{
    content:"";
    position:absolute;
    inset: 0 -100vw;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(13, 8, 3, 0.2)),
      radial-gradient(circle at 35% 50%, rgba(212, 175, 55, 0.2), transparent 27%),
      radial-gradient(circle at 70% 45%, rgba(0, 0, 0, 0.45), transparent 36%);
    filter: blur(2px);
    z-index:-1;
  }
  
  @keyframes sidefromleft{
    from{
      opacity:0;
      transform: translateX(-100px);
    }
    to{
      opacity:1;
      transform: translateX(0);
    }
  }
  @keyframes sidefromright{
    from{
      opacity:0;
      transform: translate(-200px);
    }
    to{
      opacity:1;
      transform: translateX(0);
    }
  }
   
  
  
  .img-coffee img{
    width:min(580px, 42vw);
    max-height: 560px;
    object-fit: contain;
    filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.72));
    animation:sidefromright 1.5s ease-out forwards;
    
  }
  .card{
    text-align: center;
    width:min(560px, 40vw);
    padding:20px;
    border-radius:20px;
    font-size: 20px;
    animation:sidefromleft 1.5s ease-out forwards;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
  }
  input{
    width:500px;
    height:20px;
    border-radius: 25px;
    padding:10px;
    margin-left:10%;
    border: 3px solid gold;
  }
  button img{
    width:30px;
  }
  .order-button button{ 
    width:100px;
    background-color:rgb(255, 183, 0);
    border-radius:10px;
    
  }
  
  .card h1{
    text-shadow: 5px 5px 10px rgb(240, 151, 8);
    color:#f9ee1a;
    font-size: clamp(36px, 3vw, 48px);
    line-height: 1.15;
  }
  .section2{
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(8, 5, 2, 0.16) 28%, rgba(0, 0, 0, 0.38) 100%);
  }
  .content1{
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    gap:clamp(38px, 5vw, 82px);
    color:white;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 4vw 54px;
  }
  .content1 h1{
    color:#f9ee1a;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    border-bottom: 5px solid gold;
    
  }
  .card1{
    width:400px;
    padding:20px;
    font-size: 20px;
    margin-top:50px;
    
    
  }
  .box{
    display: flex;
    gap:300px;
   
  }
  .order-button{
    margin-top: 20px;
    width:100px;
    border-top-right-radius: 20px;
    border:0px;
    background-color: rgb(16, 255, 3);
    border-left:5px solid rgb(255, 255, 255);
    transition: 0.5s;
  }
  .order-button:hover{
    width:150px;
    box-shadow:5px 5px 15px 5px #000000;
  }
  .card1{
    width:300px;
    height:300px;
    margin-top: 100px;
  }
  .card1-img {
    width:200px;
    border-radius: 50%;
    margin-top: -100px;
    margin-left: 50px;

  }
  .About-card{
    width:min(760px, 52%);
    margin-left:0;
    font-size: 20px;
    
  }
  .sideabout{
    width:200px;
    height:200px;
    border-radius:50%;
    margin-top: -50px;
    margin-left: -50px;
    border:3px solid gold;
  }
  .personalcard1{
    width: min(660px, 44%);
    height: 300px;
    margin-top: 0;
    border-radius: 10px;
    -webkit-box-shadow:0px 0px 10px 1px black;
    box-shadow: 0px 0px 10px 1px rgb(64, 63, 63);
    display: flex;
    background-image:
      linear-gradient(90deg, rgba(0,0,0,0.18), rgba(0,0,0,0)),
      url(back2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    gap:5px;
  }
  .personalcard1 h1{
    color:rgb(255, 255, 255);
    border:none;
  }
  
  .personalcard1:hover{
    box-shadow:5px 5px 15px 5px #e7d409;
    transform: translateY(-10px);
  }
  .bottomabout{
    width :300px;
    border-radius: 25px;
  }
  .content2-box{
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.34));
    height:700px;
    margin-top: 0;
    padding-top: 70px;
    
  }
  .content2{
    max-width: 1500px;
    margin: 20px auto 0;
    display:flex;
    justify-content: center;
    gap:10px;

    
  }
  .personal-card{
    width:300px;
    color:white;
    height:450px;
    backdrop-filter: blur(50px);
    margin-top: 0px;
    border-radius: 10px ;
    padding:10px;
    -webkit-box-shadow:0px 0px 10px 1px black;
    box-shadow: 0px 0px 10px 1px rgb(64, 63, 63);
    
  }
  .personal-card i{
    color:gold;
    
  }
  .icool{
    display:flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
  }
  .personal-card:hover{
    -webkit-box-shadow:0px 0px 10px 1px black;
    box-shadow: 0px 0px 10px 1px rgb(255, 208, 0);
    transform: translateY(-10px);
  }
  .content2 img{
    width:150px;
    height:150px;
    border-radius: 50%;
    margin-left: 70px;
    margin-top: -50px;
    border:5px solid rgb(237, 228, 158)
  }
  .more_icon{
    margin-left:100px;
  }
  .more_icon a{
    text-decoration: none;
    color:rgb(247, 235, 11);
    text-align: center;
   
  }
  .more_icon button{
    width:100px;
    padding:5px;
    border-radius: 5px;
    background-color: rgb(229, 255, 0);
  }
  .footer{
    width:100%;
    height: auto;
    color:white;

    

  }
  .contact{
    display: flex;
    width:100%;
    height: 150px;
    align-items: center;
    background-color: rgb(255, 255, 248);
    justify-content: space-between;
    
  }
  .contact h1{
    font-size: 50px;
    margin-left: 50px;
    color:black;
    
  }
  .con-button{
    width:50px;
    height: 50px;
    font-size: 20px;
    padding:10px;
    background-color: hsl(42, 100%, 98%);
    border-radius: 50%;
    margin-right: 200px;
    box-shadow:0 0 15px #000000;
    transition:all 0.4s ease;
    
  }
  .two-text{
    margin-left: 50px;
  }
  .con-button:hover{
    background-color: gold;
    width:60px;
    height: 60px;
  }
  .link h1{
    color:#f9ee1a;
    font-size: 40px;
  }
  .link ul{
    list-style-type: none;
  }
  .link ul a{
    text-decoration: none;
    font-size: 20px;
    line-height: 40px;
    color:white;
  }
  .link{
    width:auto;
    height: auto;
    background-color: #000000;
    display:flex;
    justify-content: space-between;
    padding: 50px;

  }
  .icon{
    font-size: 40px;
  }
  .location{
    font-size: 20px;
    
  }
  .location a{
    text-decoration: none;
    color:rgb(236, 240, 8);
  }
  .link-icon{
    font-size: 50px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
  }

  @media (max-width: 1100px){
    .header{
      flex-wrap: wrap;
      gap: 18px;
      justify-content: center;
    }

    .button{
      width: 100%;
      justify-content: center;
      flex-wrap: wrap;
    }

    input{
      width: min(500px, 90vw);
      margin-left: 0;
    }

    .content{
      height: auto;
      min-height: 600px;
      padding: 40px 24px 62px;
      gap: 30px;
      justify-content: center;
    }

    .img-coffee img{
      width: min(45vw, 480px);
    }

    .card{
      width: min(480px, 48vw);
    }

    .content1{
      padding: 0 24px;
      align-items: center;
    }

    .About-card{
      width: 55%;
      margin-left: 0;
    }

    .personalcard1{
      width: 42%;
    }

    .content2-box{
      height: auto;
      padding: 70px 24px 60px;
    }

    .content2{
      margin-left: 0;
      display: grid;
      grid-template-columns: repeat(2, minmax(260px, 1fr));
      gap: 70px 24px;
    }

    .personal-card,
    .personal-card[style]{
      width: 100%;
      height: auto;
      min-height: 450px;
      margin-top: 0 !important;
    }

    .content2 img{
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media (max-width: 760px){
    .header{
      align-items: center;
      border-radius: 0 0 20px 20px;
      margin: 0;
      width: 100%;
    }

    .header .logo-text{
      font-size: 24px;
      justify-content: center;
      width: 100%;
    }

    nav{
      width: 100%;
    }

    nav ul{
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px 18px;
    }

    nav ul a:hover{
      padding: 6px 8px;
    }

    .content{
      flex-direction: column;
      padding: 34px 18px 60px;
      text-align: center;
      min-height: auto;
    }

    .img-coffee{
      order: 1;
    }

    .img-coffee img{
      width: min(88vw, 390px);
    }

    .card{
      order: 2;
      width: 100%;
      padding: 12px;
      font-size: 16px;
    }

    .card h1{
      font-size: 30px;
    }

    .content1{
      flex-direction: column;
      gap: 35px;
    }

    .About-card{
      width: 100%;
      font-size: 17px;
    }

    .personalcard1{
      width: 100%;
      height: 220px;
      margin-top: 0;
    }

    .sideabout{
      width: 150px;
      height: 150px;
      margin-top: -35px;
      margin-left: 15px;
    }

    .content2{
      grid-template-columns: 1fr;
    }

    .personal-card{
      min-height: 0;
    }

    .more_icon{
      display: block;
      margin-left: 0;
      text-align: center;
    }

    .contact{
      height: auto;
      padding: 24px 18px;
      flex-direction: column;
      gap: 18px;
      text-align: center;
    }

    .contact h1{
      font-size: 34px;
      margin-left: 0;
    }

    .two-text{
      margin-left: 0;
    }

    .con-button{
      margin-right: 0;
    }

    .link{
      flex-direction: column;
      gap: 28px;
      padding: 34px 22px;
      text-align: center;
    }

    .link h1,
    .icon{
      font-size: 32px;
    }

    .location{
      font-size: 16px;
    }

    .link-icon{
      font-size: 36px;
      margin-bottom: 50px;
    }
  }

  @media (max-width: 420px){
    .header .logo-text{
      font-size: 21px;
    }

    input{
      width: 100%;
    }

    .login{
      width: 92px;
      font-size: 14px;
    }

    .card h1{
      font-size: 26px;
    }

    .content2-box{
      padding-left: 14px;
      padding-right: 14px;
    }
  }
  
