*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all .3s ease;
}
/* header */
header{
    /* background: linear-gradient(90deg, rgba(45, 62, 80, 1) 0%, rgba(4, 69, 147, 1) 100%); */
    background: linear-gradient(90deg, rgba(45, 62, 80, 1) 0%, #4b55ce 100%);
    color: white;
    display: flex;height: 64px;
    z-index: 54;
    position: fixed;
    width: 100%;
}
header .logo img{
    width: 43%;
    position: relative;
    transition: 0.2s;
    top: 10px;
    left: 36px;
}
header ul nav {
    display: flex;
    position: absolute;
    /* padding: 16px; */
    /* padding-top: 16px; */
    /* padding-left: 12px; */
    /* padding-left: 32px; */
    top: 16px;
    left: 556px;
}
header ul nav ul li,header  ul li{
    list-style: none;
    font-size: 12px;
    font-weight: bolder;
    padding-top: 6px;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 5px;
    font-family: sans-serif;
}
header ul nav  li:hover, header ul nav  .btn:hover{
    background: rgba(0, 0, 0, 0.25);
    
    /* padding: 10px; */
    border-radius: 15px;
    
}
header ul nav  li a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
.fa-angle-down{
    padding-left: 4px;
    font-size: 15px !important;
}
.fa-1{
    padding-left: 4px;
    padding-top: 1px;
    position: absolute;
    font-size: 15px !important;
}
.btn{
    background: rgba(255, 255, 255, 0.25);
    border: none;
    outline: none;
    letter-spacing: .5px;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    height: 32px;
    line-height: 32px;
    transition: all .2s;
    border-radius: 15px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    margin-top: 0px;
    margin-left: 9px;
    font-size: 12px;
}
/* Style The Dropdown Button */


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    top: 33px;
    background-color: #103159;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
}
.dropdown-content:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #103159;
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: 2px;
}

