@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 14px;
    color: #333;
    font-family: "Poppins", sans-serif;
}

img {
    max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li,
ol {
    list-style: none;
}

h2 {
  /*   font-family: "Libre Baskerville", serif; */
}

button:focus {
    outline: none !important;
}

section {
    scroll-margin-top: 3rem;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 99;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 12.29%, rgba(41, 41, 41, 0) 100%);
    transition: all 0.4s ease;
}

header .container {
    max-width: 1600px;
}

header img {
    transition: all 1s ease;
    max-width: 250px;
}

header ul {
    display: flex;
    align-items: center;
    gap: 44px;
}

header ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

header ul li a:hover {
    color: #fff;
}

header .menu2 {
    justify-content: end;
    position: absolute;
    right: -100%;
    opacity: 0;
    transition: all 0.5s ease-out;
}

header .menu2 ul {
    justify-content: end;
}

header .menu2 ul li {
    white-space: nowrap;
}

header a.menu1 {
    color: #FFF;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-transform: lowercase;
    float: right;
    display: flex;
    align-items: center;
    gap: 15px;
}

header a.menu1 .fas {
    display: none;
    margin-top: 3px;
}

header .menu-wrap {
    position: relative;
}

header .menu-wrap.show-menu .menu2 {
    opacity: 1;
    right: 50px;
}

header .menu-wrap.show-menu a.menu1 .fas {
    display: block;
}

header .menu-wrap.show-menu a.menu1 img {
    display: none;
}

header .menu-wrap.show-menu a.menu1 span {
    display: none;
}

header.sticky {
    background: #000;
}

header.sticky img {
    max-width: 150px;
}

.mobile-header {
    display: none;
}

section.banner-part {
    position: relative;
}

section.banner-part .container {
    max-width: 1600px;
}

section.banner-part img {
    width: 100%;
}

section.banner-part .ban-tx {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    padding-bottom: 130px;
}

section.banner-part .ban-tx h3 {
    color: #EEE;
    font-size: 130px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.6px;
    text-transform: uppercase;
    line-height: 122px;
}

section.banner-part .ban-tx p {
    color: #EEE;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    text-transform: uppercase;
    margin: 0;
    max-width: 560px;
}

section.banner-part .ban-tx .wrap {
    display: flex;
    align-items: center;
}

section.banner-part .col-lg-12 {
    position: relative;
}

section.banner-part ul {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 15px;
    gap: 50px;
    margin: auto;
    height: 100%;
    flex-direction: column;
}

section.banner-part ul a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    writing-mode: vertical-lr;
}


section.banner-part-2 {
    position: relative;
}

section.banner-part-2 .container {
    max-width: 1600px;
}

section.banner-part-2 img {
    width: 100%;
}

section.banner-part-2 .ban-tx {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    padding-bottom: 130px;
}

section.banner-part-2 .ban-tx h3 {
    color: #EEE;
    font-size: 130px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.6px;
    text-transform: uppercase;
    line-height: 122px;
}

section.banner-part-2 .ban-tx p {
    color: #EEE;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    text-transform: uppercase;
    margin: 0;
    max-width: 560px;
}

section.banner-part-2 .ban-tx .wrap {
    display: flex;
    align-items: center;
}

section.banner-part-2 .col-lg-12 {
    position: relative;
}

section.banner-part-2 ul {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 15px;
    gap: 50px;
    margin: auto;
    height: 100%;
    flex-direction: column;
}

section.banner-part-2 ul a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    writing-mode: vertical-lr;
}






















img.logo-img {
    filter: grayscale(1);
    width: 80%;
    margin: 0 auto 100px;
    display: table;
    opacity: 0.5;
}

section.body-cont1 {
    background: #000;
}

section.body-cont1 h2 {
    color: rgba(89, 89, 89, 0.35);
    font-size: 18rem;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -8.04px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 50px;
}

section.body-cont1 h3 {
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 55px;
}

section.body-cont1 h3:after {
    content: "";
    width: 61px;
    height: 1px;
    background: #fff;
    display: block;
}

section.body-cont1 img {
    border-radius: 15px;
}

section.body-cont1 h4 {
    color: #FFF;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin: 0 0 22px;
}

section.body-cont1 p {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 37px;
    margin: 0 0 28px;
}

