@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200;300;400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Changa', sans-serif;
    outline: none !important;
}

:root {
    --gold: #b59a4d;
    --theme: #be2552;
    overflow-x: hidden !important;
}

::selection {
    background: var(--theme);
    color: aliceblue;
}


body {
    overflow-x: hidden !important;
    background: #150c0d;
}

button {
    cursor: pointer;
    user-select: none;
}

img {
    user-select: none;
    -webkit-user-drag: none;
    overflow: hidden;
}

video {
    pointer-events: none !important;
    background-color: transparent;
}


main {
    display: block;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    background: #efefef;
    max-width: 3000px;
    min-height: 100vh;
}

#Header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 222;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #181818;
}

.Banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #000000;
    min-height: 100vh;
}

.BannerBG {

}

.BannerBG video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    opacity: 0.8;
    background-image: url(../IMG/BannerBG.jpg);
    background-size: cover;
}

.BannerBGFade {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    box-shadow: 0px 0px 29px 49px #1b1011;
}

.SectionHeader {
    display: block;
    margin: 61px auto;
    width: fit-content;
    color: aliceblue;
    text-align: center;
    position: relative;
    z-index: 2;
}

.SectionHeader h2 {
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 22px 1px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
}

.SectionHeader h2 img {
    position: absolute;
    left: -28px;
    top: 7%;
    width: auto;
    height: 86%;
    /* display: none; */
}

#Services {
    min-height: 700px;
    position: relative;
    overflow: hidden;
    background: #1b1011;
    z-index: 0;
    padding-bottom: 220px;
}

.ServicesFade {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 1px;
    box-shadow: 0px 0px 126px 149px #1b1011;
}

.AboutFade {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    box-shadow: 0px 0px 126px 149px #150c0d;
}

.ServiceItem {
    display: flex;
    margin: 46px auto;
    width: 95%;
    background: #100a0b;
    color: aliceblue;
    text-align: center;
    padding: 1px 17px;
    padding-bottom: 37px;
    max-width: 360px;
    flex-direction: column;
    min-height: 80%;
}

.ServiceItem .setbg {
    display: block;
    margin: -21px auto 0;
    width: 130px;
    height: 82px;
    max-width: 80%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.ServiceItem h3 {
    display: block;
    margin: 11px auto;
    width: 100%;
    font-size: 19px;
    font-weight: bold;
}

.ServiceItem p {
    display: block;
    margin: 0 auto;
    width: 75%;
    font-size: 11px;
    text-align: center;
    text-align-last: center;
}

.ServiceItem:nth-child(1), .ServiceItem:nth-child(3), .ServiceItem:nth-child(7) {
    border-radius: 202px 67px 148px 61px;
}

.ServiceItem:nth-child(2), .ServiceItem:nth-child(5), .ServiceItem:nth-child(7) {
    border-radius: 289px 175px 142px 167px;
}

.ServiceItem:nth-child(4) {
    border-radius: 107px 163px 92px 121px;
}

.ServicesVidBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: hue-rotate(-41deg) brightness(55%) contrast(126%);
    opacity: 0.4;
}


.HeaderLogo {
    display: flex;
    width: fit-content;
    height: 100%;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    transition: 300ms;
}

.HeaderLogo img {
    height: 61px;
}

.HeaderContantGH {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
}

.TheRestOfTheHeader {
    display: flex;
    justify-content: end;
    width: -webkit-fill-available;
    height: 100%;
    align-items: center;
    font-size: 16px;
}

.HeaderDiv {
    display: flex;
    height: 100%;
    align-items: center;
}

.HeaderDiv h14 {
    display: block;
    margin: 0 27px;
    width: fit-content;
    color: aliceblue;
    padding-left: 38px;
    position: relative;
    cursor: pointer;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 1px;
}

.HeaderDiv h12 {
    display: block;
    background: #fbfbfb;
    padding: 6px 20px;
    border-radius: 25px 7px 4px 17px;
    margin: 0 20px;
    color: #4f2c3a;
    cursor: pointer;
    position: relative;
    padding-left: 48px;
    overflow: hidden;
    transition: 300ms;
}

.HeaderDiv button {
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 6px 22px;
    border: none;
    background: #3eaa55;
    color: aliceblue;
    border-radius: 18px 11px 28px 21px;
    position: relative;
    padding-left: 46px;
    overflow: hidden;
    transition: 300ms;
}

