/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 10 version
*/

body {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 1)),
    color-stop(50%, rgb(53, 30, 30)),
    to(rgba(0, 0, 0, 1))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgb(53, 30, 30) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgb(53, 30, 30) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  overflow-x: hidden;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
}
.container1 {
  max-width: 1300px;
  margin: 0 auto;
}
.container2 {
  max-width: 870px;
  margin: 0 auto;
}
.container3 {
  max-width: 400px;
  margin: 0 auto;
}
.s1 {
  background-image: url(../images/tushabg.jpg);
  background-color: red;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 25% 50%;
  margin-bottom: 150px;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-left: 70px;
  margin-top: 10px;
}
.logo a {
  color: #f8f9fa;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: 0.4s;
}
.logo a:hover {
  font-size: 24px;
  color: #729cc7;
}

header {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgb(2, 0, 36);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(4%, rgba(2, 0, 36, 0.75)),
    color-stop(50%, rgba(9, 9, 121, 0.4)),
    to(rgba(0, 213, 255, 0.548))
  );
  background: -o-linear-gradient(
    left,
    rgba(2, 0, 36, 0.75) 4%,
    rgba(9, 9, 121, 0.4) 50%,
    rgba(0, 213, 255, 0.548) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 0.75) 4%,
    rgba(9, 9, 121, 0.4) 50%,
    rgba(0, 213, 255, 0.548) 100%
  );
}
.fixed {
  position: sticky;
  margin-top: 90px;
  bottom: 0px;
  left: 0px;
  display: none;
  height: 50px;
  max-width: 700px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgba(32, 51, 49, 0.9) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 10;
}
.container3 i {
  font-size: 20px;
  color: rgb(18, 109, 194);
  transition: 0.3s;
}
.container3 i:hover {
  color: rgb(127, 252, 246);
  font-size: 20px;
}
.unl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1px;
}
.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  border-radius: 18px;
  border: 0.3px solid rgb(18, 109, 194);
  max-width: 830px;
  margin-top: 250px;
  margin-left: 70px;
  margin-right: 70px;
  background-color: rgba(0, 0, 0, 0.719);
}
.info button {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 9px;
  margin-top: 40px;
  margin-left: 30px;
  margin-right: 30px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  transition: 0.2s;
}
.info button:hover {
  background-color: rgb(42, 27, 131);
  font-size: 15px;
}
.info h2 {
  color: #fff;
  font-family: Lora;
  font-size: 36px;
  font-weight: 700;
  margin-left: 30px;
}
.info h4 {
  color: #f0f0f0;
  font-family: Lora;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 30px;
}
.log {
  width: 50px;
  opacity: 80%;
  transition: 0.3s;
}
.log:hover {
  opacity: 100%;
  rotate: -10deg;
  width: 60px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-right: 70px;
}
.nav a {
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  transition: 0.2s;
}
.nav a:hover {
  color: rgb(18, 109, 194);
  font-size: 14px;
  rotate: -2deg;
}
.di {
  width: 0.1px;
  height: 25px;
  border: 0.1px solid #fff;
}
.lo {
  width: 30px;
  opacity: 80%;
  transition: 0.3s;
}

.lo:hover {
  opacity: 100%;
  rotate: -10deg;
  width: 40px;
}

.logg {
  width: 75px;
  opacity: 80%;
  transition: 0.3s;
}
.logg:hover {
  opacity: 100%;
  rotate: -5deg;
  width: 85px;
}
.tb {
  width: 38px;
}
.tb:hover {
  opacity: 50%;
}
.tb1 {
  width: 33px;
}
.tb1:hover {
  opacity: 50%;
}
.fa-solid {
  color: #fff;
}
.fa-solid:hover {
  opacity: 50%;
  cursor: pointer;
}
.bars {
  display: none;
  margin-right: 40px;
}

