@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%;
  }
  
  body {
  margin: 0; 
  scroll-behavior: smooth;
  background-color: #FAFAFA;
  }

  body p 
  {

   font-family: "Abril Fatface", serif;
   font-weight: 400;
   font-style: normal;

  }
  
  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
  
  :root {
  --section-height: 140vh;
}
  
  img {
  max-width: 100%;
  height: auto;
  display: block;
  }


  button,
  input,
  select,
  textarea {
  font-family: inherit;
  font-size: 100%;
}
  .container
  {
  background: #FAFAFA;
  }
  .container .navbar
  {
   
   z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 110px;
  overflow: hidden;
  background: rgba(100, 107, 101, 0.9);
  

  }
  .content {
    padding-top: 60px; 
}

  
  section 
 {
padding: 160px 20px 60px; 
  min-height: calc(var(--section-height) - 110px);
  border-bottom: 1px solid #ccc;
}
#main
{
  
  padding-top: 0;
  margin-top: 0;
 
}
#kst
{

   padding-top: 0;
   margin-top: 0;

}
  #kst p
  {

    
  text-align: center;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 16px;
  position: relative;
  left: 50%;
  top: 320px;
  transform: translate(-50%,-50%);
  

  }
  #maink
  {

  padding-top: 0;
  margin-top: 0;

  }
  #ib
  {
   padding-top: 0;
   margin-top: 0;

  }
