body{
    width: 100%;
}
*{
    padding: 0;
    margin: 0;
    
}
header{
     position: fixed;
        row-gap: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: rgba(60, 58, 55, 0.393);

}
header:hover{
    background-color: black;
    

}
#one{
        display: flex;
        width: 30%;

    }
    #two{
        
        display: flex;
        width: 70%;
        align-items: center;
        justify-content: space-between;
        
    
    }
     .abc{
        text-decoration: none;
        font-size: 26px;
        color: white;
    
    
    }
    video{
        width: 100%;
        position: relative;
        top: 60px;
    }
    #mainindia{
        display: flex;
        height: 600px;
        align-items: center;
        justify-content: center;
        background-image: url('https://cdn.pixabay.com/photo/2022/05/23/14/55/mumbai-7216380_1280.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

        
    }
    #india{
           
        font-size: 150px;
        background: linear-gradient(orange,white,green);
        color: transparent;
        background-clip: text;
        text-align: justify;
        -webkit-text-stroke: 1px black;
        position: relative;left: 445px;top: -180px;
        
    
    }
    #sns{
        position: relative;
        top: 45px;
        left: 10px;
        top:-30;
    }
    #attraction{
        background-color: bisque;
    }
    .effect{
        border-radius: 12px;
    }
.effect:hover{
    transform: translateX(10px);
    width: 400px;
}
.out{
     background-color: rgb(0, 0, 0);
     height:240px;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     justify-content: space-between;
     display: flex;
     }

.out1{
    max-width: 400px;
  }

.out2{
    max-width: 400px;
}

#flag{
    width: 300px;
    height: auto;
}

#flag:hover{
    width: 350px;
}