@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Saira+Extra+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap";
@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box;margin:0;padding:0}:root{--dark-main-color:#0f172a;--main-color:#60a5fa;--light-main-color:#95c5ff;--light-color:#b5d6ff;--very-light-color:#eff6ff;--secondary-color:#e9b738;--white:#f9f6ef}nextjs-portal{display:none}@font-face{font-family:Oswald;src:url(/FONTS/Oswald.ttf)}@font-face{font-family:Playfair;src:url(/FONTS/Playfair.ttf)}body,body.__className_725fdb{background-color:var(--white);color:#000;font-family:Inter,sans-serif;overflow-x:hidden}input{border:none;outline:none;padding:.7rem 1rem;font-size:1rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.heading{font-family:PlayFair,Georgia,Times New Roman,serif}.big-text-heading{font-size:3rem}.med-text-heading{font-size:2rem}.small-text-heading{font-size:1.5rem}.text-bold{font-weight:700}.text-heading{font-size:1.5rem}.text-style-1{font-size:1.3331rem;line-height:1.5}.text-style-2{font-size:1.15rem;line-height:1.4}.margin-3rem{margin:3rem}.margin-1rem{margin:1rem}.margin-left-1_5rem{margin-left:1.5rem}.padding-3rem{padding:3rem}.padding-2rem{padding:2rem}.padding-1rem{padding:1rem}.padding-0_5rem{padding:.5rem}.gap-1rem{gap:1rem}.gap-0_5rem{gap:.5rem}.gap-2rem{gap:2rem}.gap-3rem{gap:3rem}.position-relative{position:relative}.flex-column{flex-direction:column;display:flex}.flex-row{flex-direction:row;display:flex}.justify-space-between{justify-content:space-between}.justify-space-evenly{justify-content:space-evenly}.justify-center{justify-content:center}.align-items-center{align-items:center}.flex-wrap{flex-wrap:wrap}.boxes-grid-5{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));display:grid}.boxes-grid-4{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.boxes-grid-3{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));display:grid}.boxes-20-80{grid-template-columns:2fr 8fr;display:grid}.boxes-30-70{grid-template-columns:3fr 7fr;display:grid}.boxes-30-70.reverse{grid-template-columns:7fr 3fr}.boxes-50-50{grid-template-columns:1fr 1fr;display:grid}.boxes-40-60:nth-child(2n){grid-template-columns:6fr 4fr;display:grid}.boxes-40-60:nth-child(odd){grid-template-columns:4fr 6fr;display:grid}.cursor-pointer{cursor:pointer}header{width:100%;color:var(--white);z-index:100;background-color:#000;position:sticky;top:0}header .multipurposebar{color:var(--white);background-color:#97144d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;padding:.1rem;font-family:Oswald;display:flex}header .multipurposebar b{justify-content:center;align-items:center;gap:.3rem;font-family:Oswald,sans-serif;font-size:1rem;font-weight:400;display:flex}header .infobar{color:var(--white);background:#555;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;padding:.1rem 1.2rem;display:flex}header .infobar .btn{line-height:.8}.navbar{background:var(--dark-main-color);flex-direction:row;justify-content:space-between;align-items:center;max-width:2000px;padding:.1rem .2rem .1rem .1rem;display:flex}.navbar .logo{color:var(--white);align-items:center;gap:.5rem;text-decoration:none;display:flex}.navbar .logo img{background:var(--white);height:3.45rem}.navbar .divider-line{background:var(--white);width:.2rem;height:1.3rem}.navbar .logo b{font-family:Saira Extra Condensed,Oswald,Rajdhani,sans-serif;font-size:1.3rem}.btns{gap:.2rem;transition:all .5s;display:flex}.navbar .menubar{font-size:1.3rem;display:none}.navbar .btns .close{font-size:1.5rem;display:none;position:absolute;top:2rem;right:2rem}.btn{color:var(--white);width:fit-content;padding:.3rem .5rem;font-family:Saira Extra Condensed;font-size:1.35rem;font-weight:600;line-height:1;text-decoration:none;transition:all .5s}.btn:hover{background:var(--main-color);color:#000}.btn.reverse,.btn.active{color:#000;background:var(--main-color)}.btn.reverse:hover{color:var(--white);background:#000}.btn.custom{background:var(--bgColor);color:var(--textColor)}.btn.custom:hover,.btn.custom.active{color:var(--bgColor);background:var(--textColor)}.btn.med-size{padding:.5rem 1rem;font-size:1.5rem}.btn:has(.btn-img){padding-right:1.5rem;animation:3s linear infinite flicker-btn;position:relative}.btn-img{width:auto;height:100%;position:absolute;top:-30%;left:100%;transform:translate(-80%)}@keyframes flicker-btn{50%,70%{color:var(--white);background-color:#0000}50%{background-color:var(--white);color:#000;transform:scale(1.05)}}.dropdown-btn{display:flex}.dropdown{background:var(--white);color:#111;opacity:0;visibility:hidden;width:90%;transition:all .5s;position:absolute;top:calc(100% + .5rem);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 0 50px #0000004d}.multi-dropdown{border-bottom:6px solid #8a0f0f;border-right:6px solid #8a0f0f}.multi-dropdown a{color:var(--white);text-decoration:none}.dropdown .top-band{color:var(--white);background:#8a0f0f;border-bottom:.5rem solid #ffe6e6;grid-area:t;padding:1rem}.dropdown-btn:hover .dropdown{opacity:1;visibility:visible}.dropdown .left{color:var(--white);background:#8a0f0f;flex-direction:column;grid-area:l;gap:.2rem;padding:.5rem;display:flex}.dropdown .left .item-btn{cursor:pointer;border-radius:.2rem;padding:.3rem .6rem;font-size:1.3rem;font-weight:600;transition:all .5s}.dropdown .left .item-btn:hover,.dropdown .left .item-btn.active{color:#8a0f0f;background:#ffe6e6}.dropdown .right{background:#ffe6e6;flex-direction:column;grid-area:r;padding:0 .5rem .5rem;display:flex}.dropdown .right .heading{color:#8a0f0f}.dropdown .right .link{text-align:center;color:var(--white);background:#8a0f0f;padding:.5rem 1rem;font-size:1.3rem;text-decoration:none}span:has(.tooltip-text){cursor:help;position:relative}.arrow-tooltip{background:var(--white);color:#000;z-index:50;opacity:0;visibility:hidden;border:2px solid #000;border-radius:.5rem;width:fit-content;padding:1rem;transition:all .5s;position:absolute;top:calc(100% - .5rem);right:.5rem}.arrow-tooltip .arrow-top{width:3rem;height:2rem;position:absolute;bottom:100%;left:65%;transform:skew(-70deg)}.arrow-tooltip-wrapper:hover .arrow-tooltip{opacity:1;visibility:visible}.tooltip-text{visibility:hidden;opacity:0;background:var(--white);color:#000;z-index:6;border:3px solid #111;border-radius:8px;width:270%;max-width:80vw;padding:14px 16px;font-size:1.1rem;line-height:1.4;transition:opacity .2s;position:absolute;top:110%;left:0%}span:has(.tooltip-text):hover .tooltip-text{visibility:visible;opacity:1}.divider-line{background:var(--white);width:.2rem;height:100%}.image-text-hero{justify-content:flex-end;width:100%;min-height:100vh;padding-right:3%;display:flex;position:relative}.image-text-hero .img{object-fit:cover;background-attachment:scroll;width:100%;height:100%;position:absolute;top:0;left:0}.image-text-hero .overlay{color:#111;z-index:5;background:#fff9;flex-direction:column;gap:.5vw;width:52%;padding:clamp(1.5rem,2vw,3rem);font-family:Arial,Helvetica,sans-serif;display:flex;position:relative}.image-text-hero .overlay h1{font-size:clamp(2.5rem,3.9vw,5rem)}.image-text-hero .overlay h2{font-size:clamp(1.8rem,2vw,3rem)}.image-text-hero .overlay>p{margin-top:clamp(2.5rem,4vw,5rem)}.image-text-hero .overlay p{font-size:clamp(1.3rem,1.9vw,2rem);font-weight:800;line-height:1.4}.regular-section{flex-direction:column;gap:2rem;padding:3rem;display:flex}.grain-texture{position:relative}.grain-texture:before{content:"";opacity:.1;pointer-events:none;background-image:repeating-linear-gradient(25deg,#0000001f 0 10px,#0000 10px 30px);position:absolute;inset:0}.box-fullwidth{background:var(--bgColor);color:var(--textColor);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1rem;display:flex}.section-anchor-strip{color:#fff;z-index:5;border-bottom:2px solid #fff;align-items:center;height:33px;padding-inline:.5rem;font-size:1rem;font-weight:700;display:flex;position:sticky;top:30.4px}.section-heading-box{flex-direction:row;padding:.5rem 3rem;display:flex}.section-heading-box p{font-size:1.1rem;font-weight:600;line-height:1.5}.two-column-section{justify-content:space-between;gap:2rem;padding:3rem;display:flex}.two-column-section.reverse{flex-direction:row-reverse}.two-column-section .text{flex-direction:column;flex:1;justify-content:center;gap:1rem;font-weight:600;display:flex}.two-column-section .text .med-text-heading{font-size:2.1rem}.two-column-section .text ul{flex-direction:column;gap:1rem;display:flex}.two-column-section .text li{margin-left:1.5rem}.two-column-section .text p,.two-column-section .text li{font-size:18px;line-height:1.6}.two-column-section .img{flex:1;justify-content:center;align-items:center;display:flex}.section-img{object-fit:cover;border-radius:1rem;width:100%}.section-img img{object-fit:cover;width:100%;height:100%}.line{background:var(--white);width:.2rem;height:100%}.clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.read-more-btn{cursor:pointer;margin-top:.5rem;font-size:1.2rem;font-weight:600;display:inline-block}.scrolling-message-box{border-block:5px solid #bbb;width:100%;padding:3rem 0;overflow:hidden}.scrolling-message-box .scrolling-track{width:max-content;animation:20s linear infinite scroll-left;display:flex}.scrolling-message-box .item{white-space:nowrap;align-items:center;gap:1rem;margin-right:5rem;display:flex}.scrolling-message-box .item p{color:#01002a;font-size:clamp(2rem,4vw,5rem);font-weight:500}.scrolling-message-box .icon{height:clamp(2rem,4vw,5rem)}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.heading-strip{color:#ffdda0;background:#003b2e;margin-bottom:4rem;padding:3rem}.heading-strip .heading{font-size:clamp(2rem,3vw,4rem)}.investors-box{color:#e6e6e6;border-bottom:5px solid var(--white);background:#140609;flex-direction:column;gap:2rem;min-height:20rem;padding:3rem;display:flex}.large-icon{font-size:clamp(2rem,5vw,5rem)}.wave-clipart{width:100%;transform:scaleY(110%)}.table-wrapper{width:100%;overflow-x:auto}.list-items{flex-direction:column;gap:.5rem;padding-left:1.5rem;display:flex}.listing-table{border-collapse:collapse;width:100%;font-family:system-ui,-apple-system,sans-serif}.listing-table thead th{color:#fff;text-align:left;background:#2f3490;padding:1rem;font-weight:600}.col-dot{width:40px}.col-title{width:auto}.col-date{text-align:center;width:180px}.listing-table tbody tr{border-bottom:1px solid #dbe1ea}.listing-table tbody tr:nth-child(odd){background:#f6f3f2}.listing-table tbody tr:nth-child(2n){background:#fff}.listing-table td{vertical-align:middle;padding:1.1rem 1rem}.row-dot{background:#b9b9b9;border-radius:50%;width:12px;height:12px;display:inline-block}.listing-table a{color:#06f;font-weight:500;text-decoration:none}.listing-table a:hover{text-decoration:underline}.footer{flex-direction:column;display:flex}.footer-main{background:linear-gradient(to bottom,var(--light-main-color),var(--main-color));color:#f9f7ef;z-index:1;width:100%;padding:0;font-size:1rem;display:flex}.footer-left{background:var(--dark-main-color);flex-direction:column;gap:1.5rem;width:30%;padding:2.5rem 2rem;display:flex}.footer-right{color:#f9f6ef;text-shadow:2px 2px 5px #1113;flex-wrap:wrap;justify-content:space-between;gap:1rem;width:70%;padding:2rem;display:flex}.footer-logo{width:70%;max-width:15rem}.footer-address{font-size:1rem;line-height:1.5}.footer-contact{flex-direction:column;gap:.5rem;display:flex}.footer-contact p{word-break:break-all;align-items:center;gap:.5rem;display:flex}.footer-social{gap:1.2rem;font-size:1.4rem;display:flex}.footer-divider{border:none;border-bottom:1px solid #fff3;margin:1rem 0}.footer-news-title{font-size:1.2rem;font-weight:600}.newsletter-form{width:100%;max-width:20rem;height:2.8rem;display:flex}.newsletter-form input{border:none;border-radius:.3rem 0 0 .3rem;flex:1;width:100%;padding:0 1rem;font-size:1rem}.newsletter-form button{background:var(--main-color);cursor:pointer;color:#fff;border:none;border-radius:0 .3rem .3rem 0;width:3rem;font-size:1.3rem}.footer-rights{opacity:.85;margin-top:1rem;font-size:.9rem;line-height:1.4}.footer-column{flex-direction:column;gap:.7rem;display:flex}.footer-column .bg-head{background:var(--dark-main-color);color:var(--white);width:fit-content;padding:.3rem .6rem}.footer-column h3{margin-bottom:.4rem;font-size:1.2rem;font-weight:700}.footer-column .footer-link{color:#111;opacity:.95;font-size:1rem;font-weight:500;text-decoration:none}.footer-column a:hover{opacity:1}.hidden-footer-section{z-index:0;width:100%;position:fixed;bottom:0}.footer-big-text{background:var(--dark-main-color);place-content:center;padding-block:4vw 5vw;padding-inline:2vw;display:grid}.footer-big-text .big-text{color:#f9f6ef;font-family:Saira Extra Condensed;font-size:10.5vw;font-weight:700;line-height:1.5;transform:scaleY(1.4)}.footer-infobar{color:#fff;background:red;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;padding:.2rem 1.8rem;font-family:Oswald,Barlow Condensed,Robto Condensed,sans-serif;display:flex}.footer-infobar .btn{color:#fff;background:red;padding:.3rem .4rem;font-family:Oswald,Barlow Condensed,Robto Condensed,sans-serif;font-size:1rem;font-weight:400}.footer-infobar .btn:hover,.footer-infobar .btn.active{color:red;background:#fff}@media (max-width:1000px){.footer-infobar{flex-direction:column;justify-content:center;align-items:center;gap:.2rem;display:flex}.footer-infobar .btns{flex-wrap:wrap;justify-content:center}}@media (max-width:968px){.navbar .btns{z-index:1000;background:#000d;flex-flow:column wrap;justify-content:center;align-items:center;gap:2rem;width:100%;height:100%;display:flex;position:fixed;top:0;left:100%}.navbar .btns.active{left:0%}.navbar .btns .btn{font-size:2rem}.navbar .menubar,.navbar .btns .close{display:block}}@media (max-width:768px){.image-text-hero{height:fit-content;min-height:0;padding-right:0%}.image-text-hero .overlay{width:100%;height:100%;position:relative;right:0}.image-text-hero img{width:100%;height:100%;position:absolute;top:0;left:0}.footer-main{flex-direction:column;display:flex}.footer-left{align-items:center;width:100%}}@media (max-width:550px){.notification-bar{flex-wrap:wrap;gap:.2rem;padding-block:.5rem}.notification-bar>div{padding-block:0}.logos{width:fit-content}.logos .logo{height:5rem}.logos .logo:nth-child(2){display:none}.regular-section{gap:1rem;padding:1rem!important}.boxes-50-50,.boxes-30-70,.boxes-grid-3,.boxes-grid-4,.boxes-grid-5,.boxes-20-80,.two-column-section{flex-direction:column!important;display:flex!important}.boxes-30-70.reverse,.two-column-section.reverse{flex-direction:column-reverse}.section-heading-box,.two-column-section,.regular-section{padding:1rem}:is(.section-heading-box+div:has(>p),.section-heading-box+div:has(.mini-text-heading)){padding:1rem!important}}@layer base{:root{--background:0 0% 100%;--foreground:240 10% 3.9%;--card:0 0% 100%;--card-foreground:240 10% 3.9%;--popover:0 0% 100%;--popover-foreground:240 10% 3.9%;--primary:240 5.9% 10%;--primary-foreground:0 0% 98%;--secondary:240 4.8% 95.9%;--secondary-foreground:240 5.9% 10%;--muted:240 4.8% 95.9%;--muted-foreground:240 3.8% 46.1%;--accent:240 4.8% 95.9%;--accent-foreground:240 5.9% 10%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:240 5.9% 90%;--input:240 5.9% 90%;--ring:240 10% 3.9%;--chart-1:12 76% 61%;--chart-2:173 58% 39%;--chart-3:197 37% 24%;--chart-4:43 74% 66%;--chart-5:27 87% 67%;--radius:.5rem}.dark{--background:240 10% 3.9%;--foreground:0 0% 98%;--card:240 10% 3.9%;--card-foreground:0 0% 98%;--popover:240 10% 3.9%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:240 5.9% 10%;--secondary:240 3.7% 15.9%;--secondary-foreground:0 0% 98%;--muted:240 3.7% 15.9%;--muted-foreground:240 5% 64.9%;--accent:240 3.7% 15.9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--border:240 3.7% 15.9%;--input:240 3.7% 15.9%;--ring:240 4.9% 83.9%;--chart-1:220 70% 50%;--chart-2:160 60% 45%;--chart-3:30 80% 55%;--chart-4:280 65% 60%;--chart-5:340 75% 55%}@apply border-border;@apply bg-background text-foreground;}
