.card1{
    width: 18rem;
}

.card2{
    width: 18rem;
    align-items: center;
    margin-left: 120px;
} 
.card3 {
    max-width: 540px;
}

.lagos{
    width: 18rem;
}

div.scrollmenu {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a{
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #777;
}

*{
    box-sizing: border-box;
}
body{
    font-family: Arial, Helvetica, sans-serif;
}
.column {
    float: left;
    width: 30%;
    padding: 0 10px;
}
.row1 {
    margin: 0 -5px;
    margin-left: 70px;
    align-items: center;
}
.row1::after {
    content: "";
    display: table;
    clear: both;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
}
@media screen and (max-width: 600px) {
    .column{
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}


.footer-clean {
    padding: 50px 0;
    background-color: #fff;
    color: #4b4c4d;
}
.footer-clean h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}
.footer-clean ul{
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}
.footer-clean ul a{
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}
.footer-clean ul a:hover {
    opacity: 1;
}
.footer-clean .item.social {
    text-align: right;
}
@media (max-width: 767px) {
    .footer-clean .item {
        text-align: center;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .footer-clean .item.social {
        text-align: center;
    }
}
.footer-clean .item.social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 22px;
    color: inherit;
    opacity: 0.75;
}
.footer-clean .item.social > a:hover {
    opacity: 0.9;
}
@media (max-width: 991px) {
    .footer-clean .item.social > a {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .footer-clean .item.social > a {
        margin-top: 10px;
    }
}

.footer-clean .copyright {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 13px;
    opacity: 0.6;
}
div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.desc {
    padding: 15px;
    text-align: center;
}


.circle {
    display: block;
    width: 100px;
    height: 100px;
    background: rgb(111, 107, 221);
    border-radius: 50%;
    background: -webkit-radial-gradient(25px 25px, circle, red, #000);
    background: -moz-radial-gradient(25px 25px, circle, red, #000);
    background: radial-gradient(25px 25px, circle, rgb(53, 31, 31), #000);
   
    /* Animation to spin and move the sphere */
    -webkit-animation: spin 1000ms linear infinite, moveLeftToRight 5s linear infinite;
    -moz-animation: spin 1000ms linear infinite, moveLeftToRight 5s linear infinite;
    -ms-animation: spin 1000ms linear infinite, moveLeftToRight 5s linear infinite;
    animation: spin 1000ms linear infinite, moveLeftToRight 5s linear infinite;
    
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    
    position: absolute;
    left: 0;
  }
  
  /* Spinning the sphere using key frames */
  @-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
  }
  @-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
  }
  @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
  @-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
  }
  
  /* Move sphere from left to right */
  @-moz-keyframes moveLeftToRight {
    0%   { left: -100px; }
    100% { left: 100%; }
  }
  @-ms-keyframes moveLeftToRight {
    0%   { left: -100px; }
    100% { left: 100%; }
  }
  @keyframes moveLeftToRight {
    0%   { left: -100px; }
    100% { left: 100%; }
  }
  @-webkit-keyframes moveLeftToRight {
    0%   { left: -100px; }
    100% { left: 100%; }
  }

  #myBtn{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgb(77, 165, 159);
    color: whitesmoke;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 17px;
    width: 50px;
  }
  #myBtn:hover {
    background-color: #c53333;
  }

  .card-lagos{
    max-width: 640px;
  }

  .lagos-annex{
    width: 18rem;
  }
  .mushin-annex{
    font-size: 20px;
    padding: 10px;
    margin: 5px 10px 5px 10px;
  }

  .card-annexs{
    font-size: 30px;
  }
  .suru-lere{
    width: 30%;
    margin-top: 40px;
  }
  h3{
    font-size: 30px;
  }
  .p-2{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
  }