@font-face {
  font-family: 'CairoFont';
  src: url('/fonts/Cairo-VariableFont_slnt,wght.ttf') format('truetype');
}

body{
  font-family: 'CairoFont';
}
.img_login{
    height: 100vh;
}
.section1 {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
body{
  padding: 0px;
  margin: 0px;
  
}
.w3-button:hover{
  background-color: white !important;
}
.mainLogin{
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h3{
    font-weight: bold;
    font-size: 39px;
    color: #160F1A;
}
.togglebutton{
  /* style="position: absolute; top: 50%; left: 10px; transform: translateY(-50%);" */
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%)

}
.owl-theme .owl-dots .owl-dot.active span  {
  background-color: #741FA1 !important;
}
.custombtn{
    background-color: #741fa1;
    border-color: #741fa1;
    width: 100% !important;
}
.custombtnNav{
  background-color: #741fa1;
  border-color: #741fa1;
 
}
.custombtn:hover{
    background-color: #8a42b0;
    border-color: #8a42b0;
   
}

.outlinebtn{
    background-color: white;
    border-color: rgb(202, 201, 201);
    color: #741fa1;
    border-radius: 6px !important;
}
.outlinebtn:hover{
  background-color: #8a42b0;
    border-color: #8a42b0;
    color: white;
}
.line-wrapper {
    display: flex;
    align-items: center;
  }
  
  .line {
    flex-grow: 1;
    border-top: 1px solid #969398;
  }
  
  .word {
    padding: 0 10px;
    color: #969398;
  }
  .iconWidth{
    width:15%;
  }
  .span{
    color: #741FA1;
    font-size: 16px;
  }

.span2{
    color: #7a3e9b;
    font-size: 16px;
    margin-left: 10px;
    font-weight: bold;
    
}
.code-input {
  display: flex;
  justify-content: center;

 
}

.code-input input[type="text"] {
  width: 50px; 
  height: 50px; 
  text-align: center;
  font-size: 18px; 
  margin-right: 5px; 
  border: 1px solid #ccc;
  border-radius: 5px;
  
}

.code-input input[type="text"]:last-child {
  margin-right: 0;
}
.code-input input[type="text"]:focus {
  border-color: #741FA1;
  outline: none; 
}

.md-country-picker-item {
  position: relative;
  line-height: 20px;
  padding: 10px 0 10px 40px;
}

.md-country-picker-flag {
  position: absolute;
  left: 0;
  height: 20px;
}

.mbsc-scroller-wheel-item-2d .md-country-picker-item {
  transform: scale(1.1);
}
.custombtn2{
    background-color: #741fa1;
    border-color: #741fa1;
    color: white;
    border-color: #741FA1;
    border-radius: 6px !important;
}
.custombtn2:hover{
    background-color: #8a42b0;
    border-color: #8a42b0;
    color: white;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}


.carousel-indicators [data-bs-target] {
  background-color: #741FA1;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: relative;
  bottom: -50px;
}
/* CSS for responsive design */

/* Adjustments for popitem class */
.popitem {
  border-radius: 50% !important;
  width: 100px; /* Set maximum width */
  height: 100px; /* Set maximum height */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Media queries for responsiveness */
@media (max-width: 1200px) {
  .popitem {
    width: 90px; /* Adjust as needed for smaller screens */
    height: 90px; /* Adjust as needed for smaller screens */
  }
}

@media (max-width: 992px) {
  .popitem {
    width: 90px; /* Adjust as needed for even smaller screens */
    height: 90px; /* Adjust as needed for even smaller screens */
  }
}

@media (max-width: 768px) {
  .popitem {
    width: 80px; /* Adjust as needed for even smaller screens */
    height: 80px; /* Adjust as needed for even smaller screens */
  }
}

@media (max-width: 576px) {
  .popitem {
    width: 80px; /* Adjust as needed for even smaller screens */
    height: 80px;
  }
}

/* Additional adjustments for innerCircleL and innerCircleR */
.innerCircleL,
.innerCircleR {
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  background-color: #F6F5F6;
  width: 30px; /* Adjust as needed for smaller screens */
  height: 30px; /* Adjust as needed for smaller screens */
  transform: translate(0, 50%);
}

.innerCircleL{
  left: -13px;
}

.innerCircleR {
  right: -13px;

}
/* Adjustments for borderCustom */
.borderCustom {
  border-right: 1px dashed #DCDBDD;
}

/* Additional adjustments for the image */
.bg img {
  max-width: 100%; /* Ensures the image does not exceed its container's width */
  max-height: 100%; /* Ensures the image does not exceed its container's height */
}







* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  width: 30%;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #F1E9F6;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #F1E9F6;
  color: #741fa1;;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
}
.tablinks{
  width: 100% !important;
}

.owl-carousel .owl-item {
  display: flex;
}

.owl-carousel .item {
  width: 100%;
}


.circleL{
  width: 35px;
  height:35px;
  position: absolute;
  left: -25px;
  bottom: 0%;
  background-color: #F6F5F6;
  border-radius: 50%;
  transform: translateY(50%);
}
.circleR{
  width: 35px;
  height:35px;
  position: absolute;
  right: -25px;
  bottom: 0%;
  background-color: #F6F5F6;
  border-radius: 50%;
  transform: translateY(50%);
}

.circle2L{
  width: 35px;
  height:35px;
  position: absolute;
  left: -35px;
  bottom: 0%;
  background-color: #F6F5F6;
  border-radius: 50%;
  transform: translateY(50%);
}
.circle2R{
  width: 35px;
  height:35px;
  position: absolute;
  right: -35px;
  bottom: 0%;
  background-color: #F6F5F6;
  border-radius: 50%;
  transform: translateY(50%);
}
.customborder{
  border-bottom: dashed 3px #DCDBDD;
}
.price{
  color: #741FA1;
  font-size: 20px;
  font-weight: bold;
}
.price2{
  color: #741FA1;
  font-size: 12px;
  margin-left: 10px;
  padding-top: 5px;
}

.line-over {
  text-decoration: line-through;
}

.btncustom{
  border-color: #741FA1;
  color: #741FA1;
  border-radius: 6px !important;
}

.position{
  /* position-absolute top-0 start-0 */
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px;
}

#tab2{
  display: none;
}