.HeaderDiv h14 i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HeaderDiv h12 i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #00000029; */
    border-right: dashed 1px #9e9e9e;
    transition: 400ms;
}

.HeaderDiv button i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000029;
    transition: 400ms;
}

.WindowHeight {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 3;
}

.BannerRightInner {
    display: block;
    margin: 0 0;
    width: fit-content;
}

.CurrentLangEnglish .BannerRightInner h1 span {
    letter-spacing: 7px;
}

.BannerRightInner h1 span {
    display: inline-block;
    width: fit-content;
    font-size: 34%;
    text-align: left;
    letter-spacing: 11px;
}

.BannerRightInner h1 span hy {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    font-size: 349%;
    letter-spacing: 1px;
    margin-left: -4px;
    line-height: 66px;
}

.BannerRightInner h1 u {
    text-decoration: none;
    background: var(--theme);
    height: fit-content;
    display: inline-block;
    line-height: 63px;
    border-radius: 5px;
    font-size: 94%;
    padding: 10px 13px;
    padding-right: 50px;
    position: relative;
    transition: 100ms;
    margin-left: 11px;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    text-shadow: 0px 6px 1px #2424244a;
}

.BannerRightInner ul {
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: center;
    padding: 0;
    margin: 20px 0px 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    background: #000000e0;
    width: fit-content;
}

.CurrentLangEnglish .BannerRightInner ul li:first-child {
    padding-left: 0;
}

.CurrentLangEnglish .BannerRightInner ul li {
    border-right: solid 2px white;
}

.BannerRightInner ul li {
    display: inline-block;
    vertical-align: top;
    width: fit-content;
    padding: 0px 12px;
    font-size: 12px;
}

.BannerSocialMedia {
    display: flex;
    margin: 17px auto 0;
    margin-left: -5px;
}

.BannerSocialMedia button {
    width: 40px;
    height: 40px;
    margin: 7px;
    border: none;
    border-radius: 7px;
    /* filter: sepia(32%); */
    transition: 300ms;
    background: none;
    background: #000000ab;
    padding: 1px;
}

.BannerSocialMedia button img {
    width: 100%;
    padding: 18%;
    filter: grayscale(100%) brightness(7);
    transition: 100ms;
}

.BannerRight {
    display: block;
    margin: 0 0;
    width: 100%;
    text-align: left;
    color: aliceblue;
    padding: 32px 10px;
    position: relative;
    z-index: 22;
}

#About {
    background: #150c0d;
    padding-top: 15px;
    padding-bottom: 130px;
    position: relative;
    z-index: 2;
}

.AboutArt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 33;
}

.AboutArt img {
    display: block;
    margin: 42px auto;
    max-width: 80%;
    height: 469px;
    object-fit: contain;
    object-position: center center;
}

.AboutContant {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.AboutContant h2 {
    display: block;
    margin: 29px auto;
    width: 100%;
    font-weight: bold;
    color: aliceblue;
}

.AboutContant h2 u {
    text-decoration: none;
    color: var(--theme);
}

.AboutContant p {
    color: aliceblue;
}

.AboutContantInner {
}

.AboutContantInner button {
    display: block;
    margin: 42px 0;
    width: fit-content;
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    padding: 9px 20px;
    font-size: 17px;
    padding-right: 50px;
    color: aliceblue;
    background: var(--theme);
    transition: 300ms;
    text-transform: uppercase;
}

.AboutContantInner button i {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000001a;
}

#OurClients {
    position: relative;
    overflow: hidden;
    padding-top: 200px;
    padding-bottom: 265px;
}

.OurClientsBg {
}

.OurClientsBg video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    background-image: url(../IMG/OurClientsBg.png);
    background-size: cover;
}

