/** TYPOGRAPHY **/
.thin {
  /* Montserrat Thin = 100 */
  font-weight: 100;
  font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}

.extralight {
  /* Montserrat Extra Light = 200 */
  font-weight: 200;
  font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}


.light {
  /* Montserrat Light = 300 */
  font-weight: 300;
  font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}


.regular {
  /* Montserrat Regular = 400 */
  font-weight: 400;
  font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}


.medium {
  /* Montserrat Medium = 500 */
  font-weight: 500;
  font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}


.semibold {
  /* Montserrat Semi-bold = 600 */
  font-weight: 600;
  font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}


.bold {
  /* Montserrat Bold = 700 */
  font-weight: 700;
  font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}


.extrabold {
  /* Montserrat Extra Bold = 800 */
  font-weight: 800;
  font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}


.black {
  /* Montserrat Black = 900 */
  font-weight: 900;
  font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}

a:hover { text-decoration: none!important; }

a:link { text-decoration: none!important; }

a:visited { text-decoration: none!important; }

/** END TYPOGRAPHY **/

.no-border-button {
  display:flex;
  border: none;
  background: none;
  cursor: pointer;
  color:white;
}

.no-border-button:hover{
  transform: scale(1.1);
}

.no-border-button{
  outline: none;
  transition: transform 0.15s linear;
}

.no-border-button::-moz-focus-inner {
  border: 0;
}

.align-vertical-no-flex {
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

button:focus {
  outline: none;
  box-shadow: none;
}

*, ::after, ::before {
  box-sizing: initial;
}

.elsan-container {
  display:flex;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 20px;
}

@media only screen and (max-width: 1300px) {
  .elsan-container {
    padding-left:0;
    padding-right:0;
    width: 90%;
  }

}

.align-vertical {
  display: flex;
  align-items: center;
}

.align-horizontal {
  display: flex;
  justify-content: center;
}

/* HEADER STYLES */

#top-header {
  background-color: white;
  display: flex;
  flex-direction: column;
  background-image: url('/img/altinfonbeyaz.jpg');
  background-position: center center;
  background-repeat: repeat;
  width: 100%;
  min-height: 170px;
  justify-content: center;
  align-items: center;
}

.tagline {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  width:90%;
  max-width: 1200px;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.4));
  background-color: rgba(255,255,255,0.5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top:5px;
  padding-bottom:5px;


}
#header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.4));
  padding-top:10px;
  padding-bottom:10px;
}

.header-phone-icon {
    width: 40px;
    margin-right: 10px;
    object-fit:contain;
}

@media only screen and (max-width: 700px) {
  #header-content {
    flex-direction: column;
  }
  #header-logo {
    padding-bottom:30px;
    width: 70%!important;
    max-width: 350px!important;
    height: auto!important;
  }
  .tagline {
    font-size: 16px!important;
    border-radius: 0;
  }
}
@media only screen and (max-width: 600px) {
  .tagline {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .tagline {
    font-size: 14px!important;
    border-radius: 0;
  }

}
@media only screen and (max-width: 400px) {
  .header-phone {
    font-size: 22px!important;
    margin-left: 0!important;
  }
  .header-phone-icon {
    width: 32px!important;
    margin-top: 5px!important;
  }
}

@media only screen and (max-width: 265px) {
  .header-phone {
    font-size: 16px!important;
  }
}

#header-logo {
  display: flex;
  height: 80px;
  width: 237px;
}

#header-logo > img {
  width: 100%;
}

.header-phone {
  font-size: 34px;
  margin-left: 15px;
  margin-top: 15px;
  color: #333333;
}

/* END HEADER STYLES */

/* NAV STYLES */
nav {
  display: flex;
  width: 100%;
  height: 40px;
  background-color: #4a4a4a;
}

#nav-container {
  display: flex;
  justify-content: space-between;
}

