/**
 * @file
 * Subtheme specific CSS.
 */
@font-face {
  font-family: "Barlow Medium";
  src: url(Barlow-Medium.ttf);
}

@font-face {
  font-family: "Barlow Semibold";
  src: url(Barlow-SemiBold.ttf);
}

@font-face {
  font-family: "Syne";
  src: url(Syne.ttf);
}
@font-face {
  font-family: "Syne Extra";
  src: url(Syne-ExtraBold.ttf);
}
@font-face {
  font-family: "Syne Bold";
  src: url(Syne-Bold.ttf);
}
.App{
  overflow-y: auto; /* Enable vertical scrollbar when needed */
}
html {
  scroll-behavior: smooth;
}

html,
body {
  background-color: #575F61 !important;
}

body {
  font-family: "Barlow Medium";
}

.App {
  overflow: auto;
}

h1>span {
  font-family: "Barlow Medium" !important;
  font-size: 48px !important;
}

h2 {
  font-size: 45px !important;
  font-weight: bold !important;
}

.site-footer {
  font-family: "Barlow Medium" !important;
  padding-bottom: 0px !important;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}


.homePhoto {
  max-width: 350px;
}

.welcomeText  {
  color: #FAFF6C !important;
  font-weight: bold !important;
  text-align: left;
  font-family: 'Syne Bold';
  height: 100%; /* Ensure the container has a height */
  display: flex;
  flex-direction: column;
  font-size: 55px !important;
}

.welcomeText > div > h3 {
  width: auto;
}

#content {
  text-align: center;
  margin-top: 120px;
  position: fixed;
  width: 100%;
}

.introduction-arrow {
  position: fixed;
  top: 400px;
  left: 140px;
}

.image-introduction-arrow {
  max-width: 360px;
  margin-left: 0px !important;
}


/*** Home ****/
.homeBox {
  width: 350px;
  height: 433px;
  background-color: #FAFF6C;
  text-align: left;
  display: flex;
  /* use flexbox layout */
  align-items: center;
  /* center child vertically */
}

.play-icon {
  font-size: 1.2em;
  margin-right: 0.5em;
  color: #adadad;
}

.home-nav-list {}


.home-nav-item a{
  text-decoration: none;
  color: #000000;
}
.home-nav-item {
  font-size: 24px;
  font-family: 'Syne Bold';
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}

/*** PAGE BLOCKS ***/
.pageTitle {
  text-align: left;
  position: relative;
  margin-left: 50px;
}

.pageTitle>h1 {
  font-family: 'Syne Extra';
  font-weight: 104;
  color: #FAFF6C;
  font-size: 60px;
}
h4 {
  font-family: 'Syne';
}

.pageTitle>h4 {
  font-size: 16px;
  margin-left: 50px;
  color: #6CFF6C;
}

.max1150 {
  max-width: 1150px;
  margin: auto;
}

.full-width-block>section>div {
  width: 100%;
}

.two-col-image-block>img {
  width: 100%;
  height: auto;
  padding: 30px;
}

.two-col-text-block {
  padding: 30px;
}

.two-col-text-block>ul>li {
  margin-left: -22px;
}

/** Fonts **/

.block-views>h2 {
  font-size: 45px;
  font-weight: bold;
}

.view-home-page-slider {
  background-color: #575F61;
}

/**Header **/
.logo-header {
  cursor: pointer;
  position: absolute;
    left: 20px;
    top: 20px;
}

.logo-header img {
  max-height: 80px;
}

#region-header {
  color: #9babb0;
}

#region-header a {
  color: white;
}

.navigation-buttons {
  text-align: end;
  width: auto !important;
}

.navigation-bar {
  display: inline-flex;

}

.lets-talk-button {
  padding: 20px 30px 20px 30px;
  background-color: white;
  text-transform: capitalize !important;
  color: #000000 !important;
  cursor: pointer;
}

.lets-talk-button-hide {
  display: none !important;
}

.header-navigation-bar {
  justify-content: flex-end !important;
}

.main-menu {
  flex-direction: row !important;
  display: flex !important;
}

.main-menu ul,
li {
  list-style: none;
}

.main-menu>li {
  padding: 20px;
}

#navbar-main {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

#welcomeslogan {
  background-color: #212529;
  color: white;
  margin-top: -3px;
}

.navbar>a>img {
  max-width: 300px;
}

