/*

New Event

http://www.templatemo.com/tm-486-new-event

*/

body {
  background: #ffffff !important;
  font-family: 'Sora', sans-serif;
  font-style: normal;
  font-weight: 400;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
}

h3,
h5 {
  font-weight: 500;
}

h1 {
  font-size: 40px;
  /* letter-spacing: 2px; */
}

h2 {
  font-size: 25px;
  /* text-transform: uppercase; */
  /* font: normal normal bold 50px/53px Janna LT; */
}

h3 {
  line-height: 36px;
}

h5 {
  letter-spacing: 1px;
  padding-top: 10px;
}

p {
  color: #707070;
  font-size: 14px;
  line-height: 24px;
  /* font: normal normal normal 14px/16px Sora !important; */
}

a {
  text-decoration: none !important;
  outline: none;
}

.font-size {
  font-size: xx-large;
}

.fon {
  margin-left: 5px;
}

.fo {
  margin-right: 10px;
}

/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
}

#overview,
#register {
  padding-top: 14rem;
  /* padding-bottom: 14rem; */
}

#detail,
#video,
#speakers,
#program,
#sponsors,
#contact {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

#detail,
#speakers,
#sponsors {
  text-align: center;
}

#overview h3,
#detail h3,
#video h3,
#register h3,
#venue h3,
#contact h3 {
  padding-bottom: 12px;
}

.btn-content {
  width: 130px !important;
  background-color: #4745B4;
  color: white;
  border-radius: 7px;
  border: 1px solid #4745B4;
  /* margin-top: 18px; */
}

@media (max-width: 768px) {
  .btn-content {
    margin-left: 0px !important;
  }
}

/* Style for the dropdown button */
.dropdown-toggle {
  background-color: transparent;
  color: #333;
  /* Text color */
  border: none;
  font-size: 16px;
  font-weight: bold;
}

/* Style for the dropdown caret icon */
.b-caret {
  margin-left: 5px;
  /* Adjust the spacing between text and caret icon */
}

/* Style for the dropdown menu */
.dropdown-menu {
  background-color: #fff;
  /* Background color of the dropdown menu */
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* Add a subtle box shadow */
}

/* Style for dropdown menu items */
.dropdown-menu li a {
  color: #333;
  margin-top: 0px !important;
  /* Text color of menu items */
}

/* Style for the flag icons */
.flag-icon {
  width: 20px;
  /* Adjust the width of the flag icons */
  margin-right: 10px;
  /* Adjust spacing between flag icon and text */
}

/* Hover effect for menu items */
.dropdown-menu li a:hover {
  background-color: #f2f2f2;
  /* Background color on hover */
}

/* Style for the dropdown when open */
.open>.dropdown-toggle {
  background-color: #fff;
  /* Background color when dropdown is open */
  color: #333;
  /* Text color when dropdown is open */
  border: none;
}

/* Responsive styles */
@media (max-width: 768px) {

  #contact .btn {
    padding: 10px 20px !important;
    /* width: 58% !important; */
  }
}

.transparent {
  background-color: transparent !important;
  background-image: url("../pics/dash-mockup-img@2x.png");
}

#intro .btn,
#contact .btn {
  background: #4745B4;
  border: 2px solid #4745B4;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 14px 42px;
  margin-top: 42px;
  margin-right: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#contact .btn-danger {
  background: transparent;
  border-color: #30F29A;
  color: #30F29A;
  border-radius: 8px;

}

#contact .btn {
  border-radius: 100px;
}

#intro .btn-danger:hover {
  background: #30F29A;
  border-color: #30F29A;
  color: white;
}

#contact .btn-danger:hover {
  background: #222;
}

#intro .btn-default:hover {
  background: transparent;
  color: white;
  border-color: white;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-color: #FAFAFC !important;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #222;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}



/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
  margin-bottom: 0;
}

.custom-navbar .navbar-brand {
  color: #ffffff;
  font-weight: 600;
  font-size: 3rem;
  line-height: 40px;
}

.custom-navbar .nav li a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 40px;
  transition: all 0.1s ease-in-out;
}

/* Style the container */
.language-switcher {
  width: 100px;
  margin-top: 18px;
}

/* Style the select dropdown */
.language-switcher select {
  width: 90%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #4745B4;
  border-radius: 5px;
  background-color: transparent;
  color: white;
}