.nav-item {
  position: relative;
  padding-right:20px;
  padding-left:20px;
  height: 100%;
  font-size: 20px;
  border-radius:5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.nav-item-text-container {
  position:relative;
  display:flex;
  flex-direction: row;

}

@media only screen and (max-width: 800px) {
  #nav-links>.nav-item:not(.sidebar-nav)
  {
    display: none!important;
  }

  .nav-item.sidebar-nav {
    display: flex!important;
  }
}
.nav-item-text {
  display:flex;
  flex-direction: row;
  color: white;
}

.nav-item-text.active {
  color: #F37E5A;
}
.nav-item-text.active img.menu-chevron {
  filter: invert(57%) sepia(65%) saturate(637%) hue-rotate(322deg) brightness(100%) contrast(91%);
}

.nav-item i {
  margin-left: 5px;
  font-size: 16px;
}

.nav-item.sidebar-nav i {
  margin-right: 10px;
  font-size: 20px;
  margin-top:5px;
}

#sidebar-button > img {
  width: 30px;
}

.active-line {
  border-top: 3px solid #F37E5A;
  padding: 0;
  margin: 0;
  width: 100%;
  position:absolute;
  bottom:-4px;
}

#sidebar-popup {
  flex-direction: column;
  position:absolute;
  top: 140px;
  left: 20px;
  width:200px;
  
}

#sidebar-popup > .nav-item {
  height: 50px;
  border-radius:0px;
  border-style:solid;
  border-width: 2px 4px 2px 4px;
  border-color: rgba(0,0,0,0.15);
}

#sidebar-popup > .nav-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-width: 4px;

}

#sidebar-popup > .nav-item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-width: 4px;
}

#sidebar-popup .nav-item-text {
  color: black;
}

  .nav-item:hover {
    background-color: #D84011;
  }
  .nav-item:hover .nav-item-text{
    color: white;
  }

  .nav-item:hover .nav-item-text img.menu-chevron {
    filter: none;
  }
  
  .nav-item:hover .active-line{
    border-top: 3px solid white;
  }

.nav-item.active {
  background-color: #D84011;
}

.menu-chevron {
  width:20px;
}

#nav-links {
  display:flex;
  height: 100%;
}

.nav-item > .popup {
  left:0;
}

.nav-item > .popup .dropdown-item {
  height: 50px;
  width: 250px;
  justify-content: space-between;
}

.nav-item > .popup .dropdown-item{
  color:black;
}

.nav-item > .popup .dropdown-item:hover{
  color:white;
}

.nav-item > .popup .dropdown-item:hover img.menu-chevron{
  filter: none;
}

.nav-item > .popup .dropdown-item img.menu-chevron{
  filter: invert(100%) sepia(21%) saturate(2%) hue-rotate(182deg) brightness(110%) contrast(101%);
}

.dropdown-item > .popup {
  top: -4px;
  left: 274px;
}

.dropdown-item-popup {
  position: relative;
}

.dropdown-popup {
  top: -4px!important;
  left: 274px!important;
}

#lang {
  position: relative;
  display:flex;
  flex-direction: column;
}

.popup {
  display:none;
  position: absolute;
  top: 39px;
  right:0;
  background-color: white;
  border-color: rgba(0,0,0,0.15);
  border-radius: 10px;
  border-width: 2px;
  z-index:100;
  box-sizing: revert;
  flex-direction:column;
}

.popup.show {
  display:flex;
}

.popup > .dropdown-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-width: 4px;
}

.popup > .dropdown-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-width: 4px;
}

#lang-popup > .dropdown-item {
  height: 40px;
  width: 170px;
  justify-content: space-between;
}

.dropdown-item {
  display:flex;
  border-style: solid;
  font-size: 20px;
  padding-right:10px;
  padding-left:10px;
  border-width: 2px 4px 2px 4px;
  border-color: rgba(0,0,0,0.15);
  background-color: white;
  align-items: center;
  box-sizing: inherit;
}

.dropdown-item:hover {
  cursor: pointer;
  background-color: #D84011;
  color: white;
}

#lang-popup {
  flex-direction: column;
}


#lang-popup > .dropdown-item > img {
  width: 35px;
  height: 35px;
}
/* END NAV STYLES */

/* FOOTER STYLES */
footer {
  background-color: #4A4A4A;
  width: 100%;
  display: flex;
}