#navbar-top,
#navbar-main {
  background-color: transparent !important;
}

#navbar-main {
  margin: auto;
}
/* Navigation bar styles */


.navbar-toggle {
  font-size: 24px;
  cursor: pointer;
  display: none; /* Initially hide the toggle button */
}

.main-menu {
  list-style: none;
  display: flex;

}

.main-menu li {
  margin-right: 20px;
}



#region-header {
  width: 100%;
  position: fixed;
  z-index: 500;
}

.overlay {
  background-color: black;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 0;
  opacity: 0.4;
  left: 0;
  top: 0;
  color: transparent;
}

.carousel-inner {
  height: 51vh !important;
}

.carousel-caption {
  position: relative !important;
  left: 0 !important;
  text-align: left !important;
  font-size: 13px !important;
  bottom: 0 !important;
  padding-top: 0px !important;
}

/** Name bottom right**/
.namesHolder {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 90vw;
  margin-bottom: 0px;
}

.nameWhite, .nameYellow {
  font-family: "Syne Bold" !important;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}

.nameWhite {
  color: white;
}

.nameYellow {
  color: #FAFF6C;
}

/** Loading **/

.loading {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 40px;
  color: #FAFF6C;
  font-family: "Syne Bold" !important;
  font-weight: bold;
  position: fixed;
  top: 50vh;
  letter-spacing: 5px;
}

.loading-pre {
  opacity: 1;
}

.loading-post {
  margin-top: -60px;
  opacity: 0;
}

.loading-letter {
  position: fixed;
}

.fade-in-hello {
  animation: fade 0.9s ease-in;
}

.myAnimation {
  animation-name: myAnimation;
  animation-duration: 5s;
}

/** navigation**/
.nav-item a {
  text-decoration: none;
}

.navNormalScreen {
  position: fixed;
  right: 20px;
  top: 28px;
  z-index: 50000;

}

.navNormalScreen a {
  color: #000000 !important;
  text-decoration: none;
  font-size: 20px;
}

.navbar-nav {
  cursor: pointer;
}

.navbar-nav>li>a,
#block-homepagemenusinglepage>ul>li>a {
  font-size: 16px;
}

.navbar-nav>li>a,
#block-homepagemenusinglepage>ul>li>a {
  color: white;
}

.navbar-nav>li>a :hover,
#block-homepagemenusinglepage>ul>li>a :hover {
  color: grey;
}

.navbar-toggler {
  background-color: #ffffff !important;
}
.container-button-project-info {
  text-align: right;
  margin-right: 5px; 
  cursor: pointer;
}
.selected-project-title{
  color: white;
    margin-right: 20px;
    display: inline;
    font-weight: bold;
}
.button-portfolio, .button-portfolio > a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  text-align: left;
  cursor: pointer;
}
.button-portfolio > a:hover{
  color: white !important;
}
.button-portfolio > div > img, .portfolio-arrow-left > img, .portfolio-arrow-right > img{
  width: 40px;
}
/** Buttons **/
.button-black,
.button-white,
.button-red,
.button-blue, .button-yellow {
  padding: 20px;
  max-width: 200px;
  max-height: 200px;
  margin: auto;
  position: relative;
  width: 150px;
  height: 150px;
  cursor: pointer;
  margin-bottom: 20px;
  text-align: center;
}

.button-yellow {
  background-color: #FAFF6C;
  color: black;
}

.button-yellow a {
  color: FAFF6C;
}

.button-yellow a:hover {
  color: white;
}

.button-black>p {
  margin-bottom: 0px;
}

.button-blue {
  background-color: #31b3c2;
  color: white;
}

.button-blue a {
  color: white;
}

.button-black {
  background-color: black;
  color: white;
}

.button-black a {
  color: white;
}

.button-red {
  background-color: #703a3c;
  color: white;
}

.button-red a {
  color: white;
}

.button-red a:hover {
  color: white;
}

.button-white {
  background-color: white;
  color: black;
}

.button-white a {
  color: black !important;
}

/** forms **/
textarea.form-control {
  height: 200px;
}

label {
  text-align: left;
  width: 100%;
}

button,
input,
textarea {
  /*padding: 20px;
      margin-bottom: 10px;*/
  border-style: solid;
  border-color: #703a3c;
  border-width: 1px;
}

/** About **/