/* Links inside the dropdown */
.dropdown-content a {
    letter-spacing: .5px;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-family: sans-serif;
    color: white;
    padding-top: 11px;
    font-weight: 700;
    padding-bottom: 7px;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {    background: rgba(0, 0, 0, 0.25);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    /* position: relative; */
}

/* Change the background color of the dropdown button when the dropdown content is shown */

/* last dropdown */
.dropdown-1 {
    background: rgba(255, 255, 255, 0.25);
    position: relative;
    display: inline-block;
    border: none;
    outline: none;
    letter-spacing: .5px;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: uppercase;
    border-radius: 15px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    margin-top: 1rem;
    margin-left: 53rem;
    font-size: 12px;
    width: 69px;
    font-weight: 700;
    color: white;
    height: 32px;
}
.dropdown-1:hover {
    background: rgba(0, 0, 0, 0.25);
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content-1 img{
    margin-top: 9px;
    position: absolute;
}
.dropdown-content-1 {
    display: none;
    position: absolute;
    top: 33px;
    background-color: #103159;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
}
.dropdown-content-1:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #103159;
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: 2px;
}
.dropdown-content-1 li:hover{
    background: rgba(0, 0, 0, 0.25);
}
/* Links inside the dropdown */
.dropdown-content-1 a {
    letter-spacing: .5px;
    padding-left: 21px;
    padding-right: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-family: sans-serif;
    color: white;
    padding-top: 11px;
    font-weight: 700;
    padding-bottom: 7px;
    display: block;
}

/* Change color of dropdown links on hover */

/* Show the dropdown menu on hover */
.dropdown-1:hover .dropdown-content-1 {
    display: block;
    /* position: relative; */
  }
/* header */
/* home */
.home{
    display: flex;
    background: linear-gradient(90deg, rgba(45, 62, 80, 1) 0%, #4b55ce 100%);
    height: 39rem;

}
.home .p-1{
    position: relative;
    left: 8rem;
    top: 95px;
    width: 33rem;
}
.home .p-1 h1{
    color: white;
    margin: 0 0 20px 0;
    font-size: 2.5rem;
    font-family: sans-serif;
}
.home .p-1 h2{
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 20px 0;
    line-height: 36px;
    font-family: sans-serif;
}
.home .p-1 h2 strong{
    font-weight: 400;
}
.home .p-2{
    margin-top: 85px;
}
.home .p-2 img{
    max-width: 49%;
    left: 34%;
    position: relative;
}

/* home */

 .video-play-button {
    background: linear-gradient(92.56deg, #f4703f 5.07%, #ff5b1f 100%);
    box-shadow: 0px 0px 40px 20px rgb(255 84 18 / 37%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    grid-gap: 16px;
    padding: 12px 16px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    font-family: sans-serif;
    top: 34%;
    left: 70%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    transition: all 0.6s cubic-bezier(0.64, 0.01, 0.08, 1);
    z-index: 5;
}

 .video-play-button:hover,
 .video-play-button:active,
 .video-play-button:focus {
    text-decoration: none;
}

 .video-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0px 0px 60px 20px rgb(255 84 18 / 60%);
}

 .video-play-button svg {
    height: 28px;
    width: auto;
}


 .video-play-button:before,
 .video-play-button:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(92.56deg, #f4703f 5.07%, #ff5b1f 100%);
    transform-origin: center;
    -webkit-animation: pulse-mobile 1500ms ease-out infinite;
    animation: pulse-mobile 1500ms ease-out infinite;
}


 .video-play-button:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    z-index: -1;
}

 .video-play-button:after {
    opacity: 0.9;
    transition: all 0.3s ease;
    z-index: -2;
}

@-webkit-keyframes pulse-mobile {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes pulse-mobile {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}
.b{
    border: 1px solid #4A51C7;
    border-radius: 25px;
    padding: 12px 24px;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 10px 0 0;
    display: inline-block;
    color: white;
    text-decoration: none;
    position: relative;
}
.b-1{
    background: linear-gradient(92.56deg, #4A51C7 5.07%, #436FD2 100%);
}
.b-2{
    background-color: transparent;
}
 .banner{
    position: relative;
    width: 100%;
    height: 134px;
    margin-top: -93px;
    margin-bottom: 3em;
    padding-top: 2.5em;
    animation: slide-left 6s cubic-bezier(.66,.19,.53,.68) infinite;
    background-image: url(https://ik.imagekit.io/scriptc4s3/scriptcase/110220221346_HvVdMf73E.svg?ik-sdk-version=javascript-1.4.3&updatedAt=1652287659806);
    background-color: transparent;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: cover;
    background-origin: padding-box;
    box-sizing: border-box;
    overflow: visible;
    display: block;
} 

@keyframes slide-left {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1897px;
    }
}

.bt-organic,
.bt-organic:hover,
.bt-organic:active,
.bt-organic:visited{
    background-color: transparent;
}
.bt-organic:focus {
    outline: none;
}
.bt-organic {
    position: relative;
    width: 121px;
    height: 133px;
    margin: 0;
    border: none;
    padding: 0;
    box-sizing: border-box;
    text-transform: uppercase;
    overflow: visible;
    align-items: center;
    justify-content: center;
    cursor:  pointer;
    display: flex;
}

.bt-organic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://ik.imagekit.io/scriptc4s3/scriptcase/110520221817_3fjWzmENp.svg?ik-sdk-version=javascript-1.4.3&updatedAt=1652303868157');
    background-repeat: no-repeat;
    background-size: contain;
}
.bt-organic,
.bt-organic::before{
    transition: all 500ms cubic-bezier(.08,.92,.28,.28);
}
.bt-organic:hover{
    transform: scale(1.15);
}
.bt-organic:hover::before{
    transform: rotate(360deg) scale(1.05);
    background-image: url('https://ik.imagekit.io/scriptc4s3/scriptcase/110520221824_VYgJiUZC9.svg?ik-sdk-version=javascript-1.4.3&updatedAt=1652304265471');
}
.bt-organic > .text {
    width: 80%;
    height: auto;
    color: #34090E;
    font-weight: 900;
    font-size: .975em;
    font-family: sans-serif;
    line-height: 1.15em;
    text-align: center;
    z-index: 20;
    display: block;
}

.flex-1
{
    
    display: flex;
    margin-top: -101px;
    margin-left: 55px;

}
.font-lora {
    font-family: 'Lora', serif;
}
.text-1:hover {
    text-decoration: underline;
}
.text-1 {
    width: 354px;
    margin: 0;
    padding: 0;
    color: #5E4A00;
    position: absolute;
    left: 13rem;
    top: 39rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.5em;
    cursor: pointer;
}
.logos {
    margin-top: 21px;
}
.logos center{
    font-size: 1.2rem !important;
    letter-spacing: 1px;
    font-weight: normal;
    color: #515354;
    font-family: sans-serif;
}
.logos b{
    color: #0275d8;
    font-weight: bold;
}
.logos img{
    
    margin-top: 14px;
    width: 74rem;
    margin-left: 11rem;

}
hr {
    border-top: 1px solid #c6d2e1;
    margin-top: 41px;
}
.data{
    font-family: sans-serif;
    padding: 60px;
}
.data center{
        color: #0275d8;
        font-size: 1.6rem;
        font-weight: 400;
        margin-bottom: 20px;
}
.data .lead{
    /* margin-left: 11rem; */
    font-size: 1.6rem;
    text-align: center;
    color: #515354;
    font-weight: lighter;
}

.fl-main{
    margin-top: 6rem;
}
.fl-2{
    
    position: absolute;
    top: 83rem;
    left: 48rem;
    font-size: 1.2rem;
    line-height: 25px;

}

.fl-2 h2{
    color: #0275d8!important;
   font-weight: 400;
}
.fl-2 p{
    font-size: 15px;
    color: #292b2c;
}
.fl-2 a{

    font-weight: 400;
    letter-spacing: 0.25px;
    text-transform: none;
    padding: 12px 32px;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
    border-radius: 25px;
    font-size: 14px;
    position: absolute;
    margin-top: 8px;
    }
.sub-fl{
    display: flex;
    margin-bottom: -19px;
}
.sub-fl img{
    width: 129px;
}
.sub-fl div{
    /* border-right: 1px solid #eaedf2; */
    border: 1px solid #eaedf2;
    padding: 19px;
    background-color: white;
}
.sub-fl span{
    color: #868686;
    font-size: 1rem;
    position: relative;
    text-transform: capitalize;
    top: 8px;
    left: 22px;
}
.sub-fl div:hover{
    transform: scale(1.1);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
    z-index: 10;
    transition: all 0.3s ease;
}
.open-button {
    background-color: #f1703f;
    border-radius: 50px;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 23px;
  right: 28px;

}

.login-button {
    background-color: #f1703f;
    border-radius: 50px;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  position: relative;
  /*
  bottom: 23px;
  right: 28px;
  */
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 38px;
    border: 3px solid #f1f1f1;
    z-index: 900;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    width: 27%;
    height: calc(75% - 60px);
    top:9rem;
    height: 36rem;
    background-color: white;
    /* animation: animate 5s infinite; */
    /* animation-timing-function: linear; */

}
/* @keyframes animate {
    from{top: 100px;}
    to{top: 0px;}
} */


/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
/* Set a style for the submit/send button */
.form-container .btn {
  color: #dedede;
  border: none;
  cursor: pointer;
  margin-left: 297px;
    margin-bottom: 10px;
    font-size: 18px;
  background-color: transparent;
}

/* Add a red background color to the cancel button */
 .cancel {
  background-color: #f1703f;
    border-radius: 50px;
  color: white;
  padding: 15px 16px;
  border: none;
  cursor: pointer;
  position: fixed;
  /*bottom: 556px;*/
  top : 17%;
    right: 33px;
    transition: all 300ms ease-in-out;
}
.chat_sub{
    background-color: #f1703f;
    margin-top: -4%;
    margin-left: -14px;
    height: 8rem;
    width: 366px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 100% 75%, 50% 91%, 0% 75%);
    
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.fa-2{
    background: #cf633a;
    border-radius: 50px;
    padding: 12px;
    color: white;
    font-size: 24px;
    margin-top: 15px;
    margin-left: 36px;
    width: 55px;
}
.chat_sub p{
  position: relative;
    top: -40px;
    left: 114px;
    font-weight: bold;
    color: white;
    font-size: 21px;
}
.input{
  border-radius: 8px;
    background-color: #f4f4f4;
    font-size: 15px;
    border: solid 1px #e3e3e3;
    width: 137%;
    outline: none;
    transition: border ease-in-out 0.5s;
    -webkit-transition: border ease-in-out 0.5s;
    -moz-transition: border ease-in-out 0.5s;
    padding: 0 13px;
    height: 44px;
    line-height: normal;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: #333;
    margin-bottom: 12px;
}
.inp-1:focus{
  background-color: white;
  border-color: #f65b5b;
}
.inp-2{
  resize: none;
  height: 159pt;
}