.OurClientsEdge {
    position: absolute;
    left: 0;
    bottom: -258px;
    width: 100%;
    z-index: 2;
    filter: hue-rotate(-26deg) brightness(75%);
    height: 100%;
    background-position: bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.OurClientsFade {
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 1px;
    box-shadow: 1px 1px 65px 68px #150c0d;
    z-index: 1;
}

.OurClientsFirst {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.OurClientsFirstInner {
}

.OurClientsFirstInner img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 90%;
    max-height: 140px;
}

.OurClientsSide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.OurClientsSideInner {
    display: flex;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.OurClientsSideItem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    overflow: hidden;
    margin: 55px 2%;
}

.OurClientsSideItem img {
    display: block;
    margin: 0 auto;
    max-width: 58%;
    max-height: 110px;
}

.SeeMoreClientsBtnHolder {
    position: relative;
    z-index: 22;
}

.SeeMoreClientsBtnHolder button {
    display: block;
    margin: 70px auto 0;
    width: fit-content;
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    padding: 9px 20px;
    font-size: 17px;
    padding-right: 50px;
    color: aliceblue;
    background: var(--theme);
    transition: 300ms;
}

.SeeMoreClientsBtnHolder button i {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000001a;
}

#Team {
    background: black;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
}

.TeamSlider {
    direction: ltr;
}

.TeamSliderItemInner {
    display: block;
    margin: 44px auto;
    max-width: 80%;
    background: #000000e0;
    width: 285px;
    border-radius: 10px;
    overflow: hidden;
    color: aliceblue;
    cursor: grab;
    box-shadow: -7px -6px 1px 1px #00000082;
}

.TeamSliderItemHolder {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.8;
    position: relative;
    overflow: hidden;
}

.TeamSliderItemHolder img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.TeamSliderItem {
}

.TeamSliderItemInfo {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 19px 10px;
}

.TeamSliderItemInfo h2 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 19px;
    font-weight: bold;
}

.TeamSliderItemInfo span {
    display: block;
    margin: 3px auto 0;
    width: 100%;
    font-size: 13px;
}

.WaterRocks {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.SectionHeader p {
    display: block;
    margin: 30px auto 0;
    width: 840px;
    max-width: 80%;
    font-size: 15px;
}

.Bricks {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    z-index: 0;
}

#Glimpse {
    position: relative;
    z-index: 1;
    padding-top: 34px;
    padding-bottom: 130px;
    z-index: 3;
}

#GlimpseBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
}

.GlimpseBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 127%;
    z-index: -1;
    min-height: 100%;
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.TeamsBG {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 173%;
    background-position: bottom;
    background-size: 100% 100%;
}

.GlimpseGH {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.GlimpseItem {
    display: flex;
    margin: 27px 0;
    width: 44%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
    border-radius: 100px;
    background: #ffffff;
    z-index: 2;
    justify-content: center;
    align-items: center;
    transform: scale(1.05);
    cursor: pointer;
    transition: 300ms;
    box-shadow: -16px -11px 6px 0px #00000082;
}

.GlimpseItem img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: -1;
    /* mix-blend-mode: difference; */
    opacity: 0.4;
    filter: contrast(0.3) brightness(2);
    transition: 400ms;
}

.GlimpseItem h4 {
    display: block;
    margin: 0 auto 0;
    width: 100%;
    color: #000000;
    font-size: 18px;
    text-align: center;
    font-weight: revert-layer;
    text-transform: uppercase;
    text-shadow: 0px 0px 22px #ffffff;
    transition: 300ms;
}

.GlimpseItem p {
}

.GlimpseItem button {
    display: flex;
    width: fit-content;
    height: fit-content;
    padding: 5px 31px;
    border: none;
    background: var(--theme);
    color: aliceblue;
    font-size: 16px;
    border-radius: 1000px;
    margin: 20px auto 0;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 37px;
    transition: 300ms;
}

.GlimpseItem button i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.GlimpseItem button:hover {
}

.GlimpseItemInner {
    display: block;
    margin: 0 auto;
    width: 70%;
}

.TeamsAndGlimpsBGCombined {
    filter: brightness(88%) contrast(115%) hue-rotate(-85deg) grayscale(46%);
}


.GlimpseItem:nth-child(1), .GlimpseItem:nth-child(4) {
    transform: scale(0.85);
}

.SectionHeader h2 .setbg {
    position: absolute;
    left: -28px;
    top: 7%;
    width: auto;
    height: 82%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.GlimpseItem:hover {
    background: var(--theme);
}

.GlimpseItem:hover img {
    opacity: 0.8;
    filter: none;
    transform: scale(1.2);
}

.GlimpseItem:hover h4 {
    color: aliceblue;
    text-shadow: 0px 0px 22px #700529;
}

.GlimpseItem:hover button {
    background: transparent;
    transform: scale(1.1);
}

#OurClients .SeeMoreClientsBtnHolder {
    margin: 179px auto 0;
}