.aboutBox {
  background-color: white;
  height: auto;
  padding-bottom: 30px;
}
.aboutBoxFull{
  /*when about box is on fullscreen mode */
  width: 100vw !important;;
  height: 100vh !important;
  opacity: 1;
  top: 0px !important;
  left: 0px !important;
}
.aboutWindowTitle {
  background-color: #2098E8;
  text-align: justify;
  padding: 10px;
  color: white;
  cursor: pointer;
}



.aboutWindowTitle>span {

}

.aboutBoxButtons {
  max-width: 40px !important;
  display: inline-block;
  margin-left: 20px;
}

.aboutBoxButtons img {
  display: inline-block;
}

.aboutBoxContent {
  border: #707070;
  color: #707070;
  border-style: solid;
  border-width: 1px;
  margin: 30px;
  margin-bottom: 30px;
  
  text-align: left;
  font-size: 14px;
  padding: 10px;
  
}
.aboutBoxMyPhoto{
    filter: grayscale(100%);
    width: 100%;
    object-fit: scale-down;
    /*border-block-style: solid;
    border-block-color: grey;    */
    height: auto;
    max-height: 450px;
}
.aboutBoxContentText{
  max-height: 40vh;
  overflow: scroll;
  height: 40vh;
}
.aboutBoxWindowButtons{
  
}
.aboutBoxWindowButtons>a {
  border: #707070;
  color: #707070;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  font-size: 12px;
  margin-left: 20px;
  cursor: pointer;
  text-decoration: none;
}
.window {
  width: auto;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  left: 30vw;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #2098E8;
  color: white;
  padding: 5px 10px;
  user-select: none;
  cursor: pointer;
}

.window-controls {
  display: flex;
}

.window-control-btn {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  margin-left: 5px;
}

/** Skills and Services ***/
#skillsContainer, .portolio-container{
  height: 55vh !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.skillsBox {
  color: white;
  top: 250px;
  text-align: left;
}
.skillsBox ul {
  padding-left: 0 !important;
}
.skills-section-name {
  font-size: 35px;
  font-family: 'Syne Bold';
  color: #6CFF6C !important;
  text-align: left;
}


/*** Services ***/
#servicesContainer {
  max-height: 55vmax;
    overflow-y: auto;
}
#servicesContainer a{
  text-decoration: none !important;
}
.servicesBox {
  color: white;
  max-height: 250px;
  position: relative;
}

#servicesPageTitle>h4,#skillsPageTitle>h4  {
  font-weight: bold;
  color: white !important;
  
}
.skillsBox h5  {
  text-decoration: overline;
  font-family: 'Syne';
}

.serviceBoxImage {
  width: auto;
  object-fit: cover;
  margin: auto;
  max-height: 150px;
}

.servicesLabel{
  color:#6CFF6C;
}

.descriptionDiv{
  max-width: 300px;
  margin: auto;
  height: auto;
}


.buttonRequest, .buttonLearnMore, .buttonRequestYellow {
  padding: 10px;
  cursor: pointer;
}



.buttonRequest {
  padding: 10px;
  background-color: #6CFF6C;
  color: black;
}

.buttonRequestYellow {
  padding: 10px;
  background-color: #FAFF6C;
  color: black;
}

.buttonLearnMore {
  padding: 10px;
  background-color: white;
  color: black;
}

/** Portfolio ***/
iframe{
  z-index: 10000 !important;
}
.portofilo-sections-title{
  color: white;
  font-size: 28px;
  text-align: left;
  font-family: 'Syne Bold';
}
.porfolio-section-name {
  font-weight: bold;
  font-size: 30px;
  color: #FAFF6C !important;
  max-width: 350px;
  position: fixed;

  top: 250px;
  left: 200px;
}
.portfolio-project-preview{
  width: 40vw !important;
    height: 40vh !important;
    object-fit: cover;
}

.portfolio-sections-container{
  padding: 50px !important;
}
.portolio-project-photo {
  width: 50vw;
  object-fit: cover;
  height: 45vh;
}
.project-popup{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); /* Shadow properties */
}

.project-popup.style::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Opaque grey color */
  z-index: -1;

}

.portolio-container {
  position: relative;
  width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;

  font-family: 'Syne';
}
.project-container{
  height: 70vh;
  overflow-y:auto;
}
.portolio-container > iframe {
  width: 100%;
  height: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
  }
