@import url('https://fonts.cdnfonts.com/css/glitten');

p {
  text-align: justify;
}

h2 {
  overflow: hidden;
}

section {
  overflow: hidden;
}

.s1 {
  margin-top: 10rem;
  /* background-image: url(https://www.mistay.in/travel-blog/content/images/2020/06/1906270.jpg);
    background-size: cover;
    background-position: center; */
}

@media only screen and (max-width:992px) {
  .s1 {
    margin-top: 6rem;
  }
}

.s1 .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s1 .container h1 {
  font-family: 'Glitten', serif;
  font-size: 3rem;
  font-weight: 600;
  /* background: linear-gradient(to right, #540863, #92487A, #E49BA6); */
  background-image: url(../../../image/phd-services/bangalore/journal-publication-in-bangalore/bangalore.jpg);
  background-attachment: fixed;
  color: transparent;
  /* color: white; */
  background-clip: text;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  position: relative;
  width: fit-content;
  transition: background-image 0s ease;
}

.s1 .container h1::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 0%;
  background-image: url(../../../image/phd-services/bangalore/journal-publication-in-bangalore/bangalore.jpg);
  /* background-image: url(https://www.mistay.in/travel-blog/content/images/2020/06/1906270.jpg); */
  background-attachment: fixed;
  left: 0px;
  bottom: 0px;
  animation: width 1s linear forwards;
  /* animation-delay: 0.5s; */
  transition: background-image 0s ease;
}

@keyframes width {
  to {
    width: 100%;
  }
}

@media (max-width:992px) {
  .s1 .container h1::before {
    display: none;
  }
}

.s2 .img-box {
  position: relative;
}

.s2 .img-box img {
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.s2 .img-box .content-box {
  /* position: absolute; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  bottom: -20px;
  right: -20px;
  /* background-color: rgba(255, 255, 255, 0.404); */
  background-color: rgba(255, 242, 208, 60%);
  backdrop-filter: blur(10px);
  padding: 1rem;
  border-top: 2px solid rgba(255, 255, 255, 50%);
  border-left: 2px solid rgba(255, 255, 255, 50%);
  border-bottom: 2px solid rgba(0, 0, 0, 10%);
  border-right: 2px solid rgba(0, 0, 0, 10%);
  border-radius: 5px;
}

.s2 .img-box .content-box h3 {
  font-size: clamp(1.1rem, 3vw, 1.3rem);
  font-weight: 600;
  margin-bottom: 0.7rem;
  text-align: center;
  color: #282828;
}

.s2 .img-box .content-box ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: fit-content;
}

.s2 .img-box .content-box ul li {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1rem;
}

.s2 .img-box .content-box ul li::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  top: 2px;
  left: -10px;
  background-image: url(../../../image/phd-services/bangalore/journal-publication-in-bangalore/star-icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50px;
}

@media only screen and (max-width:767px) {
  .s2 .img-box .content-box {
    position: unset;
    margin-bottom: 1rem;
    border: none;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  }
}

.s3 h3 {
  background-color: #00aeef;
  width: fit-content;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px 20px 5px 20px;
}

.s3 .border-box {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 1rem;
}

.s3 .border-box p {
  text-align: end;
  margin-bottom: 0px;
  margin-left: 0.5rem;
  font-weight: 600;
}

.s3 .border-box .borders {
  height: 60px;
  width: 20%;
  border-left: 2px solid #00aeef;
  border-bottom: 2px solid #00aeef;
  position: relative;
  top: -30px;
}