section.body-cont1 a {
    display: table;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    background: url(../images/shape.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 0;
}

section.body-cont1 .ab-cara .item {
    position: relative;
}

section.body-cont1 .ab-cara .item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(circle, rgba(238, 174, 202, 0) 0%, rgb(0, 0, 0) 100%);
}

section.body-cont1 .ab-cara .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
    position: absolute;
    width: 92%;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    right: 0;
    left: 0;
    margin: auto;
}

section.body-cont1 .ab-cara .owl-nav img {
    width: 35px;
}

section.body-cont2 {
    background: #000;
    padding: 60px 0;
}

section.body-cont2 h3 {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 1.92px;
    text-transform: uppercase;
}

section.body-cont2 h3 span {
    color: #4371B2;
}

section.body-cont2 p {
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}

section.body-cont2 ul {
    display: flex;
    flex-wrap: wrap;
}

section.body-cont2 ul li {
    position: relative;
    padding-right: 52px;
    margin-right: 51px;
}

section.body-cont2 ul li:after {
    content: "";
    width: 1px;
    height: 91px;
    background: #C4C4C4;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    margin: auto;
    opacity: 0.3;
}

section.body-cont2 ul li:last-child {
    padding: 0;
    margin: 0;
}

section.body-cont2 ul li:last-child:after {
    display: none;
}

section.body-cont2 .video-wrap {
    position: relative;
    margin: 30px 0 70px;
}

section.body-cont2 .video-wrap img {
    border-radius: 20px;
}

section.body-cont2 .video-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

section.body-cont2 .video-wrap h5 {
    position: absolute;
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
}

section.body-cont2 .video-wrap h5 i.far.fa-play-circle {
    font-size: 64px;
    margin: 0 25px;
}

section.body-cont3 {
    position: relative;
    background: #000;
    background-size: cover;
    background-size: cover;
    background-position: center bottom;
}

section.body-cont3 .container {
    position: relative;
    z-index: 9;
}

section.body-cont3 h3 {
    color: #FFF;
    font-size: 112px;
    font-weight: 500;
    line-height: 90%;
    letter-spacing: -2.24px;
    text-transform: uppercase;
    max-width: 508px;
    margin: 0 0 25px;
}

section.body-cont3 h4 {
    color: #4371B2;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 25px;
  /*   font-family: "Staatliches", sans-serif; */
}

section.body-cont3 p {
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    max-width: 521px;
    margin: 0 0 50px;
}

section.body-cont3 p strong {
    color: #4371B2;
}

section.body-cont3 a.sign-btn {
    border-radius: 4px;
    background: linear-gradient(0deg, #4371B2 0%, #4371B2 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.01) 100%);
    display: table;
    padding: 8px 18px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 131%;
    letter-spacing: -0.18px;
}

section.body-cont3 a.sign-btn img {
    margin-right: 5px;
}

section.body-cont3 ul {
    text-align: center;
    margin: 0 auto;
}

section.body-cont3 ul li {
    position: relative;
    margin: 35px 0;
}

section.body-cont3 ul li a {
    transform: scale(1.1);
    display: table;
}

section.body-cont3 ul li img {
    border-radius: 22px;
    width: 100%;
}

section.body-cont3 ul li h5 {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #fff;
}

section.body-cont3 ul li i.fa-solid.fa-circle-play {
    color: #fff;
    font-size: 52px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 52px;
    height: 52px;
}

section.body-cont4 {
    background: #000;
    padding: 70px 0;
}

section.body-cont4 h2 {
    color: rgba(89, 89, 89, 0.35);
    font-size: 18rem;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -8.04px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 50px;
}

section.body-cont4 .wrap {
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(23px);
    backdrop-filter: blur(23px);
    padding: 70px;
    text-align: center;
    border-radius: 25px;
    max-width: 1200px;
    margin: -287px auto 0;
}

section.body-cont4 .wrap h6 {
    color: #4371B2;
    font-size: 74px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.48px;
    text-transform: capitalize;
}

section.body-cont4 .wrap h4 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;
    max-width: 823px;
    margin: 34px auto 0;
    line-height: 70px;
}

section.body-cont4 p {
    color: #E9E9E9;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    margin: 20px 0 35px;
}

section.body-cont4 ul {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}

section.body-cont4 ul l img {
    border-radius: 12px;
}