#footer-container {
  margin-top:20px;
  display: flex;
  flex-direction: row;
  color:white;
}

@media only screen and (max-width: 900px) {
  footer {
    height: 100%;
  }
  #footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #footer-navigation {
    width: 100%!important;
  }

  #footer-contact {
    width: 100%!important;
  }

  #footer-contact-container {
    flex-direction: column!important;
  }

  .footer-contact-section {
    width: 100%!important;
    padding:0 0 30px 0;
  }
  .footer-contact-section:nth-child(2) {
    padding-left: 0!important;
  }

  footer .elsan-container {
    padding: 0!important;;
  }
  .social-media-container {
    margin-top: 20px;
    justify-content: center;
    float: initial!important;
  }
  .footer-vertical-direction {
    align-items: center;
  }
  .social-media-container i {
    margin-left: 10px!important;
    margin-right: 10px!important;
  }
}

@media only screen and (max-width: 1100px) {
  #nav-links>.nav-item:not(.sidebar-nav) {
    font-size: 17px!important;
    padding: 0 10px!important;
  }
}

@media only screen and (max-width: 500px) {
  .main-title {
    font-size: 24px!important;
  }
  .sub-title {
    font-size: 20px!important;
  }
  #footer-copyright > span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 250px) {
  div#sidebar-popup {
    width: 80%;
  }
  div#sidebar-popup > .nav-item {
    font-size:14px;
    height: 30px;

  }
}

#footer-navigation {
  display: flex;
  width: 33%;
  height: 100%;
}

#footer-contact {
  display: flex;
  width: 66%;
  height: 100%;
}

.footer-title {
  font-size:26px;
}

.footer-subtitle {
  font-size:22px;
}

.footer-body-text {
  font-size:18px;
  color: white;
  line-height: 30px;
}

.footer-vertical-direction {
  display: flex;
  flex-direction: column;
}

#footer-navigation-links {
  justify-content: space-around;
  margin-top: 20px;
  padding-bottom: 20px;
  height: 320px;
}

#footer-contact-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  margin-top: 20px;

}
.footer-contact-section {
  display: flex;
  width: 387px;
}

.footer-contact-section:nth-child(2) {
  padding-left:10px;
}

.social-media-container {
  float:right;
  flex-direction: row;
  height: 100%;
  padding-right:10px;

}

.social-media-container img {
  color:white;
  width:32px;
  margin-left: 8px;
  margin-right: 8px;
}

.social-media-container img.instagram {
  width: 24px;
}

.social-media {
  display: flex;
  flex-direction:row;
  justify-content: space-between;
}

@media only screen and (max-width: 1100px) {
.social-media {
  flex-direction:column;
  text-align:center;
  }
}

#footer-copyright {
  border-top-style: solid;
  border-top-color: rgba(255,255,255,0.25);
  border-top-width: 1px;
  height: 50px;
  bottom:0;
  font-size: 20px;
  color: white;
}
/* END FOOTER STYLES */

main {
  width: 100%;
  height: 100%;
}

main > .head-title {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 204, 0.05);
  padding-bottom: 30px;
}

.section-bg-color1 {
  background-color: rgba(0, 0, 204, 0.05);
}

.head-title > div {
  flex-direction: column;
  text-align: center;
}

.main-title {
  font-size: 40px;
  padding-top: 50px;
  padding-bottom: 20px;
}


.sub-title {
  font-size: 30px;
  padding-bottom: 20px;
}

.action-button {
  color: white!important;
  cursor: pointer;
  border-radius: 5px;
  background-color: #D84011;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  border: rgba(0, 0, 0, 0.3) solid 3px;
}

.secondary-button {
  background-color: rgba(243,126,90,0.25);
  border-style: solid;
  border-color: #D84011;
  border-width: 3px;
  border-radius: 5px;
}

.background-color-1 {
  background-color: rgba(0, 0, 204, 0.05);
}

.background-color-2 {
  background-color: rgba(101, 131, 254, 0.05);
}

h1,h2,h3,h4,h5,h6 {
  margin-top:10px;
  margin-bottom:10px;
}