@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    box-sizing: border-box;
}



.first_container_video{ 
    width: 100%;   
  }
  .background-clip{
    position: relative;
    right: 0;
    bottom: 0;
    z-index: -1;  
  }
  @media(min-aspect-ratio:16/9){
    .background-clip{
      width: 100%;
      height: 100;
    }  
  }
  @media (max-aspect-ratio:16/9){
      .background-clip{
          width: 100%;
          height:100%;        
        }     
  }
/* section two */
.section_two{
    width: 100%;
    min-height: 25vh;
    height: auto;
    /* background-color: #2D2D2D; */
    background: linear-gradient(180deg, #011B2A 0%, #004167 60%);
    overflow: hidden; 
    
}
.para_one{
    font-size: 30px;
    color: rgb(248, 250, 250);
    text-align: center;
    margin: auto;
    margin-top: 20px;
}
.sec_two_container_one{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sec_two_container_one_small_one{
    display: flex;
    width: 20%;
    justify-content: center;
}
.small_one{
    width: 70px;
    height: 50px;
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 10px;
}
.small_one i{
    font-size: 35px;
    color: rgb(20, 169, 223);
}
.small_two{
    display: flex;
    text-align: left;
    color: white;
    align-items: center;
    justify-content: center;
}
.para_two{
    font-size: 14px;
    font-weight: 600
}
.para_two span{
    color: rgb(252, 247, 247);
    font-weight: 500;
    font-size: 12px;
}
.sec_two_container_two{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.text_para {
    font-size: 16px;
    color: rgb(255, 254, 254);
    padding: 1px 30px;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 15px;
}
#section1_btn {
    font-size: 10px;
    /* background: linear-gradient(180deg, #02314dc9 0%, #011b2bd0 60%); */
    background: linear-gradient(12deg, #0000002b 0%, #074e79d0 60%);
    color: rgb(255, 255, 255);
    padding: 5px 15px;
    margin: 20px;
    border-radius: 10px;
    border: 1px solid white;
    float: right;
}
#section1_btn:hover {
    background: #0b1a0b;
}

#section2_btn:hover {
    background: #1d3723;
}

#section2_btn {
    font-size: 10px;
    background: rgba(28, 143, 224, 0.882);
    color: white;
    padding: 5px 15px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 3px 5px 11px gray;
    float: right;
}

#btn:hover {
    background:rgb(44, 46, 44);
    box-shadow: 2px 2px 3px black;
}

#section1_invisible_text {
    display: none;
}

#section2_invisible_text {
    display: none;
}

/* responsive */
@media (max-width:1000px){
    .sec_two_container_one_small_one {
        width: 25%;
    }
    .para_two {
        font-size: 12px;
    }
    .para_two span {
        font-size: 10px;
    }
    .small_one {
        width: 50px;
        height: 50px;
    }
    .small_one i {
        font-size: 28px;
    }
}
@media (max-width:700px) {
    .sec_two_container_one_small_one {
        width: 28%;
    }
    .text_para {
        font-size: 16px;
    }
    .small_one {
        width: 40px;
        height: 40px;
    }
    .small_one i {
        font-size: 24px;
    }
    .para_two {
        font-size: 11px;
    }
}
@media (max-width:520px) {
    .sec_two_container_one {
        flex-wrap: wrap;
        flex-direction: column;
        margin: 0px 30px;
    }
    .sec_two_container_one_small_one {
        width: 100%;
        justify-content: flex-start;
    }
}
@media (max-width:500px) {
    .para_one {
        font-size: 24px;
    }
    .text_para {
        font-size: 15px;
        line-height: 25px;
        padding: 1px 0px;
    }
    .small_one {
        width: 50px;
        height: 50px;
    }
    .small_one i {
        font-size: 26px;
    }
    .para_two {
        font-size: 14px;
    }
    .para_two span {
        font-size: 12px;
    }
}

