*{
    padding: 0; 
    margin: 0; 
    box-sizing: border-box;
}
body{
  overflow-x: hidden;
  /*width: fit-content;*/
}
/*
@media screen and (max-width: 1299px){
  body{
    width: 100vw;
    overflow-x: hidden;
  }
}
*/
header{
    /*width: 100%;*/
    height: 100vh;
    /*background: url('../images/b1.png'),url('../images/bg1.jpeg');*/
    background: url('../images/b1.png');
    background-size: 30% 65%, cover;
    background-position: right,center;
    background-position-x: left;
    background-position-x: 80%;
    background-repeat: no-repeat,no-repeat;
    clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 69%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 0 0);
}
@media (max-width: 450px){
  header{
    background: #000;/*to hide my photo in the header*/
  }
}
/*
.logo{
    color: rgb(115, 103, 223);
    font-size: 50px;
    padding-left: 100px;
    letter-spacing: 5px;
}
.menu a{
    color: rgb(112, 106, 221);
    text-decoration: none;
    padding: 10px 20px;
    margin: 5px;
    font-size: 20px;
    font-weight: bold;
}
.menu{
    margin-right: 100px;
}
nav{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo span{
    color: #e74c3c;
}
.menu a:hover{
    background: #ffb8b0;
    transition: 0.4s;

}
*/
.text{
    color: rgb(85, 79, 79);
    color: #252b48;
    /*margin-top: 100px;*/
    margin-left: 100px;
    max-width: 450px;
    padding-top: 200px;
}
.heading{
  color: #252b48;
}
.text h1{
    font-size: 50px;
    margin: 10px 0px;
}

.text p{
    color: #279eff;
    font-size: 25px;
}
.c-btn{
    border: none;
    outline: none;
    color: #fff;
    background: #79155b;
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;

    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
    /*display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    */
}
.c-btn:hover{
  background: #279eff;
}
.anchor_button{
  text-decoration: none;
  width: 30%;
  /*margin: 20px auto;*/
}
.btn{
  /*border: 1px solid #79155b;
  background: none;*/
  /*background: #79155b;*/
  padding: 10px 20px;
  /*font-size: 20px;*/
  cursor: pointer;
  margin: 10px;
  transition: 0.8s;
  position: relative;
  overflow: hidden;
}
/*
.btn::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: #79155b;
  z-index: -1;
  transition: 0.8s;
}

.c-btn::before {
  content: "";
  background-color: #fff;
  background: #79155b;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  transition: 0.5s all ease-in-out;
  z-index: -1;
}
*/
.btn1{
  color: #fff;

  /*background: #79155b;*/
}
.btn1:hover{
  color: #79155b;
}

.btn1::before{
  top: 0;
  /*border-radius: 0 0 50% 50%;*/
}

.btn1::before{
  height: 100%;
}
.btn1:hover::before{
  height: 0%;
}
/*
.c-btn:hover::before {
  top: 0;
}
*/
/*
.c-btn::before {
  background-color: aqua;
}
.c-btn:hover{
  fill: violet;
}
*/

#about{
    padding: 100px 50px;
}
.section-info{
    font-weight: bold;
    text-align: center;
}
.section-info h1{
    font-size: 50px;
    font-size: 40px;
}
.section-info p{
    font-size: 25px;
    color: #e74c3c;
    color: #79155b;
}
.about-row{
    /*display: flex;*/
    justify-content: center;
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
}
.about-left-col{
    flex-basis: 50%;
    /*flex-basis: 40%;*/
    /*height: 30%;*/
}
.about-left-col img{
    width: 100%;
    padding: 50px;
    /*padding: 30px;*/
}
.about-right-col{
    flex-basis: 50%;
}
#p-title{
    font-size: 20px;
    font-weight: bold;
    color: #279eff;
    padding-bottom: 10px;
}
.about-right-col p{
    font-size: 20px;
    text-align: justify;
    line-height: 1.5em;
    letter-spacing: 0.5px;
}
div.subpara{
  font-size: 20px;
  font-weight: 800;
  text-align: justify;
  line-height: 1.5em;
  padding-top: 10px;
  color: #279eff;
}
@media (max-width:601px){
  .about-right-col p{
    font-size: 15px;
  }
  div.subpara{
    font-size: 15px;
  }
  .section-info h1 {
    font-size: 30px;
  }
}
/*
@media (max-width:320px){
  .about-right-col p{
    font-size: 14px;
  }
  div.subpara{
    font-size: 14px;
  }
  .section-info h1 {
    font-size: 30px;
  }
}
*/
#Skills{
    padding: 80px 50px;
    background: url('../images/bg2.jpg');
    background: url('https://images.pexels.com/photos/574073/pexels-photo-574073.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
    /*rgba(142, 144, 144, 0.51)*/
    background: linear-gradient(to bottom,rgba(157, 156, 156, 0.518), rgba(15, 13, 13, 0.889)), url('https://images.pexels.com/photos/574073/pexels-photo-574073.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
    background-size: cover;
    color: white;
}
.strengths{
  padding-bottom: 20px;
}

.skills-row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: rgb(45,52,54);
    background-color: #252b488f;
    backdrop-filter: blur(3px);
    padding: 50px;
}



