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: 70%;
    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: 14px;
    width: 25%;
    padding-right: 130px;
}
.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;
    padding: 30px 0;
}

.graph-container h2 {
    font-size: 40px;
    font-weight: bold;
}

.banner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #F7F9FF;
    height: 100vh;
    overflow-y: auto;
}

.logo {
    padding-top: 40px;
    padding-left: 40px;
}

.logo img {
    height: 2.8rem;
}

.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 {
    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;
}

.fp_imgsec{
	position: relative;
	display: flex;
	justify-content: center;
	/* width:550px;
	height:550px; */
    width:45vw;
	height:45vw;
}

.fp_imgsec img{width: inherit;}

.fp_imgsec > div{
	display: flex;
	position: absolute;
	gap:1rem;
}

.layer-section {
    transition: all 0.5s;
    cursor: pointer;
}
.layer-section:hover {
    transform: scale(120%);
    transform: all;
}

.fp_imgsec > div > img{height:3vw;}
.fp_imgsec #fp_engage > img{height:2.5vw;}
.fp_imgsec > div > span{font-size: 1vw; text-align: left;}

#fp_schedule{top: 30px; right: 30px;}
#fp_kyc{top: 110px; right: -60px;}
#fp_flow{bottom: 285px; right: -120px;}
#fp_connect{bottom: 125px; right: 20px;}
#fp_engage{bottom: 45px; left: 240px;}
#fp_crm{bottom: 120px; left: 45px;}
#fp_livecast{bottom: 280px; left: -70px;}
#fp_feedback{top: 125px; left: 0;}
#fp_escalate{top: 30px; left: 120px;}


