body {
  font-family: 'Lato', 'cocogoose', sans-serif;
  color: #d3d3d3 !important;
}

@font-face {
  font-family: 'cocogoose';
  src: url('cocogoose/Cocogoose\ Pro-trial.ttf') format('svg');
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

main {
  margin-bottom: 2rem;
}

.sec-nav a {
  color: #272a31;
}

.shapes a {
  text-align: center;
}

.fir-nav ul a {
  padding-right: 10px;
}

.logo-margin-left {
  margin-left: 6.5rem !important;
}

.img-logo {
  margin-top: 5px;
  height: 44px;
}

.burger {
  display: none !important;
}

.intro {
  background: linear-gradient(282deg, #d3d3d3, #7fb8aa, #3b6b5f);
  background-size: 110% 110%;
  width: 100%;
}

.text-heading {
  background-image: url('../assets/logo1.png');
  background-position: bottom right;
  font-weight: bolder;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.persons button {
  display: none;
  place-content: center;
}

.fir {
  margin-right: 1rem;
}

.sec-nav a:hover {
  color: #ec5242 !important;
}

.text-red {
  color: #ec5242 !important;
}

.description {
  color: #272a31;
}

.headings span {
  font-size: x-large;
}

.information div span {
  color: #d3d3d3;
}

.hide {
  display: none;
}

.sec-nav a:last-child {
  border: 2px solid red;
  border-radius: 10%;
  color: #ec5242;
}

.sec-nav a:hover:last-child {
  background-color: red;
  color: white !important;
}

.sec {
  margin-left: 5rem;
}

.headings div {
  color: black;
  background-color: cadetblue;
  display: inline-flex;
}

.headings {
  text-align: center;
}

.main {
  background-image: url('../assets/main-back.jpg');
  color: #ffdbdb;
}

.main div h2 {
  padding-bottom: 5px;
}

.information {
  justify-content: space-around;
}

.information div i {
  font-size: 5vw;
}

.information div {
  animation: gradient 15s ease infinite;
  background: linear-gradient(-45deg, #ee7752, #862d4f, #23a6d5, #23d5ab);
  background-size: 400% 400%;
}

footer {
  display: flex;
  animation: gradient 15s ease infinite;
  background: linear-gradient(-45deg, #ee7752, #862d4f, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  justify-content: center;
  padding-bottom: 2rem;
}

.shapes button {
  display: none;
}

.shapes {
  display: grid;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.center {
  margin: 0 auto;
}

.background-img {
  background-color: cadetblue;
  background-image: url('../assets/logo.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100px;
}

.border-solid {
  border: 1px solid rgb(206, 202, 202);
}

.number-width {
  width: 60px;
}

.about-background {
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), #ec5242), url('../assets/summit.jpeg');
  background-position: 100% 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.p-center {
  place-content: center;
}

.sumit-height {
  height: 200px;
  max-width: 300px;
}

.persons div img {
  border-radius: 5%;
  height: 70%;
  max-height: 300px;
  min-width: 100px;
  padding-left: 10px;
  padding-top: 10px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .information div {
    align-items: center;
    margin-bottom: 5px;
  }

  footer img {
    width: 50%;
  }

  .information h3 {
    font-size: 1rem !important;
    margin-left: 10px;
  }

  .information div i {
    padding-right: 5px;
  }

  .information span {
    margin-left: 5px;
  }
}

.bg-img {
  background-image: url('https://theglobalsummit.org/wp-content/uploads/2016/06/edit-rio-photo-slider-5-a.png');
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 300px;
  padding-top: 10rem;
}

.persons div {
  background-image: url('../assets/logo1.png');
  background-position: top left;
  background-repeat: no-repeat;
}

.heading-speaker {
  color: #ec5242;
}

.persons div div {
  background: none;
}

.partner-logo {
  padding-bottom: 6rem !important;
}

.partner-logo div img {
  width: 40%;
  height: 100px;
}

@media screen and (max-width: 450px) {
  .headings div {
    width: 100% !important;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .align-center {
    margin: 0 193px;
  }

  .pad-left {
    padding-left: 8px;
  }
}

@media screen and (max-width: 750px) {
  .shapes button {
    display: grid;
  }

  .hide {
    display: inherit;
  }

  footer img {
    width: 50%;
  }

  .persons button {
    display: inherit;
    width: 100%;
  }

  .shapes a {
    display: none;
  }

  .persons div {
    background-size: 50px;
    display: flex;
  }

  .persons div img {
    width: 25%;
  }

  .persons div div {
    flex-direction: column;
    padding-left: 1rem;
    padding-top: 10px;
  }
}

@media screen and (max-width: 1178px) {
  header {
    display: none !important;
  }

  marquee {
    display: none !important;
  }

  .fir {
    margin-right: 0;
  }

  .sec {
    margin-left: 0;
  }

  .burger {
    color: black;
    display: inherit !important;
    float: left;
    font-size: 2rem;
    padding-left: 1rem;
  }

  .burger:hover {
    color: white;
  }
}