.option {
  color: black !important;
}

/* Style the select dropdown when it's focused */
.language-switcher select:focus {
  border-color: #4745B4;
  /* Change the border color on focus */
  /* Remove the outline */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  /* Add a subtle box shadow on focus */
}


.custom-navbar .nav li a:hover {
  background: transparent;
  color: #718096;
}

.custom-navbar .navbar-nav>li>a:hover,
.custom-navbar .navbar-nav>li>a:focus {
  background-color: transparent;
  font-size: 15px;
  font-weight: 600;
  color: #ACACAC;
  /* border-bottom:1px solid #30F29A; */
  /* white-space: nowrap; */
  /* transition: 0.3s; */
}

.custom-navbar .nav li.active>a {
  background-color: transparent;
  color: #30F29A;
  border-bottom: 3px solid #30F29A;
}

.custom-navbar .navbar-toggle {

  /* padding-top: 10px; */
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #ffffff;
  border-color: transparent;
}


.custom-navbar {
  border-bottom: 0;
  background: #2E2D77;
}

.custom-navbar.top-nav-collapse {
  padding: 0;
}



/*---------------------------------------
    Intro section              
-----------------------------------------*/
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  /* Place the video behind other content */

}

#bgVideo {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container {
  position: relative;
  z-index: 1;
  /* Ensure content is above the video */
}

#intro {
  /* background: url('../images/intro-bg.jpg') 50% 0 repeat-y fixed; */
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center fixed;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* height: 100vh; */
  background: transparent linear-gradient(1deg, #2E2D77 0%, #2E2D77DE 42%, #2C188700 100%) 0% 0% no-repeat padding-box fixed;
  text-align: center;
}

#intro h3 {
  letter-spacing: 2px;
}



/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
  /* max-width: 100%;
  height: auto; */
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
  background: #10151D;
  color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#speakers {
  background: #f9f9f9;
}

#speakers h3 {
  font-size: 18px;
  margin-bottom: 0px;
}

#speakers h6 {
  color: #666;
  margin-top: 4px;
}

#speakers img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#speakers .col-md-3 {
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 22px;
}

#speakers .speakers-wrapper {
  background: #ffffff;
  padding-bottom: 22px;
}



/*---------------------------------------
   Program section              
-----------------------------------------*/
#program h4 {
  color: #808080;
  font-size: 12px;
}

#program h3 {
  margin-top: 16px;
}

#program .program-divider {
  border: 1px solid #f9f9f9;
  margin-top: 32px;
  margin-bottom: 42px;
}

#program span {
  padding-right: 12px;
}

#program img {
  /* border-radius: 50%; */
  width: 100%;
  /* height: 80%; */
}



.nav-tabs>li {
  /* margin-right: 10px; */
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  color: #D6D6D6;
  font-weight: 600;
  margin-right: 30px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
  border-bottom: 3px solid #D6D6D6;
  padding-left: 0px !important;
  padding: 10px 70px;



}

.nav-tabs>li>a:hover {
  background-color: transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  /* color: white !important; */
  cursor: default;
  color: black;
  border: 1px solid transparent;
  padding: 10px 70px;
  padding-left: 0px;
  border-bottom-color: black !important;
  font-weight: bold !important;
  /* font-size: 16px; */
  border-bottom: 3px solid black;

}

@media (max-width: 768px) {
  .nav-tabs li {
    display: block !important;
    padding-bottom: 5px !important;
  }

  .nav-tabs {
    margin-bottom: 10px;
  }

  .nav-tabs li a {
    padding-left: 5px !important;
  }

  .nav-tabs>li.active>a {
    padding: 10px 15px !important;
  }

  ul.navbar-nav.navbar-right li:nth-last-child(2) {
    margin-left: 0px !important;
  }

  .custom-navbar {
    border-bottom: 0;
    /* background: transparent !important; */
  }

  .navbar-header {
    background: #2E2D77;
  }

  .custom-navbar.top-nav-collapse {
    padding: 0;
  }

  .navbar-collapse {
    background-color: #000;
  }

  #intro .btn-danger,
  #intro .btn {
    width: 100% !important;
    margin-top: 20px !important;
  }

  .services .icon-box {
    text-align: center !important;
  }

  section {
    padding: 40px 0 !important;
  }
}

