/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Poppins",sans-serif;
}
body{
    line-height: 1.5;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    font-family: "Poppins",sans-serif;
    width: auto !important;

}


.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
    --bs-gutter-x: 0px !important;
}

.slider {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    padding: 20px;
    color: white;
    /* background-color: #D01A49; */
  }
  .slider .parent-slide {
    padding: 15px;
  }
  .slider img {
    display: block;
    margin: auto;
  }
  .cl img{
    height: 150px;
    text-align: center;
   }

  /* .slide img{
    height: 200px;
    width: 200px;
  } */

.roundbutn {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  margin: 0em auto;
  /* width: 120px;  */
  /* height: 40px;  */
  line-height: 30px;
  color:  #73bf44;
  text-align: center;
  cursor: pointer;
  /* border: 1px solid ; */
  border: none;
  border-radius: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

background-color: #09090a;
padding: 5px 20px;
}
.sqbutn {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  margin: 0em auto;
  /* width: 120px;  */
  /* height: 40px;  */
  line-height: 30px;
  color:  white;
  text-align: center;
  cursor: pointer;
  border: 1px solid ;
  border-radius: 2px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
background-color: #D01A49;
padding: 5px 20px;
}
.butn:hover{
    background-color: #D01A49;
    color: white;
}
.txt-size{
font-size: 55px;
color: white;
}
/* form */
.loginBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
    padding: 20px 40px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  .user {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: calc(-100px/2);
    left: calc(50% - 50px);
  }

  /* h2 {
    margin: 0;
    padding: 0 0 26px;
    color: #ff8c00;
    text-align: center;
  } */
  .loginBox p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #fff;
  }
  .loginBox input {
    width: 100%;
    margin-bottom: 20px;
  }

  .loginBox input[type="email"],
  .loginBox input[type="text"],
  .loginBox input[type="tel"] {
    /* border: none; */
    border: 1px solid #D01A49;
    background: white;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
    margin: 10px auto;
    padding-left: 5px;
  }
  textarea:not(:empty){
    /*border: 1px solid #D01A49;*/
    background: white;
    outline: none;
    /* height: 40px; */
   color: #D01A49;
    font-size: 16px;
    margin: 20px auto;
    padding-left: 5px;
  }
  ::placeholder
  {
    /* color: rgba(8, 8, 8, 0.5); */
    color: #D01A49;
  }
  .loginBox input[type="submit"] {
    border: none;
    outline: none;
    height: 40px;
    color: #eee;
    font-size: 16px;
    background-color: #D01A49;
    cursor: pointer;
    border-radius: 2px;
    margin: 12px 0 18px;
  }
  .loginBox input[type="submit"]:hover {
    background-color:#D01A49;
    color: #fff;
  }
  .loginBox a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
  h1 {
    font-weight: 700;
  }
  textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #D01A49;
    font-size: 16px;
    margin: 10px auto;
    /* background-color: transparent; */
  }
  form.example input[type=text] {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #D01A49;
    float: left;
    width: 92%;
    background: transparent;

  }
  form.example button {
    float: left;
    width: 8%;
    padding: 5px;
    background: #D01A49;
    color: white;
    font-size: 14px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
  }
  form.example button:hover {
    background: #0b7dda;
  }
  form.example::after {
    content: "";
    clear: both;
    /* display: table; */
  }
  textarea::placeholder {
    color: #D01A49 !important;
  }
  .hi {
    /* float: center; */
    position: relative;
    /* width: 640px;
    height: 360px; */
    margin: 0 auto;
    overflow: hidden;
  }
  .hi {
    display: inline-block;
    overflow: hidden;
  }
  .hi img {
    display: block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .hi:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .titl{
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 12px;
  }
.acc-container {
  padding: 4rem 2rem;
}
.acc-btn {
  width: 100%;
  padding: 1.6rem 2rem;
  font-size: 1.6rem;
  cursor: pointer;
  background: inherit;
  border: none;
  outline: none;
  text-align: left;
  transition: all 0.5s linear;
}
.acc-btn:after {
  content: "\27A4";
  color: #fa8d0c;
  float: right;
  transition: all 0.3s linear;
}
.acc-btn.is-open:after {
  transform: rotate(90deg);
}
.acc-btn:hover, .acc-btn.is-open {
  color: #000;
  font-weight: bold;
}
.acc-content {
  max-height: 0;
  color: rgba(0,0,0,0.75);
  font-size: 1.5rem;
  margin: 0 2rem;
  padding-left: 1rem;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  border-bottom: 1px solid #ccc;
}

.credit {
  text-align: center;
  padding: 1rem;
}
.credit a {
  text-decoration: wavy underline;
  color: dodgerblue;
}
.slick-prev:before {
  content: "<";
  color: rgb(0, 0, 0)!important;
  font-size: 30px;
}
.slick-next:before {
  content: ">";
  color: rgb(0, 0, 0)!important;
  font-size: 30px;
}
.geo{
  color: #333;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.2em;
  text-align: center;
}
