@charset "utf-8";

/* body{
    color: #333;

   color: white;
    text-shadow: 2px 2px 4px #000000;

} */
.segmented-control {
  scroll-behavior: smooth;
}
.subscribe-area-a {
  /* border: 1px solid red; */
  height: auto !important;
  margin-bottom: -50px;
}
.subscribe-area-a .renew #myTab {
  text-align: center;
}
.subscribe-area-a .renew .nav-tabs {
  text-align: center;
  /* margin-top: 100px; */
}

.subscribe-area-a .renew ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.subscribe-area-a .renew ul li a {
  background: none !important;
  background: transparent !important;
  border: none !important;
  color: #000 !important;
}
.subscribe-area-a .renew ul:hover,
li:hover,
a:hover {
  color: rgba(73, 80, 87, 0.9);
}
.subscribe-area-a .renew li:hover {
  box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2),
    -0.2rem -0.2rem 0.5rem var(--white);

  /*  box-shadow: inset 0.2rem 0.2rem 0.5rem var(--greyLight-2), inset -0.2rem -0.2rem 0.5rem var(--white);*/
  /* color: #6db0d2 !important; */
}
.subscribe-area-a .renew li .active {
  box-shadow: inset 0.2rem 0.2rem 0.5rem var(--greyLight-2),
    inset -0.2rem -0.2rem 0.5rem var(--white);
  color: rgba(255, 255, 255, 0.9) !important;
  border-radius: 20px 20px 20px 20px !important;
  /* height: 60px !important; */
  margin: 0 !important;
  margin-bottom: -5px !important;
  /*    transition: s;*/
}

.subscribe-area-a .renew li {
  float: left;
  margin: 5px;
  border-radius: 20px;
  width: 200px;
  padding-bottom: 5px;
}

.subscribe-area-a .renew li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

.subscribe-area-a .renew .nav-tabs > li > a {
  /*    color: whitesmoke;*/

  font-size: 31px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 6px;
  font-weight: bold;
}

.subscribe-area-a .renew .nav-tabs > li {
  float: none;
  display: inline-block;
}

.subscribe-area-a .renew .tab-pane {
  padding: 10px;
}
.subscribe-area-a {
  background: #e4ebf5 !important;
}

.subscribe-text-a h2 {
  color: whitesmoke;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 6px;
}

.subscribe-text-a span {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 5px;
}

.subscribe-text p {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 5px;
}

/*

Creating a Global Style Sheet

*/

.subscribe-area {
  background-image: #e4ebf5;
}

.pb-50 {
  padding-bottom: 50px;
}
.pt-70 {
  padding-top: 70px;
}

.mb-15 {
  margin-bottom: 15px;
}

.subscribe-text span {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 5px;
}
.subscribe-text h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 6px;
}

.imagedropshadow {
  padding: 5px;
  border: solid 1px #efefef;
  margin: 10px;
  margin-right: 15px;
}

:root {
  --primary-light: #8abdff;
  --primary: #6d5dfc;
  --primary-dark: #5b0eeb;
  --white: #ffffff;
  --greyLight-1: #e4ebf5;
  --greyLight-2: #c8d0e7;
  --greyLight-3: #bec8e4;
  --greyDark: #9baacf;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

/* html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  background: var(--greyLight-1);
} */
/*  SEGMENTED-CONTROL */
.segmented-control {
  grid-column: 3/4;
  grid-row: 1/2;
  width: 100%;
  height: auto !important;
  box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2),
    -0.2rem -0.2rem 0.5rem var(--white);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  position: relative;
}
.renew .nav-link:hover,
.nav-link:active {
  color: #6bb1d2 !important;
}
.renew .nav-link:after {
  color: #fff !important;
}
.renew .nav-link:active {
  color: #a1aac1 !important;
}
.segmented-control input {
  display: none;
}
.segmented-control > input:checked + label {
  transition: all 0.5s ease;
  color: var(--primary) !important;
}
.segmented-control__1,
.segmented-control__2,
.segmented-control__3 {
  width: 6.8rem;
  height: 3.6rem;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: var(--greyDark);
  transition: all 0.5s ease;
}
.segmented-control__1:hover,
.segmented-control__2:hover,
.segmented-control__3:hover {
  color: var(--primary);
}
.segmented-control__color {
  position: absolute;
  height: 3.4rem;
  width: 6.2rem;
  margin-left: 0.3rem;
  border-radius: 0.8rem;
  box-shadow: inset 0.2rem 0.2rem 0.5rem var(--greyLight-2),
    inset -0.2rem -0.2rem 0.5rem var(--white);
  pointer-events: none;
}

#tab-1:checked ~ .segmented-control__color {
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#tab-2:checked ~ .segmented-control__color {
  transform: translateX(6.8rem);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#tab-3:checked ~ .segmented-control__color {
  transform: translateX(13.6rem);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.renew .tab-pane {
  /* border: 1px solid red; */
  width: 100%;
  height: auto !important;
  /* margin-bottom: 10px; */
}
.hac1 {
  font-size: 40px;
}
.perap1 {
  font-size: 18px;
  text-shadow: none !important;
}

@media only screen and (max-width: 768px) {
  .hac1 {
    font-size: 25px;
    /* text-align: center; */
  }
}
.hisja{
  background: linear-gradient(135deg, #57a9cf 30%, #627cb2) !important;
  border-radius: 10px;
  color: #fff;
}