html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Gilroy", Arial, Helvetica, sans-serif;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
  
    border-radius: 10px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
    opacity: 0.5;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: darken(#ddd, 20%);
  }
  .landingpage {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: url(../assets/images/fp-365-landingbg.png) no-repeat;
    background-size: cover;
    background-position: right 0 bottom 0;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px;
}
.landing-details {
    width: 70vw;
    margin: 0 auto
}
.landing-details h1 {
    font-size: 42px;
    color: #ffffff;
    text-align: left;
    font-weight: 300;
    font-family: "Gilroy", Arial, Helvetica, sans-serif;
    width: 83%;
}
.presenter-details {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.mt-60 {
    margin-top: 100px;
}
.pl-60 {
    padding-left: 150px;
}
.landing-details hr {
    margin: 0 0 1rem 0;
    background-color: #454C8B;
}
.presenters {
    color: #ffffff;
    font-family: "Gilroy", Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 25%;
    padding-right: 110px;
    position: relative;
    bottom: 20px;
}
.presenters p{font-size: 16px;}
.presenters small{display: flex;font-size: 16px; margin-bottom: 15px;}
.presenter-name {
    font-size: 18px;
    font-weight: bold;
}
.mainContainer {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1920px;
    background: url(../assets/images/vm-watermark.svg) no-repeat left bottom;
    background-size: 24%;
    padding-bottom: 165px;
}
.graph-container {
    text-align: center;
}
.graph-container img {
    max-width: 60%;
    margin: 50px 0 80px 0;
}
.graph-container h2 {
    font-size: 40px;
    font-weight: bold;
}

.banner {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #F7F9FF;
}

.arrow-down {
    width: 100px;
    height: 40px;
    background-color: #f6f9ff;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    margin: 0 auto;
}

.logo {
    padding-top: 65px;
    padding-left: 50px;
}

.logo img {
    height: 3.8rem;
}

.banner {
    position: relative;
   overflow: hidden;
}

.fp-365 {
    margin: 0 auto;
    width: 75%;
}
.fp-365 h3 {
    font-size: 18px;
}
.fp-365 p {
    font-size: 13px;
}
.fp-section {
    justify-content: center;
    align-items: center;
}
.fp-365 .row.fp-section:nth-child(even) {
    flex-direction: row-reverse;
    margin-bottom: 120px;
}
.fp-365 .row.fp-section:nth-child(odd) {
    flex-direction: row;
    margin-bottom: 120px;
}

/* .fp-365 .section-image img {
    width: 400px;
} */
.fp-description h3 {
    font-weight: bolder;
    margin: 18px 0 10px 0;
}
.fp-description:nth-child(odd) {
    padding-right: 80px;
}
.fp-description:nth-child(even) {
    padding-left: 80px;
}
.fp-description.no-pad {
    padding-left: 0;
}
.fp-description.p-20 {
    padding-left: 20px;
}
footer {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    background-color: #282F68;
    color: #ffffff;
    padding: 25px 180px;
    max-width: 1920px;
    margin: 0 auto;
}
