* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #333;
  padding: 10px;
}

.hero {
  
  background-image: linear-gradient( 180deg, #bbdaf0, #0077cc);
  color: rgb(255, 255, 255);
  padding: 30px 20px;
  text-align: center;

}


.hero h1 {
  font-size: 2.5rem;
}

.hero p {
  font-size: 1.2rem;
}

.header_myhome_list {
  margin-top: 20px;
  background-color: #003357;
  padding: 10px;
  text-align: center;
}
.header_myhome_list ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
}
.header_myhome_list ul li{

  border: #0563a5 solid 3px !important;
  border-radius: 5px;
  margin: 10px;
  margin-top: 20px;
  padding: 5px;
  font-size: 15px;
  display: inline;
  color: #ffffff;
  list-style-type: none;
  
}
li a {
  text-decoration: none;
  color: white;
}
.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  margin-top: 10px;
}
section {
  margin: 5px 0;
}

.h2_design {
  animation-duration: 2s;
  animation-name: slide-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  margin-bottom: 10px;
  color: #0095ff;
}
@keyframes slide-in {
  from {
    translate: 50vw 0;
    scale: 100% 1;
  }

  to {
    translate: 0 0;
    scale: 100% 1;
  }
}

@keyframes slide-inn {
  0% {
    opacity: 0;
    display: none;
  }

  100% {
    opacity: 1;
    display: block;
  }
}

.conthome {
  max-width: 100%;
  margin: auto;
  background: white;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  background-image: url('/images/backplanesky_2.jpg');
  background-position: center;
  background-repeat: no-repeat;  
  background-size: cover;

}
.h2_design{
  text-align: center;
  color: #003357;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-family: cursive;
}

#about_home_1st_para{
  text-align: center;
  color: #003357;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-family: cursive;
}
.header_roo{
  align-items: center;
  justify-content: center;
}
.mome_cont{
  display: flex;
  
}
.main_home_p_l{
  display: flex;
  width: 65%;
  margin: 3px;
  padding: 3px;
  animation-duration: 2s;
  animation-name: slide-inn;
  animation-iteration-count: 1;
  animation-direction: alternate;
} 
.main_home_p_r{
  display: flex;
  width: 35%;
  margin: 3px;
  padding: 3px;
  animation-duration: 2s;
  animation-name: slide-inn;
  animation-iteration-count: 1;
  animation-direction: alternate;
}