.parents{
  width: 80vw;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  transition: all 0.2s linear;
}
.child{
  /*width: 200px;*/
  height: 400px;
  background: rgba(255, 254, 254, 0.239);
  flex: 1 1 200px;
  flex: 1 1 300px;
  margin: 20px;
}
.subheading{
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.skill_bar{
  margin: 30px 10px;
}
.skills_main .skill_bar .info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:  0 10px;
}
.skill_bar .info p:nth-child(2){
  font-weight: 500;
}
.skill_bar .bar{
  /*width: 100%;*/
  height: 10px;
  background-color: rgba(0, 0, 0, 0.144);
  border-radius: 25px;
  margin-top: 5px;
  position: relative;
}
.skill_bar .bar div{
  width: 50%;
  height: 100%;
  position: absolute;
  /*background: -webkit-linear-gradient(left,rgb(244, 156, 244), #6abafc );*/
  background: -webkit-linear-gradient(left,#6abafc,#b7daf7 );
  border-radius: 25px;
}

.skill_bar .bar .communication{
  width: 97%;
  animation: communication 2s;
}
@keyframes communication {
  0%{
      width: 0%;
      opacity: 0;
  }100%{
      width: 97%;
      opacity: 1;
  }
}

.skill_bar .bar .problem_solving{
  width: 85%;
  width: 95%;
  animation: problem_solving 2s;
}
@keyframes problem_solving {
  0%{
      width: 0%;
  }100%{
      width: 85%;width: 95%;
  }
}

.skill_bar .bar .teamwork{
  width: 95%;
  width: 98%;
  animation: teamwork 2s;
}
@keyframes teamwork {
  0%{
      width: 0%;
  }100%{
      width: 95%;
      width: 98%;
  }
}

.skill_bar .bar .leadership{
  width: 80%;
  width: 90%;
  animation: leadership 2s;
}
@keyframes leadership {
  0%{
      width: 0%;
  }100%{
      width: 80%;
      width: 90%;
  }
}

.skill_bar .bar .content_writing{
  width: 84%;
  animation: content_writing 2s;
}
@keyframes content_writing {
  0%{
      width: 0%;
  }100%{
      width: 84%;
  }
}

.skill_bar .bar .html_css{
  width: 95%;
  width: 98%;
  animation: html_css 2s;
}
@keyframes html_css {
  0%{
      width: 0%;
  }100%{
      width: 95%;
      width: 98%;
  }
}

.skill_bar .bar .js{
  width: 90%;
  width: 95%;
  animation: js 2s;
}
@keyframes js {
  0%{
      width: 0%;
  }100%{
      width: 90%;
      width: 95%;
  }
}

.skill_bar .bar .java{
  width: 95%;
  width: 98%;
  animation: java 2s;
}
@keyframes java {
  0%{
      width: 0%;
  }100%{
      width: 95%;
      width: 98%;
  }
}

.skill_bar .bar .mysql{
  width: 92%;
  width: 95%;
  animation: mysql 2s;
}
@keyframes mysql {
  0%{
      width: 0%;
  }100%{
      width: 92%;
      width: 95%;
  }
}

.skill_bar .bar .arduino{
  width: 80%;
  animation: arduino 2s;
}
@keyframes arduino {
  0%{
      width: 0%;
  }100%{
      width: 80%;
  }
}





.skills-left-col{
    flex-basis: 50%;
    text-align: justify;
}
.skills-left-col p{
    font-size: 20px;
    padding-bottom: 30px;
}
.skills-right-col{
    flex-basis: 50%;
}
progress{
    width: 80%;
}
.progress-div{
    width: 70%;
    margin: auto;
}
.progress-div p{
    margin-bottom: 10px;
    font-size: 20px;
    padding-left: 80px;
    text-align: justify;
}


@media(max-width:390px){
  .skill_bar{
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .child{
    background: transparent;
  }
}
@media(max-width:380px){
  .parents{
    margin-right: 25px;
  }
}


#services{
    padding: 100px 50px;
}
.services-row{
    display: flex;
    justify-content: space-around;
    /*justify-content: center;*/
    align-items: center;
    flex-wrap: wrap;
    /*transform-style: preserve-3d;
    width: 1100px;
    */
}
.services-box{
    flex-basis: 25%;
    text-align: center;
    box-shadow: 2px 3px 5px grey;
    padding: 20px;
    margin-top: 20px;
}
.services-box:hover{
    background: #e74c3c;
    color: white;
    transition: 0.4s;
}
.services-box img{
    width: 60%;
}




.services-row{
  display: flex;
  justify-content: center;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  transform-style: preserve-3d;
  /*width: 1100px;*/
}
.services-row .card{
  position: relative;
  width: 320px;
  width: 540px;
  height: 320px;
  width: 420px;

  margin: 20px;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.services-row .card .box{
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  transform-style: preserve-3d;
  transition: 1s ease;
}
.services-row .card:hover .box{
  transform: rotateY(180deg);
}
.services-row .card .box .imgBx{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services-row .card .box .imgBx img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-row .card .box .contentBx{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  transform: rotateY(180deg);
}
.services-row .card .box .contentBx div{
  transform-style: preserve-3d;
  padding: 20px;
  background: linear-gradient(45deg,pink,yellow);
  transform: translateZ(100px);
}
.services-row .card .box .contentBx div a{
  text-decoration: none;
}
.services-row .card .box .contentBx div h2{
  color: #79155b;
  font-size: 16px;

}
/*
@media (max-width: 360px) {
  .services-row .card{
    margin-left: 0px;
    margin-right: 0px;
  }
}
*/
@media only screen and (max-width: 450px){
  .services-row .card{
    width: 320px;
  }
}
@media (max-width:360px){
  .services-row .card{
    margin-left: 0px;
    margin-right: 0px;
    width: 275px;
  }
}
.projects{
    display: flex;
    justify-content: center;
    align-items: center;
}
/*
#contact{
    padding: 100px 50px;
    background: linear-gradient(160deg,#e74c3c 45%, white 0%);
}
*/
.contact-row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.contact-left-col{
    flex-basis: 50%;
}
.contact-right-col{
    flex-basis: 50%;
}
.contact-right-col form{
    text-align: center;
}
.contact-right-col form h2{
    margin-bottom: 20px;
}
.contact-right-col form input{
    width: 60%;
    padding: 10px;
    margin-bottom: 10px;
}
.contact-right-col form textarea{
    width: 60%;
    padding: 10px;
}
/*
#footer{
  /*
    padding: 20px;
  
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
}
*/
@media only screen and (max-width: 770px){
    header{
        background-color: whitesmoke;
        background-position: right;
    }
    /*
    .menu a{display: none;}
    .logo{
        margin-top: 50px;
        padding-left: 50px;
    }
    */
    .text{
        margin-left: 50px;
    }
    .about-left-col{
        flex-basis: 100%;
    }
    /*
    .about-left-col img{
        width: 100%;
        padding: 50px;
        padding: 30px;
    }
    */
    .about-right-col{
        flex-basis: 100%;
    }
    .skills-left-col{
        flex-basis: 100%;
    }
    .skills-right-col{
        flex-basis: 100%;
    }
    .progress-div{
        width: 80%;
        margin: auto;
    }
    .progress-div p{
        margin-bottom: 10px;
        font-size: 20px;
        padding-left: 20px;
        text-align: justify;
    }
    .services-box{
        flex-basis: 100%;
        margin-top: 20px;
    }
    .services-box img{
        width: 60%;
    }
    .contact-left-col{
        flex-basis: 100%;
    }
    .contact-right-col{
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 445px){
  .text h1{
    font-size: 38px;
  }
  .text{
    margin-left: 10px;
  }
}
@media only screen and (max-width: 350px){
  .anchor_button{
    margin: 25px auto;
    font-size: 15px;
  }
}

.content{
    /*max-width: 1250px;
    margin: auto;*/
    padding: 0 30px;
  }
  .navbar{
    position: fixed;
    top: 0;
    width: 100%;
    width: 100vw;
    z-index: 2;
    padding: 25px 0;
    padding: 20px 0;
    transition: all 0.3s ease;
    /*background: #1b1b1b;*/
    background: transparent;
  }
  .navbar.sticky{ 
    /*background: #1b1b1b;*/
    background-color: rgba(135, 209, 244, 0.385);
    background-color: #75c2f6aa;
    backdrop-filter: blur(3px);
    padding: 10px 0;
    /*box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);*/
  }
  .navbar .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar .logo a{
    color: #fff;
    color: #79155b;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
  }
  .navbar .menu-list{
    display: inline-flex;
  }
  .menu-list li{
    list-style: none;
  }
  .menu-list li a{
    color: #fff;
    color: #79155b;
    font-size: 18px;
    font-weight: 500;
    /*margin-left: 25px;*/
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 5px;
    text-decoration: none;
    /*transition: all 0.3s ease;*/
  }
  .menu-list li a:hover{
    /*color: #007bff;*/
    border-bottom: 2px solid #c23373;
    border-bottom: 2px solid #79155b;
  }
  /*
  .banner{
    background: url("banner.jpg") no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  */
  .about{
    padding: 30px 0;
  }
  .about .title{
    font-size: 38px;
    font-weight: 700;
  }
  .about p{
    padding-top: 20px;
    text-align: justify;
  }
  .icon{
    color: #fff;
    color: #79155b;
    font-size: 20px;
    cursor: pointer;
    display: none;
  }
  .menu-list .cancel-btn{
    position: absolute;
    right: 30px;
    top: 20px;
  }
  @media (max-width: 1230px) {
    .content{
      padding: 0 60px;
      padding-right: 10px;
    }
  }
  @media (max-width: 1100px) {
    .content{
      padding: 0 40px;
      padding-right: 10px;
    }
  }
  @media (max-width: 900px) {
    .content{
      padding: 0 30px;
      padding-right: 10px;
    }
  }
  @media (max-width: 868px) {
    body.disabled{
      overflow: hidden;
    }
    .icon{
      display: block;
    }
    .icon.hide{
      display: none;
    }
    .navbar .menu-list{
      position: fixed;
      height: 100vh;
      width: 100%;

      /*width: 100vw;*/

      max-width: 400px;
      left: -100%;
      top: 0px;
      display: block;
      padding: 40px 0;
      text-align: center;
      background-color: #75c2f6aa;
      backdrop-filter: blur(3px);
      /*transition: all 0.3s ease;*/
    }
    .navbar.show .menu-list{
      left: 0%;
    }
    .navbar .menu-list li{
      margin-top: 45px;
    }
    .navbar .menu-list li a{
      font-size: 23px;
      margin-left: -100%;
      transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .navbar.show .menu-list li a{
      margin-left: 0px;
    }
  }
  @media (max-width: 380px) {
    .navbar .logo a{
      font-size: 27px;
    }
  }





  .main-content{
    display: flex;
  }
  
  .bottom center{
    padding: 5px;
    font-size: 0.9375rem;
    background: #000;
  }
  .bottom center span{
    color: #9c9a9a;
  }
  /*
  .bottom center a{
    color: #a8122b;
    text-decoration: none;
  }
  .bottom center a:hover{
    text-decoration: underline;
  }
  */
  .credit>a{
    text-decoration: none;
    color: #9c9a9a;
  }
  .credit>a:hover{
    color: #fff;
  }
  @media screen and (max-width: 900px) {
    footer{
      /*position: fixed;*/
      bottom: 0px;
    }
    /*
    .main-content{
      flex-wrap: wrap;
      flex-direction: column;
    }
    .main-content .box{
      margin: 5px 0;
    }
    */
  }
  
  @media screen and (max-width: 400px)
  {
    div.separate{
      display: block;
      padding-top: 30px;
      /*
      flex-wrap: wrap;
      flex-direction: column;
      */
    }
    .wavy span{
      animation: wave 3s ease-in-out infinite;
      animation-delay: calc(0.1s*var(--i));
    }
    .separate span{
      animation: wave 3s ease-in-out infinite;
      animation-delay: calc(0.1s*var(--j)) !important;
    }
    @keyframes wave{
      0%{
        transform: translateY(0px);
      }
      20%{
        transform: translateY(-40px);
      }
      40%,100%{
        transform: translateY(0px);
      }
    }
  }
  
  .separate{
    display: inline;
  }
  .main-content{
      flex-wrap: wrap;
      flex-direction: column;
      /*height: 200px;*/
      margin-top: 45px;
      /*
      padding-top: 50px;
      padding-bottom: 50px;
      */
      margin-bottom: 50px;
  }
  /*
  .thank{
  
      padding-top: 80px;
      padding-bottom: 80px;
  }
  */
  .wavy{
    position: relative;
    -webkit-box-reflect: below -12px linear-gradient(transparent,rgba(0,0,0,0.2));
    padding-top: 40px;
  }
  .wavy span{
    position: relative;
    display: inline-block;
    color: #1e1e1e;
    font-size: 1.5em;
    font-size: 1.3em;
    /*animation: wave 1s ease-in-out infinite;*/
    animation: wave 4s ease-in-out infinite;
    animation-delay: calc(0.1s*var(--i));
  }
  
  @keyframes wave {
    0%{
        transform: translateY(0px);
    }
    /*
    20%{
        transform: translateY(-20px);
    }
    */
    20%{
        transform: translateY(-40px);
    }
    40%,100%{
        transform: translateY(0px);
    }
  }
  
  footer {
    /*position: fixed;*/
    bottom: 0px;
    width: 100%;
    z-index: 1;
    background: linear-gradient(-45deg, rgb(236, 95, 154), rgb(101, 238, 245),rgb(137, 134, 238), rgb(240, 123, 240), rgb(243, 190, 93));
    background-size: 400% 400%;
    background-size: 300% 300%;
    /*height: 100vh;*/
    animation: animate 15s ease infinite;
  }
  
  @keyframes animate {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

  .follow{
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 1.3em;
  }
  a.social {
    background-color: #fff;
    width: 70px;
    width: 50px;
    height: 70px;
    height: 50px;
    border-radius: 100%;
    /*margin: 0 10px;*/
    border: #fff solid 2px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  a.social::before {
    content: '';
    background-color: #f0f;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    transition: 0.5s all ease-in-out;
  }
  
  a.social:hover::before {
    top: 0;
  }
  a.social.linkedin::before {
    background-color: #0371ae;
  }
  a.social.github::before {
    background-color: rgb(217, 61, 237);
  }
  a.social.facebook::before {
    background-color: #3a5796;
  }
  a.social.instagram::before {
    background-color: #d12c7a;
  }
  
  a.social svg {
    width: 30px;
    width: 20px;
    height: 30px;
    height: 20px;
    position: relative;
    z-index: 1;
    transition: 0.5s all ease-in-out;
  }
  a.social:hover svg {
    transform: rotate(360deg);
  }
  
  a.social svg path {
    fill: #383838;
    transition: 0.5s all ease-in-out;
  }
  
  a.social:hover svg path {
    fill: #fff;
  }
  @media screen and (min-width:380px) {
    .icons{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 20px;
    }
  }
  @media screen and (max-width:380px) {
    .icons{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 20px;
    }
  }
/*
@media screen and (max-width:445px){
  footer{
    width: 1vw;
  }
}
*/




.container{
  width: 85%;
  width: 100%;
  /*
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  */
  padding: 20px 60px 30px 40px;
  padding: 20px 40px 30px 40px;
  /*padding: 0 40px 10px 40px;*/
}
.container .contact_content{
  display: flex;
  align-items: center;
  justify-content: space-between;

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.container .contact_content .left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*margin-top: 15px;*/
  position: relative;

  /*
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  */
}
/*
.content .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
*/
.contact_content .left-side .details{
  margin: 14px;
  text-align: center;
}
.contact_content .left-side .details i{
  font-size: 30px;
  color: #279eff;
  margin-bottom: 10px;
}
.contact_content .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.contact_content .left-side .details .text-one{
  font-size: 14px;
  color: #afafb6;
}

.container .contact_content .middle-side{
  width: 75%;
  width: 40%;
  margin-left: 75px;
  margin-left: 20px;
  margin-left: 0;

  background: #fff;
  /*border-radius: 6px;*/
  /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
}
.contact_content .middle-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: #279eff;

  padding-top: 5px;
  padding-left: 12px;
}
.middle-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
  /*margin: 10px 0;*/

  padding-left: 5px;
  padding-left: 12px;
  padding-right: 5px;
  padding-right: 12px;
}
.middle-side .input-box input,
.middle-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  /*border-radius: 6px;*/
  padding: 0 15px;
  resize: none;
  font-family: 'Times New Roman', Times, serif;
}
.middle-side .message-box{
  min-height: 110px;

  padding-left: 12px;
  padding-right: 12px;
}
.middle-side .input-box textarea{
  padding-top: 6px;
}
/*
.middle-side .button{
  display: inline-block;
  margin-top: 12px;
  margin-top: 0;

  padding-bottom: 6px;
  padding-left: 12px;
}
.middle-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  
  background: #79155b;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="button"]:hover{
  background: #279eff;
}
*/

/*
.container .content .right-side{
  width: 75%;
  width: 40%;
  margin-left: 75px;
  margin-left: 20px;
}
.content .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: #3e2093;
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #3e2093;
  cursor: pointer;
  transition: all 0.3s ease;
}
*/
.container .contact_content .right-side{
  width: 75%;
  width: 30%;
  height: initial;

  /*
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  */
  /*
  margin-left: 75px;
  margin-left: 20px;
  */
}

img.contact_image{
  size:100px;
  width: 100%;
  /*width: 25.9vw;*/
  height: 50vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 950px) {
  .container{
      /*width: 90%;*/
      padding: 30px 40px 40px 35px ;
  }
  /*
  .container .content .right-side{
      width: 75%;
      margin-left: 55px;
  }
  */
  .container .contact_content .middle-side{
      width: 75%;
      margin-left: 55px;
      margin-left: 20px;
      margin-right: 20px;
  }
  img.contact_image{
      height: 40vh;
      padding-left: 0;
      padding-right: 0;
      /*height: auto;*/
      min-width: 100%;
      border-radius: 6px;
  }
}


/*@media (max-width: 820px)*/
@media (max-width: 864px){
  .container{
      /*margin: 40px 0;*/
      height: 100%;
  }
  .container .contact_content{
      flex-direction: column-reverse;
      /*overflow-x: hidden;*/
  }
  .container .contact_content .left-side{
      width: 100%;
      flex-direction: row;
      margin-top: 40px;
      justify-content: center;
      justify-content: space-around;
      flex-wrap: wrap;
  }
  .container .contact_content .left-side::before{
      display: none;
  }
  .container .contact_content .right-side{
      margin-bottom: 40px;
  }
  /*
  .container .content .right-side{
      width: 100%;
      margin-left: 0;
  }
  */
  .container .contact_content .middle-side{
      width: 100%;
      /*margin-left: 0;*/
  }
  img.contact_image{
      height: auto;
      min-width: 100%;
  }
}
@media (max-width: 770px){
  img.contact_image{
      display: none;
  }
}
@media (max-width: 270px){
  div.text-one{
      font-size: 10px !important;
  }
}
/*
@media (max-width:1000px){
  html{
    min-width: 100vw !important;
  }
}
*/
#preloader{
  background: #fff url(../images/preloader4.gif) no-repeat center center;
  background-size: 12%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100;
}
@media (max-width: 770px){
  #preloader{
    background-size: 17%;
  }
}
@media (max-width: 400px){
  #preloader{
    background-size: 19%;
  }
}