*{
text-decoration: none !important;
outline: none !important;
width: auto;
}

/************VARIABLE CSS***********/
/************VARIABLE CSS***********/
:root {
 --main-font-size: 16px; 
  --main-font-weight: 400; 
  --main-line-height: 25px; 

       --font-titel: 'Minaret';
  --font-paragraph:'DM Sans', 'DM Sans Local', sans-serif;
 --themecolor:#FB6229;
  --title-color:#373737;
   --p-color:#3A3A3A;
 --bgcolor-light:#FFEFE9;
  --bgcolor-semi-light:#F6F6F6;
--color-white:#ffffff;
     scroll-behavior: smooth;
    scroll-padding-top: 4rem;
    --color-black:#000;
    --main-line-heigh:28px;
    --main-font-weight:400px;
    --main-font-size:18px;

     --transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}


/************VARIABLE CSS***********/
/************VARIABLE CSS***********/

body {
 
    font-weight:var(--main-font-weight);
  font-size:var(--main-font-size);
  color:var(--p-color);
  line-height:var(--main-line-heigh);
  background: var(--color-white);
  letter-spacing:0px;
  margin:0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;

font-family: var(--font-paragraph);
    /* Font-er pixel gulo smooth korar jonne */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    /* Letter spacing thik korun (Google Fonts ektu tight thake) */
    letter-spacing: -0.015em;
}


/* DM Sans Local - Regular */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-Regular.woff2') format('woff2'),
         url('../fonts/DMSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* DM Sans Local - Medium */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-Medium.woff2') format('woff2'),
         url('../fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* DM Sans Local - SemiBold */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-SemiBold.woff2') format('woff2'),
         url('../fonts/DMSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* DM Sans Local - Bold */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-Bold.woff2') format('woff2'),
         url('../fonts/DMSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ExtraBold */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-ExtraBold.woff2') format('woff2'),
         url('../fonts/DMSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Italics (Example: Medium Italic) */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-MediumItalic.woff2') format('woff2'),
         url('../fonts/DMSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Minaret';
    src: url('../fonts/MinaretRegular.woff2') format('woff2'),
        url('../fonts/MinaretRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minaret';
    src: url('../fonts/MinaretRegular.woff2') format('woff2'),
        url('../fonts/MinaretRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.rambla-regular {
  font-family: "Rambla", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rambla-bold {
  font-family: "Rambla", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.rambla-regular-italic {
  font-family: "Rambla", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.rambla-bold-italic {
  font-family: "Rambla", sans-serif;
  font-weight: 700;
  font-style: italic;
}


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?pt8k10');
  src:  url('../fonts/icomoon.eot?pt8k10#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?pt8k10') format('truetype'),
    url('../fonts/icomoon.woff?pt8k10') format('woff'),
    url('../fonts/icomoon.svg?pt8k10#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check_circle:before {
     font-family: 'icomoon';
  content: "\e900";
}
.icon-right:before {
     font-family: 'icomoon';
  content: "\e901";
  color: #e85a25;
}


figure{
    margin: 0;
}
p:empty{
  display: none !important;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}
ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
a, a:hover, a:focus{
  text-decoration: none;
}
ol {
    list-style: decimal inside;
}

.h1, .h2, .h3, h1, h2, h3,h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: var( --font-titel) !important;
}

p {
    margin: 0;
    padding: 0;
    color: #2e2e2e;
    font-size: 15px;
    line-height: 26px;
    font-family: var(--font-paragraph);
}
b,
strong {
    font-weight: 800;
}
blockquote {
    margin: 0;
    padding: 0;
    border: none;
}
a,
a:hover,
a:visited {
    color: #000;
}
::selection {
  background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
a:focus,p:focus,div:focus,input:focus,textarea:focus,submit:focus,button:focus{
  outline:none;
  
}



/**************theme sacting*******/
.swich0{
  display: none !important;
}
.swich1{
  display: block;
}

/*****************
Typography
*****************/
.h1 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 800 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
}

.h2 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
    letter-spacing: -0.5px;
}

.h3 {
     margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-family) !important;
    letter-spacing: -0.5px;

}
.h4 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}
.h5 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}

.font-size p,.font-size a {
    font-size: 13px !important;
    font-weight: 500;
 
}

