@import url('https://fonts.googleapis.com/css2?family=Anek+Kannada&family=Cairo+Play:wght@700&family=Calligraffitti:wght@400&family=Montserrat:wght@600&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");

/* Media query for mobile screens */
@media screen and (max-width: 767px) {
  *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
  body {
    width: 420px;
    padding:0px 10px 10px 0px; /* Adjust spacing for smaller screens */
    background-color:gainsboro;
  }

  .navbar {
    width:420px;
    background-color: black;
    flex-direction: column; /* Stack navigation items */
    align-items: center;
    margin-left: 0px;
    padding:10px; /* Adjust padding */
  }

  .my-name {
    font-size: 25px; /* font size for mobile */
    background: linear-gradient(to right, #990248,whitesmoke, #fce308 );
    font-family: 'Calligraffitti', cursive;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
  }

  .links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px; /* Adjust margin */
  }
  .links a{
    color: whitesmoke;
  }

  .case {
    flex-direction: column; /* Stack content */
    padding: 20px; /* Adjust padding */
  }
  .case h5{
    color: rgb(32, 2, 2);
    font-family: 'Montserrat', sans-serif
  }
  .merged{
    width: 350px;
             height: 540px;
             margin-top: 5px;
              background-color: #2c2901;
                background-image:url(copppter.PNG);
                    background-blend-mode: multiply;
                     border: 10px solid black;
                       border-radius: 30px;
                       transition-duration: 4s;
                        text-align: center;
                        color: black;
                          font-size: 20px;
  }
  .merged:hover{
    transition: all 2s ease;
           color: #e9e3b0;
               background-color: white;
               padding-top: 50px;
                  background-image:url(copppter.PNG);
                     background-blend-mode: multiply;
                        border: 10px solid black;
                          border-radius: 30px;
                           box-shadow: 5px 5px rgb(49, 48, 48);
}
   section {
    color: black;
    /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
    /* font-family:'Courier New', Courier, monospace; */
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .my-mission{
    color: rgb(3, 17, 17);
    font-family: Montserrat;
  }
  .whatsapp{
    background-color: rgb(53, 204, 53);
    display: flex;
    text-align: center;
    width: 230px;
    height: 40px;
    color: rgb(243, 241, 239);
    margin: 20px 0px 20px 20px;
    font-size:  0.6em;
    border-radius: 17px;
    transition:all 2s ease;
  }
  .whatsapp a {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.fa-whatsapp{
  color: white;
  margin-left: 0.4em;
  align-items: center;
}
.chat{
  background-color: rgb(53, 204, 53);
  color: white;
  margin-left: 0.6em;
  border-radius: 20px;
}
.whatsapp:hover{
  transition: all 2s ease-in-out;
       /* transition-duration: 4s; */
           border: 1px solid;
             box-shadow: 1px 5px  rgb(130, 212, 6);
}

  .contact-section {
    flex-direction: column; /* Stack contact items */
    align-items: center;
    margin: 0.6em 0; /* Adjust margin */
    background-color:  #faee85;
    margin: 0.6em 0em 0em .1em;
    padding: 20px 20px 20px 20px;
    opacity: 0.95;
  }

  .contact-box {
    width: 100%; /* Full width */
    margin: 5px ; /* Adjust margin */
  height: 150px;
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 20px;
  }
  .contact-box i {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .address{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding: 5px;
  }
  .linked-tag{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding: 8px;
  }
  .mail{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding: 3px;
  }
  .linked-tag{
    color: whitesmoke;
    text-decoration: none;
  }
  .telephone{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding: 5px;
  }

  .contact-form-section {
      margin: 20px 0; /* Adjust margin */
      background-color: white;
      padding: 20px;
      margin: 15px 0px 0px 5px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(9, 236, 47, 0.1);
    }
    .contact-form-box form input,
.contact-form-box form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.contact-form-box form button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  margin: 0% 50% 0% 40%;
  border-radius: 4px;
  cursor: pointer;
}
.project {
  width: 420px;
  background-color:#ccc;
  border: 1px solid #e0d8d8;
  padding: 25px 10px;
  border-radius: 5px 5px 0px 0px;
}
#name {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}
button {
  background-color: #eedd44;
  color: black;
  border: none;
  padding: 10px 10px;
  cursor: pointer;
  border-radius: 5px;
}
.greeting-body{
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
 h2{
      text-align: center;
    }
    .instruct{
      font-family:'Courier New', Courier, monospace;
      letter-spacing: 0px;
      font-size: 21px;
      margin-bottom: 10px;
    }
    h2 {
      color: #333;
      margin-top: 0;
    }
    .sub-story{
     color:rgb(6, 53, 53);
      font-size: 12.8px;
      margin-bottom: 9px;
    }
    .sub-head{
      color:black;
      font-size: 16px; ;
      margin-bottom:8px ;
    }
  .showcase {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 5px;
    padding: 10px; /* Adjust padding */
  }
  #greeting-output {
    color: #333;
    font-weight: bold;
    margin-top: 5px;
  }
  img{
    width: 100%;
    height: 100px;
  }
  #footer{
    width: 100%;
    color: gold;
    height: 40px;
    background-color: #007bff;
    font-family: Arial, Helvetica, sans-serif;
    font-size:.65em;
    text-align: center;
    border-radius: 5px;
    padding: 3px;
  }
  span{
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.09em;
    height: 30px;
    background-color:black;
    color: gold;
    padding: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* Reset some default styles */
h1, h2, h3, p {
  margin: 0;
  padding: 0;
}
body{
  width: 768px;
  background-color: black;
  padding: 0px 50px;
}
.case{
  display: flex;
  width: 768px;
  margin: 0px;
  padding: 60px 0px 0px 0px;
}
.navbar{
  background-color: black;
  width: 44em;
  height: 5em;
    display: flex; 
    margin:0px;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    padding: 0.7em 1.5em 1em 0.7em;
    margin-left: 6px;
}
.my-name{
  background: linear-gradient(to right, #990248, #eedd44);
  font-family: 'Calligraffitti', cursive;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
}
a{
  text-decoration: none;
  color: aliceblue;
  font-size: 10px;
  font-weight: bold;
  margin: 0px 20px 0px 0px;
  transition: all 2s ease;
}
/* .links{
  display: flex;
  align-items: center;
  justify-content: stretch;
  
} */
h5{
  width: 400px;
  letter-spacing: 0.1em;
  color: #eedd44;
  font-size: 0.7em ;
  font-weight: bold;
  margin:  50px 0px 15px 10px;
}
section{
  margin-left: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight:8em;
  width: 350px;
  color: aliceblue;
}
.my-mission{
  color: rgb(184, 181, 179);
  margin: 15px 0px 15px 10px;
  width: 280px;
  letter-spacing: 0.11em;
  font: 0.5em sans-serif;
  font-size: 12px;
  font-weight: lighter;
}
.whatsapp{
  background-color: rgb(53, 204, 53);
  text-align: center;
  width: 230px;
  height: 35px;
  color: rgb(243, 241, 239);
  margin: 30px 0px 0px 10px;
  font-size:  0.8em;
  border-radius: 17px;
  transition:all 2s ease;
}
.fa-whatsapp{
  margin-left: 0.2em;
  align-items: center;
}
  .whatsapp a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat{
  background-color: rgb(53, 204, 53);
  border-radius: 20px;
  margin-left: 1.5em;
}
.merged{
  width: 300px;
     height: 520px;
     margin: 85px 10px 0px 0px;
      background-color: #2c2901;
        background-image:url(copppter.PNG);
            background-blend-mode: multiply;
             border: 10px solid black;
               border-radius: 30px;
               transition-duration: 4s;
                text-align: center;
                color: black;
                  font-size: 20px;
}
.footer{
  width: 230px;
}
.footer:hover{
  transition: all 2s ease;
  color:  #eedd44;
  transform: scaleX(1.1);
}
.merged:hover{
  transition: all 2s ease-in-out;
         color: #e9e3b0;
             background-color: white;
             padding-top: 50px;
                background-image:url(copppter.PNG);
                   background-blend-mode: multiply;
                      border: 10px solid black;
                        border-radius: 30px;
                         box-shadow: 5px 5px rgb(49, 48, 48);
}
.whatsapp:hover{
transition: all 2s ease-in-out;
    /* transition-duration: 4s; */
        border: 1px solid;
          box-shadow: 1px 5px  rgb(130, 212, 6);
}
.recent:hover{
  transition-duration: 3s;
   color: #eedd44;
       visibility: visible;
       -webkit-transform: scaleX(1);
         transform: scaleX(1);
         box-shadow: 0px 2px #f0e26b ;
} 
.contact:hover{
transition-duration: 3s;
color: #eedd44;
  visibility: visible;
  -webkit-transform: scaleX(1);
    transform: scaleX(1);
    box-shadow: 0px 2px #f0e26b ;
} 
.home:hover{
transition-duration: 3s;
color: #eedd44;
  visibility: visible;
  -webkit-transform: scaleX(1);
    transform: scaleX(1);
    box-shadow: 0px 2px #f0e26b ;
} 
.name {
  font-size: 24px;
  font-weight: bold;
}
/* Contact Section Styles */
.contact-section {
  width: 30em;
  display: flex;
  justify-content: space-around;
  background-color:  #faee85;
  margin: 2em 0em 0em .5em;
  padding: 100px 0px 20px 0px;
  opacity: 0.95;
}

.contact-box {
  width: 150px;
  height: 150px;
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 10px;
}
.contact-box i {
  font-size: 24px;
  margin-bottom: 10px;
}
.address{
  font-family: 'Montserrat', sans-serif;
  font-size: 9.5px;
  padding: 5px;
}
.linked-tag{
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  padding: 8px;
}
.mail{
  font-family: 'Montserrat', sans-serif;
  font-size: 9.5px;
  padding: 3px;
}
/* Contact Form Styles */
.contact-form-section {
  background-color: white;
  padding: 30px 20px 20px 20px;
  margin: -25px 0px 0px 167px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(9, 236, 47, 0.1);
}

.contact-form-box {
  text-align: center;
}

.contact-form-box h2 {
  color: black;
  margin-bottom: 10px;
}

.contact-form-box form input,
.contact-form-box form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.contact-form-box form button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
}
main {
  padding: 80px 0px 5px 10px;
}
.project {
  background-color:white;
  border: 1px solid #ccc;
  padding: 30px 20px 10px 20px;
  border-radius: 5px 5px 0px 0px;
  margin-top: 10px;
}
h2 {
  color: #333;
  margin-top: 0;
}
#name {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}
button {
  background-color: #eedd44;
  color: black;
  border: none;
  padding: 10px 10px;
  cursor: pointer;
  border-radius: 5px;
}
#greeting-output {
  color: #333;
  font-weight: bold;
  margin-top: 10px;
}
.showcase{
  background-color: rgb(248, 246, 246);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 0px 5px 5px 5px;
  margin-left: 10px;
  padding: 10px;
}
.instruct{
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  font-size: 28px;
  margin-bottom: 10px;
}
h3{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 9px;
}
.sub-story{
  font-size: 11.8px;
  margin-bottom: 9px;
}
.sub-head{
  font-size: 16.5px; ;
  margin-bottom:8px ;
}
img{
  width: 100%;
  height: 120px;
}
#footer{
  width: 550px;
  color: gold;
  height: 40px;
  background-color: #007bff;
  font-family: Arial, Helvetica, sans-serif;
  font-size:.8em;
  text-align: center;
  border-radius: 5px;
  padding: 3px;
}
span{
  display: flex;
  align-items: center;
  letter-spacing: 0.09em;
  height: 30px;
  background-color:black;
  color: gold;
  padding: 5px;
}
}
@media screen and (min-width: 992px){
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* Reset some default styles */
h1, h2, h3, p {
  margin: 0;
  padding: 0;
}
body{
    width: 900px;
    background-color: black;
    padding: 0px 50px;
}
.case{
  display: flex;
  width: 900px;
  margin: 0px;
  padding: 60px 0px 0px 0px;
}

.navbar{
  background-color: black;
  width: 57em;
    display: flex; 
    margin:0px 0px 0px 200px;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    padding: 0.45em;
}
.my-name{
    background: linear-gradient(to right, #990248, #eedd44);
    font-family: 'Calligraffitti', cursive;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
}
a{
    text-decoration: none;
    color: aliceblue;
    font-size: 10px;
    font-weight: bold;
    margin: 0px 20px 0px 0px;
    transition: all 2s ease;
}
.links{
    display: flex;
    align-items: center;
    justify-content: stretch;
    width: 300px;   
}
h5{
  width: 400px;
  letter-spacing: 0.1em;
  color: #eedd44;
  font-size: 0.66em ;
  font-weight: bold;
  margin:  10px 0px 15px 200px;
}
section{
  margin-left: 200px;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight:8em;
  width: 350px;
  color: aliceblue;
}
.my-mission{
  color: rgb(184, 181, 179);
  margin-top: 15px;
  width: 280px;
  margin-left: 200px;
  letter-spacing: 0.11em;
  font: 0.5em sans-serif;
  font-size: 12px;
  font-weight: lighter;
}
.whatsapp{
  background-color: rgb(53, 204, 53);
  text-align: center;
  width: 230px;
  height: 35px;
  color: rgb(243, 241, 239);
  margin: 30px 0px 0px 200px;
  font-size:  0.8em;
  border-radius: 17px;
  transition:all 2s ease;
}
.fa-whatsapp{
  margin-left: 0.2em;
  align-items: center;
}
  .whatsapp a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat{
  background-color: rgb(53, 204, 53);
  border-radius: 20px;
  margin-left: 1em;
}
.merged{
          width: 300px;
             height: 540px;
             margin-top: 5px;
              background-color: #2c2901;
                background-image:url(copppter.PNG);
                    background-blend-mode: multiply;
                     border: 10px solid black;
                       border-radius: 30px;
                       transition-duration: 4s;
                        text-align: center;
                        color: black;
                          font-size: 20px;
}
.footer{
  width: 230px;
}
.footer:hover{
  transition: all 2s ease;
  color:  #eedd44;
  transform: scaleX(1.1);
}
.merged:hover{
     transition: all 2s ease-in-out;
            color: #e9e3b0;
                background-color: white;
                padding-top: 50px;
                   background-image:url(copppter.PNG);
                      background-blend-mode: multiply;
                         border: 10px solid black;
                           border-radius: 30px;
                            box-shadow: 5px 5px rgb(49, 48, 48);
}
.whatsapp:hover{
  transition: all 2s ease-in-out;
       /* transition-duration: 4s; */
           border: 1px solid;
             box-shadow: 1px 5px  rgb(130, 212, 6);
}
.recent:hover{
       transition-duration: 3s;
        color: #eedd44;
            visibility: visible;
            -webkit-transform: scaleX(1);
              transform: scaleX(1);
              box-shadow: 0px 2px #f0e26b ;
} 
.contact:hover{
  transition-duration: 3s;
   color: #eedd44;
       visibility: visible;
       -webkit-transform: scaleX(1);
         transform: scaleX(1);
         box-shadow: 0px 2px #f0e26b ;
} 
.home:hover{
  transition-duration: 3s;
   color: #eedd44;
       visibility: visible;
       -webkit-transform: scaleX(1);
         transform: scaleX(1);
         box-shadow: 0px 2px #f0e26b ;
} 
.linked-tag:hover{
  border:2px solid #eedd44;
  border-radius: 10px;
  padding: 3px;
  transition: all 1s ease-out;
}
.name {
  font-size: 24px;
  font-weight: bold;
}
/* Contact Section Styles */
.contact-section {
  width: 30em;
  display: flex;
  justify-content: space-around;
  background-color:  #faee85;
  margin: 0.6em 0em 0em 9.1em;
  padding: 80px 0px 20px 0px;
  opacity: 0.95;
  position: relative;
}

.contact-box {
  width: 150px;
  height: 150px;
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 10px;
}
.contact-box i {
  font-size: 24px;
  margin-bottom: 10px;
}
.address{
  font-family: 'Montserrat', sans-serif;
  font-size: 9.5px;
  padding: 5px;
}
.linked-tag{
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  padding: 8px;
}
.mail{
  font-family: 'Montserrat', sans-serif;
  font-size: 9.5px;
  padding: 3px;
}
/* Contact Form Styles */
.contact-form-section {
  background-color: white;
  padding: 20px;
  margin: -25px 0px 0px 355px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(9, 236, 47, 0.1);
}

.contact-form-box {
  text-align: center;
}

.contact-form-box h2 {
  color: black;
  margin-bottom: 10px;
}

.contact-form-box form input,
.contact-form-box form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.contact-form-box form button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
}
main {
  margin-left: 0px;
  padding: 80px 0px 5px 10px;
}
.project {
  background-color:white;
  border: 1px solid #ccc;
  padding: 10px 20px 10px 20px;
  border-radius: 5px 5px 0px 0px;
}
h2 {
  color: #333;
  margin-top: 0;
}
#name {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}
button {
  background-color: #eedd44;
  color: black;
  border: none;
  padding: 10px 10px;
  cursor: pointer;
  border-radius: 5px;
}
#greeting-output {
  color: #333;
  font-weight: bold;
  margin-top: 5px;
}
.showcase{
  background-color: rgb(248, 246, 246);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 0px 5px 5px 5px;
  margin-left: 200px;
  padding: 10px;
}
.instruct{
  font-family: serif;
  letter-spacing: 0px;
  font-size: 28px;
  margin-bottom: 10px;
}
h3{
  font-size: 17px;
  margin-bottom: 9px;
}
.sub-story{
  font-size: 14px;
  margin-bottom: 9px;
}
.sub-head{
  font-size: 18px; ;
  margin-bottom:8px ;
}
img{
  width: 545px;
  height: 100px;
}
#footer{
  width: 550px;
  color: gold;
  height: 40px;
  text-align: center;
  background-color: #007bff;
  font-family: Arial, Helvetica, sans-serif;
  font-size:.8em;
  border-radius: 5px;
  padding: 3px;
}
span{
  display: flex;
  align-items: center;
  letter-spacing: 0.09em;
  height: 30px;
  background-color:black;
  color: gold;
  padding: 5px;
}
}
