/* Resettings*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.home {
  height: 100vh;
  padding-top: 40vh;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(39, 39, 39, 0.9)), to(rgba(39, 39, 39, 0.5))), url("../img/model-1.jpg") center top;
  background: linear-gradient(to right, rgba(39, 39, 39, 0.9), rgba(39, 39, 39, 0.5)), url("../img/model-1.jpg") center top;
  background-size: cover;
}

.home__name {
  font-size: 5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: white;
  font-family: "Courgette", cursive;
}

.home__name--last {
  color: white;
  font-weight: 700;
}

.container .card {
  background-color: rgba(255, 255, 255, 0.89);
  margin-top: -5rem;
  text-align: left;
  border: 0;
  border-radius: 2rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 80%;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-bottom: 100px;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(245, 10, 10, 0.664);
  box-shadow: 0px 5px 25px 0px rgba(201, 15, 15, 0.2);
}

.container .card .card-body {
  color: black;
  font-size: 1.2rem;
  margin-right: -10rem;
  margin-left: -10px;
  margin-bottom: 2rem;
  text-align: center;
}

#limit{
  width:300px;
  word-wrap: break-word;
}

.container .card .card-body .title {
  margin-left: 11rem;
}

.container .card .card-body .text-uppercase {
  font-size: 1rem;
}

.card {
  background-color: rgba(255, 255, 255, 0.781);
  margin-top: -8rem;
  text-align: left;
  border: 0;
  border-radius: 2rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 80%;
  margin-bottom: 20px;
  margin-left: 250px;
  margin-bottom: 100px;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(245, 10, 10, 0.664);
  box-shadow: 0px 5px 25px 0px rgba(201, 15, 15, 0.2);
}

.card .card-body {
  color: black;
  font-size: 1.1rem;
  margin-right: -10rem;
  margin-left: -10px;
  margin-bottom: 1rem;
  text-align: left;
}

.card .card-body .title {
  text-align: left;
}

.section .card {
  background-color: rgba(255, 255, 255, 0.719);
  border: 0;
  border-radius: 2rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 85%;
  height: 60%;
  margin-top: -8rem;
  margin-bottom: 5rem;
  margin-left: -21rem;
  margin-bottom: 100px;
  padding: 3rem 5rem 2rem 5rem;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(245, 10, 10, 0.664);
  box-shadow: 0px 5px 25px 0px rgba(201, 15, 15, 0.2);
}

.title {
  color: #ff652f;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Prompt", sans-serif;
  margin-bottom: 1rem;
  margin-top: -1rem;
}

.progress-badge {
  color: #272727;
  font-size: 1.3rem;
  font-family: "Prompt", sans-serif;
}

a {
  color: #2828d8;
}

.cc-education .card {
  background-color: rgba(255, 255, 255, 0.925);
  border: 0;
  border-radius: 2rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 85%;
  height: 40%;
  margin-top: -12rem;
  margin-bottom: 4rem;
  margin-left: -21rem;
  margin-right: 2rem;
  margin-bottom: 95px;
  padding: 2rem 3rem 6rem 3rem;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(245, 10, 10, 0.664);
  box-shadow: 0px 5px 25px 0px rgba(201, 15, 15, 0.2);
}


.cc-education .card .card-body {
  color: black;
  font-size: 1rem;
  margin-right: -1rem;
  margin-left: 1.5rem;
  margin-bottom: -6rem;
  margin-top: -1rem;
  width: 90%;
}

.cc-education .card .card-body h6 {
  color: #ff652f;
}

.cc-education .card .card-body .parag {
  width: inline;
  width: 138%;
}

.cc-education .card .card-body .h4 {
  margin-left: -2rem;
  margin-right: -1rem;
  margin-top: -1rem;
  margin-bottom: 2rem;
}

.cc-education2 .card {
  background-color: rgba(255, 255, 255, 0.925);
  border: 0;
  border-radius: 2rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 88%;
  height: 40%;
  margin-top: -5rem;
  margin-bottom: 4rem;
  margin-left: -21rem;
  margin-bottom: 95px;
  margin-right: 2rem;
  padding: 2rem 1rem 5rem -1rem;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(245, 10, 10, 0.664);
  box-shadow: 0px 5px 25px 0px rgba(201, 15, 15, 0.2);
}

.cc-education2 .card .card-body {
  color: black;
  font-size: 1rem;
  margin-right: -1rem;
  margin-left: 1rem;
  margin-bottom: -5rem;
  margin-top: -1rem;
  width: 90%;
}

.cc-education2 .card .card-body h6 {
  color: #ff652f;
}

.cc-education2 .card .card-body .h4 {
  margin-left: -2rem;
  margin-right: -1rem;
  margin-top: -1rem;
  margin-bottom: 2rem;
}

.cc-education2 .card .card-body .parag {
  width: inline;
  width: 120%;
}

.cc-education3 .card {
  background-color: rgba(255, 255, 255, 0.925);
  border: 0;
  border-radius: 2rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 91%;
  height: 20%;
  margin-top: -5rem;
  margin-bottom: 2rem;
  margin-left: -21rem;
  margin-bottom: 2rem;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(245, 10, 10, 0.664);
  box-shadow: 0px 5px 25px 0px rgba(201, 15, 15, 0.2);
}

.cc-education3 .card .card-body {
  color: black;
  font-size: 1rem;
  margin-right: 4rem;
  margin-left: 1rem;
  margin-bottom: -4rem;
  margin-top: -1rem;
  width: 100%;
  padding: 1rem 3rem 3rem 1rem;
}

.cc-education3 .card .card-body h6 {
  color: #ff652f;
}

.cc-education3 .card .card-body .h4 {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: -1rem;
  margin-bottom: 2rem;
}


.home-2 {
  height: 108vh;
  width: 100vw;
  padding-top: 40vh;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(39, 39, 39, 0.9)), to(rgba(39, 39, 39, 0.5))), url("../img/model-1.jpg") center top;
  background: linear-gradient(to right, rgba(39, 39, 39, 0.9), rgba(39, 39, 39, 0.5)), url("../img/model-1.jpg") center top;
  background-size: cover;
}

.col-lg-4-1 {
  margin-right: -3rem;
  margin-left: 10rem;
  margin-top: -4rem;
}

.col-lg-4-2 {
  margin-right: -4rem;
  margin-left: 8rem;
  margin-top: -4rem;
}

.col-lg-4-3 {
  margin-right: -2rem;
  margin-left: 9rem;
  margin-top: -4rem;
}

.col-lg-4-4 {
  margin-right: -2rem;
  margin-left: 10rem;
  margin-top: -16.5rem;
}

.col-lg-4-5 {
  margin-right: -4rem;
  margin-left: 7rem;
  margin-top: -16.5rem;
}

.col-lg-4-6 {
  margin-right: -2rem;
  margin-left: 9rem;
  margin-top: -16.5rem;
}

.card-title {
  color: #ff652f;
  font-family: "Prompt", sans-serif;
}

.btn {
  background-color: #423e3e;
  border: gray;
}

.btn:hover {
  background-color: #ff652f;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

body {
  background: #272727;
  color: #c40e0e;
  height: 100vh;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1;
}

header {
  position: fixed;
  z-index: 2;
  width: 100%;
  padding: .5rem;
}

header .nav-link {
  font-size: 1rem;
  font-weight: bold;
  font-family: "Castoro", serif;
}

header .nav-link:hover {
  background-color: #ff652f;
  padding: .5rem;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.navigation .navbar-brand {
  margin-left: 20px;
  padding: inherit;
  font-weight: bold;
  font-family: "Castoro", serif;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  line-height: inherit;
}

.navigation .navbar-brand:hover {
  background-color: #ff652f;
  color: white;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

i {
  color: #ff652f;
}

p {
  text-indent: 0px;
}

main {
  height: 100vh;
  width: 100vw;
}

main .social-icons {
  position: fixed;
  bottom: 2rem;
  left: 1rem;
  right: 1rem;
  padding: .5rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: sideways-left;
}

main .social-icons .fab:hover {
  color: white;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

footer {
  font-size: 1rem;
  position: fixed;
  bottom: 0.5rem;
  right: 1rem;
  text-align: right;
  padding: 1rem;
  color: white;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*# sourceMappingURL=main.css.map */