section.body-cont4 h6 {
    color: #4371B2;
    font-size: 90px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
   /* font-family: "Staatliches", sans-serif; */
    letter-spacing: 2px;
}

section.body-cont4 h4 {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 30px;
    max-width: 1113px;
    line-height: 40px;
}

section.body-cont4 h4 span {
    color: #4371B2;
    font-weight: 500;
}

section.body-cont5 {
    background: #000;
}

section.body-cont5 h3 {
    color: #FFF;
    font-size: 80px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 45px;
    max-width: 900px;
}

section.body-cont5 h3 span {
    color: #4371B2;
}

section.body-cont5 h4 {
    color: #FFF;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.64px;
    text-transform: capitalize;
    margin: 0 0 20px;
}

section.body-cont5 p {
    color: #CBCBCB;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

section.body-cont6 {
    padding: 80px 70px;
    background: #000;
}

section.body-cont6 h3 {
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
    text-transform: uppercase;
    margin: 0 0 20px;
}

section.body-cont6 p {
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    max-width: 1000px;
    margin: 0 0 30px;
}

section.body-cont6 .team-cara img {
    border-radius: 15px;
}

section.body-cont6 .team-cara h5 {
    color: #FFF;
    font-size: 19px;
    font-weight: 400;
    line-height: 180%;
    margin: 15px 0 10px;
}

section.body-cont6 .team-cara h6 {
    color: #4371B2;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
}

section.body-cont6 .team-cara .owl-nav img {
    width: 45px;
}

section.body-cont6 .team-cara .owl-nav button.owl-prev {
    position: absolute;
    left: -60px;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
}

section.body-cont6 .team-cara .owl-nav button.owl-next {
    position: absolute;
    right: -60px;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
}

section.body-cont7 {
    background-color: #000;
    padding: 0 0 216px;
    overflow: hidden;
    background-size: cover;
}

section.body-cont7 h3 {
    color: #FFF;
    font-size: 112px;
    font-weight: 500;
    line-height: 90%;
    letter-spacing: -2.24px;
    text-transform: uppercase;
    max-width: 508px;
    margin: 0 0 25px;
}

section.body-cont7 h4 {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 25px;
}

section.body-cont7 p {
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    max-width: 521px;
}

section.body-cont7 .logo-area {
    background: rgba(0, 0, 0, 0.32);
    -webkit-backdrop-filter: blur(23px);
    backdrop-filter: blur(23px);
    padding: 40px;
    transform: rotate(-12deg) translate(0px, 0px);
    width: 110%;
    margin-left: -74px;
}

section.body-cont7 .logo-area img {
    width: auto;
    filter: grayscale(1);
}

footer {
    background: #000000;
    padding: 60px 0 0;
}

footer h2 {
    color: rgba(214, 214, 214, 0.05);
    font-size: 18rem;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -8.04px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 50px;
}

footer img.img1 {
    display: table;
    margin: 8px auto 40px;
    mix-blend-mode: lighten;
}

footer h4 {
    color: #FFF;
    font-size: 23px;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -0.46px;
    margin: 0 0 22px;
}

footer ul.menu,
footer ul.info {
    margin: 0 0 25px;
}

footer ul.menu li a,
footer ul.info li a {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: -0.3px;
}

footer p {
    color: #fff;
    margin: 0 0 35px;
}

footer ul.social {
    display: inline-flex;
    gap: 23px;
}

footer ul.social li a {
    color: #fff;
    font-size: 20px;
}

footer ul.insta {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 13px;
    max-width: 75%;
}

footer .row.sec1 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px 0;
}

footer h6 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    padding: 15px;
}

footer img.img2 {
    display: table;
    margin: 0 auto 35px;
    width: 123px;
}

div#myModal .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    border: none;
}

div#myModal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 34px;
    padding-right: 20px;
}

div#myModal h4 {
    margin: 0 0 22px;
    text-transform: uppercase;
}

div#myModal img {
    max-width: 50%;
}

div#myModal .modal-dialog {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}

div#myModal input[type=submit] {
    background: #000;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 43px;
}

div#myModal input:not([type=submit]),
div#myModal textarea {
    width: 100%;
    border: none;
    background: #eee;
    margin: 0 0 15px;
    padding: 13px;
}


/*# sourceMappingURL=style.css.map */