.s3 .box .boxes {
  /* background-color: #15173D; */
  background-image: linear-gradient(178deg, #E0A8A8 80%, #3291B6 82%);
  background-attachment: fixed;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
}

.s3 .box .border-box .borders {
  height: 40px;
  width: 8%;
  border-left: 2px solid #E0A8A8;
  border-bottom: 2px solid #E0A8A8;
  position: relative;
  bottom: 0px;
  top: -15px;
}

.s3 .box span {
  font-size: 0.9rem;
  text-align: end;
  margin-left: 0.5rem;
}

.s4 .box {
  box-shadow: 0px 8px 15px -6px gray;
  border-radius: 0px 50px 0px 0px;
}

@media only screen and (max-width:767px) {
  .s4 .box {
    box-shadow: none;
  }

  .s4 .box .boxes .content-box h3 span {
    font-size: 0.8rem !important;
  }
}

.s4 .box .boxes {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 25px 25px 0px 25px;
  box-shadow: -11px -1px 5px 2px rgb(173, 173, 173);
}

.s4 .box .boxes .step-box {
  position: absolute;
  padding: 0.3rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px 0px 0px 0px;
  top: -10px;
  left: -5px;
  box-shadow: 3px 3px 1px 2px rgb(255, 255, 255), -11px -1px 5px 2px rgb(173, 173, 173);
}

.s4 .box .boxes .step-box span {
  font-weight: 600;
  /* white-space: nowrap; */
  color: white;
  font-size: 1.1rem;
}

.s4 .box .boxes .content-box {
  margin-left: 4rem;
}

.s4 .box .boxes .content-box h3 {
  font-size: clamp(1rem, 3vw, 1.2rem);
  font-weight: 600;
  margin-bottom: 0rem;
  text-align: justify;
  color: white;
}

.s4 .box .boxes .content-box h3 span {
  font-size: 0.9rem;
  font-weight: 500;
  color: white;
  font-family: 'Gilmer Regular', sans-serif;
  margin-left: 0.5rem;
}

.s4 .box .boxes .step-bg1 {
  background-color: #6B3F69;
}

.s4 .box .bg1 {
  background-image: linear-gradient(to right, #8D5F8C, #A376A2);
}

.s4 .box .boxes .step-bg2 {
  background-color: #E45A92;
}

.s4 .box .bg2 {
  background-image: linear-gradient(to right, #E45A92, #FFACAC);
}

.s4 .box .boxes .step-bg3 {
  background-color: #DC143C;
}

.s4 .box .bg3 {
  background-image: linear-gradient(to right, #DC143C, #F75270);
}

.s4 .box .boxes .step-bg4 {
  background-color: #FF9B00;
}

.s4 .box .bg4 {
  background-image: linear-gradient(to right, #FF9B00, #FFC900);
}

.s4 .box .boxes .step-bg5 {
  background-color: #78C841;
}

.s4 .box .bg5 {
  background-image: linear-gradient(to right, #78C841, #B4E50D);
}

.s4 .box .boxes .step-bg6 {
  background-color: #3674B5;
}

.s4 .box .bg6 {
  background-image: linear-gradient(to right, #3674B5, #578FCA);
}

.s5 {
  background-color: #F5F0CD;
}

.s5 .MainHead {
  margin-bottom: 1.5rem;
}

.s5 .MainHead .Head {
  margin: 0px;
}

.s5 .boxes {
  background-color: white;
  box-shadow: 0px 0px 15px -6px gray;
  /* box-shadow: 0px 8px 15px -6px gray; */
  border-radius: 25px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.s5 .boxes:hover {
  box-shadow: 0px 8px 15px -6px gray;
}

.s5 .boxes span img {
  height: 30px;
  width: 30px;
}

.s5 .boxes p {
  margin-bottom: 0px;
  width: 100%;
  margin-left: 1rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .d-md-block-m {
    display: block !important;
  }
}

.s5 button {
  height: 100%;
  width: 100%;
  border: none;
  background-color: black;
  padding: 1rem 1rem;
  /* border-radius: 10px 10px / 40% 40% */
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.s5 button img {
  /* position: absolute; */
  height: 50px;
  width: 50px;
  margin-right: 5px;
  /* transform: translateY(-30px); */
}

.s5 div a {
  text-decoration: none;
  /* padding: 1rem 1rem; */
  color: white;
}

.s5 .btn1 {
  background-color: #008BFF;
  border-bottom: 2px solid #8acbff;
  transform: rotateX(30deg);
  box-shadow: 0px 10px 0px -1px #006fca, 0px 13px 6px 0px #003b6b;
}

.s5 .btn2 {
  background-color: #75B06F;
  border-bottom: 2px solid #8ed186;
  transform: rotateX(30deg);
  box-shadow: 0px 10px 0px -1px #52864d, 0px 13px 6px 0px #2c4e28;
}

.s5 .btn1:active {
  transform: rotateX(28deg) translateZ(10px) translateY(10px);
  box-shadow: 0px 10px 0px -1px #006fca, 0px 12px 3px -1px rgba(0, 59, 107, 80%);
}

.s5 .btn2:active {
  transform: rotateX(28deg) translateZ(10px) translateY(10px);
  box-shadow: 0px 10px 0px -1px #52864d, 0px 12px 3px -1px rgba(44, 78, 40, 80%);
}

.s7 .boxes {
  background-color: #FAAC68;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  position: relative;
  /* border-radius: 25px; */
  border-radius: 0px 30px / 20% 26%;
  box-shadow: 2px 2px 10px -2px gray;
  height: 80px;
}

.s7 .boxes span {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #FAAC68;
  padding: 0.3rem;
  border-radius: 100%;
  box-shadow: 0px 8px 15px -6px #633f20;
}

.s7 .boxes span img {
  height: 30px;
  width: 30px;
  object-fit: contain;
  object-position: center;
}

.s7 .boxes p {
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  margin-left: 1rem;
}

.s7 .list-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.s7 .list-box ul {
  list-style-type: none;
  padding: 2rem;
  margin: 0px;
  width: fit-content;
  /* display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly; */
  background-color: #F9E7B2;
  border-radius: 25px;
  box-shadow: -10px 10px 10px -2px #D34E4E;
}

.s7 .list-box ul li {
  margin-bottom: 2rem;
  position: relative;
  font-size: 1.05rem;
  font-weight: 600;
  padding-left: 2rem;
}

.s7 .list-box ul li:last-child {
  margin-bottom: 0px;
}

.s7 .list-box ul li::before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  background-image: url(../../../image/phd-services/bangalore/journal-publication-in-bangalore/rejected-icon.png);
  background-position: center;
  background-size: cover;
  left: 0px;
}

.s7 .form-box form {
  width: 100%;
  background-color: #090040;
  padding: 2rem;
  border-radius: 10px 20px 5px 15px / 20% 30% 5% 10%;
  box-shadow: 10px 10px 10px -5px #4b418d;
}

.s7 .form-box form div {
  display: flex;
  flex-direction: column;
  margin: 1rem 0px;
}

.s7 .form-box form div:last-child {
  margin-bottom: 0px;
}

.s7 .form-box form div label {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #F9E7B2;
}

.s7 .form-box form div select {
  padding: 0.5rem;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 10%);
  outline: none;
  background-color: #655ba7;
  box-shadow: inset 6px 6px 2px -2px #393074;
  color: rgba(255, 255, 255, 50%);
  font-size: 0.9rem;
}

.s7 .form-box form div input {
  padding: 0.5rem;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 10%);
  outline: none;
  background-color: #655ba7;
  box-shadow: inset 6px 6px 2px -2px #393074;
  color: rgba(255, 255, 255, 100%);
  font-size: 0.9rem;
}

.s7 .form-box form div input::placeholder {
  color: rgba(255, 255, 255, 50%);
}

.s7 .form-box form div input:focus,
.s7 .form-box form div select:focus {
  border: 2px solid rgba(255, 255, 255, 50%);
}

.s7 .form-box form div input:focus::placeholder,
.s7 .form-box form div select:focus {
  color: rgba(255, 255, 255, 100%);
}

.s7 .form-box form .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}

.s7 .form-box form .btn-box button {
  width: fit-content;
  padding: 0.3rem 1.5rem;
  border-radius: 50px;
  background-color: #B13BFF;
  border: none;
  color: white;
  box-shadow: 0px 4px 5px -2px white,
    inset 0px -4px 10px -2px white,
    inset 0px -2px 10px -2px #B13BFF,
    inset 0px 5px 5px -2px #000000;
  font-size: 1rem;
  font-weight: 600;
  /* cursor: pointer;
    transition: all 200ms ease; */
  border-top: 2px solid rgba(255, 255, 255, 5%);
}

.s7 .form-box form .btn-box button:hover {
  box-shadow: 0px 4px 15px -2px white,
    inset 0px -4px 10px -2px white,
    inset 0px -2px 10px -2px #B13BFF,
    inset 0px 5px 5px -2px #000000;
}

/* .s7 .form-box form div select option{
    color: #F9E7B2;
} */

.s7 .s-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px -4px gray;
  padding: 1rem;
  border-radius: 10px;
  transition: all 200ms ease;
}

.s7 .s-boxes img {
  height: 30px;
  width: 30px;
}

.s7 .s-boxes p {
  font-size: 0.9rem;
  font-weight: 600;
  margin-left: 0.5rem;
  margin-bottom: 0px;
  width: 256px;
}

.s7 .s-boxes:hover {
  background-color: #44A194;
}

.s7 .s-boxes:hover p {
  color: white;
}

.s7 .s-boxes:hover img {
  filter: invert(1);
  background-color: black;
  padding: 5px 5px;
  border-radius: 50%;
}

.text-underline {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.s8 .faq-box ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.s8 .faq-box ul li {
  background-color: #296374;
  padding: 1rem;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  cursor: pointer;
  transition: all 1s ease;
}

.s8 .faq-box ul li:last-child {
  margin-bottom: 0px;
}

.s8 .faq-box ul li:hover {
  background-color: #0C2C55;
}

.s8 .faq-box ul li .heading h3 {
  /* color: #282828; */
  color: white;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  margin-bottom: 0px;
}

.s8 .faq-box ul li .content {
  margin: 0.5rem 0rem;
}

.s8 .faq-box ul li .content p {
  margin-bottom: 0px;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: white;
  /* height: 0px; */
  max-height: 0px;
  overflow: hidden;
  transition: all 2s ease;
}

.s8 .faq-box ul li:hover .content p {
  max-height: 500px;
}

.s8 .boxes {
  border: 2px solid gray;
  padding: 0.5rem;
  height: 100%;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  color: white;
  box-shadow: 0px 8px 8px -4px #c47be400;
  transition: all 0.5s ease;
}

.s8 .boxes::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
  transform: scale(0.9);
  transition: all 0.5s ease;
}

.s8 .boxes:hover::before {
  transform: scale(1);
}

.s8 .boxes.one {
  border: 2px solid #C47BE4;
  color: white;
}

.s8 .boxes.one:hover {
  box-shadow: 0px 8px 8px -4px #C47BE4;
}

.s8 .boxes.one:hover div {
  background-color: #C47BE4;
  color: white;
}

.s8 .boxes.one::before {
  background-color: #C47BE4;
}

.s8 .boxes.two {
  border: 2px solid #75B06F;
  color: white;
}

.s8 .boxes.two:hover {
  box-shadow: 0px 8px 8px -4px #75B06F;
}

.s8 .boxes.two:hover div {
  background-color: #75B06F;
  color: white;
}

.s8 .boxes.two::before {
  background-color: #75B06F;
}

.s8 .boxes.three {
  border: 2px solid #EA7B7B;
  color: white;
}

.s8 .boxes.three:hover {
  box-shadow: 0px 8px 8px -4px #EA7B7B;
}

.s8 .boxes.three:hover div {
  background-color: #EA7B7B;
  color: white;
}

.s8 .boxes.three::before {
  background-color: #EA7B7B;
}

.s8 .boxes.four {
  border: 2px solid #26CCC2;
  color: white;
}

.s8 .boxes.four:hover {
  box-shadow: 0px 8px 8px -4px #26CCC2;
}

.s8 .boxes.four:hover div {
  background-color: #26CCC2;
  color: white;
}

.s8 .boxes.four::before {
  background-color: #26CCC2;
}

.s8 .boxes div {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.5s ease;
}

.s8 .boxes.one div {
  border: 2px solid #C47BE4;
  color: #C47BE4;
}

.s8 .boxes.two div {
  border: 2px solid #75B06F;
  color: #75B06F;
}

.s8 .boxes.three div {
  border: 2px solid #EA7B7B;
  color: #EA7B7B;
}

.s8 .boxes.four div {
  border: 2px solid #26CCC2;
  color: #26CCC2;
}