* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    user-select: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  a{
    color: black;
    text-decoration: none;
  
  }
  .text-center{
    text-align: center;
  }
  .mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1270px;
  }
  .back-img-set{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .relative{
    position: relative;
  }
  
  .flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .flex-side {
    display: flex;
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .col-12 {
    width: 100%;
  }
  .col-7{
    width: 58.33333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5{
    width: 41.66667%;
  }
  .col-3{
    width: 25%;
  }
  
  img{
    max-width: 100%;
    height: auto;
    border: 0;
  }
  .text-gradient{
    background-clip: text !important;
    color: transparent !important; 
    font-weight: 600;
    line-height: 1.5;
  }


  .section-navbar{
    z-index: 99;
    height: 110px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: white;
  }
  .section-navbar .container{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: white;
  }
  .navbar-item img{
    height: 70px;
  }
  .navbar-item{
    text-align: center;
  }
  .navbar-item p{
    font-weight: bolder;
  }
  .navbar-item span{
    font-family: Montserrat;
    font-size: 14px;
    color: rgb(0, 0, 0);
  }

  .section1{
    margin-top: 110px;
  }

  .prime-container{
    background-image: url("./backimg.jpg");
    padding: 30px;
    height: 720px;
    position: relative;
  }

  .prime-title h1{
    font-family: Montserrat;
    color: rgb(246, 104, 54);
    font-weight: 600;
    font-style: normal;
    font-size: 48px;
  }
  .prime-title span{
    font-family: Montserrat;
    color: rgb(40, 55, 102);
    font-weight: 600;
    font-style: normal;
    font-size: 48px;
  }
  .prime-title{
    background: rgba(255, 255, 255, 0.7);
    border-style: none;
    border-radius: 23px;
    height: 152px;
    margin-top: 20px;
  }
  .section1 .row{
    padding: 0 60px;
  }

  .prime-left{
    box-shadow: 0px 0px 5px 5px #e2e2e2;
    left: 0px;
    top: 389px;
    display: block;
    background: rgba(255, 255, 255, 1);
    border-style: none;
    border-radius: 15px;
    z-index: 23;
    width: 312.5px;
    height: 520px;
    position: absolute;
    padding: 20px 30px;
  }
  .prime-left-main{
    margin-top: 20px;
  }
  .prime-left-main h3{
    color: rgb(40, 55, 102);
    font-size: 17px;
    font-weight: bolder;
    margin-bottom: 40px;
  }
  .prime-left-main h3 span{
    color: rgb(246, 104, 54);
    font-size: 17px;
    font-weight: bolder;
  }
  .section4 .col-4 .text-center{
    width: 100%;
  }
  .prime-left-item img{
    width: 30px;
    margin-right: 15px;
  }
  .prime-left-item{
    margin: 18px 0;
  }
  .prime-left-item p{
    color: rgb(40, 55, 102);
    font-size: 16px;
    font-weight: bolder;
  }
  .prime-left-item span{
    color: rgb(40, 55, 102);
    font-size: 16px;
    font-weight: lighter;
  }

  .prime-right{
    box-shadow: 0px 0px 5px 5px #e2e2e2;
    left: 358px;
    top: 389px;
    display: block;
    background: rgba(255, 255, 255, 1);
    border-style: none;
    border-radius: 15px;
    z-index: 2;
    width: 722px;
    position: absolute;
    padding: 40px 30px;
  }

  .prime-right-title h3{
    color: rgb(246, 104, 54);
    font-weight: 700;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .prime-right-title span{
    margin-bottom: 14px;
    font-weight: 500;
    font-family: Montserrat;
    font-size: 14px;
    display: inline-block;
    color: rgb(40, 55, 102);
  }
  .prime-right-title h3 span{
    font-weight: 700;
    font-family: Montserrat;
    font-size: 26px;
    color: rgb(40, 55, 102);
    font-style: normal;
  }
  .prime-right-items{
    padding: 0 80px;
  }
  .prime-right-item{
    margin-block-end: 8px;
    margin-inline-end: 8px;
    width: calc(33.3333% - 5.33333px);
    border: 1px solid grey;
    border-radius: 4px;
  }
  .prime-right-item img{
    width: 100%;
  }
  .prime-right-item p{
    margin: 0px;
    font-weight: unset;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .prime-right-body span{
    color: rgb(246, 104, 54);
    font-size: 16px;
    line-height: 24px;
    font-weight: bolder;
    display: inline-block;
    margin-bottom: 20px;
  }


  .prime-right-body{
    border-top: 2px solid rgb(246, 104, 54);
    padding-top: 20px;
  }
  .prime-right-btn{
    position: relative;
    font-family: inherit;
    line-height: initial;
    font-weight: 700;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-property: background-color, color, border-color, opacity, box-shadow;
    transition-timing-function: ease-out;
    outline: none;
    border: 1px solid transparent;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
    padding-block: 6px;
    padding-inline: 14px;
    min-height: 40px;
    background-color: rgb(246, 104, 54);
    color: rgb(43, 13, 2);
    border-radius: 8px;
    display: inline-block;
    margin-top: 15px;
  }
  .prime-special{
    margin-top: 80px;
    height: auto;
    letter-spacing: 0px;
    word-spacing: -1px;
    font-size: 12px;
    font-family: Montserrat;
    color: rgb(5, 2, 0);
    font-style: italic;
  }
  .prime-special a{
    color: #182241;
  }
  .section1{
    margin-bottom: 300px;
  }

  .header-title{
    margin-top: 100px;
  }
  .header-title h1{
    font-family: Montserrat;
    color: rgb(246, 104, 54);
    font-style: normal;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 28px;
  }
  .header-title span{
    font-family: Montserrat;    
    color: rgb(40, 55, 102);
    font-style: normal;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 28px;
  }
  .section2{
    padding: 80px;
  }
  
  .install-body{
    position: relative;
  }
  .install-item{
    text-align: center;
    
  }
  .install-item img{
    width: 162px;
  }

  .install-item h4{
    color: rgb(40, 55, 102);
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
  }
  .install-item p{
    margin-top: 60px;
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    color: rgb(40, 55, 102);
    text-align: center;
    font-size: 16px;
    width: 195px;
    margin-left: auto;
    margin-right: auto;
  }
  .bottom-arrow{
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background: rgba(255, 255, 255, 0);
    z-index: 11;
    position: absolute;
    width: 66px;
    height: 65px;
  }
  .install-btn{
    padding-top: 100px;
  }
  .install-btn span{
    display: inline-block;
    border-radius: 15px;
    width: 410px;
    height: 45px;
    background: rgba(246, 104, 54, 1);
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    font-weight: 400;
    font-family: Montserrat;
    font-style: normal;
    text-align: center;
  }
  .install-btn h6{
    font-weight: 700;
    font-family: Montserrat;
    font-size: 14px;
    color: rgb(151, 151, 151);
  }
  .section3{
    padding: 80px;
  }
  .work-container{
    margin: 0 40px;
    position: relative;
  }
  .work-main span{
    color: rgb(246, 104, 54);
  }
  .work-main h1{
    color: rgb(40, 55, 102);
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
  }
  .work-main p{
    color: rgb(40, 55, 102);
    text-align: center;
    font-size: 16px;
    margin: 16px 0;
  }
  .green-items{
    margin : 0 40px ;
  }
  .green-item{
    margin-bottom: 15px;
    display: flex;
    position: relative;
  }

  .green-item p{
    font-size: 18px;
    line-height: 20px;
    font-weight: bolder;
    text-align: left;
    padding-left: 30px;
  }
  .work-container .col-6{
    margin: 0 15px;
  }
  .work-img img{
    border-radius: 20px;
  }
  .work-container .bottom-arrow {
    margin-top: 30px;
  }

  .section4{
    padding: 15px 60px;
    display: block;
    background: rgba(40, 55, 102, 1);
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 298px;
    position: relative;
  }
  .section4 img{
    height: 110px;
  }
  .section4 h4{
    font-weight: bolder;
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
  }
  .section4 p{
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    color: rgb(255, 255, 255);
  }
  .section5{
    padding: 120px;
  }
  .section5 .work-main p{
    font-size: 16px;
  }
  .section5 .green-items{
    margin-top: 40px;
    position: relative;
  }
  .section5 .bottom-arrow{
    margin-top: 60px;
  }

  .orange-btn{
    display: inline-block;
    border-radius: 15px;
    width: 410px;
    height: 45px;
    background: rgba(246, 104, 54, 1);
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    font-weight: 400;
    font-family: Montserrat;
    font-style: normal;
    text-align: center;
  }
  .section-footer .flex-row{
    margin: 50px 0;
  }
  .section-footer h1{
    color: rgb(246, 104, 54);
    font-size: 28px;
  }
  .section-footer img{
    margin: 0 30px;
  }
  .cookie-group{
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 40;
  }

  .cookie{
    width: 46px;
    background-color: rgba(40, 55, 102, 1);
    height: 46px;
    border-radius: 50%;
    z-index: 55;
    border: 3px solid rgba(40, 55, 102, 1);
    position: relative;
  }
  .cookie-main{
    position: relative;
    z-index: 50;;
  }
  .cookie-letter{
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 46px;
    border-radius: 46px;
    right: 0;
    transition: .5s;
    background-color: rgba(40, 55, 102, 1);
    overflow: hidden;
    color : white;
    font-weight: bolder;
    line-height: 46px;
    z-index: 49;
  }
  .cookie-main:hover .cookie-letter{
    width: 300px;
    padding-left: 50px;
  }

  .container{
    max-width: 1280px;
  }
  .ending{
    margin-top: -740px;
  }
  .prime-right{
    left: auto;
    right: 0;
  }
  @media (max-width : 1199px){
    .container{
      max-width: 1140px;
    }
    .prime-right{
      width: 540px;
      margin-top: -20px;
      position: relative;
    }
    .prime-left{
      position: relative;
    }
    .ending{
      margin-top : -190px
    }
    .prime-right{
      margin-top: -20px;
    }
    .prime-left{
      width: 100%;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
    }
    .prime-right{
      width: 100%;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      margin-top: 30px;
    }
  }
  
  @media (max-width : 991px){
    .container{
      max-width: 940px;
    }
  }
  
  @media (max-width : 768px){
    
    .ending{
      margin-top : -190px
    }
    .container{
      max-width: 740px;
    }
    .prime-title{
      width: auto;
    }
    .prime-title h1{
      font-size: 36px;
    }
    .prime-title span{
      font-size: 36px;
    }
    .section-navbar .container{
      width: 100%;
    }
    .section2{
      padding-top: 0;
    }
    .section1{
      margin-bottom: 80px;
    }
    .install-body{
      flex-wrap: wrap;
    }
    .install-body .col-3{
      width: 50%;
    }
    .work-container{
      flex-wrap: wrap;
    }
    .work-container .col-6{
      width: 100%;
    }
    .section4{
      padding-left: 20px;
      padding-right: 20px;
      height: auto;
    }
    .section4 .col-12{
      flex-wrap: wrap;
      flex-direction: justify-content;
    }
    .section4 .col-4{
      padding-top: 20px;
      width: 100%;
    }
    
    .work-container{
      flex-wrap: wrap;
      flex-direction: justify-content;
    }
    .work-main, .work-img{
      padding-top: 20px;
      width: 100% !important;
    }
    .prime-title{
      height: auto;
    }
    .prime-right-items{
      padding: 0 20px;
    }
}
  @media (max-width : 552px){
    .container{
      max-width: 320px;
    }
    .section-footer .col-6{
      width: 100%;
      justify-content: center;
    }
    .section-navbar .container{
      justify-content: center;
    }
    .section-footer .col-6 img{
      margin: 10px 0 !important;
    }
    .section5{
      padding: 80px 20px;
    }
    .section3{
      padding-left: 20px;
      padding-right: 20px;
    }
    .navbar-display{
      display: none;
    }
    .section-navbar .col-3{
      width: 50%;
    }
    .section1 .row{
      padding-left: 0;
      padding-right: 0;
    }
    .install-body .col-3{
      width: 100%;
    }
    .flex-group{
      flex-wrap: wrap;
    }
    .flex-group .col-3{
      width: 50%;
      margin-bottom: 20px;
    }
    .work-container{
      margin: 0;
    }
    .install-btn .col-3{
      width: 100%;
    }
  }
  






































