body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  overflow-x: hidden;
}

html {
  box-sizing: border-box;
}
html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #23252A;
}
body::-webkit-scrollbar {
  width: 11px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}


*, *:before, *:after {
  box-sizing: inherit;
}
.row{
  margin-top: 12px;
}
.p11{
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 24px;
  letter-spacing: 1px;
  padding-right: 48px;
 }
 .p12{
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 32px;
  letter-spacing: 1px;
  align-items: center;
  padding-right: 48px;
 }
 .ab:hover{
  transform: scale(1.2);
  transition:transform .3s;
}
.column {
  float: left;
  width: 32%;
  margin-bottom: 16px;
  padding: 0 8px;
}
.ab{
  margin-top: 48px;
  margin-right: 48px;
  width: 400px;
  object-fit: cover;
}
.about-section1{
  display: flex;
  margin-top: 48px;
  text-align: left;
}
h1{
  font-weight: 700;
  font-size: 18px;
}
h2{
  margin-top: 24px;
  font-weight: 700;
}

.card {
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2);
  margin: 8px;
}
.card:hover{
  box-shadow: none;
  transition: box-shadow 1s;
}

.about-section {
  padding: 50px;
  text-align: center;
  background-color: #474e5d;
  color: white;
}
.menu .nav-1 li {
    padding-bottom: 6px;
    list-style-type: none;
    width: 75%;
    
}
.menu .nav-1 {
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 20px;
    font-family: "MG Glaho Drunk" sans-serif;
    display: none;
    width: 100%;

}
.toggle-button{
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}
.toggle-button .bar{
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  margin-left: -124px;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu:hover .toggle-button{
    opacity: 0;
    transition: transform .6s;
}
.menu .nav-1 li a {
    display: block;
    color: inherit;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding-left: 172px;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}
.menu .nav-1 li a:hover {
    background: #aaa;
    transform: scale(1.12);
    transition: transform .3s;
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title1 {
  color: grey;
  margin-top: 6px;
}
img{
  height: 270px;
  object-fit: cover;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin-top: 6px;
}
p{
  margin-top: 6px;
}
.button:hover {
  background-color: #555;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}
body {
    margin: 0;
    overflow: hidden;
    overflow-y: scroll;
}
.menu {
    font-weight: 100;
    background: #efefef;
    width: 197px;
    height: 100%;
    padding-left: 60px;
    position: fixed;
    z-index: 100;
    -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.2);
    right: -150px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: #222;
}
.menu:hover, .menu:focus {
    transform: translate3d(-130px, 0, 0);
    animation-timing-function: 2s ease-in;
}
.menu .title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(270deg);
    font-weight: 900;
    font-size: 20px;
    left: -8px;
    font-family: 'Muli', sans-serif;
}
.menu:hover .title{
    opacity: 0.1;
    transition: transform .6s;
}

.menu .nav {
    position: absolute;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 18px;
    font-family: "MG Glaho Drunk" sans-serif;
}
.menu .nav li {
    padding-bottom: 35px;
    list-style-type: none;
}
.menu .nav li a {
    display: block;
    color: inherit;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-left: -13px;
}
.menu .nav li a:hover {
    color: #aaa;
    transform: scale(1.12);
    transition: transform .3s;
}

/* Set a specific color for each brand */

.fa {
  padding: 6px;
  font-size: 24px;
  width: 35px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  display: block;
  margin-left: 22px;
  margin-top: 48px;
}
.fa:hover {
  opacity: 0.7;
  transition: opacity .3s;
  background: #3b444f;
  color: white;
  transition: background .3s;
  transition: color .3s;
}
/* Facebook */
.fa-facebook {
  color: #3b444f;
  padding: 8px;
}

/* Twitter */
.fa-youtube {
  color: #3b444f;
  margin-top: 12px;
  font-size: 22px;
}