.tab-content {
  /* padding-top: 20px; */
}



/*---------------------------------------
    Regsiter section              
-----------------------------------------*/
#register {
  background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}

#register .form-control {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  margin-bottom: 16px;
}

#register input {
  height: 45px;
}

#register input[type="submit"] {
  background: #f2545f;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#register input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}



/*---------------------------------------
   Faq section              
-----------------------------------------*/
#faq {
  background: #f9f9f9;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#faq .panel-group {
  margin-top: 32px;
}

#faq .panel-group .panel {
  margin-bottom: 8px;
}

#faq .panel-default {
  border: none;
}

#faq .panel-default>.panel-heading {
  background: #f0f0f0;
  color: #505050;
}

#faq .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
}



/*---------------------------------------
   Venue section              
-----------------------------------------*/
#venue {
  background: url('../images/venue-bg.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

#venue p {
  padding-top: 12px;
  padding-bottom: 18px;
}



/*---------------------------------------
   Sponsors section              
-----------------------------------------*/
#sponsors img {
  margin-top: 18px;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/


.contact-info {
  margin-bottom: 15px;
  /* Add spacing between each contact info item */
  padding: 5px;
  list-style: none;

}

ul.contact-info li:first-child {
  /* padding-right: 90px; */
}

.br {
  margin-left: 6.8% !important;
}

/* Style the heading */

.upload-image {
  width: 100%;
  /* Adjust the width of the image as needed */
  height: 100%;
  /* Adjust the height of the image as needed */
  display: block;
  /* Ensures that the image is a block element */
  margin-top: 5%;
  /* Add spacing above the image */
}

#contact {
  background-color: #F8F8F8;
  background-size: cover;
  background-position: center center;
}

#contact .contact_des {
  padding-top: 3rem;
  padding-right: 2rem;
}

#contact .contact_detail {
  border: 1px solid #ebebeb;
  background: #ffffff;
  padding: 3rem 5rem 6rem 5rem;
  border-radius: 20px;
  width: 100%;
}


#contact .form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact input {
  height: 45px;
}

.contact_detail p {
  font-weight: 600;
  color: #000;
  font-size: 18px;
  /* border-bottom: 1px solid #f0f0f0; */
  padding-bottom: 30px;
}

#contact input[type="submit"] {
  background: #4745B4;
  border-radius: 8px;
  border: none;
  color: #ffffff;
  /* letter-spacing: 2px; */
  /* height: 50px; */
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

#contact input[type="submit"]:hover {
  background: #4745B4
}

/* #submit {
  width: 100%;
  margin-top: 12px;
} */

.contact-margin {
  margin-top: -20px;
}

/*---------------------------------------
   Footer section              
-----------------------------------------*/
/* footer {
  background-attachment: fixed;
} */



/* Back top */
.go-top {
  background-color: #4745B4;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;

}

.go-top:hover {
  background: black;
  color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
  position: relative;
  padding-left: 10px !important;
  margin-bottom: 0 !important;
}