#OurClients .SeeMoreClientsBtnHolder button {
    box-shadow: 0px 6px 32px 6px #000000;
}

#Blogs {
    margin: 0 auto;
    width: 100%;
    padding: 280px 0px 154px;
    /*min-height: 1200px;*/
    background: #1e0d1a;
    position: relative;
    z-index: 2;
}

.BlogsBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: -1;
    filter: grayscale(60%) brightness(70%) contrast(122%);
    mix-blend-mode: normal;
}

.BlogsEdge {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.BlogsFade {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 496px 275px -155px #060205;
}

.CaveWrritings {
    position: absolute;
    right: 6%;
    top: 275px;
    width: 297px;
    aspect-ratio: 1/0.5;
    mix-blend-mode: multiply;
    opacity: 0.8;
    transform: rotate(-14deg) rotate3d(2, 1, -1, -16deg);
    filter: contrast(120%);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.BlogsGH {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.BlogsItem {
    margin: 40px auto;
    position: relative;
    overflow: hidden;
    width: 46%;
    background: #ffffff;
    border-radius: 15px;
}

.BlogThumb {
    display: block;
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    background-color: #ededed;
    height: 200px;
}

.BlogsItem h4 {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: var(--theme);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 52px;
}

.BlogsItem label {
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
    padding: 4px 0;
    padding-left: 43px;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.BlogsItem label .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10000px;
    background-color: #e1e1e1;
}

.BlogsItem button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: fit-content;
    padding: 8px 15px;
    padding-left: 55px;
    background: var(--theme);
    color: aliceblue;
    border: none;
    border-top-left-radius: 20px;
    overflow: hidden;
    transition: 300ms;
}

.BlogsItem button i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000045;
}

.BlogsItemText {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px 25px 55px;
}


#Group {
    position: relative;
    z-index: 2;
    background-color: #000000;
    padding-top: 104px;
    overflow: hidden;
    padding-bottom: 0;
}

.GroupGH {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    direction: ltr;
}

.GroupItem {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    padding: 40px;
    padding-bottom: 580px;
    z-index: 2;
}

.GroupItemBG {
    position: absolute;
    left: 0;
    bottom: -577px;
    width: 100%;
    height: 1000px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    animation: rotation 40s infinite linear;
    z-index: -1;
}

.GroupItemLogo {
    display: block;
    margin: 0 auto 9px;
    width: 220px;
}

.GroupItem h3 {
    display: none;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    text-shadow: 0px 0px 7px #000000;
}

.GroupItem p {
    display: flex;
    margin: 24px auto;
    width: 810px;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    max-width: 100%;
    color: aliceblue;
    font-weight: 300;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 1px #333333;
}

.GroupItemInner {
}


@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

#Testimonials {
    position: relative;
    z-index: 3;
    padding: 0 0 100px;
}


#Testimonials .row {
    position: relative;
    z-index: 33;
}


.TestimonialsBG {
    position: absolute;
    left: -5%;
    top: -70px;
    width: 109%;
    height: 120%;
    background-size: 100% 100%;
    z-index: 3;
    transform: rotate(-3deg);
    object-fit: cover;
    object-position: top;
}

.TestimonialsSlider {
    direction: ltr !important;
}

.TestimonialsSliderItem {
}

.TestimonialsSliderItemInner {
    display: block;
    margin: 29px auto;
    width: 85%;
    height: fit-content;
    background: #ffffff;
    padding: 20px;
    padding-left: 75px;
    border-radius: 20px;
    position: relative;
}

.TestimonialsSliderItemInner h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: var(--theme);
}

.TestimonialsSliderItemInner h4 .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    aspect-ratio: 1/1;
    border-radius: 1000px;
    margin: 15px;
    background-color: #d7d7d7;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.TestimonialsSliderItemStars {
    display: flex;
    justify-content: start;
    margin: 6px 0;
    width: fit-content;
    font-size: 12px;
    color: #b1b1b1;
}

.TestimonialsSliderItemStars i {
}

.TestimonialsSliderItemStars .GoldenStar {
    color: #ff9b00;
}

.TestimonialsSliderItemInner p {
    display: block;
    margin: 14px auto;
    width: 100%;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.TestimonialsGoogle {
    position: absolute;
    right: 35px;
    top: -8px;
    width: 30px;
    aspect-ratio: 1/1;
    background-size: contain;
}

.DarkSectionHeader {
    color: #323232;
}


.GroupsBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: -1;
    filter: grayscale(69%) brightness(130%) contrast(75%);
}


.ReelsBG {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    opacity: 0.7;
    object-position: top left;
}

#Reels {
    position: relative;
    overflow: hidden;
    background: #220c20;
    z-index: 2;
    padding: 69px 0 85px;
}

.ReelSlider {
    direction: ltr !important;
}

.ReelSliderItem {
}

.ReelSliderItemThumb {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    background-color: #0e0e0e;
}

.ReelSliderItemThumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}


.ReelSliderItemThumb .ReelSliderHover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    object-position: center center;
    background-repeat: no-repeat;

}


.ReelSliderItemThumb .ReelSliderThumb {
    display: block;
}

.ReelSliderItemThumb .ReelIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
    aspect-ratio: 1/1;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: invert(1);
    margin: 10px;
}

.ReelSliderItemText {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 18px;
}

.ReelSliderItemText p {
    display: block;
    margin: 13px auto;
    width: 100%;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 39px;
    text-align: right;
}

.ReelSliderItemText label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    opacity: 0.5;
}

.ReelSliderItemText label i {
    margin-right: 4px;
    color: var(--gold);
}

.ReelSliderItemInner {
    display: block;
    margin: 47px auto;
    max-width: 80%;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    width: 367px;
    transition: 400ms;
}

.ReelSliderItemInner:hover {
    /* transform: scale(1.1); */
    background: #ffffff;
    box-shadow: 0px 0px 25px 7px var(--theme);
}

.ReelSliderItemInner:hover .ReelSliderHover {
    display: block;
}

.ReelsFade {
    position: absolute;
    left: 0;
    top: 0;
    width: 41%;
    height: 100%;
    background: #200c10;
    z-index: -1;
    box-shadow: 40px 0px 144px 264px #200c10;
}

.ReelsOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 99999999;
    mix-blend-mode: color-dodge;
    opacity: 0.5;
    pointer-events: none;
}

.GroupItem:nth-child(3) {
    bottom: 30px;
    left: 30px;
}


.BlogsItemMain {
    display: block;
    margin: 40px auto;
    width: 85%;
}

.BlogsItemMain .BlogThumb {
    height: 639px;
}

.BlogsItem button:hover {
    background: #2e2e2e;
    transform: scale(1.1);
}

.EventsSlider {
    direction: ltr;
}

.EventsSliderItem {
}

.EventsSliderItemInner {
    display: block;
    margin: 40px auto;
    width: 80%;
    background: #ffffff;
    border: solid 1px #ebebeb;
    border-radius: 0 10px;
    overflow: hidden;
}

.EventThumb {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.8;
    object-fit: cover;
    object-position: center center;
}

.EventsSliderItemText {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px 20px;
}

.EventsSliderItemText h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 19px;
    font-weight: bold;
    color: var(--theme);
}

.EventsSliderItemText p {
    display: block;
    margin: 12px auto;
    width: 100%;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 78px;
}

.EventsSliderItemText button {
    display: block;
    margin: 33px 0 0;
    width: fit-content;
    padding: 4px 11px;
    background: none;
    color: var(--theme);
    border: solid 2px;
    border-radius: 0 10px;
    transition: 300ms;
    font-weight: 500;
}

.EventsSliderItemText button i {
    margin: 0 4px;
}

#Events {
    padding-bottom: 50px;
    position: relative;
    z-index: 3;
    background: #f5f5f5;
}

#Events .row {
    position: relative;
    z-index: 33;
}

.EventsSlider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 39px auto;
    padding: 0;
}

.EventsSlider .slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.EventsSlider .slick-dots li div {
    display: block;
    margin: 0 5px;
    width: 15px;
    height: 14px;
    background: var(--theme);
    border-radius: 1000px;
    opacity: 0.3;
    transition: 300ms;
    cursor: pointer;
}

.EventsSlider .slick-dots .slick-active div {
    width: 40px;
    opacity: 1;
    cursor: default;
}

.EventsSliderItemText button:hover {
    transform: scale(1.1);
    background: var(--theme);
    color: aliceblue;
    border-color: var(--theme);
}

.EventsBG {
    position: absolute;
    left: 0;
    top: -13%;
    width: 100%;
    height: 120%;
    background-size: 100% 100%;
    z-index: 3;
}

.ScrollIndicatorAmountParent {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    z-index: 99999999;
}

.ScrollIndicatorAmount {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--theme);
}

.ScrollBackUpBtn {
    display: none;
}

.ScrollBackUpBtn button {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999999;
    width: 50px;
    aspect-ratio: 1/1;
    background: var(--theme);
    border: none;
    margin: 20px;
    border-radius: 10px;
    padding: 14px;
}

.ScrollBackUpBtn button .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    filter: invert(1);
}

.VideoPlayer {
    display: none;
}

.VideoPlayerInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.VideoPlayerFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #ffffff;
    opacity: 0.5;
    cursor: pointer;
}

.VideoPlayerDiv {
    display: flex;
    margin: 0 auto;
    width: 600px;
    max-width: 80%;
    overflow: hidden;
    height: auto;
    max-height: 80%;
    background: #000000;
}

.VideoPlayerDiv video {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.HeaderLogo:hover {
    transform: scale(1.1);
}

.HeaderDiv button:hover {
    background: #40c75d;
    transform: scale(1.1);
    box-shadow: -6px -3px 1px 1px #00000059;
}

.HeaderDiv button:hover i {
    transform: rotateY(180deg);
}

.HeaderDiv h12:hover {
    transform: scale(1.1);
    box-shadow: -6px -3px 1px 1px #00000059;
}

.HeaderDiv h12:hover i {
    transform: rotateY(180deg);
}

.BannerSocialMedia button .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 400ms;
}

.BannerSocialMedia button:hover {
    transform: scale(1.1);
    background: #020202;
}

.BannerSocialMedia button:hover .setbg {
    transform: rotateY(360deg);
}


.BannerRightInner h1 {
    display: flex;
    justify-content: start;
    margin: 0 0;
    width: max-content;
    user-select: none;
}

.BannerRightInner h1 label {
    display: block;
    margin: 0 auto;
    width: max-content;
    font-size: 27px;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.BannerRightInner h1 label:first-child {
    text-shadow: 1px 1px 5px #00000061;
}

.BannerRightInner h1 label u {
}

.BannerRightInner h1 label s {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    height: 100%;
    background: var(--theme);
    border-radius: 10px;
    font-size: 60px;
    letter-spacing: 0;
    padding: 0px 15px;
    text-decoration: none;
    font-weight: bolder;
    margin: 0 7px;
    padding-right: 50px;
    position: relative;
}

.BannerRightInner h1 label y {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 60px;
    font-weight: bold;
}


.BannerRightInner h1 label s div {
    position: absolute;
    right: 13px;
    top: 20%;
    width: 28px;
    height: 60%;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: -4px 4px 1px #2424244a;
    animation: BannerTextTyperAnimation 2s infinite linear;
}

@keyframes BannerTextTyperAnimation {
    0% {
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.0;
    }
}

.Preloader {
}

.PreloaderInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    z-index: 999999999999999999;
}

.PreloaderDiv {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.PreloaderDiv img {
    display: block;
    margin: 0 auto;
    width: 230px;
    max-width: 80%;
    opacity: 0.9;
    filter: drop-shadow(0px 0px 6px white);
}

.PreloaderBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.SeeMoreClientsBtnHolder button:hover {
    transform: scale(1.1);
    background: #ffffff;
    color: var(--theme);
}

.AllClientsPopUp {
    display: none;
}

.AllClientsPopUpInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.AllClientsPopUpFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    opacity: 0.5;
}

.AllClientsPopUpDiv {
    display: block;
    margin: 0 auto;
    width: 800px;
    aspect-ratio: 1/1;
    max-height: 80%;
    max-width: 100%;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.AllClientsPopUpDivHeader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: fit-content;
    background: #f3f3f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 22px;
    z-index: 2;
}

.AllClientsPopUpDivHeader h4 {
    display: block;
    margin: 0 0;
    width: fit-content;
    font-size: 20px;
    color: var(--theme);
}

.AllClientsPopUpSearch {
}

.AllClientsPopUpSearchHolder {
    display: block;
    margin: 0 0;
    width: 260px;
    height: 40px;
    background: #ffffff;
    border: solid 1px #e5e5e5;
    z-index: 2;
    position: relative;
    border-radius: 5px;
}

.AllClientsPopUpSearchHolder input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    padding: 0 45px;
}

.AllClientsPopUpSearchHolder g {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7a7a7a;
    pointer-events: none;
}

.AllClientsPopUpContent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-top: 74px;
}

.AllClientsGH {
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.AllClientsItem {
    display: block;
    margin: 14px 1.5%;
    width: 22%;
    text-align: center;
}

.AllClientsItemThumb {
    display: block;
    margin: 0 auto;
    width: 80%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center center;
    background-size: 75%;
    background-color: #c8c4c4;
    border-radius: 1000px;
}

.AllClientsItem label {
    display: block;
    margin: 12px auto;
    width: 100%;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    color: #424242;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.SideMenuBtn {
    display: none;
}

footer {
    padding-top: 120px;
    padding-bottom: 100px;
    background: #0c0c0c;
    color: aliceblue;
    position: relative;
    z-index: 2;
}

.FooterVision {
}

.FooterVision h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--theme);
}

.FooterVision p {
    display: block;
    margin: 15px auto;
    width: 100%;
    font-size: 14px;
}

.FooterCenter {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.FooterLogo {
    display: block;
    margin: 0 auto 11px;
    width: 180px;
}


.FooterSocialMedia {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: 0 auto;
}

.FooterSocialMedia button {
    width: 40px;
    aspect-ratio: 1/1;
    border: none;
    background: #1e1e1e;
    margin: 0 6px;
    border-radius: 5px;
    padding: 2px;
    transition: 333ms;
}

.FooterSocialMedia button .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 400ms;
}

.FooterSocialMedia button:hover {
    transform: scale(1.1);
    background: #545454;
}

.FooterSocialMedia button:hover .setbg {
    transform: rotateY(360deg);
}

.FooterMoreInfo {
    display: block;
    margin: 0 auto;
    width: 100%;
    direction: ltr;
    text-align: left;
}

.FooterMoreInfo h5 {
    display: block;
    margin: 25px auto;
    width: 100%;
    font-size: 20px;
}

.FooterMoreInfo h5 i {
    margin: 0 12px;
}

.FooterMoreInfo h5:last-child i {
    color: #9b3232;
}

.FooterBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
    mix-blend-mode: luminosity;
    opacity: 0.1;
}

.SideMenu {
    display: none;
}

.SectionHeader p a {
    margin: 0 4px;
    color: var(--theme);
    text-decoration: none !important;
    transition: 300ms;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}

.SectionHeader p a:hover {
    transform: scale(1.2);
    color: #b99a4d;
}

.HomeHeader {
    background: none !important;
    position: absolute !important;
}

.AboutUsCover {
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    background: #181818;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 200px 0;
    justify-content: center;
    align-items: center;
}

.AboutUsCover video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: -1;
    opacity: 0.6;
}

.AboutUsCover h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 94px;
    color: aliceblue;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 0px 13px #000000;
}

.AboutUsPageContent {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    padding: 30px;
}

.AboutUsPageContent * {
    max-width: 100%;
}

#AboutPage {
    padding-top: 50px;
    padding-bottom: 50px;
}


#BlogsPage .BlogsItem {
    display: block;
    margin: 20px auto;
    width: 100%;
}

#BlogsPage {
    padding-top: 50px;
    padding-bottom: 50px;
}

#BlogsPage .BlogThumb {
    height: auto;
    aspect-ratio: 1/1;
}

#BlogShowPage {
}

.BlogContentImage img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: -1;
}

.BlogContentImage {
    display: block;
    margin: 50px auto 0;
    width: 100%;
    aspect-ratio: 1/0.4;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-radius: 10px;
}

.BlogContentDetails {
}

.BlogContentDetails h1 {
    display: block;
    margin: 23px auto;
    width: 100%;
    font-size: 30px;
    color: var(--theme);
}

.BlogContentDetails h4 {
    display: block;
    margin: 13px auto;
    width: 100%;
    font-size: 19px;
}

.BlogContentDetails h4 u {
    text-decoration: none;
    margin: 0 10px;
}

.BlogContentDetails h4 g {
    background: #e3e3e3;
    margin: 0 5px;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
}

.BlogContentDetails h4 g i {
    margin-right: 6px;
    direction: ltr;
}

.BlogContentDetails h4 img {
    height: 45px;
    aspect-ratio: 1/1;
    border-radius: 1000px;
    object-fit: cover;
    object-position: center center;
}

.BlogTextContentGH {
    display: block;
    margin: 26px auto 0;
    width: 100%;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
}

.BlogTextContentGH * {
}

.BlogContentDetails h4 g:last-child i {
    color: #52a966;
}

.BlogsPageHeader {
    display: block;
    margin: 12px auto;
    width: 100%;
    padding: 9px 20px;
    border-left: solid 10px var(--theme);
    text-transform: uppercase;
}

.EventImagePrev {
    margin: 30px auto;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dfdfdf;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1/0.5;
}

.EventImagesSlider {
    direction: ltr !important;
}

.EventImagesSliderItem {
}

.EventImagesSliderItemInner {
    display: block;
    margin: 11px auto;
    width: 80%;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    filter: grayscale(1);
    cursor: pointer;
    border: solid 1px #a7a7a7;
}

.EventImagesSliderItemInner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.EventImagePrev img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
}

.EventImagesSlider .slick-arrow {
    display: none !important;
}

.ActiveEventImage {
    border: solid 6px var(--theme);
    filter: none;
}

.EventTextGH {
    display: block;
    margin: 13px auto;
    width: 100%;
}

.EventTextGH * {
    max-width: 100%;
}

.EventPageTitle {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    color: var(--theme);
}

.EventShowPage {
    display: block;
    margin: 25px auto;
    width: 100%;
    padding: 35px;
    background: #ffffff;
}

#OtherEvents .EventsSliderItemInner, #EventsAll .EventsSliderItemInner {
    width: 100%;
}

.ErrorPopUp {
}

.ErrorPopUpInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 22;
}

.ErrorPopUpBG {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    filter: blur(2px);
    z-index: -1;
}

.ErrorPopUpDiv {
    display: block;
    margin: 0 auto;
    width: fit-content;
    position: relative;
    z-index: 2;
}

.ErrorPopUpDiv h1 {
    display: block;
    margin: 9px auto;
    width: fit-content;
    text-align: center;
    font-size: 60px;
    color: #782626;
    font-weight: bolder;
}

.ErrorPopUpDiv label {
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-size: 17px;
    font-weight: 400;
}


.ErrorPopUpDiv img {
    display: block;
    margin: 0 auto;
    width: 230px;
}

.ErrorPopUpDiv {
}

.ErrorPopUpDiv button {
    display: block;
    margin: 18px auto 0;
    width: fit-content;
    background: var(--theme);
    color: aliceblue;
    padding: 8px 14px;
    position: relative;
    border: none;
    border-radius: 5px;
    transition: 300ms;
}

.ErrorPopUpDiv button i {
    margin: 0 5px;
}


.ErrorPopUpDiv button:hover {
    transform: scale(1.1);
    background: #323232;
}

.VideoPlayerCloser {
    display: none;
}

.OurClientsFirst {
}

.OurClientsFirst .OurClientsFirstInner {
    margin: 40px auto;
}

.AboutContantInnerParent {
    position: relative;
    z-index: 3;
}

.GlimpseItem:nth-child(1), .GlimpseItem:nth-child(4) {
    transform: scale(0.9) !important;
}

.mainFade {
    display: none;
}

.GroupItemParent {
}

.WatchReelBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: var(--theme);
    border: solid 2px;
    border-radius: 5px;
    padding: 5px 14px;
    background: none;
    font-weight: 500;
    transition: 300ms;
    padding-left: 30px;
    position: relative;
    font-size: 13px;
}

.WatchReelBtn i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.WatchReelBtn:hover {
    background: var(--theme);
    border-color: var(--theme);
    color: aliceblue;
}