#olklumkava
 { 
  padding-top: 20px;
  margin-top: 0;
 }
 #olklumkava h2
 {

  text-align: center;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 28px;
  position: relative;
  left: 50%;
  top: 150px;
  transform: translate(-50%,-50%);


 }
 .container 
 {
   min-height: 100vh;
   box-sizing: border-box;
}
.container .content .okm
{


  position: relative;
  transform: none;
  top: auto;
  left: auto;
 margin: 30px auto;
  background: rgba(10, 0, 104, 0.9);
  color: #FAFAFA;
  width: min(920px, 95%);
  height: auto;
  min-height: 220px;
  border-radius: 16px;
  text-align: center;
  padding: 28px;
  box-sizing: border-box;
  display: block;
}
.container .footer,
.container .scrollableib .footer,
.container .scrollablekst .footer {
  height: 160px;
}
.container .content .okm h1
{


  position: static;
  transform: none;
  color: #FAFAFA;
 margin: 0 0 12px 0;
  font-size: 22px;
   font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  text-align: center;

}
.container .content .okm ul
{
 list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
 flex-direction: column;
  gap: 15px;
  align-items: stretch;
}
.container .content .okm li a
{


 position: static;
  transform: none;
  display: block;
  color: #FAFAFA;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  padding: 8px 12px;

}
.container .content .okm ul li
{
 
  margin: 0 0 15px 0;
  user-select: none;
  list-style: none;
  margin: 0 0 15px 0;
  user-select: none;
  list-style: none;
  width: 100%;

}
 #olklumkava p
 {

  text-align: center;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 16px;
  position: relative;
  left: 50%;
  top: 400px;
  transform: translate(-50%,-50%);


 }
 #dalga img 
 {

  position: absolute;
  left: 87%;
  top: 40px;
  transform: translate(-50%,-50%);
  width: 300px;
  height: 400px;
  border-radius: 10px;


 }
 
  #kst h2
  {

    
  text-align: center;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 28px;
  position: relative;
  left: 50%;
  top: 48px;
  transform: translate(-50%,-50%);
  

  }
 
  .container .navbar ul
  {
  float: right;
  margin-right: 20px;
  user-select: none;
  }
  .navbar .navbaraces
  {

    width: 100%;
    height: 5px;
    position: fixed;
    top: 110px;
    background: rgba(100, 107, 101, 1.0)



  }
 .navbar .logo
 { 

  transition: all 0.6s ease;
  border-radius: 50%;
  overflow: hidden;
  width: 288px;
  height: 198px;
  display: inline-block;
  margin: 3px;
  padding: 3px;
  user-select: none;
  position: relative;
  bottom: 93px;
  right: 55px;
    
   
 }
 html, body 
 {
   height: auto;
   min-height: 100%;
   overflow-y: auto;
  }
 .navbar .logo:hover
 {

  transition: all 0.6s ease;
  transform: scale(1.05)

 }

 .navbar .logo:active
 {

  transition: all 0.6s ease;
  transform: scale(0.95)

 }


 .navbar ul li
 {

    list-style: none;
    display: inline-block;
    margin: 0 8px;
    line-height: 80px;
    transition: all 0.4s ease;
    user-select: none;
   



 }
 .navbar ul li:active
 {

  transform: scale(0.95);

 }
 .navbar ul li a
 {

  color: #FAFAFA;
  text-decoration: none;
  width: 100%;
  height: 100%;
  font-size: 20px;
  padding: 6px 13px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  transition: all 0.4s ease;
  user-select: none;

 }

 .navbar ul li a:hover
 {

  background: #0a0068;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transform: scale(1.05);

 }
 .container .slot .bir
 {

  background-image:url(retail-packaging.png);
  background-size: 100% 100%;
  width: 250px;
  height: 160px;
  background-position: center;  
  position: absolute;
  text-align: center;
  top: 125px;
  left: 2%;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

 }
  .container .slot .iki
 {

  background-image:url(red-corrugated-cardboard-tray-for-drinks.jpg);
  background-size: 100% 100%;
  width: 250px;
  height: 160px;
  background-position: center;  
  position: absolute;
  text-align: center;
  top: 125px;
  left: 21%;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

 }
   .container .slot .üç
 {

  background-image:url(punch-partition-04.jpg);
  background-size: 100% 100%;
  width: 250px;
  height: 160px;
  background-position: center;  
  position: absolute;
  text-align: center;
  top: 125px;
  left: 40%;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

 }
    .container .slot .dört
 {

  background-image:url(Royal-mail-parcel-boxes.jpg);
  background-size: 100% 100%;
  width: 250px;
  height: 160px;
  background-position: center;  
  position: absolute;
  text-align: center;
  top: 125px;
  left: 59%;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

 }    .container .slot .beş
 {

  background-image:url(cross-box-divider-03.png);
  background-size: 100% 100%;
  width: 250px;
  height: 160px;
  background-position: center;  
  position: absolute;
  text-align: center;
  top: 125px;
  left: 78%;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

 }
     .container .slot .altı
 {

  background-image:url(cross-box-divider.png);
  background-size: 100% 100%;
  width: 210px;
  height: 140px;
  background-position: center;  
  position: absolute;
  text-align: center;
  top: 295px;
  left: 2%;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

 }
   .container .slot .yedi
 {

  background-image:url(black-tray-with-cut-handholes.jpg);
  background-size: 100% 100%;
  width: 210px;
  height: 140px;
  background-position: center;  
  position: absolute;
  text-align: center;
  top: 295px;
  left: 18%;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

 }
   .container .slot .sekiz
 {

  background-image:url(cross-box-divider-01.png);
  background-size: 100% 100%;
  width: 210px;
  height: 140px;
  background-position: center;  
  position: absolute;
  text-align: center;
  top: 295px;
  left: 34%;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

 }
    .container .slot .dokuz
 {

  background-image:url(cardboard-packaging-insert-04.jpg);
  background-size: 100% 100%;
  width: 210px;
  height: 140px;
  background-position: center;  
  position: absolute;
  text-align: center;
  top: 295px;
  left: 50%;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

 }  
   .container .slot .on
 {

  background-image:url(21013242902849528999arsiv-kolisi.jpg);
  background-size: 100% 100%;
  width: 210px;
  height: 140px;
  background-position: center;  
  position: absolute;
  text-align: center;
  top: 295px;
  left: 66%;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

 }  
    .container .slot .onbir 
 {

  background-image:url(20x12-5x7-5---ky20012575-b13d129.jpg);
  background-size: 100% 100%;
  width: 210px;
  height: 140px;
  background-position: center;  
  position: absolute;
  text-align: center;
  top: 295px;
  left: 82%;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

 }  
 .container .center .backgr
 {

  background-image:url(Untitled-1\ copy.png);
  background-size: 100% 100%;
  width: 400px;
  height: 250px;
  background-position: center;  
  position: absolute;
  text-align: center;
  top: 140px;
  left: 2%;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

 }
 .container .center .backgr2
 {

  background-image:url(Untitled-2\ cpy.png);
  background-size: 100% 100%;
  width: 400px;
  height: 250px;
  background-position: center;  
  position: absolute;
  text-align: center;
  top: 415px;
  left: 2%;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

 }
  .container .center .backgr3
 {

  background-image:url(Untitled-3\ opy.png);
  background-size: 100% 100%;
  width: 400px;
  height: 250px;
  background-position: center;  
  position: absolute;
  text-align: center;
  top: 140px;
  right: 2%;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

 }
 .container .center .backgr4
 {

  background-image:url(Untitled-4\ copy.png);
  background-size: 100% 100%;
  width: 400px;
  height: 250px;
  background-position: center;  
  position: absolute;
  text-align: center;
  top: 415px;
  right: 2%;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

 }
  .container .center .backgr5
 {

  background-image:url(pexels-alexmoliski-28954690.png);
  background-size: 100% 100%;
  width: 350px;
  height: 470px;
  background-position: center;  
  position: absolute;
  text-align: center;
  top: 180px;
  right: 37%;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

 }

 
  .container .footer
 {
   
  background: rgba(100, 107, 101, 0.9);
  width: 100%;
  height: 200px;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  user-select: none;
    

 }
  .container .scrollablekst .footer
 {
   
  background: rgba(100, 107, 101, 0.9);
  width: 100%;
  height: 200px;
  background-size: cover;
  position: relative;
  bottom: 0px;
  user-select: none;
    

 }
  .container .scrollableib .footer 
 {
   
  background-image: url(0201-box-design.jpg);
  background: rgba(100, 107, 101, 0.9);
  width: 100%;
  height: 200px;
  background-size: cover;
  position: relative;
  bottom: 0px;
  user-select: none;
    
    

 }
 .footer .footeraces
 {

   width: 100%;
   height: 5px;
   position: relative;
   bottom: 0px;
   background: rgba(100, 107, 101, 1.0)



 }
 .container .intro
 {


  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease;
  flex-direction: column;
  z-index: 9999;
  background-size: 100%,100%;
  opacity: 1;
  animation: fadeOut 5s forwards;
  
 }
 .container .intro .coming h1
 {

  text-align: center;
  color: #0a0068;
   font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 48px;
  position: fixed;
  left: 50%;
  top: 65%;
  transform: translate(-50%,-50%);

 }
 .container .intro .coming h2
 {

  text-align: center;
  color: #0a0068;
   font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 48px;
  position: fixed;
  left: 50%;
  top: 75%;
  transform: translate(-50%,-50%);

 }


 .container .footer p
{

   font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  color: #FAFAFA;
  margin: 10px;
  

 }
 .container .footer .cpr
 {

  color: #FAFAFA;
  font-size: 18px;
  user-select: text;
  background-position: center;
  position: absolute;
  bottom: 0px;
  text-align: center;
  

 } 
 .container .footer .we
 {

  color: #FAFAFA;
  font-size: 14px;
  user-select: text;
  background-position: center;
  position: relative;
  bottom: 45px;
  text-align: center;
  word-spacing: 3px;
 }
 .container .footer .center
 {

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  


 }
 
  .container .footer .sosyal .Facebook
  {

  display: inline-block;
  width: 28px;
  border-radius: 8px;
  margin: 1px;
  position: absolute;
  left: 35px;
  top: 35px;
  user-select: none;
  background-position: left;

  }
  .container .footer .sosyal .İnstagram
  {

  display: inline-block;
  width: 30px;
  border-radius: 8px;
  margin: 1px;
  position: absolute;
  left: 75px;
  top: 35px;
  user-select: none;
  background-position: left;

  }
  .container .iletisimbilgileri .adres .adressss address 
  {
   
  margin: 20px;
  font-size: 18px;
  position: relative;
  top: 35px;
  left: 18%;
  

  }
  .container .iletisimbilgileri .adres .adressss address 
  {
   
  margin: 20px;
  font-size: 18px;
  position:  relative;
  top: 15px;
  left: 3%;
  

  }
  .container .iletisimbilgileri .adres .location
  {

    width: 45px;
    height: 45px;
    position: relative;
    left: 47%;
    top: 5px;
 
  }
  .container .iletisimbilgileri .telno .no p
  {

    margin: 20px;
    font-size: 18px;
    position: relative;
    top: 10px;
    left: 1%;

  }
  .container .iletisimbilgileri .telno .phone
  {

   
    width: 38px;
    height: 38px;
    position: relative;
    left: 52%;
    top: 38px;

  }
  .container .iletisimbilgileri .telno .wp
  {

   
    width: 34px;
    height: 34px;
    position: relative;
    left: 46%;
    top: 0px;

  }
  .container .iletisimbilgileri .eposta .eadres p
  {

   
   margin: 20px;
   font-size: 18px;
   position: relative;
   bottom: 10px;
   left: 1%;
   

  }
  .container .iletisimbilgileri .eposta .logo
  {

    width: 33px;
    height: 33px;
    position: relative;
    left: 48%;
    top: 0px;

  }
  .container .center .iletisimbilgileri
  {

  position: absolute;
  left: 20%;
  top: 20%;
  transform: none;
  margin: 20px ;
  width: 770px;
  height: 590px;
  background: rgba(10, 0, 104, 0.9);
  color: #FAFAFA;
  padding: 18px;
  border-radius: 16px;
  display: inline-block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;

  }
  .container .center .iletisimbilgileri .adres .gmaps iframe
 {

  position: absolute;
  width: 75%;
  bottom: 10px;
  left: 15%;
  height: 42%;
  border: 4px solid rgba(0, 0, 0, 1.0);
  border-radius: 12px;
 }
  .container .Sürdürülebilirlik 
  {

  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: inline;
  line-height: 1.2;
  letter-spacing: 1.2px;
  word-spacing: 2px;
  

   

  }
  .container .Sürdürülebilirlik .center 
  {

  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #FAFAFA;
  margin: 10px;
  display: inline;
  width: 920px;
  height: 230px;
  border-radius: 25px;
  text-align: center;
  z-index: 100;


  }
  .container .Sürdürülebilirlik .center .bcgrl
  {

  position: absolute;
  top: 52%;
  left: 47%;
  transform: translate(-50%,-50%);
  background-image: url(pexels-markusspiske-113338.jpg);
  background-size: cover;
  background-position: center;
  color: #FAFAFA;
  margin: 10px;
  display: inline;
  width: 1378px;
  height: 335px;
  text-align: center;
  z-index: -1;


  }
  .container .Sürdürülebilirlik .center h1
  {

 
  font-size: 35px;
   font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  margin: 3px;
  padding: 3px;
   

  }
  .container .Sürdürülebilirlik .center p
  {
 
   
  font-size: 15px;
 font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  margin: 3px;
  padding: 3px;


  }
 
 .container .footer ul
 {

  padding: 0;
  margin: 0;

 }
 .container .footer ul li
 {

  display: inline-block;
  margin: 6px;
  list-style: none;
  

 }
 .container .footer .sosyal a img:link
 {


  color: #FAFAFA;
  font-size: 10px;
  transition: all 0.6s ease;

 }
 .container .footer .sosyal a img:hover
 {

  transition: all 0.4s ease;
  transform: scale(1.05); 

 }
 .container .footer .sosyal a img:active
 {

  transition: all 0.4s ease;
  transform: scale(0.95); 

 }
  .container .footer .sosyal a img:visited
 {

  transition: all 0.4s ease;
  transform: scale(0.85); 

 }
 
 @media(max-width:900px)
 {

  .container .navbar .logo
  {
 
   position: relative;
   bottom: 90%;
   right: 0px;
   width: 200px;
   height: 135px;
   margin: 10px;
   
     
   
  }
   .container .navbar
  {
   
   z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  overflow: hidden;
  background: rgba(100, 107, 101, 0.9);
  

  }
    .navbar ul li a
 {

  color: #FAFAFA;
  text-decoration: none;
  width: 80%;
  height: 80%;
  font-size: 16px;
  padding: 6px 13px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  transition: all 0.4s ease;
  user-select: none;
  
  


 }
  
 .navbar ul li
 {

    list-style: none;
    display: inline-block;
    margin: 0 8px;
    line-height: 80px;
    transition: all 0.4s ease;
    user-select: none;
   
  }

    .container .navbar ul
  {
  float: right;
  margin-right: 20px;
  user-select: none;
  }
  .navbar .navbaraces
  {

    width: 100%;
    height: 3px;
    position: fixed;
    top: 80px;
    background: rgba(100, 107, 101, 1.0)



  }
  }