@import "style.css";

/*@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap"); default class*/
@import url('https://fonts.cdnfonts.com/css/futura-pt');
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "futura-pt", sans-serif;
  font-family: "futura-pt", sans-serif;
  /*font: normal normal 300 25px/33px Futura PT !important;*/
  font: Futura PT !important;
}

.transition_me {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.index_over {
  z-index: 1000;
}

.form-select:focus {
  border-color: none;
}

button:focus:not(:focus-visible),
button,
select,
input,
textarea {
  outline: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  margin-bottom: 0px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus .form-check-input:focus {
  box-shadow: none;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.point {
  cursor: pointer;
}

.tiny_font {
  font-size: 15px !important;
}

.back_me {
  background: transparent;
}

/*main-class*/
:root {
  --main--color: #7a4393;
  --second--color: #fff;
  --third--color: #000000;
}

.main_color {
  color: var(--main--color);
}

.second_color {
  color: var(--second--color);
}

.third_color {
  color: var(--third--color);
}

.main_bg {
  background: var(--main--color);
}

.second_bg {
  background: var(--second--color);
}

.third_bg {
  background-color: var(--third--color);
}

.our_opacity {
  opacity: 0.7;
}

.uppercase {
  text-transform: uppercase;
}

.my_letter {
  letter-spacing: 1.8px;
}

.main_bt {
  background-color: var(--main--color);
  color: var(--second--color);
  border-radius: 30px;
}

.main_bt:hover {
  background-color: var(--third--color);
  color: var(--second--color);
}

.main_link {
  color: var(--main--color);
  text-decoration: none;
}

.main_link:hover {
  color: var(--third--color);
}

.main_border {
  border: 1px solid var(--main--color);
}

.my_bold {
  font-weight: 500;
}

.main_letter {
  letter-spacing: 3px;
}

.tiny_font {
  font-size: 12px;
}

/* <!-- start carousel --> */
#carouselExampleInterval {
  background-image: url(../img/Group\ 194.png);
  background-size: cover;
  height: 78vh;
}

.top_slider i {
  color: var(--main--color);
  font-size: 25px;
  margin-right: 3px;
}

.top_slider .text_top_slider {
  text-transform: capitalize;
  font-size: 25px;
}

.big_text_slide {
  text-transform: capitalize;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 10px;
  margin: 15px 0px;
}

.main_text_slide {
  font-size: 18px;
  font-weight: 500;
}

.in_carousel_item {
  /*margin-left: 50px;*/
  margin-left: 12vw;
}

.slide_arrow {
  width: 50px;
  height: 50px;
  background-color: var(--second--color);
  color: var(--main--color);
  border-radius: 3px;
  opacity: 0.6;
  border: 1px solid var(--main--color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide_arrow i {
  font-size: 30px;
}

.slide_arrow:hover {
  opacity: 1;
}

/* <!-- start about us --> */
.about {
  position: relative;
}

.pround {
  position: absolute;
  top: -20px;
  left: 5%;
  z-index: -1;
}

.pround2 {
  position: absolute;
  top: -20px;
  right: 5%;
  z-index: -1;
}

.title_about {
  /* UI Properties */
  font: normal normal 300 25px/33px Futura PT;
  font-weight: 800;
  letter-spacing: 3px;
  color: var(--main--color);
  margin: 20px 0px;
}

.big_tit {
  /*font: normal normal bold 38px/50px futura-pt;*/
  font: normal normal bold 30px/38px Futura PT;
  letter-spacing: 6px;
}

circle {
  fill: #f6f6f6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

path {
  stroke: #7a4393;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link_about {
  cursor: pointer;
}

.link_about:hover circle {
  fill: var(--main--color);
}

.link_about:hover path {
  stroke: var(--second--color);
}

.link_about:hover span {
  border-bottom: 1px solid var(--main--color);
}

.disc_about {
  background-color: #7a439312;
  padding: 20px;
  border-left: 3px solid var(--main--color);
  margin: 20px 0px;
}

.custom_btn {
  width: 150px;
  height: 45px;
  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    inset -7px -7px 10px 0px rgba(0, 0, 0, 0.1),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5),
    -4px -4px 6px rgba(116, 125, 136, 0.2);
  outline: none;
}

/* 3 */
.btn-3 {
  color: rgba(255, 255, 255);
  background: var(--main--color);
  width: 150px;
  height: 45px;
  line-height: 42px;
  padding: 0;
  border: none;
}

.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: var(--third--color);
  transition: all 0.5s ease;
}

.btn-3:before {
  height: 0%;
  width: 4px;
}

.btn-3:after {
  width: 0%;
  height: 4px;
}

.btn-3:hover {
  background: transparent;
  box-shadow: none;
}

.btn-3:hover:before {
  height: 100%;
}

.btn-3:hover:after {
  width: 100%;
}

.btn-3 span:hover {
  color: var(--main--color);
  font-weight: bold;
}

.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: var(--main--color);
  transition: all 0.5s ease;
}

.btn-3 span:before {
  width: 4px;
  height: 0%;
}

.btn-3 span:after {
  width: 0%;
  height: 4px;
}

.btn-3 span:hover:before {
  height: 100%;
}

.btn-3 span:hover:after {
  width: 100%;
}

/* <!-- start counter --> */
.counter {
  background-color: #7a439312;
  padding: 0px 20px;
}

.in_counter {
  text-align: center;
  padding: 35px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.in_counter:hover {
  background-color: var(--second--color);
  transform: scale(1.08, 1.1);
  box-shadow: 0 0 20px 0px #00000052;
}

.in_rg,
.in_ft {
  height: 0px;
  width: 3px;
  background-color: var(--main--color);
  position: absolute;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.in_rg {
  top: 45%;
  right: 0px;
}

.in_ft {
  top: 45%;
  left: 0px;
}

.in_counter:hover .in_rg {
  height: 40px;
}

.in_counter:hover .in_ft {
  height: 40px;
}

/* <!-- start services --> */
.tit_title {
  text-align: center;
}

.w_tit_title {
  font: normal normal bold 30px/40px Futura PT;
  letter-spacing: 3px;
  color:black;
}
.x_tit_title {
  font: normal normal bold 18px/26px Futura PT;
  letter-spacing: 3px;
  color: var(--main--color);
}
.f_tit_title {
  font: normal normal bold 21px/29px Futura PT;
  letter-spacing: 3px;
  color: var(--main--color);
}

.s_tit_title {
  font: normal normal bold 42px/55px Futura PT;
  letter-spacing: 5.76px;
  color: var(--third--color);
}

.in_services {
  border: 1px solid var(--main--color);
  padding: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
}

.in_services svg {
  text-align: end;
}

.in_services .text_services {
  text-align: start;
}

.Top_services {
  padding: 0px 0px 0px 80px;
}

.in_services path {
  fill: var(--main--color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.in_services:hover path {
  fill: var(--second--color);
}

.in_services:hover {
  background-color: var(--main--color);
}

.in_services:hover .text_services span {
  color: var(--second--color);
}

.in_services:hover .text_services p {
  color: var(--second--color);
}
.in_services:hover .service_image_div img {
  filter: drop-shadow(2px 4px 6px black);

}

.tube {
  position: relative;
}

.tube .in_tube {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tube .in_tube i {
  cursor: pointer;
  font-size: 70px;
  color: var(--second--color);
}
