@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{ margin: 0;
    padding: 0;
    box-sizing: border-box;
    }body{ font-family: 'Poppins', sans-serif;}


    .contact{
        width: 90%;
        height: 100%;
        /*background-color: rgb(255, 255, 255);*/
        position: relative;
        margin: auto;
        display: flex;
    }

    

    .ic{width: 86%;
        height: 100%;
        /*background-color: rgb(255, 255, 255);*/
        position: relative;
        margin: auto;
        display: flex;
        
    }

    .konteynır {
        display: flex;
        flex-direction: column;
        gap: 60px; /* 20px boşluk bırakır */
        width: 430px;
        height: 500px;
        
        background-color: rgb(255, 255, 255);
        position: relative;
       margin: auto;



      }
      
            .bir{
                border-top: 1px solid rgb(185, 185, 185);
                background-color:rgb(255, 255, 255);
                width: 400px;
                height: 100px;
            }   .bir h1 { font-family: 'Poppins'; color: #000000;font-size: 20px; margin: 10px;}
                .bir p { margin-left: 15px;}


            .iki{
                border-top: 1px solid rgb(185, 185, 185);
                background-color:rgb(255, 255, 255);
                width: 400px;
                height: 100px;
            }   .iki h1 { font-family: 'Poppins'; color: #000000; font-size: 20px; margin: 10px;}
                .iki p { margin-left: 15px;}
                .iki a {text-decoration: none; color: #000000;}
               
                

            .üc{
                border-top: 1px solid rgb(185, 185, 185);
                background-color:rgb(255, 255, 255);
                width: 400px;
                height: 100px;
            }   .üc h1 { font-family: 'Poppins'; color: #000000; font-size: 20px; margin: 10px;}
                .üc p a { text-decoration: none; color: #000000;}
                .üc p { margin-left: 15px;}


            .dort{
                border-top: 1px solid rgb(185, 185, 185);
                background-color:rgb(255, 255, 255);
                width: 400px;
                height: 100px;
            }   .dort h1 { font-family: 'Poppins'; color: #000000; font-size: 20px; margin: 10px;}
                .dort p { margin-left: 15px;}




    .büyük{
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
       
        background-image: url(./image/Untitled-2.png);
    }
    .collapse ul li a{
        text-decoration: none;
        color: #000000;
        text-transform: uppercase;
    }
    .container-fluid{
        background-color: #ffffff;
    }
    .collapse ul li{
        margin: 0 20px;
        position: relative;
        display: inline-block;
        list-style: none;
    }
    
    .collapse ul li::after{
        content: '';
        height: 3px;
        width: 0;
        background: rgb(185, 185, 185);
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .img{
        width: 100%;
        height: auto;
    }
    .collapse ul li:hover::after{
        width: 100%;
    }
    .navbar{
        width: 100%;
        display: none;
        background-color: #fff;
        border-bottom: rgb(185, 185, 185) 1px solid;
    }
    .navbar ul{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        align-content: flex-end;
    }
    @media (max-width: 600px) {
        body {
          font-size: 14px;
        }

        h1 {
            font-size: 10px;
        }
        .navbar {
           /* Mobilde navigasyonu gizle veya basitleştir */
          opacity: 1;
          background-color: #fff;
        }
        .navbar ul {
            background-color: rgb(255, 255, 255);
            opacity: 1;
          }
          .navbar ul a {
            color: #000000;
          }
          .container-fluid{
            opacity: 1;

          }

       
      }

      @media (max-width: 993px){
        .navbar-brand{
            background-color: #fff;
          }
          .navbar-nav{
            background-color: #fff;
          }
          .navbar navbar-expand-lg fixed-top{
            background-color: #fff;
 
          }

      }
      @media (max-width: 450px){
        .konteynır{
            margin-top: 150px;
            margin-right: 100px;
        }
        .bir{
            width: 300px;
        }
        .iki{
            width: 300px;
        }
        .üc{
            width: 300px;
        }
        .dort{
            width: 300px;
        }
      }
      @media (max-height: 667px){
        .büyük{
            overflow:auto;
        }
      }