@media (max-width: 575px) {
  .d-sm-flex {
    display: flex;
  }

  .reset {
    margin-right: 5px;
  }

  .social-icon {
    margin-top: 0px;
    margin-left: 0px;
  }

  .custom-navbar .nav li {
    margin: 10px 0 !important;
  }

  .custom-navbar .nav li a {
    margin-bottom: 20px !important;
    font-size: 14px !important;
    width: max-content !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  ul.navbar-nav.navbar-right li:nth-last-child(2) {
    float: right;
    margin-right: 40px !important;
  }

  ul.navbar-nav.navbar-right li:last-child {
    margin-left: 20px !important;
    margin-top: 38px !important;
  }

  .custom-navbar .nav li.active>a,
  .custom-navbar .navbar-nav>li>a:hover,
  .custom-navbar .navbar-nav>li>a:focus {
    color: #fff;
    border-bottom: 3px solid #30F29A !important;
    width: 20px;
    margin-left: 15px;
    font-size: 14px !important;
    padding-left: 0 !important;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 400px !important;
  }

  h1 {
    font-size: 30px !important;
  }

  .parallax-section {
    text-align: center !important;
  }

  .meet {
    text-align: center !important;
  }

  .effortless,
  .effort,
  .effortlessness {
    margin-left: 0 !important;
  }

  .mobile-view {
    display: block !important;
  }

  .desktop-view {
    display: none !important;
  }

  .nav-tabs {
    display: flex;
    overflow-x: auto;
    height: 60px;
  }

  .nav-tabs>li>a {
    width: max-content !important;
    padding: 10px 30px;
  }

  #program h3 {
    font-size: 18px;
  }

  .size {
    margin-top: 70px;
  }

  .par,
  .head {
    margin-left: 0 !important;
    margin-right: 70px;
  }

  .uol-list {
    margin-left: 0 !important;
    padding-left: 20px;
    text-align: left;
  }

  .font-size {
    font-size: 28px !important;
  }

  .row {
    margin-top: 0;
  }

  .loss-estimate {
    padding-bottom: 20px;
  }

  .mt-5 {
    margin-top: 0 !important;
  }



  .demos {
    margin-top: 0 !important;
  }

  .overlap-section {
    top: -5vh !important;
  }

  .box {
    width: 90% !important;
    height: 300px;
    display: flex;
    align-items: center;
  }

  .arrow {
    padding-top: 20px;
  }

  .contact-info {
    text-align: left;
    padding-left: 20px;
  }

  ul.contact-info li:first-child {
    padding-right: 0;
  }

  #contact .contact_detail {
    text-align: left;
  }

  #contact {
    padding-bottom: 30px !important;
  }

  .footers {
    flex-direction: column;
  }

  .colours {
    margin-left: 0 !important;
  }

  .footer-color {
    text-align: center;
  }
}

.mobile-view {
  display: none;
}

.desktop-view {
  display: block;
}

.mt-5 {
  margin-top: 10%;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.reset {
  padding: 10px 27px !important;
}

.social-icon li a {
  color: #666;
  border-radius: 100px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
}

.social-icon li a:hover {
  background: #2E2D77;
  color: #ffffff;
}

.footer-color {
  color: white;
  margin-bottom: 0 !important;
  /* padding-left: 30px; */
}

.img-margin {
  padding: 5px;
}

.footer-backgroundcolor {
  background-color: black;
}

.colours {
  margin-left: 190px;
  /* color: white; */
}

.cols {
  color: white;
  margin-left: 10px;
  margin-bottom: 0 !important;
}

/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  p {
    font-size: 13px;
  }

  .custom-navbar .navbar-brand {
    font-size: 2rem;
    padding: 10px 15px !important;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
    line-height: 20px;
  }

  /* #intro { height: 65vh; } */

  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_detail {
    background: #ffffff;
    padding: 5rem 3rem 5rem 5rem;
  }

}

@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;


  }


  #overview img,
  #detail .col-md-4,
  #register form {
    /* padding-top: 32px; */
  }

  .icon-heading {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .alignment {
    text-align: center !important;
  }

  .nav-tabs>li>a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_detail {
    margin-top: 30px;
  }

}

.icon-heading {
  display: flex;
  align-items: flex-start;
  /* Align items to the start (left) */
}

@media (max-width: 768px) {
  #content {
    height: 0% !important;
  }

  .content {
    text-align: center !important;


  }
}

@media (max-width: 760px) {

  #program img {
    padding-bottom: 0px !important;
  }

  .three {
    padding-left: 0px !important;
  }

}

.card-loss {
  margin-left: 15px;
}

.uol {
  /* list-style-image: url('../pics/tick.png'); */

  padding: 5px;
}

.uol-list {

  margin-top: 30px;
  margin-left: -45px;
  list-style: none;
}

.tick {
  padding: 0px 15px 0px 0px;
}

.add {
  margin-left: 35px;
}

.padding-bottom {
  padding-bottom: 10px;
}

.heading-color {
  color: #30F29A !important;
}

/* Update this CSS in your stylesheet */


.icon-heading img {
  max-width: 100px;
  margin-right: 20px;
}

.text-content {
  flex: 1;
}

