﻿body{
  font-family: Lato !important;
}

.terminal-image {
  max-width: 100%;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.header-section2 {
  background-image: url('/app/images/static_pages/exe/bg_image.png');
  background-size: 100% 70%;
  /* background-position: center; */
  background-repeat: no-repeat;
  padding: 5rem 0 0 0;
  /*background-color: gray;*/
  margin-top:30px;
  /* min-height: 100vh;     */
  z-index: 0;       
}
.display-5{
  font-size: 50px;
  color: #97144D;
}
.lead {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #000000 !important;
}
.btn-primary {
  color: #fff;
  background-color: #97144D !important;
  border-color: #97144D !important;
}
.btn-dark {
  color: #fff;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.btn-md{
  font-size: 16px !important;
  font-weight: 500 !important;
  width: auto!important;
  float: none !important;
}
.terminal-image {
  border: 10px solid #050505;
  border-radius: 20px;      
}
.image-wrapper {
  display: inline-block;
  padding: 4px !important;                
  background-color: #ffffff;     
  border-radius: 20px;  
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4); /* Shadow to the right and bottom */       
}

.abso_image{
  position: absolute;
  top: 103%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.link_sec a:hover{
  color: #000000;
}
.link_sec a{
  color:#000000;
  text-decoration: underline !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.top_quoted{
  margin-top: 10px;
}
.quoted_text{
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  /* margin-top: 7px !important; */
}
.link_sec a:first-of-type {
  border-right: 1px solid #000; /* Adjust the color and width as needed */
  padding-right: 10px; /* Optional: Add some padding for spacing */
}
.section_container{
  margin-top:50px;
}
.sec_discover_the_power{
   margin: 0px 0px 50px 0px; 
}
.display-6{
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #000000 !important;
}
.para_discover_para{
  padding: 0px 85px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-top: 15px;
  line-height: 25px;
}
.new_section{
  padding: 50px 0px 60px 0px;
}
.features_section{
  padding: 50px 0px 60px 0px;
}
.bg_gray{
  background-color: #f5f5f5;
}
.mob_btn{
  display: none;
}
.web_btn{
  display: block;
}
.accordion_web{
  display: block;
}
.accordion_mob{
  display: none;
}

 /* accordion web view css starts here */
/* Hide list-style (bullets) and border for li items */
.list-group li {
  list-style: none;
  border-bottom: 2px solid #dcdcdc;
  text-align: left;
  position: relative; /* For positioning the arrow on active item */
}

/* Hide all content images initially except the first one */
.content-img {
  display: none;
  width: 100%;
  height: auto;
}

/* Hide all paragraph texts initially except the first one */
.list-group li p {
  display: none;
}

/* Add arrow to the active list item */
.list-group li.active::after {
  content: '➔'; /* Unicode arrow */
  position: absolute;
  right: 10px; /* Adjust positioning as needed */
  top: 10%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #97144D;
}

/* Active list item and image */
.active img,
.active p {
  display: block;
}

/* Highlight active list item text */
.list-group-item.active {
  font-weight: bold;
  background-color:transparent !important;
}
.list-group-item{
    border:none !important;
    background-color: transparent !important;
}
.list-group-item-action:focus, .list-group-item-action:hover{
    background-color: transparent !important;
}
.list-group-item-action{
    width: 90%;
    color: #97144D !important;
    font-size: 22px;
    font-weight: 700;
}
li p{
  color: #414141 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 0px 30px 0px 14px;
    text-align: justify;
}
.content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65vh; 
}

.content img {
  max-width: 100%; 
  height: auto; 
}
 /* accordion web view ends here */

 .accordion-button:focus{
  border-color: transparent !important;
  box-shadow: none !important;
 }
 .accordion-button:not(.collapsed) {
  color: #97144D !important;
  background-color: #f5f5f5 !important;
 }
 .accordion-button{
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #97144D !important;
  background-color: #f5f5f5 !important;
  height: 45px;
  padding: 5px 0px 10px 0px !important;
 }
 .accordion-item:not(:last-of-type) {
  border-bottom: 2px solid #dcdcdc !important;/* Change this to your desired border color */
}
 .accordion-item{
  border: none !important;
 }
 .accordion-body {
  padding: 0px 13px 13px 13px !important;
  background: #f5f5f5 !important;
  text-align: left !important;
  /* border-bottom: 2px solid red !important; */
}
.accordion-button:not(.collapsed){
  box-shadow: none !important;
}
/* .accordion-button:not(.collapsed)::after {
  background-image: url('images/Vector_img.png') !important; 
  background-size: contain; 
  background-repeat: no-repeat;
  transform: rotate(-180deg); 
  content: ''; 
  display: inline-block; 
  width: 16px; 
  height: 16px; 
} */

.tuto_para{
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.img_label{
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 10px 10px 25px 10px;
}
.txt_copyright{
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin:0px 0px 0px 25px;
}
.quoted_text{
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  /* margin-top: 7px !important; */
}
.social_icons{
  margin:0px 0px 0px 25px;  
  text-align: right;
}
.social_icons a img {
  display: inline-block;
  vertical-align: middle;
}
.img_container{
  width: auto;
  height: auto;
  max-width: none;
}
.social_icons a{
  color: transparent;
  text-decoration: none;
}
.web_btn_new_section {
  padding: 50px 0px 60px 0px;
}
.tutorials_section {
  padding: 50px 0px 20px 0px;
}
.list-group li:last-child {
  border-bottom: none;
}
.btn:active {
  border: none !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  content: '\f077' !important; 
}
.accordion-button::after{
  background-image: none !important;
  font-family: 'Font Awesome 5 Free' !important;
  content: '\f078' !important; 
  font-weight: 900 !important;
  display: inline-block !important;
  transition: transform 0.2s ease-in-out !important;
}
.accordion-button:not(.collapsed)::after {
  transform: none !important;
}

@media only screen and (max-width:600px){
  .display-5 {
    font-size: 34px !important;
    color: #000000 !important;
  }
  .header-section2{
    margin-top:50px;
  }
  .txt_web{
    display: none;
  }
  .lead {
    font-size: 16px !important;
  }
  .abso_image {
    top: 90%;
    width: 95%;
  }
  .image-wrapper{
    padding: 2px !important;
    margin: 4% 4% 0 4% !important;
  }
  .display-6{
    font-size: 30px !important;
    font-weight: 700 !important;
  }
  .sec_discover_the_power {
    margin: 0px 0px 20px 0px;
  }
  .mob_btn{
    display: block;
    margin: 26px 0px 0px 0px !important;
  }
  .section_container {
    margin-top: 2px;
  }
  .para_discover_para{
    padding: 0px 23px;
    text-align: justify;
  }
  .accordion_web{
    display: none;
  }
  .accordion_mob{
    display: block;
  }
  .header_left_align{
    text-align: left;
  }
  .new_section {
    padding: 32px 0px 52px 0px;
  }
  .features_section {
    padding: 52px 23px 52px 23px;
  }
  .web_btn{
    display: none;
  }
  .social_icons{
    text-align: center;
    margin: 20px 0px 0px 25px;
  }
  .txt_copyright{
    text-align: center;
  }
  .accordion-body {
    padding: 0px 0px 13px 0px !important;
  }
  .top_btn{
    display: none;
  }
}

@media only screen and (max-width:374px){
  .btn-md {
    font-size: 14px !important;
  }
  .display-6 {
    font-size: 25px !important;
  }
  .header-section2 {
    margin-top: 22px;
  }
  .quoted_text {
    font-size: 10px;
  }
  
}

@media only screen and (min-width:1025px){
  .header-section2{
    /* min-height: 110vh; */
  }
}