body {
  margin: 0px;
}

.fixed-top {
  position: relative;
  z-index: 111;
}

.carnival-header header {
  padding: 30px 0;
  background: #fff;
}

.carnival-header header figure {
  margin: 0
}

.landing-wrap {
  margin: 0 auto;
  padding-top: 109px;
  background: #fff;
}

.landing-top-info h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.landing-top-info p {
  font-size: 18px;
  margin-bottom: 32px;
  width: 467px;
}

.landing-top-info p a {
  cursor: pointer;
  color: #F94340;
}

.landing-top-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 43px;
}
.btnswrap{
  display: flex;
  align-items: center;
}
.btnswrap .btn{
  border-radius: 50px;
  padding: 8px 32px;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.9s;
  border: none;
  font-size: 14px;
  font-weight: 400;
}
.btnswrap .btn:focus{
  box-shadow: none;
  outline: 0;
}
.btnswrap .btnsignup {
  background: #909CD1;
}

.btnswrap .btnsignup:hover {
  background: #9C7FBF;
  color: #fff;
}
.btnswrap .btnlogin {
  background: #74A5E8;
  margin-left: 24px;
}

.btnswrap .btnlogin:hover {
  background: #4f86d3;
  color: #fff;
}

.landing-top-img img {
  width: 100%;
}

button:focus {
  outline: 0 !important;
  box-shadow: none;
  border: none;
}

.designedfor {
  background: #D4E3F8;
  border-radius: 20px;
  padding: 75px 162px;
  /* margin-bottom: 26px; */
  margin-top: 113px;
}

/* .designedfor-top {
  margin-bottom: 160px;
} */

.designedfor-topinfo h3 {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 16px;
}

.designedfor-topinfo p {
  font-size: 18px;
  width: 332px;
}

.designedfor-topinfo .cloud-img {
  text-align: right;
  margin-right: 35%;
  margin-bottom: 73px;
}

.categorie-designed ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.categorie-designed ul li {
  margin-bottom: 32px;
  width: calc(33.3% - 15px);
}

.categorie-designed figure {
  margin-bottom: 0;
}

/* li:nth-child(3n) {
  position: relative;
}
li:nth-child(3n)::after{
  content: '';
  display: block;
} */

.categorie-info {
  /* width: 111px; 
  height: 137px;*/
  background: #fff;
  border-radius: 6px;
  text-align: center;
  /* cursor: pointer; */
}

.categorie-info p {
  padding: 22px 22px 10px;
  margin: 0;
}

.categorie-info .figure-caption {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  color: #000;
  border-radius: 0 0 6px 6px;
}

.bg-cyan {
  background: #9CDDDD;
}

.bg-orange {
  background: #FEA253;
}

.bg-violet {
  background: #9C7FBF;
}

/* .showcase {
  position: relative;
  background: #fff;
  padding: 65px 117px;
  border-radius: 20px;
} */
.showcase{
  position: relative;
  min-height: 70px;
}

.showcase .showcase-title {
  text-align: center;
  position: absolute;
  top: 23px;
  left: 30%;
}

.showcase .showcase-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0px;
}

.showcase .showcase-title h1 sup {
  top: -45px;
  right: 37px;
}

.showcase-slider .showcase-info {
  border-radius: 20px;
  position: relative;
  padding: 65px 0 25px 0;
  text-align: center;
  /* width: 218px; */
}

.showcase-slider .showcase-info figure {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  text-align: center;
}

.showcase-slider .showcase-info h5 {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 500;
}

.showcase-slider .showcase-info h4 {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 700;
}

.showcase-slider .showcase-info p {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 150px;
  padding: 6px 0;
}

.showcase-bgone {
  background: #E1F5F5;
}

.showcase-bgtwo {
  background: #E1D8EC;
}

.showcase-bgthree {
  background: #FFE3CB;
}

.showcase-bgfour {
  background: #FFEAEA;
}

