*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: serif;
  text-align: center;
}
body {
  background-color: white;
  overflow-x: hidden;
}
.container {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  background-image: url("/images/bluebackground.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: large;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
#logo {
  border: 2px solid black;
  border-radius: 50%;
}
.filer {
  background-color: blue;
  height: 120px;
}
.heading_1,
.heading_2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
  text-shadow: 0 0 8px blue;
  color: white;
  font-style: italic;
  font-size: x-large;
}
.mobile_title{
  display: none;
}
.write_up {
  display: flex;
  font-size: x-large;
  width: 80%;
  background-color: white;
  padding: 25px;
  font-style: italic;
  text-indent: 50px;
  padding-left: 20%;
  margin-top: 2%;
}

.write_up_2 {
  display: flex;
  font-size: x-large;
  width: 80%;
  background-color: white;
  padding: 20px;
  font-style: italic;
  text-indent: 50px;
  padding-left: 20%;
  padding-bottom: 8%;
}

.title {
  display: flex;
  justify-content: space-around;
  padding-bottom: 2%;
}

.title div {
  background-color: blue;
  line-height: 30px;
  border-radius: 50%;
  justify-content: space-between;
}

.title div {
  display: flex;
  color: white;
  padding: 25px;
  margin: 10px;
  top: 20rem;
  font-size: 2.5rem;
  font-style: italic;
  text-shadow: 2px 3px 4px rgb(255, 0, 0);
}
ul {
  list-style-type: none;
  align-items: center;
}
li a:hover {
  padding: 10px;
  background-color: red;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
nav li {
  height: 45px;
  display: inline-block;
  padding: 25px 15px;
}

nav li a {
  height: 100%;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  color: yellow;
}

nav {
  position: relative;
  left: -10px;
  top: 25px;
}
.items {
  display: flex;
  gap: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 5%;
}
.items > div {
  font-size: x-large;
  width: 100%;
  flex-grow: 1;
  word-break: break-all;
}
.domain {
  color: white;
  border: 2px solid white;
  border-radius: 5px;
  padding: 25px;
  box-shadow: 0.5em 0.5em rgb(170, 170, 176);
  background-image: url("/images/domainnameregistartion.jpg");
  /* aspect-ratio: 8.50;  */
}
.webhosting {
  color: white;
  border: 2px solid white;
  border-radius: 5px;
  padding: 25px;
  box-shadow: 0.5em 0.5em rgb(170, 170, 176);
  background-image: url("/images/webhostingblue.jpg");
  /* aspect-ratio: 8.50; */
}
.webdesign {
  border: 1px solid black;
  border-radius: 5px;
  padding: 25px;
  box-shadow: 0.5em 0.5em rgb(170, 170, 176);
  background-image: url("/images/webdesigning.jpg");
  /* aspect-ratio: 8.50; */
}
.domain img {
  border-radius: 20%;
}
.webhosting img {
  border-radius: 20%;
}
.webdesigning img {
  border-radius: 20%;
}
.ftext {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
#logo {
  animation-name: rotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  z-index: -1;
}
@keyframes rotate {
  100% {
    transform: rotateZ(360deg);
  }
}
.links {
  background-color: white;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 5%;
}

.css_html_java_icon {
  animation-name: css_html_java_icon;
  animation-duration: 20s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}
@keyframes css_html_java_icon {
  from {
    transform: translateX(-1240px);
  }
  to {
    transform: translateX(1240px);
  }
}
/*=============== Tablets ================*/
@media screen and (max-width: 1240px) {
  .heading_1 {
    padding-bottom: 10px;
  }
  ul {
    display: none;
  }
  #logo {
    animation-duration: 0s;
  }
  .css_html_java_icon {
    animation-duration: 0s;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
  .mobile_title{
    display: none;
  }
}
/*=============== Lost View Area Fixed ================*/
@media screen and (min-width: 1px) and (max-width: 1145px) {
  .heading_1 {
    padding-bottom: 10px;
  }
  ul {
    display: none;
  }
  .mobile_title{
    display: none;
  }
  .title div {
    display: none;
  }
  #logo {
    animation-duration: 0s;
  }
  .css_html_java_icon {
    animation-duration: 0s;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
}
/*=============== Tablets ================*/
@media screen and (max-width: 800px) {
  .heading_1,
  .heading_2,
  .mobile_title {
    display: none;
  }
  .container {
    display: flex;
    align-items: center;
  }
  ul {
    display: none;
  }
  #logo {
    animation-duration: 0s;
  }
  .css_html_java_icon {
    animation-duration: 0s;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
}
/*=============== Cell Phones ================*/
@media screen and (min-width: 1px) and (max-width: 430px) {
  .container {
    padding: 20px;
    display: flex;
    justify-content: center;
    background-image: url("/images/bluebackground.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: large;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
  }
  #logo {
    text-align: center;
  }
  .heading_1,
  .heading_2 {
    display: none;
  }
  .mobile_title {
    display: flex;
  }
  /*.write_up
   .write_up_2  {
    display: flex;
    font-size: x-large;
    width: 80%;
    background-color: white;
    padding: 25px;
    font-style: italic;
    text-indent: 0;
    padding-left: 20%;
    margin-top: 2%;
  } */
  .write_up,
  .write_up_2 {
    display: none;
  }
  .mobile_title {
    display: flex;
    color: white;
    font-size: xx-large;
    width: 80%;
    background-color: white;
    padding: 25px;
    font-style: italic;
    text-indent: 0;
    padding-left: 20%;
    margin-top: 5%;
    padding-bottom: 25%;
    text-shadow: 2px 2px 4px rgba(41,0,251,1);
  }
  .title {
    display: none;
  }
  .items {
    display: flex;
    flex-direction: column;
    /*    flex-wrap: wrap; */
  }
  .domain {
    color: white;
    border: 2px solid white;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0.5em 0.5em rgb(170, 170, 176);
    background-image: url("/images/domainnameregistartion.jpg");
    /* aspect-ratio: 1.2; */
  }
  .webhosting {
    color: white;
    border: 2px solid white;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0.5em 0.5em rgb(170, 170, 176);
    background-image: url("/images/webhostingblue.jpg");
  }
  .webdesign {
    border: 1px solid black;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0.5em 0.5em rgb(170, 170, 176);
    background-image: url("/images/webdesigning.jpg");
  }
  .css_html_java_icon {
    animation-duration: 0s;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 5%;
  }
  #logo {
    animation-duration: 0s;
  }
  .ftext {
    padding-left: 12%;
    padding-right: 12%;
    font-size: x-small;
  }
}
