@media screen and (max-width: 474px) {
  .top-logo {
    width: 150px;
    height: 150px;
    margin-top: 0.1px;
    margin-bottom: 0.5px;
  }

  .headerpic {
    width: 100%
  }
  
  header{
width:100%;
height:150px;
  }

  .text {
    margin-top:80px;  
    top: 20%;
    margin-right: 20px;
    padding: 1em;
    z-index: 8
  }

  .text1 {
    color: darksalmon;
    font-size: 25px;
    font-family: arial black;
    text-shadow: 0.02em 0.02em 0.02em rgba(0, 0, 0, 1);
  }

  .text2 {
    color: #2980b9;
    font-size: 20px;
    font-family: arial black;
    text-shadow: 0.02em 0.02em 0.02em rgba(0, 0, 0, 1);
  }

  .text3 {
    color: tan;
    font-size: 20px;
    font-family: arial black;
    text-shadow: 0.02em 0.02em 0.02em rgba(0, 0, 0, 1);
  }

  .text4 {
    color: #16a085;
    font-size: 20px;
    font-family: arial black;
    position: relative;
    white-space: nowrap;
    text-shadow: 0.02em 0.02em 0.02em rgba(0, 0, 0, 1);
  }

  .designis {
    color: grey;
    font-family: optima;
    font-size: 20px;
    text-align: justify;
    padding: 0.1em;
    text-shadow: 0.02em 0.02em 0.02em rgba(0, 0, 0, 1);
    top: 40%;
  }

  .aboutus {
    font-size: 15px;
    font-family: Optima, sans-serif;
    text-align: justify;
    padding: 2em;
    border-radius: 0px;
  }

  .headertop {
    color: peru;
    background: seashell;
    width: 1460px;
    font-size: 6px;
    text-align: left;
  }

  .hamburger {
    margin-top: -5px;
  }

  .sakana {
    position: relative;
    margin-top: -290px;
    right: -160px;
    opacity: 80%;
  }

  .sakana img {
    width: 80px;
  }

  .button_solid015 {
    margin-left: 240px;
    width: 100px;
    margin-top: -10px;
  }

  .button_solid015 p {
    margin-bottom: 5px;
    font-weight: 600;
    color: #ee7800;
    font-size: 10px;
    letter-spacing: 0.04rem;
    display: inline-block;
  }

  .button_solid015 p:before,
  .button_solid015 p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background: #ee7800;
    content: "";
  }

  .button_solid015 p:before {
    left: -30px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }

  .button_solid015 p:after {
    right: -30px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
  }

  .button_solid015 a {
    display: flex;
    justify-content: space-around;
    position: relative;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 8px;
    background: orange;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 50px;
    margin-left: -5px;
    width: 100px;
  }

  .toppic1 {
    border-radius: 300px;
    width: 130px;
    margin-bottom: -180px;
    margin-left: 200px;
  }

  .toppic2 {
    border-radius: 300px;
    width: 100px;
    margin-bottom: 300px;
    margin-left: 200px;
  }

  .accordion__title {
    background-color: white;
    border: 2px solid #00afcc;
    color: #4e454a;
    font-size: 10px;
    padding: 0.620em 0.620em 0.620em 2em;
    position: relative;
    cursor: pointer;
    user-select: none;
    text-align: justify;
  }

  .accordion__container {
    width: 300px;
    margin: 0 auto;
  }

  .accordion__title::before,
  .accordion__title::after {
    content: '';
    display: block;
    background-color: #00afcc;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 2px;
    right: 5px;
  }

  .bengalcat {
    width: 100px;
    height: auto;
    margin-left: 500px;
    margin-bottom: -300px;
  }

  .bubble {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 1em;
  width:350px;
  color: #009e9f;
  font-size: 16px;
  background: aliceblue;
  border: solid 3px hotpink;
  box-sizing: border-box;
  border-radius:50px;
  background:white;
  margin-top:200px;
  margin-left:5px;
 
     box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.bubble:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid white;
z-index:2;
}

.bubble:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid hotpink;
  z-index: 1;
}