.font-size2 p {
    font-size: 18px;
    font-weight: 300;
    color: #6a6a6a;

    font-family: var(--font-paragraph);
}
.font-bold {
    font-weight: 800;
  
}
.font-semibold {
    font-weight: 700;
}
.font-mediumbold {
    font-weight: 600;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-italic {
    font-style: italic;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.color-white{
  color: #fff !important;
}
.color-white p,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white ul li,
.color-white ul li a{
  color: #fff !important;
}
p {
    font-size: 17px;
    color: #444444;
    line-height: 26px;
    letter-spacing: 0;
}

.letter-spacin-0{
  letter-spacing: 0px;
}
.letter-spacin-1{
  letter-spacing: 1px;
}
.letter-spacin--1{
  letter-spacing: -1px;
}

.image-shadow img{
  box-shadow: 0px 0px 30px #ccc;
}

.relativ-class{
  position: relative;
}

/*****************
Typography
*****************/
/***************
VISUL CLASS
*************/
.overflow-visible{
  overflow: visible !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.box-shadow { box-shadow:0px 0px 40px rgba(2, 2, 2, 0.18);
}

.no-shadow{
  box-shadow: none !important;
}

/***************
VISUL CLASS
*************/


/***************
page scrool
**************/
.scrollup{
  position:fixed;
  right:-60px;
  bottom:30px;
  width:45px;
  height:45px;
  background:var(--themecolor);
  color:#fff;
  text-align:center;
  line-height:45px;
  cursor:pointer;
  transition:all .4s ease;
  z-index:9999;
  border-radius:4px;
  opacity:0;
}

.scrollup i{
  font-size:20px;
}

/* Active Show */
.scrollup.active{
  right:30px;
  opacity:1;
}


/***************
page scrool
***************/



.section {
    width: 100%;
overflow: hidden;
}

/*+++++++++++++++++NAV MENU+++++++++++++++++++*/

.nav{
width: auto;
}
#pull{display:none;}
.nav > ul{
 
font-family: var(--font-paragraph);
  
    

}

.nav > ul > li::after{
 content: " ";
    width: 8px;
    height: 8px;
    background-color:transparent;
    border-radius: 100px;
    position: absolute;
    top: 12px;
    left: -8px;
}

.nav > ul > li:last-child:after{
  content: "";

}

.nav > ul > li{position:relative;display:inline-block;vertical-align:top;width:auto;height:auto;
  margin:0px 45px 0px 0px;}
.nav > ul > li:last-child,
.nav > ul > li:only-child{margin:0px 0px 0px 0px}
.nav > ul > li::before {
  position: absolute;
  bottom: -7px;
  left: 27%;
  z-index: 0;
  content: " ";
  width: 40%;
  height: 3px;
  background:transparent;
  border-radius:0px; 
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
 
}
.nav > ul > li:hover:before,
.nav > ul > li.current-menu-item:before,
.nav > ul > li.current-menu-parent:before,
.nav > ul > li.current-menu-ancestor:before{transform:scaleX(1);-webkit-transform:scaleX(1);}
.nav > ul > li > a {
 font-family: "Rambla", sans-serif;
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
    padding: 5px 6px 5px 7px;

    font-weight:500;
    font-size: 18px;
color:#4E4E4E; 
  line-height: 22px;
  cursor: pointer;
 letter-spacing: 0.02em;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;





}
.nav > ul > li > a i{ font-size: 16px;}
.nav > ul > li:hover > a,
.nav > ul > li.current-menu-item > a,
.nav > ul > li.current-menu-parent > a,
.nav > ul > li.current-menu-ancestor > a{ color:var(--themecolor); }
.nav > ul > li > ul{position:absolute;top:100%;
  left:0;z-index:9999;width:240px;height:auto;padding:3px 0px 0px 0px;
  background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul,
.nav > ul > li:nth-last-child(2) > ul{left:auto;right:0;}
.nav > ul > li:hover > ul{top:100%;opacity:1;visibility:visible;}
.nav > ul > li > ul > li,
.nav > ul > li > ul > li > ul > li{position:relative;width:100%;height:auto;float:left;}
.nav > ul > li > ul > li > a,
.nav > ul > li > ul > li > ul > li > a{

    display: block;
    width: auto;
    height: auto;
    padding: 2px 15px 1px 15px;
    background: #707070;
    border-top: 1px #676767 solid;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;}
.nav > ul > li:hover > ul > li > a,
.nav > ul > li:hover > ul > li > ul > li > a{padding:9px 15px 10px 15px;}
.nav > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li.current-menu-parent > a,
.nav > ul > li > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li > ul > li.current-menu-parent > a{background:var(--themecolor);}
.nav > ul > li > ul > li > ul{position:absolute;top:10%;left:100%;z-index:9999;width:240px;height:auto;background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul > li > ul,
.nav > ul > li:nth-last-child(2) > ul > li > ul{left:auto;right:100%;}
.nav > ul > li > ul > li:hover > ul{top:0;opacity:1;visibility:visible;}

.nav > ul .menu-item-has-children{
    position: relative;
}
.nav > ul .menu-item-has-children > a::after {
content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    margin-left: 12px;
    font-size: 13px;
    color: #4E4E4E;
    position: relative;
    top: -2px;
}


/*+++++++++++++++++NAV MENU+++++++++++++++++++*/

/****************
START HEADER PART
****************/

 .sticky{
   padding:0px 0px;
    position: fixed !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 999 !important;
 background-color:#fff !important;
}
  
/****************
END HEADER PART
****************/

/***************MPBILE MENU***********/

.hamburger{
  display:none;
  flex-direction:column;
  gap:6px;
  cursor:pointer;
}

.hamburger span{
  width:28px;
  height:2px;
  background:var(--color-black);
  transition:.4s;
}

.hamburger.active span:nth-child(1){
  transform:rotate(45deg) translate(5px,5px);
}

.hamburger.active span:nth-child(2){
  opacity:0;
}

.hamburger.active span:nth-child(3){
  transform:rotate(-45deg) translate(6px,-6px);
}

/* Mobile Menu */
.mobile-menu{
position: fixed;
    top: 0;
    left: -100%;
    width: 260px;
    height: 100vh;
    background: #2A2A2A;
    padding-top: 40px;
    transition: .4s ease;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-menu ul{
  list-style:none;
  padding-left:25px;
}

.mobile-menu li{
  margin-bottom:20px;
}

.mobile-menu a{
  color:#fff;
  text-decoration:none;
}

.mobile-menu.active{
  left:0;
}


.mobile-menu ul.sub-menu {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    opacity: 0;
    padding-left: 0px;
    margin-top: 15px;
}
.mobile-menu ul.sub-menu li{
    margin-bottom: 10px;
}
.mobile-menu ul.sub-menu li a{
    font-size: 16px;
}

.mobile-menu li.open > ul.sub-menu {
    height: auto; 
    visibility: visible;
    opacity: 1;
}


.mobile-menu li.menu-item-has-children > a {
    position: relative;
    display: block;
}

.mobile-menu li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    position: absolute;
    right: 18px;
    transition: transform 0.4s ease;
}

.mobile-menu li.open > a::after {
    transform: rotate(180deg);
}



/***************MPBILE MENU***********/
.max-1100{
     max-width: 1100px;
    margin-left: auto;
    margin-right: auto; 
}
.max-1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.max-900{
    max-width: 900px;
    margin: auto;
}
.max-800{
 max-width: 800px;
    margin: auto;
}
.max-700{
     max-width: 700px;
    margin: auto;
}
.max-600{
     max-width: 600px;
    margin: auto;
}
.max-500{
     max-width: 500px;
    margin: auto;
}


/****************************slider vanila css****************************/
   .slider-wrapper { position: relative; width: 100%; max-width: 100%; margin: 0 auto; overflow: hidden; }
        .slider-track { display: flex; will-change: transform; cursor: grab; }
        .slide-item { flex-shrink: 0; padding: 10px; box-sizing: border-box; /*transition: 0.5s;*/ }
        .content-box { 
            height: 300px; background: var(--primary); color: #fff; border-radius: 15px;
            display: flex; align-items: center; justify-content: center; font-size: 2.5rem;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1); font-weight: bold;
        }

        /* 1. Center Mode */
      /* slide height same */
.center-style .slide-item{
    height:635px;
    display:flex;
    transition: 0s;
}

/* inner box full height */
.center-style .servic-item-box{
    height:100%;
    display:flex;
    flex-direction:column;
    width: 100%;
    position: relative;
}

/* image container */
.center-style .servic-img{
    height:100%;
}

/* image fit */
.center-style .servic-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.service-overlay{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:20px;
    background:linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  
}


       .center-style .slide-item.active .service-overlay-center {
    max-width: 558px;
    background: #F5F5F5;
    text-align: center;
    margin: auto;
    transform: translate(0px, 60px);
    padding: 16px;
    border-radius: 0;
}
 .overlay-desc{
    display:none;
}

/* center slide show */
.slide-item.active .overlay-desc{
    display:block;
}

        /* 2. Peek Mode (Half Visible) */
        .peek-style .slider-track { padding: 0 10%; }

        /* 3. Thumbnail Sync Style */
        .thumb-nav-wrapper { max-width: 600px; margin: 0 auto 40px; }
        .thumb-content {
            height: 70px; background: #ddd; border-radius: 8px; cursor: pointer;
            opacity: 0.6; transition: 0.3s; border: 3px solid transparent;
            display: flex; align-items: center; justify-content: center; font-weight: bold;
        }
        .thumb-nav-item.active .thumb-content { opacity: 1; border-color: var(--themecolor); background: #fff; }

        /* Theme Colors */
        .normal-style .content-box { background: #10b981; }
        .grid-style .content-box { background: #f59e0b; font-size: 1.5rem; }
        .thumb-main-style .content-box { background: #6366f1; }

        /* Controls */
        .nav-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; cursor: pointer; background: #fff; 
            border: none; width: 40px; height: 40px; border-radius: 50%; box-shadow: 0 2px 10px rgba(0,0,0,0.2); }
        .prev-id { left: 10px; } .next-id { right: 10px; }
        .dots-id { display: flex; justify-content: center; gap: 8px; margin-top: 15px; }
      .dot-class { 
    width: 9px; 
    height: 9px; 
    background: #ccc; 
    border-radius: 50%; 
    cursor: pointer; 
  
    transition: transform 0.3s ease, background 0.3s ease; 
    display: inline-block; 
}

.dot-class.active { 
    background: var(--themecolor); 
   
  
}

/****************************slider vanila css****************************/



/***************header***********/
    .container {
        max-width: 1170px;
    }

    .section-padding{
    padding: 80px 0px;
    position: relative;
}

.top-header{
max-width: 720px;
margin: auto;
background-color: var(--themecolor);
border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 9px 0px;
}


.infor{
    display: flex;
    width: auto;
    align-items: center;
    position: relative;
}
.infor:after{
  content: "";
    position: absolute;
    right: -6px;
    top: 5px;
    background: #ffc9b4;
    width: 1px;
    height: 20px;
}
.socil-top{
     display: flex;
    width: auto;
}


/* contact info */
a.infor {
    font-size: 16px;

    text-decoration: none;
    margin-right: 15px;
     color: #ffffff;

}

a.infor i {
   margin-right: 6px;
    color: #ffffff;
    font-size: 21px;
}

/* social list */
.socil-top {
    display: flex;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* round icon style */
.socil-top li a {
    width: 27px;
    height: 27px;
    background: #FFA381;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; 
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}
.socil-top li a:hover {
  
    background: #fff;
 
    font-size: 16px;
    color: var(--themecolor);
    transition: 0.3s;
}


.logo-left{
    max-width: 160px;
    width: auto;
        margin-top: -24px;
}
.top-right{
    width: auto;
}

a.btn-top{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background: #FB6229;
    border-radius: 100px;
    padding: 10px 26px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s;

}
a.btn-top:hover{
     background: #a0c039; 
       color: #fff;
}


/********************************************banner******************************/
/********************************************banner******************************/

.left-colm{
    width: auto;
    flex:0 0 53%;
    padding-left: 34px;
        padding-right: 30px;

}
.right-colm{
    width: auto;
       flex:0 0 47%;
}


/* Hero Slider Fade Fix */
#heroslider .slider-track {
    display: flex; 
    transform: none !important; /* ট্রাক নড়াচড়া করবে না */
    transition: none !important;
}

#heroslider .slide-item {
    flex: 0 0 100%; /* প্রতিটি স্লাইড ১০০% চওড়া */
    width: 100%;
    margin-right: -100%; /* ট্রিক: সব স্লাইডকে এক জায়গায় টেনে আনা */
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out, visibility 1s;
    z-index: 1;
}

#heroslider .slide-item.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* কন্টেন্ট লেআউট */
.hero-flex-container {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 500px; /* এখানে হাইট দিলে আর কোনো সমস্যা হবে না */
}

.hero-banner{
    background-color: #2EB7B0;
}

.left-colm h3{

font-style: normal;
font-weight: 400;
font-size: 92px;
line-height: 86px;
/* or 163% */

/* white */
color: #FFFFFF;


}
.left-colm h3 span{
font-size: 69px;
}
.left-colm p{
    margin-top: 18px;
font-style: normal;
font-weight: 400;
font-size: 25px;
line-height: 36px;
    max-width: 530px;

/* white */
color: #FFFFFF;


}

.right-aligt{
    width: 644px;
}

.hero-banner .container{
    max-width: 1400px;
}
.hero-banner{
    padding: 100px 0px 200px;
    position: relative;
}
.leftelment {
    position: absolute;
    left: 3%;
    top: 15%;
    z-index: 5;
    /* Duration 8s for a very slow, calm movement */
    animation: planetFloat 8s ease-in-out infinite;
    will-change: transform;
}

@keyframes planetFloat {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    40% {
        transform: translate(15px, -25px) rotate(5deg);
    }
    70% {
        transform: translate(-10px, 10px) rotate(-5deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

.rightlment{
    position: absolute;
    right: 3%;
    top: 15%;
    z-index: 5;
    /* Duration 8s for a very slow, calm movement */
    animation: planetFloat 8s ease-in-out infinite;
    will-change: transform;
}

.video-popup{
       display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}
.video-popup span:after{
content: "";
    position: absolute;
    background: url(../images/ar-v.png);
    background-repeat: no-repeat;
    width: 99px;
    height: 98px;
    left: auto;
    right: 42px;
    bottom: -52px;
}
.video-popup span{
    max-width: 200px;
    font-size: 20px;
    line-height: 29px;
    color: #fff;
        text-align: right;
}


a.btn-banner{
 color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    background: #FB6229;
    border-radius: 100px;
    padding: 15px 40px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s;
}

section.slider-gap {
    margin-top: -120px;
}

.slider-gap {
    width: 100%;
    overflow: hidden; 
    background: transparent;
   margin-top: -120px;
    position: relative;
    z-index: 10;
}

.cloud-move-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.moving-cloud {
    width: 110%; 
    max-width: none;
    height: auto;
    /* অ্যানিমেশন কল করা হলো */
    animation: slowCloudMove 15s ease-in-out infinite;
    will-change: transform;
}


@keyframes slowCloudMove {
    0% {
        transform: translateX(-20px) translateY(0);
    }
    50% {
        transform: translateX(20px) translateY(-10px); 
    }
    100% {
        transform: translateX(-20px) translateY(0);
    }
}

/**********animeshn************/
#heroslider .slide-item .left-colm h3,
#heroslider .slide-item .left-colm p,
#heroslider .slide-item .left-colm .btn-banner,
#heroslider .slide-item .video-popup,
#heroslider .slide-item .right-colm img {
    opacity: 0;
    transform: translateY(30px);
    transition: none;
}


#heroslider .slide-item.active .left-colm h3 {
    animation: fadeInUp 0.8s forwards 0.3s;
}

#heroslider .slide-item.active .left-colm p {
    animation: fadeInUp 0.8s forwards 0.5s;
}

#heroslider .slide-item.active .left-colm .btn-banner {
    animation: zoomIn 0.6s forwards 0.8s;
}

#heroslider .slide-item.active .video-popup {
    animation: fadeInUp 0.8s forwards 1s;
}

#heroslider .slide-item.active .right-colm img {
    animation: fadeInRight 1s forwards 0.4s;
}

/* Keyframes defined */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


/**********animeshn************/

/********************************************banner end******************************/
/********************************************banner end******************************/

/********************************************banner end******************************/

