@import "font.css";
@import "header.css";
@import "footer.css";

:root {
  --inter18ptRegular: 'Inter 18pt Regular';
  --inter18ptBold: 'Inter 18pt Bold';
  --inter18ptExtraBold: 'Inter 18pt ExtraBold';
  --inter18ptLight: 'Inter 18pt Light';
  --inter18ptMedium: 'Inter 18pt Medium';
  --inter18ptSemiBold: 'Inter 18pt SemiBold';
  --inter18ptThin: 'Inter 18pt Thin';
  --inter24ptRegular: 'Inter 24pt Regular';
  --inter24ptBold: 'Inter 24pt Bold';
  --inter24ptExtraBold: 'Inter 24pt ExtraBold';
  --inter24ptLight: 'Inter 24pt Light';
  --inter24ptMedium: 'Inter 24pt Medium';
  --inter24ptSemiBold: 'Inter 24pt SemiBold';
  --inter24ptThin: 'Inter 24pt Thin';
  --inter28ptRegular: 'Inter 28pt Regular';
  --inter28ptBold: 'Inter 28pt Bold';
  --inter28ptExtraBold: 'Inter 28pt ExtraBold';
  --inter28ptExtraLight: 'Inter 28pt ExtraLight';
  --inter28ptLight: 'Inter 28pt Light';
  --inter28ptMedium: 'Inter 28pt Medium';
  --inter28ptSemiBold: 'Inter 28pt SemiBold';
  --yellow:#D8D8D8;
}
.container{width:100%;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem}
*{margin:0;padding:0;box-sizing:border-box}
ul,ol{list-style:none}
a,a:focus, a:active{text-decoration:none;color:inherit; -webkit-tap-highlight-color: transparent;outline: none;}
body{font-family: var(--inter18ptRegular), sans-serif;font-weight: 400;color:#000;background-color:#fff}
img{max-width:100%;height:auto;display:block}
button{background:none;border:none;cursor:pointer;font:inherit}
table{border-collapse:collapse;border-spacing:0}
h1,h2,h3,h4,h5,h6{font-weight:normal;margin:0}
p{margin:0}
p>em{display:block}
input,input:focus,input:active,input:focus-visible{outline:none!important;box-shadow:none!important}
select:focus,select:active,select:focus-visible{outline:none;box-shadow:none}
html{scroll-behavior:smooth}
* { -webkit-tap-highlight-color: transparent; }

/* Custom Scrollbar - Black Theme */
::-webkit-scrollbar{width:12px;height:12px}
::-webkit-scrollbar-track{background:#1a1a1a;border-radius:6px}
::-webkit-scrollbar-thumb{background:#333;border-radius:6px;border:2px solid #1a1a1a;transition:background .3s ease}
::-webkit-scrollbar-thumb:hover{background:#555}
::-webkit-scrollbar-thumb:active{background:#777}
::-webkit-scrollbar-corner{background:#1a1a1a}
*{scrollbar-width:thin;scrollbar-color:#333 #1a1a1a}

  
@media screen and (min-width: 1800px) {
}

@media screen and (min-width: 1600px) {
}

@media screen and (min-width: 1440px) {
}

@media screen and (min-width: 1200px) {
.container{padding-left:60px;padding-right:60px}
}

@media screen and (min-width: 1300px) {
}

@media only screen and (max-width: 991px) {
.container{padding-left:25px;padding-right:25px}
}

@media only screen and (max-width: 767px) {
  .container{padding-left:15px;padding-right:15px}
}

@media only screen and (max-width: 479px) {
}

/*blogs*/
.blogsWrap{padding: 120px 0;background: #151412;}
.blogsHead{text-align: center;color: var(--yellow);margin-bottom: 80px;}
.blogsHead > h2{font-size: 45px;line-height: 1em;margin: 0;font-family: var(--inter24ptSemiBold);}
.blogsBody{display: grid;grid-template-columns: repeat(4, 1fr);gap:80px 30px;color: var(--yellow);}
.blogItemLink{display: block;text-decoration: none;color: inherit;}
.blogItem{border-bottom: 1px solid var(--yellow);cursor: pointer;}
.blogItem > span{font-size: 13px;line-height: 1em;margin: 30px 0 10px;display: block;font-family: var(--inter24ptRegular);}
.blogItem > h5{font-size: 18px;line-height: 1.5em;font-family: var(--inter24ptMedium);}
.blogItem > p{font-size: 14px;line-height: 1.6em;margin: 25px 0;font-family: var(--inter24ptRegular);}
.blogLink{font-size: 12px;line-height: 1em;margin-bottom: 12px;display: inline-flex;gap: 5px;align-items: center;font-family: var(--inter18ptRegular);}
.blogLink > img{transition: transform 0.3s ease;}
.blogItem:hover .blogLink > img{transform: translateX(3px);}
.blogImg{overflow:hidden;position:relative;height:258px;}
.blogImg img{transition:transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);width: 100%;height:100%;object-fit:cover;transform-origin:center;will-change:transform;}
.blogItem:hover .blogImg img{transform:scale(1.05);}
.blogfooter{display: flex;justify-content:center;align-items: center;margin: 55px 0 0;}
.blogfooterLink{background: rgb(66, 40, 27, .46);border: 1px solid rgb(66, 40, 27, .46);border-radius: 50px;align-items: center;gap: 10px;padding: 16px 24px;transition: all .3s;display: inline-flex;width: max-content;font-size: 16px;font-family: var(--inter24ptSemiBold);color: var(--yellow);}
.blogfooterLink:hover{background: #42281B;color: var(--yellow);}
.blogfooterLink:active,
.blogfooterLink:focus,
.blogfooterLink:focus-visible{background: #5a3020;border-color: #5a3020;color: var(--yellow);}

  .insightsUpdatesDetailsWrap{padding:160px 0;background-color: #000;color: #d8d8d8;}
  .insightsUpdatesDetailsBody{display:flex}
  .insightsUpdatesDetailsLftCont{border-right:1px solid #181818;padding-right:40px;flex:80%}
  .insightsUpdatesDetailsRghtCont{padding-left:40px}
  .insightsUpdatesDetailsRghtCont>h3{font-size:22px;line-height:1em;margin-bottom:30px;font-family:var(--medium);color:#d8d8d8}
  .recentPostsWrap{display:flex;flex-direction:column;gap:30px;position:sticky;top:150px}
  .recentPostsitem{display:flex;gap:20px;border-bottom:1px solid #181818;padding-bottom:30px;align-items:center;cursor:pointer}
  .recentPostsitem>p{font-size:18px;line-height:1.4em;font-family:var(--medium);transition:all .3s ease}
  .recentPostImg>img{min-width:120px;display:block}
  .recentPostsitem:hover p{color:#fff}
  .blogPostContentHead>h3{font-size:18px;line-height:1em;color:#d8d8d8}
  .blogPostContentHead>h1{font-size:36px;line-height:1.2em;font-family:var(--medium);color:#d8d8d8;margin:20px 0 10px;max-width:800px}
  .blogPostContentHead>span{color:#d8d8d8;font-size:16px;line-height:1em}
  .blogPostContent img{border-radius:20px;width:100%;height:auto;margin:30px 0}
  .blogPostContent h2{font-size:26px;line-height:1.4em;margin:20px 0;font-family:var(--medium)}
  .blogPostContent p{font-size:16px;line-height:1.5em;margin-bottom:15px}
  .blogPostContent p>b{margin:10px 0;font-family:var(--medium);display:block}
  .blogPostContent ul>li{font-size:16px;line-height:1.5em;position:relative;padding:0 0 8px 25px}
  .blogPostContent ul>li::before{content:"";position:absolute;top:7px;left:0;width:8px;height:8px;border-radius:50%;border:1px solid var(--yellow)}
  .blogVideowWap{position:relative;width:100%;margin:0 auto;overflow:hidden;border-radius:10px;margin:30px 0;display:block}
  .blogVideowWap img{display:block;width:100%;height:auto;border-radius:20px;margin:0}
  .blogVideoOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0003;border-radius:20px}
  .blogVideoPlayBtn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:65px;height:65px;display:flex;align-items:center;justify-content:center;transition:all .5s ease}
  .blogVideowWap:hover .blogVideoPlayBtn{transform:translate(-50%,-50%) scale(1.3)}
  /* Share Section */
  .blogPostShareSec{margin:60px 0 0;display:flex;flex-wrap:wrap;align-items:center;gap:14px;padding:28px 0;border-top:1px solid #181818;border-bottom:1px solid #181818}
  .blogPostShareSec .shareLabel{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#666;font-family:var(--inter18ptMedium);margin-right:6px}
  .blogPostShareSec .shareButton{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:transparent;border:2px solid;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease;flex-shrink:0}
  .blogPostShareSec .shareButton:hover{transform:translateY(-3px)}
  .blogPostShareSec .facebook{border-color:#1877f2;color:#1877f2}
  .blogPostShareSec .facebook:hover{background:#1877f2;color:#fff}
  .blogPostShareSec .twitter{border-color:#e7e7e7;color:#e7e7e7}
  .blogPostShareSec .twitter:hover{background:#e7e7e7;color:#000}
  .blogPostShareSec .whatsapp{border-color:#25d366;color:#25d366}
  .blogPostShareSec .whatsapp:hover{background:#25d366;color:#fff}
  .blogPostShareSec .linkedin{border-color:#0a66c2;color:#0a66c2}
  .blogPostShareSec .linkedin:hover{background:#0a66c2;color:#fff}
  .blogPostShareSec .email{border-color:#a855f7;color:#a855f7}
  .blogPostShareSec .email:hover{background:#a855f7;color:#fff}


