@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap');

/*Font*/
@font-face {
  font-family: 'SegoeUI-Regular';
  src: url('../font/SegoeUI.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI-Medium';
  src: url('../font/SegoeUI.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI-Bold';
  src: url('../font/SegoeUI-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI-Semibold';
  src: url('../font/SegoeUI-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI-Italic';
  src: url('../font/SegoeUI-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}




.custom-container {
  width: 80%;
  margin: 0 auto;
}

.nav_container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;


}

.custom-container-02{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.padding_top_bottom
{
  padding-top: 150px;
  padding-bottom: 150px;
}

.padding_top
{
  padding-top: 20px;
}

a
{
  text-decoration: none;
}

.section_title
{
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 40px;
  padding-bottom: 35px;
}

.section_title_white
{
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 38px;
  color: #fff;
}

.text_desc
{
  font-family: 'SegoeUI-Regular';
  font-size: 14px;
  text-align: justify;
}


.sub_title
{
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.sub_title_white
{
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}

.sub_text
{
  font-family: 'SegoeUI-Regular';
  font-size: 14px;
}

.sub_text_white
{
  font-family: 'SegoeUI-Regular';
  font-size: 15px;
  color: #fff;
}

.sub_section_title
{
  font-family: 'SegoeUI-Semibold';
  font-size: 16px;
  color: #000;
}

.sub_section_title_white
{
  font-family: 'SegoeUI-Semibold';
  font-size: 16px;
  color: #fff;
}

.padding_about
{
  padding-top: 100px;
  padding-bottom: 50px;
}
.content_pbt
{
  padding-top: 50px;
  padding-bottom: 50px;
}

.content_pt
{
  padding-top: 50px;
}

.content_pbt_02
{
  padding-top: 100px;
  padding-bottom: 100px;
}



/*#####  Navigation Section   #####*/
.navbar-brand,
.navbar-nav .nav-link {
  color: white;
}
.hero-section {
  background-size: cover;
  background-position: center;
  height: 715px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* text-align: center; */
  color: white;
}

.nav_hero_section
{
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 50%, rgba(255,255,255,0) 100%);
}
.navbar {
  /* background-color: rgba(0, 0, 0, 0.2) !important; */
  transition: background-color 0.3s ease;
}

.navbar.scroll {
  background-color: black !important;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.hero-section {
  background-size: cover;
  background-position: center;
  height: 715px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.nav-link {
  margin-right: 25px;
  transition: 0.4s  ease-in-out;
}

.nav-link:hover {
  color: #ffd176 !important;
  transition: 0.4s  ease-in-out;
}

.nav-link_social {
  padding-right: 20px;
}

.site_title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 30px;
}

.nav_container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

a {
  text-decoration: none;
}

.nav-link {
  margin-right: 20px;
}

.navbar-nav .page_link {
  color: white;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
}


.nav-link_social
{
  padding-right: 20px;
}

.site_title
{
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

.title_link
{
  color: #fff;
  transition: 0.4s  ease-in-out;
}

.title_link:hover
{
  color: #ffd176;
  transition: 0.4s  ease-in-out;
}

.main_title
{
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 58px;
}

.gradient_nav
{
  height: 50%;
  width: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) -100%, rgba(255,255,255,0) 100%);
  position: absolute; z-index: 100;
}

.hero_grid_01
{
  background-color: #000;
  color: #fff;
  z-index: 100;
  height: 500px;
}

.hero_grid_02
{
  background-image: url(../img/banner.jpg);
  background-size: cover;
}

.hero_desc
{
  max-width: 90%;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
}

/*##  About  ##*/
.profile_picture
{
  width: 350px;
}
.about_second_row
{
  padding-top: 20px;
}


/*##  Academic Qualifications  ##*/
.detail_grid_academic
{
  padding-top: 50px;
  padding-bottom: 50px;
}
.image_grid_academic
{
  background-image: url(../img/Mask\ Group\ 3.jpg);
}
.aq_title
{
  padding-bottom: 35px;
}

.aq_container
{
  background-image: url(../img/academic_bg.jpg);
  overflow: hidden;
}

.cv_button
{
  border-radius: 0;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-family: 'Raleway', serif;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 30px;
  transition: 0.4s ease-in-out;
}

.cv_button:hover
{
  background-color: #FCF7EC;
  border: 2px solid #E39800;
  color: #E39800;
}

.cv_download_btn
{
  padding-top: 20px;
}


/*##  Achievements Section  ##*/
.achievement_item
{
  max-width: 90%;
}

.achievement_item
{
  padding-bottom: 14px;
  font-size: 13px;
  line-height: 1.1;
  display: flex;
}

.achievement_item img
{
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

/*##  Work Experience  ##*/
.wx-details-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wx-detail {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 10px;
}

.wx-detail-seylan {
  display: flex;
  align-items: end;
  gap: 20px;
  padding-bottom: 10px;
}

.wx_icon_set {
  margin-top: 3px;
}

.wx-text {
  display: flex;
  flex-direction: column;
}

.wx-text p
{
  margin-top: 0;
  margin-bottom: 0;
}

.wx_cards
{
  max-width: 90%;
  text-align: justify;
}

.wx_second_row
{
  padding-top: 30px;
}


/*##  My Profile  ##*/
.profile_card
{
  height: 100%;
}
.profile_card_body
{
  height: 100%;
}

.profile_card_item
{
  padding-bottom: 10px;
}

.profile_text
{
  margin-bottom: 0;
}

.profile_text
{
  font-size: 16px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}

/*##  NZ Work Experience  ##*/
.nz_desc
{
  max-width: 75%;
}

.nz_title
{
  padding-bottom: 30px;
}

.nz_sub_title
{
  padding-bottom: 10px;
}

.wx_card_02
{
  padding-top: 40px;
  padding-bottom: 40px;
}

.wx_card_03
{
  padding-bottom: 35px;
}

.wx_card_04
{
  padding-bottom: 60px;
}

.wx_card_05
{
  padding-bottom: 40px;
}

.wx_card_06
{
  padding-bottom: 30px;
}


/*##  Project Section  ##*/
.proj_img
{
  display: flex;
  justify-content: center;
  align-items: center;
}





.proj_title
{
  padding-top: 50px;
}
/* .proj_report_link
{
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 50px;
  color: #E39800;
} */

.proj_card_title
{
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 18px;
}

.proj_report_link
{
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 20px;
  color: #E39800;
  transition: 0.4s  ease-in-out;
  padding-top: 10px;
}

.proj_report_link:hover
{
  color: #484D5E;
  transition: 0.4s  ease-in-out;
}

.project_btn
{
  padding-top: 20px;
}

.proj_desc
{
  max-width: 90%;
}

.card
{
  background-color: #FCF7EC;
  box-shadow: 0px 3px 6px #00000029;
  border: none;
}

.proj_cards
{
  margin-bottom: 30px;
}


/*##  Core Values Section  ##*/
.core_values_section
{
  background-image: url(../img/core_values_bg.jpg);
  color: #000;
}


/*##  Effective Learning  ##*/
.el_text
{
  text-align: justify;
}

.learnings_card
{
  text-align: justify;
}

.learnings_text
{
  text-align: justify;
}

.learnings_title
{
  text-align: justify;
  max-width: 90%;
}

.learnings_title_02
{
  padding-left: 100px;
}

.learnings_text_02
{
  padding-left: 100px;
}


/*##  Statement Section  ##*/
.statement-container
{
  background-color: #1C1C1C;
  color: #fff;
}

.statement-text
{
  max-width: 80%;
}
.statement-line
{
  font-size: 66px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

.statement-author
{
  font-size: 24px;
}

/*##  Growing Strategy  ##*/
.strategy_list
{
  padding-bottom: 30px;
  text-align: justify;
  font-size: 13px;
  line-height: 1.1;
  display: flex;
}


.strategy_list img
{
  width: 18px;
  height: 18px;
  margin-right: 15px;
}


/*##  Core Values  ##*/
.value_list
{
  padding-bottom: 10px;
  font-family: 'SegoeUI-Regular';
}



/*##  Areas of Learning  ##*/
.learnings_card
{
  padding-bottom: 40px;
}
.learnings_text
{
  max-width: 90%;
}

.learnings_card p img
{
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.el_title
{
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 28px;
  padding-bottom: 35px;
}

.el_second_section
{
  padding-top: 40px;
}

/*##  Testimonials  ##*/
.content_pbt_testimonials
{
  padding-bottom: 200px;
}

.test_img_area
{
  text-align: center;
}

.section_title_02
{
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 40px;
  padding-bottom: 15px;
}

.quotation_mark
{
  width: 100px;
  height: auto;
}

.testimonial-text
{
  font-size: 16px;
  font-family: 'SegoeUI-Italic', sans-serif;
  max-width: 65%;
  font-style: italic;
  padding-top: 30px;
}

.testimonial-author
{
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 30px;
}

.testimonial-role
{
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
}

.carousel-indicators {
  bottom: -6.4375rem;
}


.carousel-indicators .active {
  width: 48px;
  height: 48px;
  background-color: #ffff99;
}

.carousel-indicators [data-bs-target]{
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #E39800;
}

.carousel-container
{
  padding: 3%;
}




/*## Get in Touch ##*/
.git-details-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.git-detail {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 20px;
}

.git_icon_set {
  margin-top: 3px;
}

.git-text {
  display: flex;
  flex-direction: column;
}

.git-text p
{
  margin-top: 0;
  margin-bottom: 0;
}

.getintouch_section
{
  background-color: #FCF7EC;
  overflow: hidden;
}

/* .social_title
{
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 30px;
} */

.git_desc
{
  font-family: 'SegoeUI-Regular';
  font-size: 16px;
}

.form-control
{
  border-radius: 0;
  background-color: #FCF7EC;
  font-family: 'Raleway', serif;
  font-weight: 400;
  font-size: 14px;
}

.btn-git
{
  border-radius: 0;
  border: 2px solid #E39800;
  background-color: #E39800;
  color: #fff;
  font-family: 'Raleway', serif;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 30px;
  transition: 0.4s ease-in-out;
}

.btn-git:hover
{
  background-color: #FCF7EC;
  border: 2px solid #E39800;
  color: #484D5E;
}





/*##  Footer Section  ##*/

.footer-container
{
  padding-top: 25px;
}
.footer_section
{
  background-image: url(../img/footer_bg.jpg);
}

.footer-title
{
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 24px;
  color: black;
  transition: 0.4s  ease-in-out;
}

.footer-title:hover
{
  color: #fff;
  transition: 0.4s  ease-in-out;
}

.main_footer_links
{
  font-family: 'Playfair Display', serif;
  font-weight: 500;
}

.custom-hr {
  border-color: #000;
  border-width: 2px;
  width: 50%;
}

.copyright_text
{
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

.rights_reserved
{
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

.footer-links
{
  color: #000;
  transition: 0.4s  ease-in-out;
  margin-right: 2rem;
  font-weight: 500;
}

.footer_socials
{
  margin-right: 1rem;
}

.footer-links:hover
{
  color: #fff;
  transition: 0.4s  ease-in-out;
}