/*
 Theme Name:     Fortuna Child
 Description:    Fortuna Child Theme
 Author:         BlueOwlCreative
 Version:        1.10
 Template:       fortuna

*/
/******************fonts****************/
@font-face {
  font-family: 'Lora-Bold';
  src: url('/wp-content/themes/talents4aa/assets/font/lora/Lora-Bold.ttf');
}
@font-face {
  font-family: 'Lora-Medium';
  src: url('/wp-content/themes/talents4aa/assets/font/lora/Lora-Medium.ttf');
}
@font-face {
  font-family: 'Lora-Regular';
  src: url('/wp-content/themes/talents4aa/assets/font/lora/Lora-Regular.ttf');
}
@font-face {
  font-family: 'Lora-SemiBold';
  src: url('/wp-content/themes/talents4aa/assets/font/lora/Lora-SemiBold.ttf');
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('/wp-content/themes/talents4aa/assets/font/roboto/Roboto-Bold.ttf');
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('/wp-content/themes/talents4aa/assets/font/roboto/Roboto-Medium.ttf');
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('/wp-content/themes/talents4aa/assets/font/roboto/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/themes/talents4aa/assets/font/roboto/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'Roboto-SemiBold';
  src: url('/wp-content/themes/talents4aa/assets/font/roboto/Roboto-SemiBold.ttf');
}
/******************************************/
p{
  color: var(--color-text, #212448) !important;
}
.owl-carousel .owl-stage-outer {
  max-height: 500px !important;
}
.content-bloc {
  width: 100%;
  padding: 32px;
  height: 510px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.content-bloc img {
  height: 80px;
  object-fit: contain;
  width: 80px !important;
}
.cotent-legend {
  display: flex;
  color: var(--White, #fff);
  text-align: left;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: flex-end;
  justify-content: space-between;
}
.content-post{
  display: none;
  transition: .5s all;
  color: #fff;
  font-size: 13px;
  font-family: "Roboto-Regular";
  padding-top: 15px;
}

.slide:hover .item-content .content-post{
  display: block;
  transition: .5s all;
}
.cotent-legend img {
  width: 16.748px !important;
  height: 19.999px;
  margin-right: 5px !important;
}
.leftside {
  display: flex;
  flex-direction: column;
}
.item-content .leftside {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 5px;
} 
.rightside {
  border: 1px solid var(--White, #fff);
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 8px;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.owl-dots,.owl-nav{display: none !important;}


.content-post p{
  text-decoration: none;
  color: #fff;
  padding-top: 25px;
}
.item-content{
  position: relative; 
  height: 50%;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  transition: .5s all;
  padding: 32px;
  background: rgb(17,33,54);
  width: -webkit-fill-available;
}
.slide:hover .item-content{
  position: absolute;
  height: 100%;
  background: rgb(17,33,54);
}
.content-bloc{
  overflow: hidden;
}
.owl-item,
.slide {
  width: -webkit-fill-available;
  height: 460px;
  display: flex;
  flex-direction: column;
  align-items: end;
  text-decoration: none;
  position: relative;
}
.linedots {
  width: 24px;
  height: 4px;
  background: #031b24;
}
.slider_nav {
  display: flex;
  align-items: center;
  margin-top: 16px;
  cursor: pointer;
}
.owl-item {
  margin: 0px !important;
}
.custom_icon_vs {
  background-image: url("wp-content/themes/fortuna/includes/shortcodes/assets/img/custom-icon-composer.png");
}
.cotent-title {
  display: flex;
  color: #fff;
  flex-direction: column;
  font-family: Roboto-Bold;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.title-carousel{
    white-space: nowrap;
    overflow: hidden;
    width: 210px;
    text-overflow: ellipsis;
}
#company-container a.no-decoration{
  margin: 0 !important;
}
img.logo-company {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  width: 100px !important;
  height: 100px;
  object-fit: contain;
  position: absolute;
  top: -50px;
  transition: .5s all;
}
.owl-carousel a.no-decoration:hover img.logo-company {
  position: relative;
  top: 0px;
}

.rightside.job-offer {
  width: max-content;
  color: #fff;
}
/*about us bloc style*/
.about-us .image-container {
  position: relative;
  text-align: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%; /* Set width to 100% for full width */
 height: 100%; /* Set a fixed height or adjust as needed */
}

.contentdesc{
  font-family: Roboto-Regular !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}
hr{
  width:70%;
  
}
.about-us .cta-primary {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 16px;
  
  text-decoration: none !important;
}
.about-us .ext{
  font-size: 16px !important;
font-family: "Roboto-Regular" !important;
font-weight: 600 !important;
color: rgba(17, 33, 54, 1) !important;
padding-bottom: 32px !important;
}
.about-us .txt-bg{
  background-color: #fff;
  padding:40px 40px 0 40px;
  margin-top:-50px;
  width: 80%;
position: relative;
margin-right: auto;
margin-left: auto;
}
.about-us .txt-bg p{
  color: #112136 !important;
  overflow: inherit !important;
  display: block !important;
}
.text-abt{
  width: 80%;
  margin: 0 auto;
  padding: 0 40px 0 40px;
}
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  margin-right:auto;
  margin-left:auto;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-content {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

.video-content iframe {
  width: 100%;
  height: 100%;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  
  color: #333;
  padding: 5px 10px;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 1024px) {
  .blue_border .element .desc {
    display: block !important;
  }
  .blue_border .element .content {
    display: block !important;
  }
  .blue_border {
    border: 5px solid rgba(42, 194, 191, 1);
    padding-top: 30px;
    padding-left: 50px;
    font-family: "Quicksand";
    margin-top: 80px !important;
    width: 90% !important;
  }
  .full_bloc {
    display: block !important;
  }
  .top2 {
    margin-top: 60px !important;
  }
  .fullwidthmobile {
    margin-top: -60px;
  }
  .fullwidthmobile {
    width: 100% !important;
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .element_doc {
    display: block !important;
  }
  .link {
    float: right;
    margin-top: -60px;
  }
  .top2 {
    margin-top: 0px !important;
  }
  .single-col-img {
    height: auto !important;
  }
}
@media only screen and (max-width: 460px) {
  .link {
    float: unset;
    margin-top: 0px;
  }
  .element_doc .title {
    max-width: 100%;
  }
}
/* border bottom titles*/
.relative{
  position: relative !important;
  z-index:-999 !important;
}
.relative .border-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index:  -1;
  width: 100%;
  height: 13px; /* Adjust the border thickness as needed */
  background-color: rgba(52, 60, 70, 1); /* Adjust the border color as needed */
  display: block;
}
.border-title {
  display: inline-block;
  position: relative;
}

.border-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index:  -1;
  width: 100%;
  height: 13px; /* Adjust the border thickness as needed */
  background-color: rgba(179, 223, 217, 1); /* Adjust the border color as needed */
  display: block;
}
@media screen and (min-width: 200px) and (max-width: 991.5px) {
  #event-content{
    padding-left:40px;
    padding-right: 40px;
  }
}