@media (max-width:390px) {
    .text_para {
        font-size: 14px;
    }

    #btn {
        font-size: 5px;
        padding: 1px 9px;
        margin: 0px;
    }
}
/* section three */
.section_three{
    width: 100%;
    height: 80vh;
    background: #d9d8dbb5;
    background-size: cover;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.section_three_card{
    display: flex;
    justify-content: center;
}
.card-one{
    display: grid;
    width: 320px;
    height: 300px;

    border: 2px solid black;
    border-radius: 5px;
    margin: 15px 15px;
    padding: 40px 20px;
    text-align: center;
    align-items: center;
    justify-items: center;
    box-shadow: 0 0px 1px -7px rgba(14, 15, 13, 0.904), 0 0px 8px 0 rgba(18, 22, 17, 0.979);
    
}

.card-one-cdn {
    width: 70px;
    height: 70px;
    display: flex;
    background-color: rgb(252, 252, 252);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 10px;
    outline: 1px solid darkgray;
    position: relative; 
}

.para_card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px; 
    background-color: #074e79d0; 
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.card-one-cdn i{
    font-size: 35px;
    color: rgb(31, 3, 75);
}
.head-card{
    color: white;
    font-size: 20px;
    /* font-weight: bold; */
    background: linear-gradient(180deg, #011B2A 0%, #004167 60%);

}
.para_card{
    font-size: 14px;
    line-height: 22px;
}
@media(max-width:1100px){
    .section_three{
        min-height: 40vh;
        height: auto;
    }
}
@media(max-width:910px){
    .card-one {
        width: 218px;
        height: 280px;
    }
}
@media(max-width:720px){
    .section_three_card {
        flex-wrap: wrap;
    }
    .card-one {
        width: 250px;
        height: 280px;
        margin: 10px 0px;
        padding: 25px 0px;
    }
}
@media(max-width:500px){
    .card-one {
        width: 250px;
        height: 250px;
        margin: 10px 0px;
        padding: 25px 0px;
    }
}

.section_four{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.title-four{
    font-size: 30px;
    text-align: center;
    /* font-weight: 600; */
    color: white;
    margin: auto;
    background: linear-gradient(180deg, #011B2A 0%, #004167 60%);

}
.title-four span{
    color: rgb(11, 167, 245);
}
.section_four_container{
    min-height: 60vh;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}
.cardbx {
    width: 290px;
    height: 200px;
    margin: 60px 70px;
    padding: 10px 10px;
}
.cardbx:hover{
    border-radius: 2px;
}
.card_img {
    position: relative;
    overflow: hidden;
}
.card_img img{
    width: 100%;
    height: 70%;
    transition: transform 0.5s;

}
.card_img:hover img {
    transform: scale(1.2);
}
.four-card-heading{
    font-size: 20px;
    color:rgb(11, 167, 245);
    border-right: 3px solid rgb(11, 167, 245);
    text-align: center;
}

@media (max-width: 992px){
    .section_four_container {
        height: auto;
    }
}
@media (max-width: 480px){
    .cardbx {
        width: 200px;
        height: 200px;
        margin: 15px 0px;
        padding: 20px 15px;
    }
}
@media (max-width: 395px){
    .cardbx {
        width: 220px;
        height: 210px;
        margin: 15px 0px;
        padding: 20px 0px;
    }
}

.section_two_product{
    width: 100%;
    min-height: 50vh;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #d9d8dbb5;
}
.section_two_product_card{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    margin-bottom: 80px;
}
.product-card {
    position: relative;
    width: 300px;
    height: 270px;
    margin: 1px 71px;

}
.product-card_one{
    position: relative;
    width: 300px;
    height: 270px;
    margin: 138px 71px;
    
}
.product-image {
    position: relative;
    overflow: hidden;
}
  .product-image img {
    width: 110%;
    height: 50vh;
    transition: transform 0.3s ease;
}
  .titlename_card{
      font-size: 17px;
      font-weight: 600;
      color: rgb(248, 246, 246);
      text-align: center;
      text-transform: uppercase;
      margin: auto;
      padding: 10px;
      
    }
  .product-details{
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(119, 115, 115, 0.7);
      color: #fff;
      padding: 10px;
      transform: translateY(100%);
      transition: transform 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .detail_button{
        background: #011B2A;
        display: flex;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
    }
    .detail_button_text{
        text-decoration: none;
        color: #fff;
        font-size: 21px;
        border-radius: 5px;
    }
.detail_button_text:hover{
    color: #9b9a9a;
    
}
.product-card:hover .product-details {
    transform: translateY(0);
}
.product-details:hover{
    border: 2px solid rgb(11, 167, 245);
}
.color_card{
	background: linear-gradient(180deg, #011B2A 0%, #004167 60%);
    box-shadow: 2px 2px 2px rgba(9, 7, 114, 0.418);
    height: 80vh;
    border: 2px solid;
    border-radius: 11px;
    margin: 35px;
    
}
.card_hr{
    height: 5px;
    background-color: #011B2A;
}

@media (max-width:1100px){
    .product-image img {
        width: 90%;
        height: 45vh;
    }
    .color_card {
        box-shadow: 2px 2px 2px rgba(9, 7, 114, 0.418);
        height: 55vh;
        border: 2px solid;
        border-radius: 11px;
        margin: 10px 17px;
    }
}

@media (max-width:500px){
    .product-card{
        width: 215px;
        height: 284px;
        margin: 0px 56px;
        
    }
    .product-image img {
        width: 90%;
        height: 20vh;
    }
    .color_card {
        box-shadow: 2px 2px 2px rgba(9, 7, 114, 0.418);
        height: 32vh;
        border: 2px solid;
        border-radius: 11px;
        margin: 10px 17px;
    }
}

.five {
    background: url('img/All\ proces\ of\ making\ .jpg') no-repeat;
    width: 100%;
    height: 110vh;
    background-size: 100% 100%;
    border-bottom: 5px solid rgb(0, 0, 0);
    /* background-attachment: fixed; */
}

/* Styles for large screens */
@media (min-width: 1201px) {
    .five {
        height: 90vh; /* Original height for large screens */
        background-position: center; /* Center the background image */
    }
}
/* Styles for medium screens */
@media (min-width: 601px) and (max-width: 1200px) {
    .five {
        height: 45vh; /* Adjust height for medium screens */
        background-position: center; /* Center the background image */
    }
}
/* Styles for small screens */
@media (max-width: 600px) {
    .five {
        height: 31vh; /* Adjust height for small screens */
        background-position: center; /* Center the background image */
    }
}