.carousel-one-col-caption{
  position: relative;
  z-index: 1000;
  top:  10px
}
.carousel-one-col-image{
  position: relative;
  z-index: 1;
}
.pagination {
  position: fixed;
  bottom: 130px;
  right: 40px;
  color: white;
}
.carousel-indicators {
  position: absolute;
  right: auto !important;
  bottom: -30px!important;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 0!important;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  background-color: #6CFF6C !important;
}


/**** Education ****/

#layout-skills-col-1 > div> h4,#layout-skills-col-2 > div> h4{
  text-decoration: overline;
}
.button-ed-white a{
  color: white;
 
}
.button-ed-white a:hover{
  color: grey;
 
}

/*** Contact Us ***/
.contactBox {
  position: fixed;
  top: 0;
  width: 35vw;
  height: 85vh;
  background-color: #8FED84;
  background-image: url('/img/contact.png');
  background-size: cover;
}

.contactBoxInner {
  font-family: "Syne Extra";
  color: white !important;
  background-color: rgba(0, 0, 0, .35);
  padding: 20px;
  padding-top: 60px;
  width: 96%;
  height: 97%;
  margin-left: 15px;
}


.contactUsSubtitle {
  padding: 10px;
  background-color: #42484A;
  text-align: left;
  max-width: 400px;
  margin-left: 80px;
  right: 0;
  color: white;
  font-size: 13px;
}

#contactForm {
  margin-top: 20px;
  margin-left: 50px;
  text-align: start;
  position: relative;
  top: 50px;
}

#contactForm>button, .contactFormSubmit {
  padding: 20px;
  font-family: 'Syne';
}

input, select {
  padding: 10px;
  margin: 10px;
}

textarea {
  width: 100%;
}
.contactBox{
  display: block;
}
#contactBoxTitle{
  display: none !important ;
}
/*** footer na ***/

footer {
  height: 116px;
  position: fixed;
  bottom: 30px;
  color: white !important;
  padding: 35px;
  font-family: 'Barlow Semibold';
  left: 20px;
  z-index: -99;
}

.footerYear {
  text-align: center;
  font-size: 20px;
  align-items: center;
  /* vertically center the content */
  height: 100vh;
  /* set the height of the container */
  width: 100%;
  letter-spacing: 10px;
  margin-top: 20%;
  padding-left: 10px;
}

.circle-text {

  bottom: 10px;
  width: 115px;
  height: 100px;
  border-radius: 50%;
  border-width: 0px;
}

.footerMoemedi {
  color: #6CFF6C;
  position: fixed;
  font-size: 40px;
  left: 150px;
  bottom: 80px;
}

.footerRakhudu {
  color: transparent;
  -webkit-text-stroke: 1px white;
  /* for webkit-based browsers */
  text-stroke: 1px white;
  /* for other browsers */
  position: fixed;
  font-size: 40px;
  left: 165px;
  bottom: 40px;
}



@media screen and (max-width: 768px) {
  .title{
    font-size: 9.5px;
  }
  .aboutBox{ 
    height: 55vh !important;
    opacity: 1;
  }
  .aboutBoxFull{
    /*when about box is on fullscreen mode */
    width: 100vw !important;;
    height: 100vh !important;
    opacity: 1;
    top: -30px !important;
  }
  .window{ 
    height: 55vh !important;
    opacity: 1;
   
  }
  .aboutBoxMinimized{
    /*when about box is on fullscreen mode */
    width: auto !important;;
    height: 5vh !important;
    opacity: 1;
    top: 60vh !important;
  }
  
  .aboutBoxContent{
  overflow-y: scroll;
  max-height: 30vh !important;
  }
  .aboutBoxFull > div > .aboutBoxContent{
    max-height: 50vh !important;
    
    }
  .aboutBoxContentText{
    overflow-y: hidden;
    max-height: max-content;
    height: auto;
  }
  .aboutBoxContent > .col-md-4 {
    max-height: 20vh !important;
  }   
  .aboutBoxFull > .aboutBoxContent > .col-md-4 {
    max-height: 30vh !important;
  }
  .aboutWindowTitle >span{
    max-width: 440px;
    overflow: hidden;
  }
  .aboutBoxMyPhoto {
    
    height: 100%;  }

    .aboutBoxFull > .aboutBoxWindowButtons{
      width: 90vw !important;
      margin-left: 0px !important;
    }
/**** Skill **/
#servicesContainer {
  overflow-y: scroll !important;

}

    /*Porfolio*/
    .carousel {
      max-height: 40vh  !important;
    }
    .carousel-one-col-caption{
      top:  10px!important;
      padding: 10px;
      text-align: center !important;
    }
    .carousel-one-col-image, .carousel-one-col-image > img{
     
      height: 30vh !important;
    }
    .carousel-indicators{
        margin-bottom: 0px !important;
        margin-left: 10px !important;
        width: 100%;
    }

    .portofilo-sections-title {
      font-size: 20px;
      text-align: left;
      margin-top: 10px;
  }

  .button-portfolio, .button-portfolio > a {
    font-size: 18px !important;
}
.nameWhite, .nameYellow  {
  font-size: 12px !important;
}
}

