.row {
  --bs-gutter-x: 0;
}
/* Start Landing */
#landing .row {
  padding-top: 36px;
  padding-bottom: 149px;
}
#landing .col-7 {
  padding-top: 61px;
}
#landing h1 {
  font-family: 'Clash Display Bold';
  font-size: 70px;
  line-height: 76px;
  padding-bottom: 98px;
}
#landing p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #DBDBDB;
}
/* End Landing */
/* Start Offers */
#offers {
  padding-bottom: 102px;
}
#offers .title {
  font-family: 'Clash Display Semi Bold';
  font-size: 38px;
  line-height: 44px;
  text-align: center;
  text-transform: capitalize;
  color: white;
  padding-bottom: 131px;
}
#offers .offers-container .offer {
  padding: 0 0 64px;
  margin-right: 48px;
  width: 22%;
}
#offers .offers-container .offer:nth-of-type(4),
#offers .offers-container .offer:nth-of-type(8){
  margin-right: 0px;
}
#offers .offers-container .offer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #DBDBDB;
  padding-top: 24px;
}
/* End Offers */
/* Start Jobs */
a {
  text-decoration: none;
}
#jobs {
  padding-bottom: 200px;
}
#jobs .title {
  font-family: 'Clash Display Bold';
  font-size: 70px;
  line-height: 76px;
  text-align: center;
  padding-bottom: 122px;
}
#jobs .jobs-container .job {
  background: rgba(52, 33, 52, 0.5);
  backdrop-filter: blur(26px);
  border-radius: 20px;
  padding: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
}
#jobs .jobs-container .job:nth-of-type(3),
#jobs .jobs-container .job:nth-of-type(6) {
  margin-right: 0px;
}
#jobs .jobs-container .job h4 {
  font-family: 'Clash Display Bold';
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  padding-bottom: 16px;
}
#jobs .jobs-container .job span {
  font-size: 16px;
  line-height: 24px;
  color: white;
  padding-left: 8px;
  
}
#jobs .jobs-container .job .time{
  padding-bottom: 8px;
}    

#jobs .jobs-container .job .location img {
  margin-left: 3px;
}
#jobs .jobs-container .job .more{
  display: flex;
  justify-content: end;
}