@media (max-width: 768px) {


  .icon-heading img {
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.alignment {
  text-align: left;
}


/* Default styles for the content */
/* Default styles for the content */
.content {
  /* top: 3636px;
  left: 123px; */
  /* Remove width and height properties */
  /* width: 252px;
  height: 80px; */
  /* UI Properties */
  text-align: left;
  font: normal normal bold 32px/40px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  opacity: 1;
  font-size: 35px !important;
  display: inline;
  /* Display both elements on the same line */
  margin-right: 20px;
  /* Add margin for spacing between the elements */
}

#content {
  top: -105px;
  left: 340px;
  /* Remove width and height properties */
  /* width: 580px;
  height: 50px; */
  text-align: left;
  font: normal normal normal 20px/25px Sora !important;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  display: inline;
  /* Display both elements on the same line */
}

.rows {
  margin-top: 0px !important;
}



/* Media query for screens with a maximum width of 768px */
@media (max-width: 768px) {
  .content {
    text-align: center !important;
  }

  #detail {
    padding-top: 0px !important;
  }

  #content {
    display: block;
    /* Display the #content element on its own line */
    text-align: center;
    /* Center-align the #content element */
    height: auto !important;
    /* Reset the height to auto */
    top: -30px !important;
    left: 0px !important;




  }

  .heading-wrapper h1 {
    margin-right: 0px !important;
    /* Adjust the spacing between h1 and h4 as needed */
  }

  .mar {
    margin-top: 0px !important;
  }

}

.arabic-h {
  text-align: right !important;


}

.heading-wrapper {
  display: flex;
  align-items: center;
}

.heading-wrapper h1 {
  margin-right: 40px;
  /* Adjust the spacing between h1 and h4 as needed */
}

.color {
  color: white;
}

/* .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
} */
.size {
  width: 80%;
  padding-top: 1%;
  position: relative;
  /* Adjust this value as needed to control the overlap amount */
  z-index: 1;
  text-align: center;
  margin-left: 10%;
}

@media (max-width: 768px) {
  .size {
    /* padding-top: 300px; */
    margin-left: 40px;
  }
}


.box {
  background-color: #10151D;
  padding: 20px;
  text-align: center;
  border-radius: 9px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  /* Adjust the width as needed */
  max-width: 700px;
  /* Limit the maximum width */
  margin: 0 auto;
  /* Center the box horizontally */
  height: 350px;

}

.overlap-section {
  position: relative;
  top: -20vh;
  /* Adjust this value as needed to control the overlap amount */
  z-index: 1;
  text-align: center;
  margin-left: 500;
}

.play-circle {
  padding-top: 10px;
  max-width: 100%;
  height: auto;
  padding-left: 280px;
}

/* Add media queries for responsiveness */
@media (max-width: 768px) {
  .overlap-section {
    top: -1vh;
    /* Adjust for smaller screens */

  }

  #hero .container {
    padding-left: 10%
  }

  .play-circle {
    padding-left: 0px !important;
  }

  .loss-estimate {
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    text-align: center;
  }
}

.loss-prevention {
  background-color: white !important;
}

.loss-preventions {
  border: 1px solid #ccc !important;
  border-radius: 40px !important;
  padding: 0 30px;
}

.loss-estimate {
  padding-top: 17rem;
  padding-right: 2rem;
}

.reset {
  border: 1px solid #D6D6D6 !important;
  color: black !important;
  background-color: white !important;
  border-radius: 5px !important;
  padding: 10px 60px;
}

.calculate {
  border: 1px solid #D6D6D6 !important;
  color: white !important;
  background-color: #4745B4 !important;
  border-radius: 5px !important;
  width: 65% !important;
  padding: 10px;
}

.grey-color {
  color: #616365;
}

.login {
  top: 28px;
  left: 1031px;
  width: 96px;
  height: 35px;
  /* UI Properties */
  background: #4745B4 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(0, 0, 0, 0.8);
}

#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

header {
  display: block;
}

.align {
  margin-left: 250px;
}

/* Pricing Styles */
.section.colored {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.center-heading h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #333;
}

.center-text p {
  font-size: 16px;
  color: #666;
}

.pricing-item {
  background-color: #fff;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.pricing-title {
  background-color: black;
  color: white;
}

.pricing-header h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}

.price-wrapper {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 20px;
  margin-top: 20px;
}

.currency {
  font-size: 16px;
  margin-right: 5px;
  color: #666;
}

.price {
  color: #333;
}

.period {
  font-size: 16px;
  margin-left: 5px;
  color: white;
  background-color: black;
  border-radius: 15px;
}