.bubble p {
  margin: 0;
  padding: 0.5em;
  color:cadetblue;
}


  .top-logo img {
    right: 1000px;
  }

  .accordion__content {
    border-left: 1px solid transparent;
    border-right: 1

px solid transparent;
    padding: 0 1.5em;
    line-height: 1.8;
    height: 0;
    overflow: hidden;
    opacity: 0;
    color: grey;
    text-align: justify;
    transition-duration: 0.3s;
  }

  .accordion__content.is-open {
    border: 1px solid white;
    padding: 0.625em 0.2em;
    line-height: 1.7;
    height: auto;
    opacity: 1;
    font-size: 20px;
    letter-spacing: -1px;
    text-align: justify;
  }

  .portfolio {
    max-width: 1000px;
  }

  .portfolio img {
    width: 300px;
  }

  .textbox {
    width: 300px;
    margin-left: 2px;
  }

  .messagebox {
    width: 300px;
  }

  .submitbtn {
    width: 200px;
    margin: auto;
    margin-right: 150px;
  }

  .aboutus1 {
    font-family: arial black;
    text-align: center;
    color: cadetblue;
    font-size: 50px;
    margin-top: 200px;
  }

  .back-to-top::before {
    width: 50px;
    height: 50px;
  }

  .back-to-top {
    font-size: 10px;
  }

  .toppic3 {
    margin-bottom: 30px;
  }

  .slide-menu {
    background-color: white;
    top: 65px;
    width: 100%;
    left: 0;
    opacity:80%;
    transform: translateX(100%);
    transition: 0.5s;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 300px;
    display: flex;
  }

  .slide-menu li {
    list-style: none;
    text-align: left;
    font-size: 10px;
    margin-left: 50px;
  }
  
  .slide-menu a {
color:cadetblue;      
  }

 .slide-menu a:hover {
   border-bottom:2px dotted pink;   
 }
  .kitten {
    padding-bottom: 300px;
    margin-left: 180px;
    width: 130px;
  }

  .bengal {
    padding-bottom: 0px;
    margin-left: 180px;
    margin-top: -70px;
    width: 100px;
  }

  .bengalwords {
    font-family: arial black;
    color: white;
    font-size: 20px;
    margin-bottom: -45px;
  }

  .kittenwords {
    font-family: arial black;
    color: white;
    font-size: 20px;
  }

  .confirminfo {
    color: #4e454a;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 50px;
    padding: 0.8em;
    margin-right: 70px;
    width: 600px;
    border: 2px solid black;
  }

  .thankyoubox {
    margin-top: 50px;
    width: 350px;
    font-size: 15px;
    border: 2px tan solid;
    color: #4e454a;
    background: seashell;
    padding: 1.5em;
    border-radius: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }

  .d-demo__item {
    width: 200px;
  }

  .demowords {
    font-size: 16px;
    width: 100px;
  }

  .confirminfo {
    color: #4e454a;
    font-size: 10px;
    text-align: justify;
    margin-bottom: 50px;
    padding: 0.8em;
    text-align: justify;
    width: 200px;
    margin-right: 70px;
    border: 2px solid white;
  }

  .scarycat {
    width: 300px;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .flex_test-item:nth-child(1) {
    background-color: #bce2e8;
    width: 300px;
    font-size: 15px;
    padding: 1em;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }

  .flex_test-item:nth-child(2) {
    background-color: #f5b2ac;
    width: 300px;
    font-size: 15px;
    padding: 1em;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }

  .flex_test-ubbleox {
    flex-direction: column;
  }

  .concept {
    font-size: 15px;
  }

  .catstyle {
    width: 250px;
    height: 250px;
  }

  .maru1 {
    width: 100px;
    height: 100px;
  }

  .maru2 {
    width: 100px;
    height: 100px;
    margin-top: -500px;
    margin-bottom: 300px;
  }

  .toppicslide {
    width: 250px;
    height: 250px;
    margin-top: 200px;
    margin-left: 50px;
    border-radius: 200px;
  }

  .msg {
    display: none;
  }

  .box {
    display: none;
  }

  .ychooseus {
    margin-bottom: 100px;
    font-size: 15px;
  }

  .mailbox {
    width: 220px;
    height: 30px;
    border: 2px cadetblue solid;
    border-radius: 50px;
    margin-left: 5px;
  }

  .subscribebtn {
    width: 150px;
    height: 50px;
    font-size: 15px;
    color: cadetblue;
    border-radius: 50px;
    border: cadetblue solid 2px;
    color: cadetblue;
    background: #f5deb3;
  }

  .container1 {
    width: 300px;
    height: 300px;
    padding: 2em;
    margin-bottom: 200px;
    margin-top: 100px;
    border: 2px solid cadetblue;
    background: linear-gradient(0deg, #a3d6cc 0% 50%, #f5b2ac 50% 100%);
    border-radius: 50px;
  }

  .pawpaw {
    display: none;
  }

  .newsletter {
    color: white;
    font-family: san serif, optima;
  }

  .workflow {
    width: 80px;
    margin-right: 300px;
  }

  .research {
    margin-right: 100px;
 

 }

  .coding {
    width: 250px;
    font-size: 20px;
  }

  .arrow {
    margin-top: 50px;
    width: 150px;
  }

  .officepic {
    display: none;
  }

  .officepicbehind {
    display: none;
  }

  .termsofservice {
    width: 300px;
    height: 300px;
    margin-left: 4px;
  }

  .check1 {
    font-size: 10px;
  }

  .tos2 {
    margin-left: 4px;
  }

  .topcontainer {
    width: 350px;
    font-size: 10px;
    padding: 0.2em;
  }

  .paintbrush {
    width: 150px;
    margin-left: 273px;
    opacity: 80%;
  }

  .why {
    padding: 2em;
    font-size: 15px;
  }

  .whychooseusfix {
    margin-top: 0px;
  }

  .backbutton {
    text-align: center;
    text-decoration: none;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    color: #009e9f;
    margin-right: 500px;
    font-size: 25px;
    border: 2px solid white;
    transition: 0.5s;
    background: white;
  }

  .discount {
    font-size: 8px;
  }
}