/* Google Font  */
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@1,500;1,600&family=Montserrat:wght@600;700&display=swap");


/* Custom CSS  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  list-style: none;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  cursor:cell ;
}
::selection {
  background-color: #00eeff ;
}
header {
  width: 100%;
  min-height: 100vh;
  background-image: url(home-images/hero.jpg);
  background-position: center;
  background-size: cover;
}
nav {
  display: flex;
  padding: 2.5% 3%;
}
nav img {
  margin-top: auto;
  margin-left: 0%;
  width: 100px;
  height: 100px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
nav img:hover img{
  background-color: #00eeff ;
  transform: scale(5.5);
  box-shadow: 0 0 20px 0px rgb(0, 238, 255);
}
.col:hover{
  box-shadow: 0 0 20px 0px rgb(0, 238, 255);
}
nav ul {
  text-align: right;
  flex: 1;
}
nav ul li {
  display: inline-block;
  padding: 3px 10px;
}
nav ul li a {
  color: white;
  font-size: 16px;
}
nav ul li a:hover {
  color: #ff0000;
}
nav ul li a::after {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  transition: 0.6s;
  background-color: #00eeff;
}
nav ul li a:hover::after {
  width: 100%;
}
.head {
  text-align: center;
  justify-content: center;
  color: white;
  margin-top: 5%;
}
.head h1 {
  color: #ebfeff;
  font-size: 45px;
  margin-top: 0%;
  padding-bottom: 30px;
  line-height: 1.2em;
}
.head h2 {
  color: beige;
  margin-top: 0%;
  font-size: 25px;
  padding-bottom: 35px;
  line-height: 1.2em;
}
.head h3{
  font-size: 15px;
}
.head p {
  line-height: 1.4;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300 !important;
  font-size: 23px;
  letter-spacing: 1px;
  margin-bottom: 3%;
}
button {
  padding: 15px 30px;
  margin-bottom: 10%;
  color: white;
  cursor: pointer;
  font-weight: bold !important;
  font-size: 24px;
  border-radius: 5px;
  background: linear-gradient(110deg, #022535 20%, #03bfcc 80%);
}

button:hover{
  width: 100%;
  color: azure;
  background-color: #00eeff;
}
#check-btn {
  font-size: 20px;
  color: white;
  float: right;
  flex: 1;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check {
  display: none;
}
.site-footer
{
  background-color:#001314;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
  align-items:initial;
}
.row1{
  display: flex;
  justify-items: flex-start;
  padding: 0%;
}
.categories{
  margin-left:0;
  margin-right: 15px;
}
.links{
  width: fit-content;
  margin-left:0;
  margin-right: 30px;
}
.site-footer h5{
  color:#ffffffe7;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-left: 30px;
  letter-spacing: 3px;
  width: 180px;
  padding: 10px;
}
.site-footer h6
{
  color:#ffffffe7;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-left: 11px;
  letter-spacing: 3px;
  width: 180px;
  padding: 10px;
}
.text-justify{
  text-align: justify;
  margin-top: auto;
  margin-left: 40px;
  margin-right: 60px;
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#ff0000;
  text-decoration:none;
}
.footer-links
{
  padding-left:20px;
  list-style:none
}
.footer-links li
{
  display:flex
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3c9ac5;
  text-decoration:none;
}
.footer-links.inline li
{
  align-items: center;
}
.site-footer .social-icons
{
  text-align:center
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:30px;
  border-radius:100%;
  background-color:#33353d
}
.social-icons p{
  text-align: center;
  margin-bottom: 4px;
  margin-right: 90px;
  padding: 5px;
}
.copyright-text
{
 text-align: center;
  margin-top: 50px;
  margin-bottom: 2px;
  margin-left:20px;
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:10px;
  margin-bottom:0;
  list-style:none
}
.social-icons p{
  margin-left: 5%;
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.instagram:hover
{
  background-color:#f303cb
}
.social-icons a.gmail:hover
{
  background-color:#ed4b00
}
.social-icons a.github:hover
{
  background-color:#021822
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
/* Responsive  */
@media (max-width: 858px) {
  #check-btn {
    display: block;
    color: #00eeff;
  }
  ul {
    position: fixed;
    width: 100%;
    height: 82vh;
    background:linear-gradient(110deg, #022535 ,#00eeff) ;
    top: 80px;
    left: -100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
  }
  ul li {
    display: block;
    margin: 30px 0;
    line-height: 30px;
  }
  ul li a {
    color: white;
    font-size: 20px;
  }
  #check:checked ~ ul {
    left: 0;
  }
}
/* For screens smaller than 480px */
@media (max-width: 636px) {
  .head h1 {
    font-size: 70px;
  }
  .head p {
    font-size: 16px;
    padding-bottom: 5%;
  }
  button {
    padding: 8px 20px;
    font-size: 16px;
  }
}