.list {
  list-style: none;
  padding: 0;
}

.list li {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.list .active {
  /* color: #c01111 !important; */
  font-weight: bold;
}

.main-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 30px;
  background-color: black;
  color: #fff;
  border: none;
  border-radius: 9px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.main-button2 {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 30px;
  background-color: #4745B4;
  color: #fff;
  border: none;
  border-radius: 9px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.main-button:hover {
  background-color: black;
}

.main-button2:hover {
  background-color:
    #4745B4;

}

/* Responsive Styles */
@media (max-width: 768px) {
  .pricing-item {
    margin-bottom: 20px;
  }

  .center-heading h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .center-text p {
    font-size: 14px;
  }

  .price-wrapper {
    font-size: 28px;
  }

  .currency {
    font-size: 14px;
  }

  .price {
    font-size: 23px;
  }

  .period {
    font-size: 12px;
  }

  .list li {
    font-size: 14px;
  }

  .main-button {
    padding: 10px 20px;
  }

}

.text-center-pricing {
  margin-left: 32% !important;

}

.mar {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .text-center-pricing {
    margin-left: 10% !important;
    padding: 20px !important;

  }

  .pricing-slider {
    margin: 10px 20px !important;
    /* width: 80% !important; */
  }

  .nav-item {
    margin-right: 1% !important;
  }

  .pricing ul li a {
    padding: 10px 10.2px !important;
  }

  .meet {
    padding-top: 0px !important;
  }

  .effortlessness {
    padding-bottom: 80px !important;
  }

}

.pricing-slider {
  border: 1px solid #dddddd;
  margin-left: auto;
  margin-right: auto;
  padding: 0px !important;
  border-radius: 40px;
  margin-bottom: 40px;
  width: 215px;
}


.month {
  background-color: #4745B4 !important;
  border: 1px solid #4745B4 !important;
}

@media (max-width: 1400px) {
  .go-top {
    display: none !important;
  }
}

.pa {
  padding-top: 10px;
  font: normal normal normal 20px/25px Sora !important;
}

.nav-item {
  display: inline-block !important;
  margin-right: 4%;
  border-radius: 20px;


}

.nav-item.active a {
  color: white !important;

}

.nav-item.active {
  background-color: black;

}

.it {
  margin-right: 0px !important;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 70px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #151515;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: left;
  border: 1px solid #ebebeb;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #ffc451;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
  /* color: #ffc451; */
}

.services .icon-box p {
  /* font: normal normal normal 16px/21px Sora !important; */
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing {
  background: rgba(var(--color-secondary-rgb), 0.04);
}

.pricing .pricing-item {
  padding: 60px 40px 30px;
  /* box-shadow: 0 3px 20px -2px rgba(var(--color-gray-rgb), 0.15); */
  background: var(--color-white);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 3px solid black;
  border-radius: 10px;
  overflow: hidden;
}

.pricing .pricing-header {
  background-color: #10151D;
  background-size: cover;
  text-align: left;
  padding: 40px;
  margin: -60px -40px 0;
}

.pricing .pricing-header.premium {
  padding: 24px 40px;
}

.price-heading {
  color: white !important;
  font-size: 25px !important;
}

.pricing h3 {
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 36px;
  color: var(--color-white);
}

.pricing h4 {
  font-size: 48px;
  color: #30F29A;
  font-weight: 500;
  font-family: var(--font-primary);
  margin-bottom: 0;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: rgba(var(--color-white-rgb), 0.6);
  font-size: 24px;
}

.pricing ul {
  padding: 15px;
  list-style: none;
  color: var(--color-gray);
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  border-radius: 40px;
}

.pricing ul li a {
  padding: 13px 16.6px;
  border-radius: 40px !important;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: var(--color-primary);
  font-size: 36px;
  padding-right: 3px;
  line-height: 0;
}

.pricing ul .na {
  color: rgba(var(--color-gray-rgb), 0.5);
}

.pricing ul .na i {
  color: rgba(var(--color-gray-rgb), 0.5);
  font-size: 24px;
  padding-left: 4px;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 40px;
  background-color: black;
  border-radius: 6px;
  color: white;
  transition: none;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  transition: 0.3s;
  border: 1px solid #4745B4;
}

.border {
  border: 3px solid #4745B4 !important;
}

.pricing .buy-btn:hover {
  background: black;
  color: white;
}

.price-padding2 {
  margin-left: 17%;
}

.testinomials {
  padding-left: 230px;
  /* text-align: center; */
}

.upper {
  padding-top: -10px !important;
  color: #ACACAC;
}

.bottom {
  float: left;
  padding-top: 20px;
}

.bord {
  padding: 20px;
  margin: 20px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  box-shadow: 0px 2px 4px #ebebeb;
}

.arrow {
  padding-top: 50px;
}

@media (max-width: 768px) {
  .testinomials {
    padding-left: 0px !important;
    text-align: center;
  }

  .bord {
    padding-bottom: 150px !important;
    margin: 30px !important;
  }

  .arrow {
    text-align: center;
    padding-top: 10px !important;
  }

  #services {
    padding: 70px 0 !important;
  }

  .arrow-ar {
    text-align: left !important;
  }

}



@media (max-width: 1200px) {
  .services .icon-box {
    padding: 20px 20px !important;
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .price-padding2 {
    margin-left: 0% !important;
    margin-left: 0% !important;
    /* float: left !important;  */
  }

  #hero .container {
    padding-left: 5% !important;
  }
}

/* @media (max-width: 1180px) {
  .price-padding2{
    margin-left: 20% !important ;
  }
} */


.pricing .featured {
  border-color: black;
}

.pricing .featured .pricing-header {
  background-color: #4745B4;
}

.pricing .featured .buy-btn {
  background: #4745B4;
  color: white;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: url("../pics/demo-img-webp.webp") top center;
  background-size: cover;
  /* position: relative; */
}

.demos {
  margin-top: -80px;
}

#hero:before {
  content: "";
  /* background: rgba(0, 0, 0, 0.6); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  /* padding-top: 5%; */
  text-align: center;
  padding-left: 20%;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #ffc451;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #ffc451;
}

#hero .icon-box:hover {
  border-color: #ffc451;
}