#jobs .jobs-container .job .more div {
  margin-top: 48px;
}
#jobs .jobs-container .job .more a {
  font-family: "Clash Display Semi Bold";
  font-size: 14px;
  line-height: 30px;
  color: white;
  padding: 10px 16px;
  background: linear-gradient(90deg, #A734BD 0%, #FF006A 100%);
  border-radius: 50px;
}
#jobs .jobs-container .job .more a img {
  margin-left: 6px;
}
/* End Jobs */
/* Start team */
#team .title {
  font-family: 'Clash Display Semi Bold';
  font-size: 38px;
  line-height: 44px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  padding-bottom: 149px;
}
#team .gallery .memory {
  background: rgba(52, 33, 52, 0.5);
  backdrop-filter: blur(26px);
  padding:24px ;
  border-radius: 20px;
  width: 32%;
  margin-right: 24px;
}
#team .gallery .memory img {
width: 336px;
  height: 208px;
}
.sec-row  {
  margin-top: 25px;
}
.sec-row img {
  border-radius: 16px;
}
#team .gallery .memory:nth-of-type(3){
  margin-right: 0;
}
/* End team */
@media (max-width:1300px){
  #landing .row{
    align-items: center;
  }
  #landing .col-5{
    width: 34.666667%;
  }
  #landing .col-7{
    margin-left: 60px;
  }
  #offers .offers-container .offer{
    width: 21%;
  }
  #landing h1 {
    font-size: 60px;
  }
  #offers .title{
    font-size: 30px;
  }
  #jobs .jobs-container .job,
  #team .gallery .memory{
    width: 31%;
  }
  #jobs .title{
    font-size: 60px;
  }
  #team .title {
    font-size: 31px;
  }
}
@media (max-width: 991.98px){
  #offers .offers-container .offer {
    width: calc(50% - 15px);
    margin-right: 0;
    padding-bottom: 48px;
  }
  #offers .offers-container .offer:nth-child(even){
    margin-left: 7.5px;
  }
  #offers .offers-container .offer:nth-child(odd){
    margin-right: 7.5px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  #landing .col-7{
    width: 56.333333%;
  }
  #landing h1 {
    font-size: 40px;
    padding-bottom: 65px;

  }  
  #landing p{
    font-size: 14px;
  }
  #jobs .title {
    font-size: 40px;
  }
  #jobs .jobs-container .job {
    width: calc(50% - 24px);
    margin-right: 0;
  }
  #jobs .jobs-container .job:nth-child(even){
    margin-left: 12px;
  }
  #jobs .jobs-container .job:nth-child(odd){
    margin-right: 12px;
  }
  #team .title {
    font-size: 24px;
  } 
  #team .gallery .memory {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  #team .gallery .memory img{
    width: 100%;
  }
}
@media (max-width: 767.98px){
  #landing .row{
    align-content: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 200px;
  }
  #landing .col-5 {
    order: 1;
    width: 90%;
  }
  #landing .col-7 {
    width: 100%;
    margin-left: 0;
  }
  #landing h1 {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 24px;
  }
  #landing p {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 24px;
  }
  #offers {
    padding-bottom: 152px;
}
  #offers .title {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 32px;
  }
  #offers .offers-container .offer img {
    width: 40px;
  }
  #offers .offers-container .offer p{
    font-size: 14px;
    line-height: 20px;
  }
  #jobs .title {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 32px;
  }
  #jobs .jobs-container .job, #team .gallery .memory {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #team .title {
    font-size: 24px;
    line-height: 32px;
  }
  #team .gallery .memory img {
    width: 100%;
  }
}

#landing .img-holder1{
  top: -150px;
  left: 0;
  z-index: -1;
}
#landing .img-holder1 img{
  background: linear-gradient(90deg, #A734BD 0%, #FF006A 100%);
  opacity: 0.67;
  filter: blur(200px);
}
#offers .img-holder-1{
  top: -500px;
  right: 0;
  z-index: -1;
}
#jobs .img-holder-1{
  top: -750px;
  left: 0;
  z-index: -1;
}
#team .img-holder-1{
  top: -539px;
  right: 0;
  z-index: -1;
}
#footer .img-holder-1{
  bottom: 0px;
  left: 160px;
  z-index: -1;
}
#footer .img-holder-1 img{
  background: linear-gradient(90deg, #A734BD 0%, #FF006A 100%);
  opacity: 0.7;
  filter: blur(200px);
}
@media(max-width:767.98px){
  #landing .img-holder-1{
    top: -150px;
    left: 0;
    z-index: -1;
    opacity: 0.7;
  }
  #offers .img-holder-1{
    top: 80px;
    right: 0;
    z-index: -1;
  }
  #jobs .img-holder-1 {
    top: 0;
  }
  #team .img-holder-2{
    top: 250px;
    left: 0;
    z-index: -1;
  }
  #team .img-holder-2 img{
    background: linear-gradient(90deg, #A734BD 0%, #FF006A 100%);
    opacity: 0.67;
    filter: blur(300px);
  }
  #footer .img-holder-2{
    bottom: 0px;
    left: 0;
    z-index: -1;
  }
  #footer .img-holder-2 img{
    background: linear-gradient(90deg, #A734BD 0%, #FF006A 100%);
    opacity: 0.67;
    filter: blur(300px);
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  #jobs .jobs-container .job h4 {
    font-size: 21px;
  }
}
.person , .salary {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.person i , .salary i {
  font-size: 21px;
  background: linear-gradient(90deg, #A734BD 0%, #FF006A 100%);
  margin-left: 3px;
  background: var(--header-bg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-right: 15px;
}
.salary i {
  margin-right: 0;
}