.section1WhoWeAre {
  background-image: url("/assets/11 1.png");
  background-size: cover;
  background-position: center center;
  padding: 80px 0; /* Adjust the padding as needed */
}

.section1WhoWeArePhone {
  background-image: url("/assets/11 1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.container {
  max-width: 1140px; /* Adjust container width as needed */
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

/* Adjust typography */
p, h3 {
  text-align: right;
}

h3 {
  font-size: 24px; /* Adjust font size as needed */
}

p {
  font-size: 16px; /* Adjust font size as needed */
  line-height: 1.6; /* Adjust line height as needed */
}

/* Responsive typography */
@media (max-width: 576px) {
  h3 {
    font-size: 20px;
  }

  p {
    font-size: 14px;
  }
}


.search-container {
  position: relative;
}

.search-icon {
  position: absolute;
  top: 50%;
  right: 10px; /* Adjust this value to position the icon as needed */
  transform: translateY(-50%);
  color: #aaa; /* Adjust icon color */
  font-size: 18px; /* Adjust icon size */
  cursor: pointer;
}
.search-icon2 {
  position: absolute;
  top: 50%;
  left:  10px; /* Adjust this value to position the icon as needed */
  transform: translateY(-50%);
  color: #aaa; /* Adjust icon color */
  font-size: 18px; /* Adjust icon size */
  cursor: pointer;
}
.footerbg{
  background-image: url("/assets/footer.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin: 10px;
  
}

.footerbgphone{
  background-image: url("/assets/bg-phone.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin: 10px;
  
}


.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .img_login {
    display: none;
  }
  .mainLogin {
    padding-top: 30px;
  }
  .mainLogin .container {
    margin-top: 0;
  }
  .mainLogin h3 {
    font-size: 1.5rem;
  }
  .mainLogin form {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .mainLogin {
    padding-top: 50px;
  }
  .mainLogin .container {
    margin-top: 50px;
  }
  .mainLogin h3 {
    font-size: 2rem;
  }
  .mainLogin form {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .mainLogin {
    padding-top: 100px;
  }
  .mainLogin .container {
    margin-top: 100px;
  }
  .mainLogin h3 {
    font-size: 2.5rem;
  }
  .mainLogin form {
    margin-top: 50px;
  }
}


.innerCircleL,
.innerCircleR {
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  background-color: #F6F5F6;
  width: 30px; /* Adjust as needed for smaller screens */
  height: 30px; /* Adjust as needed for smaller screens */
  transform: translate(0, 50%);
}

.innerCircleL{
  left: -13px;
}

.innerCircleR {
  right: -13px;

}
.borderCustom {
  border-right: 2px dashed #DCDBDD;
  padding: 0px 2px;
}
.custombtn2{
    background-color: #741fa1;
    border-color: #741fa1;
    color: white;
    border-color: #741FA1;
    border-radius: 6px !important;
}
.custombtn3{
  background-color: #741fa1;
    border-color: #741fa1;
    color: white;
    border-color: #741FA1;
    border-radius: 6px !important;
}
.custombtn3:hover{
  background-color: #8a42b0;
  border-color: #8a42b0;
  color: white;
}
.custombtn4{
  background-color: #741fa1;
    border-color: #741fa1;
    color: #741fa1;
    border-color: #741FA1;
    border-radius: 6px !important;

}
.custombtn2:hover{
    background-color: #8a42b0;
    border-color: #8a42b0;
    color: white;
}


.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
}

.tablink.active {
  background-color: #F1E9F6 !important;
  color: white;
}
.tablink {
  background-color: white;
  color: black;
}
.hidden {
  display: none;
}



#tab111{
  display: none;
}



/* pagination  */
.pagination  {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.pagination2{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.pagination3 ,.pagination4{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.page-item {
  list-style: none;
  margin: 0 5px;
}
.text,.text11{
  height: 110px !important;
}
.page-link {
  text-decoration: none;
  color: #838383;
  padding: 5px 10px;
  border-radius: 3px;
  transition: background-color 0.3s;
  background-color: transparent !important;
  display: flex;
  border: 0px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.page-link:hover {
  background-color: #f0f0f0;
  color: #741FA1 !important;
}

.active .page-link {
  color: rgba(116, 31, 161, 1);
  font-weight: bold;
}

.page-content {
  margin-top: 20px;
  border-radius: 5px;
  padding: 20px;
}


.activee{
  border: #741FA1 solid 2px !important;
  font-family: 'CairoFont' !important;
}