.s2 h2 {
  color: #ffffff;
  font-family: Lora;
  font-size: 36px;
  font-weight: 700;
}
.oly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 90px;
  margin-left: 10px;
}
.oly img {
  height: 30px;
}
.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 150px;
}
.card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.459);
  text-align: center;
  height: 450px;
  width: 310px;
  border: 1px solid black;
  border-radius: 5px;
  overflow: hidden;
}
.card1 img {
  width: 310px;
}
.card1 h6 {
  color: #6c757d;
  font-family: Lora;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card1 h2 {
  color: #495057;
  font-family: Lora;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.card1 button {
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 8px;
  border: none;
  background: rgba(255, 255, 255, 0.062);
  font-size: 13px;
  font-family: Lora;
  color: rgba(255, 255, 255, 0.589);
  transition: 0.2s;
}
.card1 button:hover {
  background-color: rgb(42, 27, 131);
  font-size: 15px;
}
.card2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.459);
  text-align: center;
  height: 450px;
  width: 310px;
  border: 1px solid black;
  border-radius: 5px;
  overflow: hidden;
}
.card2 img {
  height: 280x;
  width: 310px;
}
.card2 h6 {
  color: #6c757d;
  font-family: Lora;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card2 h2 {
  color: #495057;
  font-family: Lora;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.card2 button {
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 8px;
  border: none;
  background: rgba(255, 255, 255, 0.062);
  font-size: 13px;
  font-family: Lora;
  color: rgba(255, 255, 255, 0.589);
  transition: 0.2s;
}
.card2 button:hover {
  background-color: rgb(42, 27, 131);
  font-size: 15px;
}
.card3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.459);
  text-align: center;
  height: 450px;
  width: 310px;
  border: 1px solid black;
  border-radius: 5px;
  overflow: hidden;
}
.card3 img {
  height: 280x;
  width: 310px;
}
.card3 h6 {
  color: #6c757d;
  font-family: Lora;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card3 h2 {
  color: #495057;
  font-family: Lora;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.card3 button {
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 8px;
  border: none;
  background: rgba(255, 255, 255, 0.062);
  font-size: 13px;
  font-family: Lora;
  color: rgba(255, 255, 255, 0.589);
  transition: 0.2s;
}
.card3 button:hover {
  background-color: rgb(42, 27, 131);
  font-size: 15px;
}
.card4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.459);
  text-align: center;
  height: 450px;
  width: 310px;
  border: 1px solid black;
  border-radius: 5px;
  overflow: hidden;
}
.card4 img {
  height: 280x;
  width: 310px;
}
.card4 h6 {
  color: #6c757d;
  font-family: Lora;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card4 h2 {
  color: #495057;
  font-family: Lora;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.card4 button {
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 8px;
  border: none;
  background: rgba(255, 255, 255, 0.062);
  font-size: 13px;
  font-family: Lora;
  color: rgba(255, 255, 255, 0.589);
  transition: 0.2s;
}
.card4 button:hover {
  background-color: rgb(42, 27, 131);
  font-size: 15px;
}
.card5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.459);
  text-align: center;
  height: 450px;
  width: 310px;
  border: 1px solid black;
  border-radius: 5px;
  overflow: hidden;
}
.card5 img {
  height: 280x;
  width: 310px;
}
.card5 h6 {
  color: #6c757d;
  font-family: Lora;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card5 h2 {
  color: #495057;
  font-family: Lora;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.card5 button {
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 8px;
  border: none;
  background: rgba(255, 255, 255, 0.062);
  font-size: 13px;
  font-family: Lora;
  color: rgba(255, 255, 255, 0.589);
  transition: 0.2s;
}
.card5 button:hover {
  background-color: rgb(42, 27, 131);
  font-size: 15px;
}
.card6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.459);
  text-align: center;
  height: 450px;
  width: 310px;
  border: 1px solid black;
  border-radius: 5px;
  overflow: hidden;
}
.card6 img {
  height: 280x;
  width: 310px;
}
.card6 h6 {
  color: #6c757d;
  font-family: Lora;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card6 h2 {
  color: #495057;
  font-family: Lora;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.card6 button {
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 8px;
  border: none;
  background: rgba(255, 255, 255, 0.062);
  font-size: 13px;
  font-family: Lora;
  color: rgba(255, 255, 255, 0.589);
  transition: 0.2s;
}
.card6 button:hover {
  background-color: rgb(42, 27, 131);
  font-size: 15px;
}
.card7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.459);
  text-align: center;
  height: 450px;
  width: 310px;
  border: 1px solid black;
  border-radius: 5px;
  overflow: hidden;
}
.card7 img {
  height: 280x;
  width: 310px;
}
.card7 h6 {
  color: #6c757d;
  font-family: Lora;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card7 h2 {
  color: #495057;
  font-family: Lora;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.card7 button {
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 8px;
  border: none;
  background: rgba(255, 255, 255, 0.062);
  font-size: 13px;
  font-family: Lora;
  color: rgba(255, 255, 255, 0.589);
  transition: 0.2s;
}
.card7 button:hover {
  background-color: rgb(42, 27, 131);
  font-size: 15px;
}
.card8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.459);
  text-align: center;
  height: 450px;
  width: 310px;
  border: 1px solid black;
  border-radius: 5px;
  overflow: hidden;
}
.card8 img {
  height: 280x;
  width: 310px;
}
.card8 h6 {
  color: #6c757d;
  font-family: Lora;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card8 h2 {
  color: #495057;
  font-family: Lora;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.card8 button {
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 8px;
  border: none;
  background: rgba(255, 255, 255, 0.062);
  font-size: 13px;
  font-family: Lora;
  color: rgba(255, 255, 255, 0.589);
  transition: 0.2s;
}
.card8 button:hover {
  background-color: rgb(42, 27, 131);
  font-size: 15px;
}
.s3 {
  background-image: url(../images/tushas2.jpg);
  background-color: rgb(36, 14, 14);
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 70%;
  margin-bottom: 150px;
}
.info1 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.info1 button {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 9px;
  margin-top: 180px;
  border: none;
  background: rgba(58, 43, 43, 0.603);
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  transition: 0.2s;
}
.info1 button:hover {
  background-color: rgb(42, 27, 131);
  font-size: 15px;
}
.info1 h2 {
  color: #fff;
  font-family: Lora;
  font-size: 36px;
  font-weight: 700;
  margin-left: 30px;
}
.info1 h4 {
  color: #f0f0f0;
  font-family: Lora;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 30px;
}
.wch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.wjt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 70px;
  margin-left: 10px;
}
.wjt h2 {
  color: #921111;
  font-family: Lora;
  font-size: 36px;
  font-weight: 700;
}
.wjt img {
  width: 30px;
}

.lukh {
  height: 350px;
  width: 420px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.lukh img {
  width: 420px;
}
.lukh1 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  left: 30px;
  bottom: 42px;
}
.lukh1 button {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 9px;
  margin-top: 180px;
  border: none;
  background: rgba(58, 43, 43, 0.603);
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  top: 25px;
  margin-left: 270px;
  margin-bottom: 90px;
  transition: 0.2s;
}
.lukh1 button:hover {
  background-color: rgb(42, 27, 131);
  font-size: 14px;
}
.lukh1 h6 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.lukh1 h2 {
  color: #fff;
  font-family: Lora;
  width: 270px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.lukh1 h4 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.maisa {
  height: 350px;
  width: 420px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.maisa img {
  width: 420px;
}
.maisa1 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  left: 30px;
  bottom: 42px;
}
.maisa1 button {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 9px;
  margin-top: 180px;
  border: none;
  background: rgba(58, 43, 43, 0.603);
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  top: 25px;
  margin-left: 270px;
  margin-bottom: 90px;
  transition: 0.2s;
}
.maisa1 button:hover {
  background-color: rgb(42, 27, 131);
  font-size: 14px;
}
.maisa1 h6 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.maisa1 h2 {
  color: #fff;
  font-family: Lora;
  width: 270px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.maisa1 h4 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.tushawc {
  height: 350px;
  width: 420px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.tushawc img {
  width: 420px;
}
.tusha1 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  left: 30px;
  bottom: 42px;
}
.tusha1 button {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 9px;
  margin-top: 180px;
  border: none;
  background: rgba(58, 43, 43, 0.603);
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  top: 25px;
  margin-left: 270px;
  margin-bottom: 90px;
  transition: 0.2s;
}
.tusha1 button:hover {
  background-color: rgb(42, 27, 131);
  font-size: 14px;
}
.tusha1 h6 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.tusha1 h2 {
  color: #fff;
  font-family: Lora;
  width: 270px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.tusha1 h4 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.s5 {
  background-image: url(../images/s4rdala.jpg);
  background-color: red;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% 40%;
  margin-bottom: 150px;
}
.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  margin-left: 15px;
}
.title img {
  width: 25px;
}
.title h2 {
  color: #c5c5c5;
  font-family: Lora;
  font-size: 36px;
  font-weight: 700;
}
.in a {
  color: #495057;
  text-align: right;
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin-left: 15px;
  transition: 0.2s;
}
.in a:hover {
  color: rgb(42, 27, 131);
  font-size: 16px;
}
.cardss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  gap: 20px;
  margin-bottom: 150px;
}
.car1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  position: relative;
  height: 420px;
  width: 310px;
  background-color: #0000004f;
  border-radius: 5px;
  overflow: hidden;
}
.car1 img {
  width: 310px;
}
.car1 button {
  position: absolute;
  border: none;
  top: 30px;
  left: 233px;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(71, 38, 38, 0.342);
  transition: 0.3s;
}
.car1 button:hover {
  cursor: pointer;
  background-color: rgb(42, 27, 131);
  rotate: 4deg;
  font-size: 14px;
}
.car1 h5 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 14px;
  margin-left: 20px;
  font-weight: 400;
}
.car1 h2 {
  color: #fff;
  width: 270px;
  margin-left: 20px;
  font-family: Lora;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.car1 h4 {
  color: #6c757d;
  font-family: Lora;
  font-size: 15px;
  margin-left: 20px;
  font-weight: 400;
  line-height: 20px;
}

.car2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  position: relative;
  height: 420px;
  width: 310px;
  background-color: #0000004f;
  border-radius: 5px;
  overflow: hidden;
}
.car2 img {
  width: 310px;
}
.car2 button {
  position: absolute;
  border: none;
  top: 30px;
  left: 233px;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(71, 38, 38, 0.342);
  transition: 0.3s;
}
.car2 button:hover {
  cursor: pointer;
  background-color: rgb(42, 27, 131);
  rotate: 4deg;
  font-size: 14px;
}
.car2 h5 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 14px;
  margin-left: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.car2 h2 {
  color: #fff;
  width: 270px;
  margin-left: 20px;
  font-family: Lora;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.car2 h4 {
  color: #6c757d;
  font-family: Lora;
  font-size: 15px;
  margin-left: 20px;
  font-weight: 400;
  line-height: 20px;
}
.car3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  position: relative;
  height: 420px;
  width: 310px;
  background-color: #0000004f;
  border-radius: 5px;
  overflow: hidden;
}
.car3 img {
  width: 310px;
}
.car3 button {
  position: absolute;
  border: none;
  top: 30px;
  left: 233px;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(71, 38, 38, 0.342);
  transition: 0.3s;
}
.car3 button:hover {
  cursor: pointer;
  background-color: rgb(42, 27, 131);
  rotate: 4deg;
  font-size: 14px;
}
.car3 h5 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 14px;
  margin-left: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.car3 h2 {
  color: #fff;
  width: 270px;
  margin-left: 20px;
  font-family: Lora;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.car3 h4 {
  color: #6c757d;
  font-family: Lora;
  font-size: 15px;
  margin-left: 20px;
  font-weight: 400;
  line-height: 20px;
}
.car4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  position: relative;
  height: 420px;
  width: 310px;
  background-color: #0000004f;
  border-radius: 5px;
  overflow: hidden;
}
.car4 img {
  width: 310px;
}
.car4 button {
  position: absolute;
  border: none;
  top: 30px;
  left: 233px;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(71, 38, 38, 0.342);
  transition: 0.3s;
}
.car4 button:hover {
  cursor: pointer;
  background-color: rgb(42, 27, 131);
  rotate: 4deg;
  font-size: 14px;
}
.car4 h5 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 14px;
  margin-left: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.car4 h2 {
  color: #fff;
  width: 270px;
  margin-left: 20px;
  font-family: Lora;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.car4 h4 {
  color: #6c757d;
  font-family: Lora;
  font-size: 15px;
  margin-left: 20px;
  font-weight: 400;
  line-height: 20px;
}
.car5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  position: relative;
  height: 420px;
  width: 310px;
  background-color: #0000004f;
  border-radius: 5px;
  overflow: hidden;
}
.car5 img {
  width: 310px;
}
.car5 button {
  position: absolute;
  border: none;
  top: 30px;
  left: 233px;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(71, 38, 38, 0.342);
  transition: 0.3s;
}
.car5 button:hover {
  cursor: pointer;
  background-color: rgb(42, 27, 131);
  rotate: 4deg;
  font-size: 14px;
}
.car5 h5 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 14px;
  margin-left: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.car5 h2 {
  color: #fff;
  width: 270px;
  margin-left: 20px;
  font-family: Lora;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.car5 h4 {
  color: #6c757d;
  font-family: Lora;
  font-size: 15px;
  margin-left: 20px;
  font-weight: 400;
  line-height: 20px;
}
.car6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  position: relative;
  height: 420px;
  width: 310px;
  background-color: #0000004f;
  border-radius: 5px;
  overflow: hidden;
}
.car6 img {
  width: 310px;
}
.car6 button {
  position: absolute;
  border: none;
  top: 30px;
  left: 233px;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(71, 38, 38, 0.342);
  transition: 0.3s;
}
.car6 button:hover {
  cursor: pointer;
  background-color: rgb(42, 27, 131);
  rotate: 4deg;
  font-size: 14px;
}
.car6 h5 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 14px;
  margin-left: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.car6 h2 {
  color: #fff;
  width: 270px;
  margin-left: 20px;
  font-family: Lora;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.car6 h4 {
  color: #6c757d;
  font-family: Lora;
  font-size: 15px;
  margin-left: 20px;
  font-weight: 400;
  line-height: 20px;
}
.car7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  position: relative;
  height: 420px;
  width: 310px;
  background-color: #0000004f;
  border-radius: 5px;
  overflow: hidden;
}
.car7 img {
  width: 310px;
}
.car7 button {
  position: absolute;
  border: none;
  top: 30px;
  left: 233px;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(71, 38, 38, 0.342);
  transition: 0.3s;
}
.car7 button:hover {
  cursor: pointer;
  background-color: rgb(42, 27, 131);
  rotate: 4deg;
  font-size: 14px;
}
.car7 h5 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 14px;
  margin-left: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.car7 h2 {
  color: #fff;
  width: 270px;
  margin-left: 20px;
  font-family: Lora;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.car7 h4 {
  color: #6c757d;
  font-family: Lora;
  font-size: 15px;
  margin-left: 20px;
  font-weight: 400;
  line-height: 20px;
}
.car8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  position: relative;
  height: 420px;
  width: 310px;
  background-color: #0000004f;
  border-radius: 5px;
  overflow: hidden;
}
.car8 img {
  width: 310px;
}
.car8 button {
  position: absolute;
  border: none;
  top: 30px;
  left: 233px;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(71, 38, 38, 0.342);
  transition: 0.3s;
}
.car8 button:hover {
  cursor: pointer;
  background-color: rgb(42, 27, 131);
  rotate: 4deg;
  font-size: 14px;
}
.car8 h5 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 14px;
  margin-left: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.car8 h2 {
  color: #fff;
  width: 270px;
  margin-left: 20px;
  font-family: Lora;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.car8 h4 {
  color: #6c757d;
  font-family: Lora;
  font-size: 15px;
  margin-left: 20px;
  font-weight: 400;
  line-height: 20px;
}
.s7 {
  background-image: url(../images/noza.jpg);
  background-color: rgb(36, 14, 14);
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 55% 10%;
  margin-bottom: 150px;
}
.titll h2 {
  color: #33ff00;
  font-family: Lora;
  font-size: 36px;
  font-weight: 700;
}
.cardss1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bekaur1 {
  max-width: 640px;
  height: 350px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #0000004f;
}
.bekaur1 img {
  max-width: 640px;
}
.bekaur2 {
  max-width: 640px;
  height: 350px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #0000004f;
}
.bekaur2 img {
  max-width: 640px;
}
.bek1 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.butto {
  padding-left: 435px;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.butto button {
  border: none;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(148, 89, 89, 0.575);
  transition: 0.3s;
}
.butto button:hover {
  cursor: pointer;
  background-color: rgb(42, 27, 131);
  font-size: 15px;
}
.bek1 h6 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 14px;
  padding-top: 100px;
  margin-left: 40px;
  font-weight: 400;
}
.bek1 h2 {
  color: #fff;
  width: 270px;
  margin-left: 40px;
  font-family: Lora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.bek1 h4 {
  width: 340px;
  color: #e5e5e5;
  font-family: Lora;
  margin-left: 40px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.s9 {
  background-image: url(../images/l4sha.jpg);
  background-color: red;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 58% 70%;
  margin-bottom: 100px;
}
.s10 {
  background-color: #0000002a;
  border-radius: 8px;
  margin: 0px 10px 150px 10px;
}
.s10 p {
  color: #7e8081;
  font-family: Lora;
  font-size: 15px;
  font-weight: 400;
  max-width: 840px;
  line-height: 25px;
  padding: 30px;
}

.osf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.olys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 90px;
  margin-left: 10px;
}
.olys h2 {
  color: #ffffff;
  font-family: Lora;
  font-size: 36px;
  font-weight: 700;
}
.olys img {
  height: 30px;
}

.margv {
  height: 350px;
  width: 420px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.margv img {
  width: 420px;
}
.margv1 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  left: 30px;
  bottom: 42px;
}
.margv1 button {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 9px;
  margin-top: 180px;
  border: none;
  background: rgba(58, 43, 43, 0.603);
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  top: 25px;
  margin-left: 270px;
  margin-bottom: 90px;
  transition: 0.3s;
}
.margv1 button:hover {
  background-color: rgb(42, 27, 131);
  font-size: 15px;
}
.margv1 h6 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.margv1 h2 {
  color: #fff;
  font-family: Lora;
  width: 270px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.margv1 h4 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.shavi {
  height: 350px;
  width: 420px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.shavi img {
  width: 420px;
}
.shavi1 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  left: 30px;
  bottom: 42px;
}
.shavi1 button {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 9px;
  margin-top: 180px;
  border: none;
  background: rgba(58, 43, 43, 0.603);
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  top: 25px;
  margin-left: 270px;
  margin-bottom: 90px;
  transition: 0.3s;
}
.shavi1 button:hover {
  background-color: rgb(42, 27, 131);
  font-size: 15px;
}
.shavi1 h6 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.shavi1 h2 {
  color: #fff;
  font-family: Lora;
  width: 270px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.shavi1 h4 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.lb {
  height: 350px;
  width: 420px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.lb img {
  width: 420px;
}
.lb1 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  left: 30px;
  bottom: 42px;
}
.lb1 button {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 9px;
  margin-top: 180px;
  border: none;
  background: rgba(58, 43, 43, 0.603);
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  top: 25px;
  margin-left: 270px;
  margin-bottom: 90px;
  transition: 0.3s;
}
.lb1 button:hover {
  background-color: rgb(42, 27, 131);
  font-size: 15px;
}
.lb1 h6 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.lb1 h2 {
  color: #fff;
  font-family: Lora;
  width: 270px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.lb1 h4 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.s12 {
  background-image: url(../images/t4to.jpg);
  background-color: red;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:75% 20%;
  margin-bottom: 150px;
}

.s13 {
  background-color: #0000002a;
  border-radius: 8px;
  margin: 0px 10px 150px 10px;
}
.s13 p {
  color: #7e8081;
  font-family: Lora;
  font-size: 15px;
  font-weight: 400;
  max-width: 840px;
  line-height: 25px;
  padding: 30px;
}
p span {
  color: #f3cba4;
  font-family: Lora;
  font-size: 27px;
  line-height: 35px;
  font-weight: 700;
}
.imgflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imgflex img {
  width: 400px;
  border-radius: 5px;
}
.hgt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.hgt img {
  width: 80px;
  background-color: #ffffff;
  border-radius: 12px;
}
.hgt h2 {
  color: #ffffff;
  font-family: Lora;
  font-size: 46px;
  font-weight: 700;
  line-height: 25px;
}

.hlt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  gap: 20px;
}
.ete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  position: relative;
  height: 480px;
  width: 310px;
  background-color: #0000004f;
  border-radius: 5px;
  overflow: hidden;
}
.ete img {
  width: 310px;
  border-radius: 5px;
}
.ete button {
  position: absolute;
  border: none;
  top: 30px;
  left: 190px;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(71, 38, 38, 0.342);
  transition: 0.3s;
}
.ete button:hover {
  cursor: pointer;
  background-color: rgb(42, 27, 131);
  font-size: 15px;
}
.ete h6 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 14px;
  margin-left: 20px;
  font-weight: 400;
}
.ete h2 {
  color: #fff;
  width: 270px;
  margin-left: 20px;
  font-family: Lora;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.ete h4 {
  color: #6c757d;
  font-family: Lora;
  font-size: 12px;
  max-width: 250px;
  margin-left: 20px;
  font-weight: 400;
  line-height: 20px;
}

.m4rgvela {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  position: relative;
  height: 480px;
  width: 310px;
  background-color: #0000004f;
  border-radius: 5px;
  overflow: hidden;
}
.m4rgvela img {
  width: 310px;
  border-radius: 5px;
}
.m4rgvela button {
  position: absolute;
  border: none;
  top: 30px;
  left: 190px;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(71, 38, 38, 0.342);
  transition: 0.3s;
}
.m4rgvela button:hover {
  cursor: pointer;
  background-color: rgb(42, 27, 131);
  font-size: 15px;
}
.m4rgvela h6 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 14px;
  margin-left: 20px;
  font-weight: 400;
}
.m4rgvela h2 {
  color: #fff;
  width: 270px;
  margin-left: 20px;
  font-family: Lora;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.m4rgvela h4 {
  color: #6c757d;
  font-family: Lora;
  font-size: 12px;
  max-width: 250px;
  margin-left: 20px;
  font-weight: 400;
  line-height: 20px;
}

.gr1gala {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  position: relative;
  height: 480px;
  width: 310px;
  background-color: #0000004f;
  border-radius: 5px;
  overflow: hidden;
}
.gr1gala img {
  width: 310px;
  border-radius: 5px;
}
.gr1gala button {
  position: absolute;
  border: none;
  top: 30px;
  left: 190px;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(71, 38, 38, 0.342);
  transition: 0.3s;
}
.gr1gala button:hover {
  cursor: pointer;
  background-color: rgb(42, 27, 131);
  font-size: 15px;
}
.gr1gala h6 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 14px;
  margin-left: 20px;
  font-weight: 400;
}
.gr1gala h2 {
  color: #fff;
  width: 270px;
  margin-left: 20px;
  font-family: Lora;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.gr1gala h4 {
  color: #6c757d;
  font-family: Lora;
  font-size: 12px;
  max-width: 250px;
  margin-left: 20px;
  font-weight: 400;
  line-height: 20px;
}

.bek4uri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  position: relative;
  height: 480px;
  width: 310px;
  background-color: #0000004f;
  border-radius: 5px;
  overflow: hidden;
}
.bek4uri img {
  width: 310px;
  border-radius: 5px;
}
.bek4uri button {
  position: absolute;
  border: none;
  top: 30px;
  left: 190px;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(71, 38, 38, 0.342);
  transition: 0.3s;
}
.bek4uri button:hover {
  cursor: pointer;
  background-color: rgb(42, 27, 131);
  font-size: 15px;
}
.bek4uri h6 {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 14px;
  margin-left: 20px;
  font-weight: 400;
}
.bek4uri h2 {
  color: #fff;
  width: 270px;
  margin-left: 20px;
  font-family: Lora;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.bek4uri h4 {
  color: #6c757d;
  font-family: Lora;
  font-size: 12px;
  max-width: 250px;
  margin-left: 20px;
  font-weight: 400;
  line-height: 20px;
}

footer {
  background-image: url(../images/foterbg.jpg);
  background-color: blueviolet;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 60%;
  width: 100vw;
  height: 400px;
  margin-top: 150px;
}
.infodiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 106px;
}
h3 {
  color: #ffffff;
  font-family: Lora;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
}
.con a {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 12px;
  font-weight: 400;
  transition: 0.3s;
}
.con a:hover {
  color: #ff7300;
}
.exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}
.exp a {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 12px;
  font-weight: 400;
  transition: 0.3s;
}
.exp a:hover {
  color: #ff7300;
}
.loc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}
.loc a {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  transition: 0.3s;
}
.loc a:hover {
  color: #ff7300;
}
.conn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px;
}
.gjf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.eju {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.ijf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}
.jtv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.tbc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.fa-brands:hover {
  opacity: 50%;
}