.bg-gray {
  background: #EAF0E2;
  width: 100%;
  height: 215px;
  margin-top: -124px;
}
.login-categorie h3{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 23px;
}
.login-categorie .categorie-info .figure-caption {
  font-weight: 400;
  text-align: center;
  min-height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-categorie .categorie-info .figure-caption span {
  display: block;
  font-size: 11px;
}

.login-categorie .categorie-info figure {
  margin-bottom: 0;
}

.login-categorie .categorie-info p {
  /* padding: 40px 20px; */
  margin: 0 auto;
  text-align: center;
  min-height: 170px;
}
.login-categorie .categorie-info .signupinactive{
  display: none;
}
.login-categorie .categorie-info:hover .signupinactive{
  display: block;
}
.login-categorie .categorie-info:hover .signupactive{
  display: none;
}
.login-categorie ul {
  margin-bottom: 43px;
}

.img-115 {
  width: 115px;
}

.login-categorie .categorie-info p img:last-child, .login-categorie .developer-active p img:last-child {
  display: none;
}

.login-categorie .categorie-info:hover p img:first-child, .login-categorie .developer-active p img:first-child {
  display: none;
}

.login-categorie .categorie-info:hover p img:last-child, .login-categorie .developer-active p img:last-child {
  display: block;
}

.login-categorie .categorie-info:hover .figure-caption, .login-categorie .developer-active .figure-caption {
  font-weight: 700;
}

.login-categorie .categorie-info {
  width: auto;
  height: auto;
}

.student {
  background: #E1F5F5;
}

.developer {
  background: #FFF7DA;
}

.general {
  background: #EAF0E2;
}

.bg-student {
  background: #A1DADA;
}

.bg-developer {
  background: #FFE386;
}

.bg-general {
  background: #A2B783;
}

.developer-active {
  border: 2px solid #74a5e8;
}

.login-carnival {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .landing-wrap {
    width: 100%;
  }
  .landing-top-info p {
    width: 100%;
  }
  .designedfor {
    padding: 75px 18px;
  }
  .showcase {
    padding: 65px;
  }
  footer.carnival-footer {
    padding: 30px 0;
  }
  .showcase-slider .showcase-info {
    margin-bottom: 85px;
  }
  .login-categorie .categorie-info p {
    padding: 20px 9px;
    min-height: 100px;
  }
  .login-carnival {
    height: calc(100vh - 250px);
  }
  .landing-wrap {
    padding-top: 55px;
  }
  .designedfor-top {
    margin-bottom: 105px;
  }
  .categorie-info p {
    padding: 15px 22px 6px;
    margin: 0;
    min-height: 80px;
    /* display: flow-root; */
  }
  .designedfor .owl-dots {
    top:240px !important;
  }
  .designedfor-topinfo h3 {
    font-size: 32px;
  }
  .designedfor-topinfo p {
    width: 100%;
  }
  
}

@media (max-width: 598px) {
  .img-115 {
    width: 65px;
  }
  .login-carnival {
    height: calc(100vh - 177px);
  }
}

@media (min-width: 768px) {
  .pt-169 {
    padding-top: 169px;
  }
  footer.carnival-footer {
    padding: 30px 180px;
  }
  .login-carnival {
    height: calc(100vh - 210px);
  }
}

@media (min-width: 992px) {
  .categorie-info figure img {
    min-height: 70px;
  }
  .rightline, .leftline {
    display: block;
  }

}

@media (max-width: 992px) {
  .rightline, .leftline {
    display: none;
  }
  .spantile {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .landing-wrap {
    width: 720px;
  }
  .img-115 {
    width: 75px;
  }
  .categorie-info p {
    padding: 22px 22px 27px;
  }
}

@media (min-width: 992px) and (max-width: 1220px) {
  .landing-wrap {
    width: 992px;
  }
  .designedfor .owl-dots {
    top:250px !important;
  }
}

@media (min-width: 1221px) and (max-width: 1599px) {
  .landing-wrap {
    width: 1140px;
  }
}

@media (min-width: 1601px) {
  .landing-wrap {
    width: 1266px;
  }
  .landing-top-info h2 {
    font-size: 60px;
  }
}

/* .designedfor .active.center {
  transform: scale(1);
  -webkit-filter: grayscale(0); 
  filter: grayscale(0);
}
.designedfor .active {
  transform: scale(.9);
  transition: .6s ease;
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
   
} */

.designedfor .owl-carousel .owl-item {
  padding: 75px 0;
}

.designedfor .active.center img {
  transform: scale(1.5);
}

.designedfor .active.center {
  position: relative;
  z-index: 9999;
}

.designedfor .owl-carousel {
  margin-top: -56px;
}

.designedfor .owl-nav {
  display: none;
}

/* .designedfor .owl-caption{
  display: none;  
  position: absolute;
  bottom: 0;
  left: -100%;
  right: -100%;
  text-align: center;
} */

.designedfor .owl-caption {
  display: none;
  position: relative;
  width: 300%;
  left: -100%;
  top: 0;
  padding-top: 130px;
  text-align: center;
}

.designedfor .owl-caption h5 {
  font-size: 15px;
  margin-bottom: 24px;
}

.designedfor .owl-caption p {
  font-size: 16px;
  margin-bottom: 0;
  min-height: 200px;
}

.designedfor .owl-dots {
  position: absolute;
  top: 286px;
  left: 0;
  right: 0;
}

.designedfor .center .owl-caption {
  display: block;
}


footer.carnival-footer {
  background: #323232;
  color: #fff;
}

footer.carnival-footer P {
  font-size: 17px;
  font-weight: 400;
}

.leftline {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

.rightline {
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.btnwrap {
  text-align: right;
}
.spantile {
  display: block;
}
footer{
  margin-top: 50px;
}