/* @import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Carlito:wght@300;400;500;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Carlito:wght@100;200;300;400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Carlito', sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    text-rendering: optimizeLegibility;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
} */

@font-face{
    font-family:'CalibriCustom';
    src:url('https://dibawindows.olindozaman.com/wp-content/uploads/2026/05/calibril.woff2') format('woff2');
    font-weight:300;
    font-style:normal;
}

@font-face{
    font-family:'CalibriCustom';
    src:url('https://dibawindows.olindozaman.com/wp-content/uploads/2026/05/Calibri.woff2') format('woff2');
    font-weight:400;
    font-style:normal;
}

@font-face{
    font-family:'CalibriCustom';
    src:url('https://dibawindows.olindozaman.com/wp-content/uploads/2026/05/calibrib.woff2') format('woff2');
    font-weight:700;
    font-style:normal;
}

/* Widget Base */
.diba-widget,
.diba-widget *{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'CalibriCustom', sans-serif;
}

/* Smooth Font */
.diba-widget{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Typography */
.diba-widget p{
    font-weight:400;
    letter-spacing:0.2px;
}

.diba-widget h1,
.diba-widget h2,
.diba-widget h3,
.diba-widget h4,
.diba-widget h5,
.diba-widget h6{
    font-weight:700;
}

/* List Reset */
.diba-widget ul,
.diba-widget li{
    list-style:none;
    margin:0;
    padding:0;
}

/* Link Style */
.diba-widget a{
    text-decoration:none;
    color:inherit;
}

/* Elementor Icon List */
.diba-widget .elementor-icon-list-item a{
    display:flex;
    align-items:center;
    width:100%;
    height:100%;
}

a {
    text-decoration: none;
}

ul, li {
/*     margin: 0;
    padding: 0; */
    list-style: none;
}

/* =====================================================/
   START: Hero Section
/===================================================== */

.hero-section {
    position: relative;
    width: 100%;
    height: 105vh;
    padding-left: 60px;
}

.hero-logo {
    position: absolute;
    top: 7%;
    left: 6.2%;
    z-index: 3;
}

.hero-logo img {
    width: 95%;
    height: 100%;
    object-fit: cover;
}


/* 🎥 Background Video */
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}


/* 🌑 Dark Overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(59, 58, 58, 0.5) ;
    z-index: 2;
}


/* ✨ Hero Content */
.hero-content {
    position: relative;
    z-index: 3;
    max-width: 890px !important;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    min-height: 143vh;
}

 
.hero-border-wrap {
    position: relative;
    width: 100%;
/*     height: 500px; */
    height: auto;
	padding: 0px !important;
    display: flex;
    align-items: center;
    text-align: start;
	
    display: flex;
    align-items: center;
    justify-self: stretch;
    align-self: stretch;

    text-align: start;

    top: auto;
    bottom: auto;
    left: auto;
    right: auto;

    pointer-events: auto;

    margin-left: 15%;
    margin-right: 15%;
    margin-top: 15%;
    margin-bottom: 21%;
	
}

/* .hero-border-wrap{
    position: relative;

    min-height: 0px;
    min-width: 0px;

    width: auto;
    max-width: 99999px;

    height: auto;
    max-height: 99999px;

    --aspect-ratio: auto;
    aspect-ratio: 1 / var(--aspect-ratio);

    --l_display: flex;
    --comp-display: unset;

    display: flex;
    align-items: center;
    justify-self: stretch;
    align-self: stretch;

    text-align: start;

    top: auto;
    bottom: auto;
    left: auto;
    right: auto;

    pointer-events: auto;

    margin-left: 15%;
    margin-right: 15%;
    margin-top: 15%;
    margin-bottom: 21%;

    grid-area: 1 / 1 / 2 / 2;

    padding: 0px !important;
}
 */
.hero-text-fixed {
    position: absolute;
    bottom: 0;
    left: 3%;
}

.hero-text-fixed span {
    font-size: 10px;
    font-weight: bold;
    color: #f9f9f9;
      -webkit-text-stroke: 0.3px #f9f9f9;
}

.animated-border{
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 1;
    border-radius: 3px;
}

.animated-border polyline {
    fill: none;
    stroke: #E50415;
    stroke-width: 5;
    stroke-dasharray: 4000;
    stroke-dashoffset: 4000;

    animation: drawLine 4s linear forwards;
}

@keyframes drawLine{
    to{
        stroke-dashoffset: 0;
    }
}


/* hero-text */
.hero-text {
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding-top: 65px;
    position: relative;
    overflow: hidden;
}

.hero-text h1 {
    font-size: 100px;
    font-weight: bold;
    line-height: 70px;
    color: #f9f9f9;
}

.hero-text p {
    font-size: 22px;
    font-weight: 400;
    color: #f9f9f9;
    line-height: 16px;
}

.hero-text .hero-btn a {
    min-height: 90px;
    min-width: 0px;
    width: 90px;
    height: 90px;
    pointer-events: auto;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    align-self: flex-start;
    align-items: center;
    justify-content: center;
    order: 3;
    position: relative;
    border-radius: 99px;
    background: rgba(77, 77, 77, 0.45);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.hero-text .hero-btn a img {
    width: 36px;
    height: 36px;
    display: inline-block;
    animation: upDown 2.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
    will-change: transform;

}

@keyframes upDown {

    0%{
        transform: translateY(0);
    }


    50%{
        transform: translateY(-14px);
    }

    100%{
        transform: translateY(0);
    }
}


@media screen and (min-width:1600px){
    .hero-content{
        min-height:160vh;
    }

}


/* 📱 Responsive Design */
@media(max-width:768px) {
    .hero-section {
        position: relative;
        width: 100%;
        height: 90vh;
        padding-left: 0px;
        padding: 0 30px;
        overflow: hidden;
    }

    .hero-text {
        margin-top: 30px;
    }

    .hero-text h1 {
        font-size: 32px;
        font-weight: bold;
        line-height: 0px;
        color: #f9f9f9;
    }

    .hero-text p {
        font-size: 28px;
        font-weight: 400;
        color: #f9f9f9;
        line-height: 39px;
    }


    .hero-text .hero-btn a {
        min-height: 50px;
        min-width: 0px;
        width: 50px;
        height: 50px;
        pointer-events: auto;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0px;
        margin-bottom: 0px;
        display: flex;
        align-self: flex-start;
        align-items: center;
        justify-content: center;
        order: 3;
        position: relative;
        border-radius: 99px;
        background: rgba(77, 77, 77, 0.45);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    .hero-text .hero-btn a img {
        width: 18px;
        height: 18px;
        display: inline-block;
        animation: upDown 2.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
        will-change: transform;

    }

    .hero-border-wrap {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0px !important;
        display: flex;
        align-items: center;
        text-align: start;
    }

    .hero-content {
        position: relative;
        z-index: 3;
        max-width: 100% !important;
        overflow: visible;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        min-height: 100vh;
    }

    .animated-border{
        display: block;
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        width: 93%;
        height: 100%;
        pointer-events: none;
        opacity: 1;
        border-radius: 3px;
    }

    .hero-text-fixed {
        position: absolute;
        bottom: 0;
        left: 25%;
    }



}


/* =====================================================/
   END: Hero Section
/===================================================== */