#index_home_image_div_left{
  align-items: center;
  display: flex;
  justify-content: center; 
  margin: 10px;
  align-self: center;
}
#index_home_image{
  align-items: center;
  display: flex;
  justify-content: center; 
  margin: 10px;
  align-self: center;
  border-radius: 10px;
}
#home_image_main_rit{
  width: 300px; 
  align-items: center;
  display: flex;
  justify-content: center;
  align-self: center;
}
.parastyle_home{
  animation-duration: 2s;
  animation-name: slide-inn;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.about_main{
  max-width: 100%;
  margin: auto;
  background: linear-gradient(180deg, #75b6ee, #3576bc);
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.work_main {
  
  background-image: linear-gradient( 0deg, #bbdaf0, #0077cc);
  color: rgb(255, 255, 255);
  padding: 20px 20px;
  text-align: center;

}
#ocr_value_aboutcom{
  color: #fefeff;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.value_contain_all{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  background-color: #0000005b;
}
.cont_1_core{
  
  border: #0c1b26 solid 2px;
  background-color: #68abdbb5;
  border-radius: 10px 10px 10px 10px;
  height: 300px;
  width: 20%;
  margin: 10px;
}
#pixizip_p1{
  height: auto;
  width: 100px;
}


.contact{
  max-width: 100%;
  margin: auto;
  background: white;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}




.contact_us_2 * {
  font-family: Nunito, sans-serif;
}

.contact_us_2 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.contact_us_2 .responsive-cell-block {
  min-height: 75px;
}

.contact_us_2 input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.contact_us_2 .container-block {
  min-height: 75px;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.contact_us_2 .submit-btn:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #0381fe;
}

.contact_us_2 .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.contact_us_2 .responsive-container-block.big-container {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
  height: auto;
}

.contact_us_2 .responsive-container-block.container {
  position: static;
  min-height: 75px;
  flex-direction: column;
  z-index: 2;
  max-width: 800px;
  margin-top: 120px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.contact_us_2 .container-block.form-wrapper {
  background-color: white;
  max-width: 799px;
  text-align: center;
  padding-top: 50px;
  padding-right: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.contact_us_2 .text-blk.contactus-head {
  font-size: 36px;
  line-height: 50px;
  font-weight: 900;
}

.contact_us_2 .text-blk.contactus-subhead {
  color: #9c9c9c;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

.contact_us_2 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 26px;
  margin-left: 0px;
  min-height: 50px;
}

.contact_us_2 .input {
  width: 96%;
  height: 50px;
  padding-top: 1px;
  padding-right: 15px;
  padding-bottom: 1px;
  padding-left: 15px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #eeeeee;
  border-right-color: #eeeeee;
  border-bottom-color: #eeeeee;
  border-left-color: #eeeeee;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 16px;
  color: black;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.contact_us_2 .textinput {
  width: 98%;
  min-height: 150px;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #eeeeee;
  border-right-color: #eeeeee;
  border-bottom-color: #eeeeee;
  border-left-color: #eeeeee;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.contact_us_2 .submit-btn {
  width: 98%;
  background-color: #03a9f4;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  color: white;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: outset;
  border-right-style: outset;
  border-bottom-style: outset;
  border-left-style: outset;
  border-top-color: #767676;
  border-right-color: #767676;
  border-bottom-color: #767676;
  border-left-color: #767676;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
}

.contact_us_2 .form-box {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.contact_us_2 .social-media-links {
  width: 250px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.contact_us_2 .link-img {
  width: 30px;
  height: 30px;
}

.contact_us_2 .text-blk.input-title {
  text-align: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 14px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  color: #9c9c9c;
}

.contact_us_2 ::placeholder {
  color: #dadada;
}

.contact_us_2 .blueBG {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 300px;
  background-color: #03a9f4;
}

@media (max-width: 768px) {
  .contact_us_2 .submit-btn {
    width: 100%;
  }

  .contact_us_2 .input {
    width: 100%;
  }

  .contact_us_2 .textinput {
    width: 100%;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_2 .text-blk.input-title {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us_2 .responsive-container-block.container {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_2 .text-blk.contactus-head {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 500px) {
  .contact_us_2 .container-block.form-wrapper {
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_2 .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .contact_us_2 .responsive-container-block {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
  }

  .contact_us_2 .text-blk.input-title {
    font-size: 12px;
  }

  .contact_us_2 .responsive-container-block.container {
    margin-top: 50px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_2 .responsive-container-block.big-container {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .contact_us_2 .text-blk.contactus-head {
    font-size: 26px;
    line-height: 34px;
  }

  .contact_us_2 .input {
    height: 45px;
  }
}







.side_inn, .project-grid{
  animation-duration: 3s;
  animation-name: slide-inn;
  animation-iteration-count: 1;
  animation-direction: alternate;
}

@media (max-width: 768px) {
  .header_myhome_list_ul {
    margin: 10px;
    padding: 3px;
    flex-direction: column;
    gap: 2px;
  }

  .header_myhome_list {
    display: none;
    margin: 3px;
    padding: 2px 0;
    flex-direction: column;
    background-color: #333;
  }

  .header_myhome_list.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .home,
  .about,
  .skills,
  .projects,
  .contact {
    padding: 10px;
    box-shadow: none;
  }

  .mome_cont {
    flex-direction: column;
    align-items: center;
  }

  .main_home_p_l,
  .main_home_p_r {
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
  }

  #index_home_image_div_left,
  #index_home_image {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 10px 0;
    align-self: center;
  }

  #home_image_main_rit {
    width: 120px;
    max-width: 80vw;
    align-items: center;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  #heading_home,
  #about_home_1st_para {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .skills ul {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }

  .project-grid {
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }

  .project-card {
    min-width: unset;
    width: 100%;
    padding: 12px;
  }
}



@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}

/* --- Add or update these media queries at the end of your file --- */

/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
  .home,
  .about_main,
  .work_main,
  .contact {
    width: 80vw;
    max-width: 100vw;
    margin: 0 auto;
    padding: 12px;
  }
  .mome_cont {
    flex-direction: column;
    align-items: center;
  }
  .main_home_p_l,
  .main_home_p_r {
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
  }
  #home_image_main_rit {
    width: 180px;
    max-width: 90vw;
  }
  .cont_1_core {
    width: 40%;
    min-width: 180px;
    height: auto;
  }
  .value_contain_all {
    gap: 10px;
  }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .home,
  .about_main,
  .work_main,
  .contact {
    width: 95vw;
    max-width: 100vw;
    margin: 0 auto;
    padding: 8px;
    box-shadow: none;
  }
  .header_myhome_list_ul {
    flex-direction: column;
    gap: 2px;
    margin: 10px 0;
    padding: 3px;
  }
  .header_myhome_list {
    display: none;
    margin: 3px 0;
    padding: 2px 0;
    flex-direction: column;
    background-color: #333;
  }
  .header_myhome_list.active {
    display: flex;
  }
  .menu-toggle {
    display: block;
  }
  .mome_cont {
    flex-direction: column;
    align-items: center;
  }
  .main_home_p_l,
  .main_home_p_r {
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
  }
  #index_home_image_div_left,
  #index_home_image {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 10px 0;
    align-self: center;
  }
  #home_image_main_rit {
    width: 120px;
    max-width: 80vw;
  }
  #heading_home,
  #about_home_1st_para {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .cont_1_core {
    width: 90%;
    min-width: 120px;
    height: auto;
    margin: 8px auto;
  }
  .value_contain_all {
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
  }
  .skills ul {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  .project-grid {
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }
  .project-card {
    min-width: unset;
    width: 100%;
    padding: 12px;
  }
  .contact_us_2 .container-block.form-wrapper {
    padding: 20px 5px;
    margin-top: 40px;
  }
  .contact_us_2 .responsive-container-block.container {
    margin-top: 40px;
  }
  .contact_us_2 .text-blk.contactus-head {
    font-size: 22px;
    line-height: 30px;
  }
  .contact_us_2 .input,
  .contact_us_2 .textinput {
    width: 100%;
    font-size: 14px;
  }
  .contact_us_2 .submit-btn {
    width: 100%;
    font-size: 16px;
    height: 45px;
  }
  .contact_us_2 .social-media-links {
    width: 100%;
    margin-top: 20px;
  }
}

/* Small Mobile (max-width: 500px) */
@media (max-width: 500px) {
  .home,
  .about_main,
  .work_main,
  .contact {
    width: 100vw;
    max-width: 100vw;
    padding: 4px;
  }
  .h2_design,
  #about_home_1st_para {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
  #home_image_main_rit {
    width: 90px;
    max-width: 95vw;
  }
  .cont_1_core {
    width: 98%;
    min-width: 80px;
    margin: 5px auto;
    font-size: 0.9rem;
  }
  .contact_us_2 .container-block.form-wrapper {
    padding: 10px 2px;
    margin-top: 20px;
  }
  .contact_us_2 .responsive-container-block.container {
    margin-top: 20px;
  }
  .contact_us_2 .text-blk.contactus-head {
    font-size: 18px;
    line-height: 24px;
  }
}