@media (min-width: 1024px) {
  #hero {
    /* background-attachment: fixed; */
  }
}

@media (max-width: 768px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

.underline {
  text-decoration: underline !important;
  margin-left: 10px;

}


section#intro {
  padding: 90px 0 0 0 !important;
}

ul.navbar-nav.navbar-right li:nth-last-child(2) {
  margin-left: 120px;
}

.par {
  margin-left: 30px;
}

.head {
  margin-left: 30px;
}

.imag {
  padding-left: 7%;
}

.meet {
  padding-top: 60px;
}

.effort {
  margin-left: 40px;
}

.effortless {
  margin-left: 40px;
}

.effortlessness {
  margin-left: 40px;
}

.sections {
  padding: 0px 0px !important;
}

.footers {
  margin: 30px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .testinomials {
    padding-left: 0px !important;
  }

}

.language-switcher .dropdown .dropdown-toggle {
  padding: 7px 10px;
  border: 2px solid#4745B4 !important;
  font-size: 14px;
  background-color: transparent !important;
  color: #fff;
  font-weight: 500;
}

.language-switcher .dropdown .dropdown-menu {
  border-radius: 10px !important;
}

.flag-icon {
  font-size: 16px !important;
  border-radius: 50px;
  margin-right: 2px !important;
}

.dropdown-toggle i {
  margin-left: 10px;
}

ul.dropdown-menu li {
  margin: 3px !important;
}

ul.dropdown-menu li a {
  text-transform: capitalize !important;
  color: #000 !important;
  padding: 0 10px;
}

ul.dropdown-menu li a:hover {
  background-color: lightgray !important;
  padding-left: 20px;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.loss-prevention-columns {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.mt-0 {
  margin-top: 0 !important;
}

.prevention-btns {
  padding: 30px 0;
}

.pt-20 {
  padding-top: 20px;
}

.input-group-addon {
  font-weight: 600 !important;
  color: #000 !important;
}

.py-2 {
  padding: 0.35rem 0 !important;
}

section#contact {
  padding-bottom: 0px;
}

.fw-light {
  font-weight: 500 !important;
  color: #505050;
  font-size: 16px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.justify-content-between {
  justify-content: space-between !important;
}

.language-switcher .dropdown .dropdown-menu {
  min-width: 120px !important;
}

.h-full {
  height: 100% !important;
}
