* {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    background: linear-gradient(to right,#11172b,#0c0f1d,#07080e);
    background-size: 180% 180%;
    animation: gradient-animation 18s ease infinite;
}

h1{
    color: #28b6c9;
    font-family: Alegreya SC;
    font-weight: 400;
}
h4{
    color: #28b6c9;
    font-family: Alegreya SC;
    font-weight: 400;
}
a {
    color: white;
    text-decoration: none;
}
.head {
    min-height: 300px;
    display: grid;
    grid-template-columns: auto auto;
    padding: 20px 50px;
}
.head img {
    width: 350px;
}
.links{
    color: #28b6c9;
    display: grid;
    grid-template-columns: auto auto auto;
}
.links li {
    list-style: none;
    font-size: 28px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    padding-top: 120px;
}
.links li:hover {
    color: #28b6c9;
    transform: scale(1.1);
}
.blogs {
    font-size: 20px;
}
.blogs h1 {
    text-decoration: underline white 2px;
    padding-bottom: 50px;
    text-align: left;
    padding: 0px 90px;
}
hr {
    border: 1px solid #004262;
}
.container {
    padding-top: 100px;
    color: white;
    padding: 70px;
    padding-bottom: 100px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 50px;
}
.container h4 {
    margin-bottom: 20px;
    text-decoration: underline white 2px;
    font-size: 24px;
}
.container img {
    width: 300px;
}
.container p {
    font-size: 20px;
    line-height: 1.8;
    font-family: Playfair Display;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}
.container button {
    padding: 15px 28px;
    border-radius: 10px;
    background-color: #28b6c9;
    font-size: 20px;
    font-family: Alegreya SC;
    border: 2px solid #28b6c9;
    cursor: pointer;
}
.container button:hover{
    transform: scale(1.2);
    box-shadow: 0px 0px 50px rgba(30, 180, 226, 0.6);
}
.companies {
    text-align: center;
}
.companies h1 {
    font-size: 36px;
    text-decoration: 2px underline white ;
    margin-bottom: 20px;
}
.clients {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 50px;
    padding: 70px;
    border: 1px solid;
}
.clients img:hover {
    transform: scale(1.2);
    box-shadow: 0px 0px 50px rgba(30, 180, 226, 0.6);
}
.clients img {
    width: 150px;
    padding: 20px;
    border: 1px solid white;
}
.footer-container{
    display: grid;
    grid-template-columns: auto auto auto;
}
.footer-container img {
    width: 300px;
}
.footer-container li {
    color: white;
    list-style: none;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 1.5px;
}
.contact {
    text-align: center;
    width: 80%;
    padding-bottom: 50px;
}
.contact-container {
    display: grid;
    grid-template-columns: auto auto;
    color: white;
}
.contact-address {
    padding: 70px;
}
.contact-address h1 {
    font-size: 36px;
    padding-bottom: 20px;
    text-align: left;
}
.contact-address p {
    font-size: 20px;
    text-align-last: left;
    line-height: 1.8;
}
.form h4 {
    font-size: 36px;
    padding-bottom: 20px;
}
.contact label {
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    display: block;
  }
  .contact input[type=text],input[type=email]{
  font-family: Lato;
  color: #CCCCCC;
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #D4DAE5;
  width: 100%;
  margin-bottom: 25px;
  background-color: #000
}
.contact input[type=submit] {
  background-color: #004262;
  border: 1px solid #004262;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
  height: 50px;
  line-height: 30px;
  min-width: 150px;
  padding: 0 16px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.privacy-policy {
    width: 80%;
    text-align: center;
    padding: 70px;
}
.privacy-policy h1 {
    font-size: 36px;
    text-decoration: underline white 2px;
}
.privacy-policy h4 {
    font-size: 30px;
}
.privacy-policy p {
    color: white;
    text-align: left;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 1.5px;
}
.privacy-policy li {
    list-style: decimal;
    color: white;
    text-align: left;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 1.5px;

}
.blogs-head {
    padding: 50px;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.blogs-head img {
    width: 300px;
}
.blogs-head h1 {
    font-size: 40px;
    text-align: center;
    color: white;
}
.blog-body {
    padding: 0px 70px;
    text-align: center;
}
.blog-body p ,li, ul {
    color: white;
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 1.6;
    text-align: left;
}
.blog-body h4 {
    font-size: 24px;
    text-align: left;
    margin: 20px 0px;
}
.blog-body img {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 400px;
}
@media screen and (max-width: 768px){
    .head {
        min-height: 300px;
        display: block;
    }
    .head img {
        width: 300px;
    }
    .links li {
        font-size: 20px;
    }
    .head {
        min-height: 400px;
    }
    .blogs h1,.privacy-policy h1 {
        font-size: 26px;
    }
    .container h4,.companies h1,.privacy-policy h4 {
        font-size: 20px;
    }
    
    .container {
        padding-top: 20px;
        color: white;
        padding: 10px;
        padding-bottom: 20px;
        display: block;
        text-align: center;
    }
    .privacy-policy {
        padding: 20px;
        width: 90%;
    }
    .container img {
        width: 200px;
    }
    .container p,.privacy-policy p,.privacy-policy li {
        font-size: 14px;
    }
    .clients img,.footer-container img  {
        width: 75px;
    }
    .clients {
        gap: 10px;
        padding: 20px;
        grid-template-columns: auto auto;
    }
    .footer-container li {
        font-size: 16px;
    }
    .footer-container h1 {
        font-size: 20px;
    }
    .blogs-head img {
        width: 300px;
    }
    .blogs-head h1 {
        font-size: 30px;
    }
    .blogs-head {
        min-height: 300px;
    }
    .blog-body {
        padding: 20px;
    }
    .blog-body p ,li, ul {
        font-size: 16px;
    }
    .blog-body h4 {
        font-size: 20px;
    }
    .blog-body img {
        width: 300px;
    }
}
.bounce-top-animated {
    animation: slide-in-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  .slide-in-top {
      animation: slide-in-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  .slide-in-left {
      animation: slide-in-left 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  .slide-in-right {
      animation: slide-in-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  .slide-in-bottom {
      animation: slide-in-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  .bounce-in-left {
      animation: slide-in-left 2s both;
  }
  .bounce-in-right {
      animation: slide-in-right 2s both;
  }
  .tracking-in-expand {
      animation: slide-in-left 2s both;
  }
  
  @keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(1000px);
              transform: translateY(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  
  
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes bounce-in-top {
    0% {
      -webkit-transform: translateY(-500px);
              transform: translateY(-500px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateY(-65px);
              transform: translateY(-65px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateY(-28px);
              transform: translateY(-28px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
@keyframes gradient-animation {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }