
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


* {
    padding: 0;
    margin: 0;
    font-family: "IBM Plex Sans Arabic", serif;
    font-weight: 100;
    font-style: normal;
    
}



.w90vw {
    width: 90vw;
}

.mw1300 {
    max-width: 1285px;
    margin: auto;
    padding: 85px;
}

.mw1400 {
    max-width: 1385px;
    margin: auto;
    padding: 85px;
}

.mw1800 {
    max-width: 1585px;
    margin: auto;
    padding: 85px;
}







img.mainbgheaderimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.bgheaderapp {
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

body {
    overflow-x: hidden;
    background: #eee;
}


nav.mainnavhldr {
    position: absolute;
    z-index: 4;
    width: 100vw;
    font-family: Source Code Pro;
}

img.mainlogoimg {
    max-width: 125px;
}

 


.navitemsseclsec {
    display: flex
;
    align-items: center;
    gap: 100px;
}


.navitemssec {
    padding: 30px 50px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 100px;
    color: #fff;
    justify-content: space-between;
}


.rnavsechldr {
    margin-top: -15px;
}


.links {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: -15px;
    font-family: Source Code Pro;
}

a.navlnk:hover {
    color: #a57622;
    transition: 0.2s ease;
}
a.navlnk {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    transition: 0.5s ease;
}



a.navlnkbtn:hover {
    transition: 0.2s ease;
    background: #a57622;
    color: #fff;
}
a.navlnkbtn {
    background: #fff;
    color: #a57622;
    font-weight: 800;
    padding: 9px 26px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.5s ease;
    /* font-family: Source Code Pro; */
}


.rnavsechldr {
    margin-top: -15px;
    display: flex
;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    width: 100%;
}


a.changelng {
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-family: Source Code Pro;   
}

img.langappicn {
    max-width: 15px;
}

a.changelng {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
}

.langapptxt {
    font-weight: 500;
}

img.mmenuicn {
    max-width: 16px;
    cursor: pointer;
    filter: invert(1);
}

.megamenu {
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.vspace1000 { 
    height: 1000px;
    width: 100%;
}


.headerdatahldr {
    z-index: 1;
    position: relative;
    height: 82vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.bgheaderapp {
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

h1.headerdatattl {
    font-size: 55px;
    font-weight: 500;
    color: #fff;
    /* font-family: "IBM Plex Sans Arabic", serif; */
    letter-spacing: -0.5px;
    text-transform: uppercase;
    font-family: "SangBleu Light";
}


p.headerdesc {
    color: #e1e1e1;
    max-width: 45%;
    margin-top: 10px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'IBM Plex Sans Arabic';
    letter-spacing: 0px;
    font-size: 17px;
}


.vspace100 {
    height: 100px;
    width: 100%;
}


.vspace25 {
    height: 25px;
    width: 100%;
}


.vspace50 {
    height: 50px;
    width: 100%;
}

img.award-imgg {
    max-width: 75px;
    margin-right: 35px;
}



.headernavicons {
    display: flex;
    direction: rtl;
    gap: 25px;
    bottom: 25px;
    position: absolute;
    right: 40px;
    filter: invert(1);
}


h1.mainsecttl {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

p.mainsecdesc {
    font-weight: 300;
    color: #333;
    font-size: 16px;
}



.headernavicon:hover > img.headernaviconinn {
    max-width: 30px;
    cursor: pointer;
    transition: 0.5s ease;
}
.headernaviconinn {
    max-width: 20px;
    cursor: pointer;
    transition: 0.5s ease;
}


.headernavicons {
    display: flex
;
    direction: rtl;
    gap: 25px;
    bottom: 25px;
    position: absolute;
    right: 40px;
    filter: invert(1);
    z-index: 99;
}

.mainbgheaderimg {
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    opacity: 1;
    transform: translateX(0);
    
}

/* .bgheaderapp {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh; 
} */



.show {
    opacity: 0.5;
    transform: scale(1);
}

.hidden {
    opacity: 0.1;
    transform: scale(1.05);
}


em.headerdatattlbld {
    font-size: 34px;
    margin-top: 20px;
    color: #a57622;
    font-weight: 800;
}


.headerdatattl {
    font-family: 'Arial', sans-serif;
    font-size: 36px;
    color: #333;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
  }

  



div#laoder {
    position: fixed;
    z-index: 999;
    background: #000;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loaderimg {
    max-width: 200px;
    animation: rotateScale 4s ease-in-out infinite;
}


@keyframes rotateScale {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.hide-loader {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-out, visibility 1s ease-out;
}



/* Initial State */
.animatettl, .animatedesc {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Animation when visible */
.visible {
    opacity: 1;
    transform: translateY(0);
}

.twoflxsec {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    margin-top: 25px;
}


h1.animatettl.scttl-t.visible {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.scttl-p.visible {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-top: 5px;
}


.secbtn {
    background: #a57622;
    color: #fff;
    padding: 8px 25px;
    display: block;
    width: max-content;
    margin-top: 25px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}



.container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.magazine {
    width: 100%;
    max-width: 600px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.magazine h2 {
    font-size: 18px;
    margin-bottom: 5px;
}
.magazine p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.magazine iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 5px;
}


.magazcontainer {
    display: flex
;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 65px;
}








.custom-video-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}


.custom-video-popup-content {
    position: relative;
    width: 100vw;
    max-width: 80vw;
    padding: 15px;
    border-radius: 10px;
}

button#customClosePopup {
    position: absolute;
    right: -15px;
    background: #fff;
    top: 0;
    padding: 10px;
    border-radius: 400px;
    width: 50px;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    line-height: 1;
    padding-top: 4px;
    border: solid 1px #333;
    cursor: pointer;
    color: #000;
    z-index: 9;
}
.vidshowhldr {
    display: flex
;
    justify-content: center;
    gap: 40px;
    align-items: stretch;
    max-height: max-content;
}
.vidshowhldrone {
    position: relative;
    display: inline-block;
    cursor: none;
}
video.vidshowhldronevid {
    width: 100%;
    border-radius: 15px;
    opacity: 0.8;
    transition: 0.5s ease;
}
div#vidshowhldronehldrdtata {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.vidshowhldronehldrdtata {
    position: absolute;
    bottom: 47px;
    left: 50px;
    color: #fff;
}
.vidshowhldronettl {
    font-size: 35px;
    margin-bottom: 30px;
    max-width: 80%;
    color: #a9640d;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.5px;
}
a.vidshowhldronebtn {
    display: flex
;
    align-items: center;
    gap: 10px;
    border: solid 1px #eee;
    border-radius: 400px;
    padding: 7px 15px;
    width: max-content;
    margin-top: 11px;
}
img.plyicn {
    filter: invert(1);
    max-width: 19px;
}
.custom-cursor {
    position: fixed;
    width: 80px;
    height: 80px;
    background: white;
    color: black;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    pointer-events: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s ease-out, opacity 0.2s ease-out;
    opacity: 0;
    top: 0;
    left: 0;
}
div#vidshowhldrtwo {
    position: relative;
}
.vidshowhldrtwo {
    transition: 2s ease;
    opacity: 0;
}
.vidshowhldrtwo {
    width: 50%;
    transition: width 1.5s ease-in-out;
}
.vidshowhldrtwo {
    width: 50%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    height: 100%;
    transition: 0.5s ease;
}
#shinscontainer {
    user-select: none;
    pointer-events: none;
}
#shinscontainer {
    display: flex
;
    width: 100%;
    height: 60%;
    position: absolute;
    align-items: flex-start;
    top: 0;
    opacity: 0.7;
    z-index: 9;
}
div#shinebox1 {
    left: -30px;
    opacity: 0.5;
}
.shine-box {
    position: relative;
    width: 30%;
    height: 100%;
    overflow: hidden;
}
div#shinebox2 {
    opacity: 0.1;
    bottom: -200px;
}
.shine-box {
    position: relative;
    width: 30%;
    height: 100%;
    overflow: hidden;
}
div#shinebox3 {
    right: -60px;
    top: -60px;
    opacity: 0.5;
}
.shine-box {
    position: relative;
    width: 30%;
    height: 100%;
    overflow: hidden;
}
.vidshowhldrtwoimgshine {
    position: absolute;
    max-width: 12px;
    z-index: 9999;
    opacity: 0;
    transition: all 3s ease-in-out;
}

img.vidshowhldrtwoimg {
    width: 322px;
    max-height: 490px;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    min-width: 322px;
    transition: 0.5s ease;
}



div#vidshowhldrtwohldrdtata {
    max-width: 320px;
    width: 320px;
}
div#vidshowhldrtwohldrdtata {
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.vidshowhldrtwottl {
    margin: auto;
    color: #777777;
    font-size: 17px;
    line-height: 1.3;
    max-width: 320px;
    width: 100%;
}

a.vidshowhldrtwobtn {
    color: #b9a481;
    display: flex
;
    align-items: center;
    gap: 10px;
    width: max-content;
    margin-top: 19px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

.vidhldr {
    background: #000;
    width: 100%;
    border-radius: 15px;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}


.imgghldr {
    background: #000;
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;

    width: 322px;
    max-height: 490px;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
     min-width: 322px;
    transition: 0.5s ease;

}

img.vidshowhldrtwoimg {
    filter: brightness(2.5);
}











 

.magazinee {
    position: relative;
}

.magazineeimg, .magazineeimgvidhldr {
    transition: opacity 0.5s ease-in-out;
}

.magazineeimgvidhldr {
    opacity: 0;
    pointer-events: none;
}

.magazinee:hover .magazineeimg {
    opacity: 0;
}

.magazinee:hover .magazineeimgvidhldr {
    opacity: 1;
    pointer-events: auto;
}
.magazinee {
    width: 30vw;
}
.magazineemedia {
    position: relative;
}
img.magazineeimg {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
video.magazineeimgvidshowhldronevid {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
video.magazineeimgvidshowhldronevid {
    position: absolute;
    top: 0;
}

h2.magazineettl {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

p.magazineedesc {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-top: 0px;
    margin-bottom: 25px;
}

.magazineemedia {
    border-radius: 9px;
    overflow: hidden;
}
a.secbtn.animatedesc.visible {
    text-decoration: none;
}


.seccentxt {
    font-size: 22px;
    font-weight: 400;
    max-width: 50%;
}


.magazinee {
    width: 30vw;
    min-height: 494px;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

.magazineemedia {
    min-height: 500px;
}



.movingtxt {
    opacity: 0.5;
    overflow: hidden;
    margin-top: -10px;
    margin-bottom: 10px;
}

.movingtext {
    margin-top: 6px;
    text-transform: uppercase;
}

.textanim1 {
    width: max-content;
    font-size: 24px;
    color: #333;
    transition: 0.7s;
    animation-name: textanim1;
    animation-duration: 150s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.textanim2 {
    width: max-content;
    font-size: 24px;
    color: #333;
    transition: 0.7s;
    animation-name: textanim1;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


.textanim3 {
    width: max-content;
    font-size: 24px;
    color: #333;
    transition: 0.7s;
    animation-name: textanim1;
    animation-duration: 150s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0.2;
}



@keyframes textanim1{
0% {
    margin-left: 0;
}
100% {
    margin-left: -4000px;
}
}



section.bgsec {
    background: url(./res/img/bg01.jpg);
    background-size: cover;
    background-position: 6% 86%;
    min-height: 400px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100vw;
}


.mainftersechldr {
    display: flex
;
    gap: 50px;
    padding-top: 50px;
    justify-content: space-between;
}

.mainftersecone {
    display: flex
;
    flex-direction: column;
    gap: 10px;
    text-transform: capitalize;
}

img.ftrlogo {
    max-width: 150px;
    margin-right: 50px;
}

.ftrlnkshldr {
    display: flex
;
    justify-content: center;
    gap: 75px;
}

.mainftersecone {
    display: flex
;
    flex-direction: column;
    gap: 10px;
    text-transform: capitalize;
}

.mainfterseconettl {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: system-ui;
}

a.mainfterseconelnk {
    font-size: 14px;
    color: #333;
    cursor: pointer;
    font-weight: 400;
}

.ftrsocialshldr {
    display: flex
;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
}

.mainfterseconettl {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: system-ui;
}

.ftrsocialonehlddr {
    display: flex
;
    justify-content: center;
    gap: 10px;
}

a.ftrsocialone {
    width: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

img.ftrsocialoneimg {
    max-width: 30px;
}


.ftrcr {
    font-size: 14px;
    color: #636363;
    cursor: pointer;
    font-weight: 400;
}



.qrapp {
    width: max-content;
    position: fixed;
    bottom: 80px;
    left: 0;
    padding: 10px;
    background: #fff;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 10;
    border: solid 1px #3333332b;
}

img.qrimg {
    max-width: 70px;
}


.secdesc {
    color: #494949;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.secdesc {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-top: 5px;
}



p.animatedesc.scttl-p {
    margin-top: 35px;
}





.bgimghldr {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(./res/img/cepstudio__0606.JPG);
    background-size: cover;
    background-position: 10% 45%;
    min-height: 190px;
    border-radius: 10px;
    margin-top: 50px;
    color: #fff;
}


.bgimghldr2 {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(./res/img/7.jpg);
    background-size: cover;
    background-position: 10% 38%;
    min-height: 190px;
    border-radius: 10px;
    margin-top: 50px;
    color: #fff;
    filter: grayscale(100%); /* Converts the background to black & white */
}




em.month {
    text-transform: uppercase;
    font-weight: 400;
}


.hashholders {
    display: flex
;
    gap: 10px;
    margin-top: 10px;
}


em.hash {
    font-size: 15px;
    font-weight: 500;
    background: rgba(255, 255, 255, .5);
}


.date {
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: solid 1px #333333b0;
    width: 100%;
    min-width: 100px;
    min-height: 100px;
    font-size: 21px;
    font-weight: 500;
    flex-direction: column;
    border-radius: 6px;
}



 



img.cntctimg {
    filter: invert(1);
}

.cntctimgnme {
    font-weight: 500;
}

a {
    text-decoration: none;
}



.activenav {
    color: #a57622 !important;
    font-weight: 900 !important;
}



img#mainbgheaderimg {
    object-position: top;
}


img.fxdimg {
    position: fixed;
    right: 76px;
    bottom: 0;
    opacity: 0.2;
    max-width: 433px;
    filter: opacity(0.4);
    z-index: 0;
}

section.bgsec {
    z-index: 1;
    position: relative;
}











.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /* background: #11111194; */
    backdrop-filter: blur(8px);
}

.popup {
    background: white;
    width: 80%;
    max-width: 900px;
    padding: 60px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 0;
    right: -42px;
    font-size: 40px;
    cursor: pointer;
    color: #000000;
    background: #ffffff;
    border-radius: 400px;
    width: 35px;
    height: 35px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
img.clspopup {
    width: 100%;
    max-width: 25px;
    margin-right: 0px;
}
.popup img {
    width: 40%;
    border-radius: 10px;
}
h2.popupinfodtattl {
    text-transform: uppercase;
}
.popup h2 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
    width: max-content;
    font-weight: 600;
}
p.popupinfodtadesc {
    margin-bottom: 25px;
    color: #555;
    font-size: 16px;
    line-height: 1.4;
}
.popupinfodtaimgs {
    display: flex
;
    gap: 5px;
    margin-bottom: 30px;
}
mg.popupinfodtaimg {
    max-width: 100%;
    max-height: 150px;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.popup img {
    width: 40%;
    border-radius: 10px;
}
.popup-content {
    width: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
}
strong.popupawttl {
    background: #0000;
    padding: 6px 15px;
    border-radius: 400px;
    border: solid 1px #33333336;
    position: relative;
    display: block;
    width: max-content;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
p.popupawttlone {
    display: block;
    font-size: 14px;
    margin-left: 10px;
}


em.nameapp {
    color: #a57622;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
}

.pptxt {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-top: 17px;
}


.awards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.award-card {
    background: white;
    display: flex
;
    align-items: center;
    width: 100%;
    padding: 15px;
    transition: transform 0.3s ease-in-out;
    border-bottom: solid 1px #3333332e;
    padding-bottom: 25px;
}
.award-text {
    width: 100%;
}

.award-card:hover {
    transform: scale(1.01);
}
.award-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-right: 15px;
}
.award-text {
    text-align: left;
}
.award-text h3 {
    margin: 0;
    font-size: 18px;
    color: #222;
}
.award-text p {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}
@media (max-width: 600px) {
    .award-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .award-img {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.popupinfodta > h1 {
    color: #a57622;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
}

img.award-img {
    width: 100%;
}

img.award-img {
    width: max-content;
    min-width: 17%;
}
.award-text > h3 {
    font-weight: 600;
    letter-spacing: -0.5px;
}
.award-text > p {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    color: #494949;
    margin-top: 5px;
}


footer.mainfooter.mw1400.w90vw {
    z-index: 1;
    position: relative;
}

a.navlnk {
    width: max-content;
}




h1.animatettl.scttl-t {
    color: #a57622;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
}

em.cntcmail {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    /* color: #a57622; */
}


.gold {
    display: block;
    background: repeating-linear-gradient(135deg, rgb(255, 221, 155) 0, rgb(254, 215, 146) 20px, rgb(255, 225, 172) 40px, rgb(255, 255, 255) 70px, rgb(250, 198, 107) 125px, rgb(246, 194, 107) 160px, rgb(231, 177, 85) 175px, rgb(244, 193, 107) 185px, rgb(241, 191, 107) 220px, rgb(243, 190, 102) 235px, rgb(233, 177, 83) 250px, rgb(245, 190, 97) 280px, rgb(249, 188, 86) 305px, rgb(255, 251, 245) 385px, rgb(252, 195, 98) 415px, rgb(252, 195, 121) 450px, rgb(255, 221, 155) 500px);
    background-clip: text;
    -webkit-background-clip: text;
    background-repeat: repeat;
    background-attachment: fixed;
    backface-visibility: none;
    color: rgb(255, 221, 155);
    -webkit-text-fill-color: transparent;
  }


  #hdranim1 , #hdranim2 {
    opacity: 0;
    transition: 0.5s ease;
  }


  video.vidshowhldronevid {
    object-fit: cover;
    height: 100%;
}

em.animatettl.scttl-t {
    color: #a57622;
    font-weight: 600;
}

.secflxprthldr {
    display: flex
;
    gap: 20px;
    justify-content: space-between;
}

.secflxprt {
    width: 80%;
}


.imgslidhldrdta {
    position: absolute;
    transition: all 0.5s ease;
    z-index: 1; /* Default */
    right: 0;
  }

  .imgslidhldrdta.active {
    z-index: 10; /* Higher than default */
  }

.awardssliderhldrimgs {
    position: relative;
}
.awardssliderhldr {
    position: relative;
    margin-top: -60px;
    left: -50px;
}

 

.imgdta {
    position: absolute;
    bottom: 0px;
    text-align: center;
    font-size: 14px;
    max-width: 80%;
    margin-bottom: -20px;
    text-transform: capitalize;
    background: url(./res/img/awards/sco.png) 0% 0% / cover;
    padding: 12px 34px;
    font-weight: 500;
}

div#imgaward1 {
    margin-right: -45px;
    transform: rotate(7deg);
}

.imgdatahldrr {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
}




    img.awardssliderhldrimg {
        max-width: 315px;
        border: solid 18px;
        border-bottom: solid 60px;
        border-color: #ffffff;
        border-radius: 2px;
    }

    .sliderawardsnavshldr {
        display: flex
    ;
        width: max-content;
        padding: 20px 0px;
    }

    img.sliderawardsnavshldricn {
        cursor: pointer;
        transition: 0.5s ease;
    }

    img.sliderawardsnavshldricn:hover {
        transition: 0.7s ease;
        transform: scale(1.2);
    }