/* Media query for small screens */
@media screen and (max-width: 1267px) {

  /*Logo */
  .logo-header img {
    max-height: 60px !important;
  }
  .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right:0px !important;
    padding-left: 0px !important;
    margin-top: var(--bs-gutter-y);
}
  .main-menu, .lets-talk-button {
    display:  none !important; /* Hide by default on small screens */
    flex-direction: column !important;
    padding: 10px;
  }
  .open > div>.main-menu,
   .open > div>.main-menu > li >a>.main-menu, 
   .open > div>.lets-talk-button,
   .open > div>.lets-talk-button > li >a>.lets-talk-button{
    display: block !important;
  }
  .navbar-toggle {
    display: block; /* Display the toggle button on small screens */
    position: fixed;
    top: 20px;
    right: 10px;
    background: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-menu li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .navigation-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
  }
  .navigation-buttons{
    text-align: left !important;
  }
  /** Intro Page */
  .welcomeText{
    font-size: 32px !important;
  }
  .welcomeText > div {
    margin-top: 0px !important;
  }
  .homePhoto {
    max-width: 200px  !important;
}
.image-introduction-arrow {
  max-width: 200px !important;
  margin-left: -230px !important;
}
.namesHolder {
  bottom: -50px !important;
}
  /*About */
  
  .aboutBox{
    max-width: 80vw !important;
    left: 10vw !important;
    top: 80px !important;
  }

  .aboutBoxButtons{
    max-width: 15px !important;
  }
  .aboutWindowTitle{
    padding: 5px !important;
  }
  .aboutBoxWindowButtons{
    width: 70vw !important;
  }
  .aboutBoxFull{
    /*when about box is on fullscreen mode */
    width: 100vw !important;;
    height: 100vh !important;
    opacity: 1;
  }
  .pageTitle {
    text-align: left;
    margin-left: 20px;
    /* font-size: 24px !important; */
  }
  .pageTitle > h1{
    font-size: 28px !important;
  }
  .pageTitle>h4 {
    font-size: 12px;
    margin-left: 0px !important;
  }

  /** portfolio **/
  .portolio-project-photo {
    width: 100vw !important;
  }
  .portolio-container{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .portfolio-project-preview{
    width: 100vw !important;
  }
  .portfolio-sections-container {
    padding: 0px !important;
}
#portfolio-main-menu{
  padding: 20px !important;
}
.portfolio-arrow-left{
  position: relative !important;
  left: 0px !important;
  
}.portfolio-arrow-right{
  position: relative !important;
  right: -80vw !important;
  top: -25vh !important;
}
  /*** services **/
  .servicesBox{
    margin-bottom: 50px !important;
  }


  /**skills */
  #skillsContainer{
    padding: 20px !important;
  }

  /** contact **/
  .contactUsSubtitle{
    right: 15px !important;
  }
  .contactBoxInner {
    display: none ;
  }
  #contactBoxTitle{
    display: block !important;
  }
  .contactBox {
    background: none !important;
  }
  #submitButton{
    bottom: 10px !important;
  }

  .contactFormBox{
    overflow-y: auto;
    overflow-x: hidden;
    overflow-wrap: normal;
    max-height: 55vh !important;
    
    height: 55vh !important;
  }
  #contactForm{
    margin-left: 0px !important;
  }
  .contactFormTitle{
    display: none !important;
  }
  .contactUsSubtitle  {
    padding-right: 40px !important;
  }
  .contactFormName, .contactFormMessage{
    margin-right: 25px !important;
    width: 85vw !important;
  }
  .window{
    left: 0px !important;
  }
}
