* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Josefin Sans';
}

.navbar1 {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 200px; */
    /* background-color: darkblue; */
    color: white;
    transition: 0.5s;
    z-index: 10;

    /* position: relative; */
}

.navbar2 {
    width: 85%;
    height: 100px;
    display: flex;
    /*justify-content: space-between; */
    align-items: center;
    /*background-color: darkred; */
}

.navbar20 {
    width: 85%;
    height: 100px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* background-color: darkorange; */
}

.navbar20 ul {
    width: 50%;
    /* background-color: darkorchid; */
}

.navbar20 ul h4 {
    text-transform: uppercase;
    line-height: 20px;
}

.category_path {
    width: 85%;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    /* background-color: darkred; */
    font-size: 23px;
    color: white;
}

.black {
    /* background-color: rgba(0,0,0,0.8); */
    background-color: #063264;
}

.brand {
    width: 10%;
    height: 100%;
    /* background-color: darkgreen; */
    display: flex;
    /* justify-content: center; */
    /* justify-self: center; */
    /* justify-items: center; */
    /* align-items: center; */
    /* align-self: center; */
    /* align-content: center; */
    padding: 5px;
    transition: 0.5s;

}

.brand1 {
    width: 70%;
    height: 95%;
    object-fit: contain;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* height: 100%; */
    /* background-image: url(/image/2021.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    /* background-color: darkcyan; */
}

.img_none {
    display: none;
}

.navbar2 ul {
    width: 90%;
    height: 100px;
    /* background-color: darkgoldenrod; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
}

.ul_new {
    width: 70%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #ff6464; */
}

.ul_flag {
    /* background-color: green; */
    width: 30%;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flags {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*background-color: red;*/
}

.flags a {
    margin-left: 20px;
}

.flagsTwo {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*background-color: red;*/
}

.flagsTwo a {
    margin-left: 20px;
}

.lang {
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.navbar2 ul a {
    text-decoration: none;
    color: white;
}

.navbar2 ul li {
    list-style: none;
    margin-left: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.navbar2 ul li:hover {
    color: #ff6464;
}

.menu_bars {
    width: 75%;
    height: 100%;
    /* background-color: darkgoldenrod; */
    display: none;
}

.menu_bars i {
    cursor: pointer;
    box-shadow: none;
    outline: none;
}

.small_logo {
    width: 75px !important;
    height: 100%;
    padding: 5px;
    /* background-color: red; */
}

#h6 {
    width: 60%;
    text-transform: uppercase;
    font-size: 8.7px;
    text-align: center;
    padding-top: 5px;
}

.nav_hidden {
    position: absolute;
    top: 100px;
    width: 100%;
    /* height: 300px; */
    /* background-color: darkblue; */
    z-index: 10;
    display: flex;
    flex-direction: column;
    /* padding-top: 10px; */
}

#box {
    display: none;
}

.nav_hidden a {
    text-decoration: none;
    color: #677294;
}

.nav_hidden li {
    /* width: 90%; */
    background-color: white;
    padding: 20px;
    padding-left: 40px;
    list-style: none;
    border-top: 1px solid #677294;
    color: #677294;
    /* padding-top: 3px; */
    cursor: pointer;
}

.nav_hidden li:hover {
    color: #ff6464;
}

/* index */
.Idiv1 {
    width: 100%;
    height: 100vh;
    background-image: url('../image/Hero1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.IdivAuth {
    width: 100%;
    height: 50vh;
    background-image: url('../image/Hero1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.Idiv5 {
    width: 100%;
    height: 400px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.name_h4 {
    /* text-shadow: black 5px 0 30px; */
    text-shadow: 1px 1px black;
    font-size: 13px;
}

.line_h4 {
    font-size: 14px;
    line-height: 20px;
}

.Idiv1:nth-child(3) {
    display: flex;
    justify-content: flex-end !important;
}

.hero_wave {
    width: 100%;
    height: 80px;
    /*background-color: darkgoldenrod; */
    background-image: url('../image/shapes/Hero wave.svg');
    /* background-repeat: no-repeat; */
    background-size: cover;
    margin-top: 60px;
    /* background-position: center; */
}

.Fish_logo {
    width: 40%;
    height: 40%;
    /* background-color: darkmagenta; */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .Fish_logo1{
    width: 50%;
    height: 90%;
    background-color: darksalmon;
    background-image: url(/image/Balyk\ logo-19.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

.img_fish {
    width: 40%;
}

.Idiv1_text {
    width: 40%;
    height: 20%;
    /* background-color: darkorange; */
    text-transform: uppercase;
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 20px;
}

.Idiv5_text {
    width: 40%;
    height: 20%;
    /* background-color: darkorange; */
    text-transform: uppercase;
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 20px;
}

/* .Idiv1_text h1{
    text-align: center;
} */

.Idiv {
    width: 100%;
    height: 400px;
    background-color: #f9f9f9;
    display: flex;
    margin-bottom: 40px;
}

.Idiv2_logo {
    width: 40%;
    height: 100%;
    /* background-color: darkgreen; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.Idiv2_img {
    width: 45%;
    /* height: 61%; */
    /* background-image: url(/image/logo1.jpg); */
    /* background-image: url(/image/2021.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    /* background-color: darkcyan; */
    /* padding: 5px; */
}

.Idiv2_text {
    width: 60%;
    height: 100%;
    /* background-color: darkorange; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #64acff;
    padding: 20px;
}

/* #ff6464 */

.Idiv3 {
    width: 100%;
    /* height: 600px; */
    display: flex;
}

.Idiv3_img {
    width: 45%;
    height: 600px;
    /* background-color: darkorange; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.Idiv3_img1 {
    width: 75%;
    /* background-color: darkred; */
    /*height: 100%;*/
    /*background-image: url('../image/About us.png');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /* position: relative; */
}

.shape1 {
    width: 70px;
    height: 50px;
    position: absolute;
    top: 120px;
    right: 50px;
    background-image: url('../image/shapes/About wave 1.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.shape2 {
    width: 70px;
    height: 50px;
    position: absolute;
    bottom: 40px;
    left: 80px;
    background-image: url('../image/shapes/About wave 2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.Idiv3_text {
    z-index: 3;
    width: 55%;
    /*height: 600px;*/
    display: flex;
    flex-direction: column;
    padding: 60px;
    /* background-color: darkorchid; */
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */

}

.Idiv3_text span {
    color: #ff6464;
    margin-bottom: 15px;
}

.Idiv3_text h2 {
    font-size: 50px;
    color: #373e58;
    margin-bottom: 10px;
}

.Idiv3_text p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #565e7c;
    line-height: 30px;
}

.Ibutton {
    width: 140px;
    padding: 10px;
    border-radius: 50px;
    box-shadow: none;
    border: none;
    outline: none;
    font-size: 25px;
    background-color: #64acff;
    color: white;
    transition: 0.7s;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.Ibutton:hover {
    background-color: #ff6464;
}

.gray_div {
    margin-top: -120px;
    padding-top: 50px;
    /* background-color: darkred; */
    /* padding-bottom: 100px; */
}



.Idiv4 {
    width: 100%;
    /* height: 400px; */
    background-color: #f9f9f9;
    /* background-color: darkblue; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    /* margin-bottom: 40px; */
    /* padding-top: 170px; */
    padding-bottom: 50px;
    position: relative;
}

.shape3 {
    width: 82px;
    height: 130px;
    position: absolute;
    top: 40px;
    right: 10px;
    background-image: url('../image/shapes/red dots.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.shape4 {
    width: 50px;
    height: 130px;
    position: absolute;
    bottom: 40px;
    left: 10px;
    background-image: url('../image/shapes/blue dots.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.Idiv4_text {
    width: 40%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: rosybrown; */
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.Idiv4_text h3 {
    text-transform: uppercase;
    font-size: 40px;
    color: #373e58;
    margin-bottom: 10px;
    text-align: center;
}

.Idiv4_text p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #565e7c;
    line-height: 30px;
}

.h3last {
    text-transform: uppercase;
    font-size: 40px;
    color: #373e58;
    margin-bottom: 3rem;
    text-align: center;
}

/* News */
.Ndiv1 {
    width: 85%;
    /* height: 400px; */
    /* background-color: darkgoldenrod; */
    margin-top: -50px;
    display: flex;
    justify-content: space-between;
}

.Ndiv2 {
    width: 65%;
    /* height: 100%; */
    /* background-color: darkgreen; */
}

.Ndiv2_img {
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Ndiv2 h3 {
    font-size: 30px;
    /* text-align: center; */
    color: #373e58;
    margin-bottom: 10px;
    margin-top: 20px;
}

.Ndiv2 p {
    font-size: 16px;
    /* margin-bottom: 20px; */
    color: #565e7c;
    line-height: 25px;
    /* text-align: center; */
    padding-left: 10px;
    padding-right: 10px;
}

.Ndiv3 {
    width: 35%;
    height: 450px;
    /* background-color: darkmagenta; */
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Ndiv3 a {
    text-decoration: none;
    font-size: 17px !important;
}

.Ndiv3 {
    color: #565e7c;
}

.search {
    width: 100%;
    height: 50px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 16px 0px;
    border: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 10px;
}

.search1 {
    width: 100%;
    height: 50px;
    color: #565e7c;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 16px 0px;
    border: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 10px;
    cursor: pointer;
}

.search1:hover {
    color: white;
    background-color: #ff6464;
}

.search1:hover h3 {
    color: white;
    /* background-color: #ff6464; */
}

.search input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 5px;
    font-size: 16px;
    color: #565e7c;

}

.search button {
    width: 20%;
    height: 90%;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 5px;
    font-size: 16px;
    color: white;
    background-color: #64acff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;

}

.search button:hover {
    background-color: #ff6464;

}

.Idiv5 {
    width: 85%;
    /* height: 400px; */
    /* background-color: darkblue; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-bottom: 30px; */
    margin-bottom: 70px;
}

.Icards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.Ibox {
    width: 360px;
    height: 300px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 16px 0px;
    border-radius: 5px;
}

/* service page */
.Sdiv5 {
    width: 85%;
    /* height: 400px; */
    /* background-color: darkblue; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-bottom: 30px; */
    margin-bottom: 70px;
}

.Scards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr; */
    /* grid-column-gap: 20px; */
    /* grid-row-gap: 20px; */
}

.Sbox {
    width: 380px;
    height: 300px;
    /* background-color: white; */
    border: 1px dashed #565e7c;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 16px 0px; */
    /* border-radius: 5px; */
}

.Sbox:nth-child(3n+1) {
    border: none;
    border-top: 1px dashed #565e7c;

}

.Sbox:nth-child(3n) {
    border: none;
    border-top: 1px dashed #565e7c;

}

.Sbox:nth-child(3n-1) {
    border-top: none;
}

.Sbox:nth-child(1) {
    border-top: none;
}

.Sbox:nth-child(3) {
    border-top: none;
}

.box1 {
    width: 100%;
    height: 100%;
    display: flex;
}

.box2 {
    width: 130px;
    height: 50%;
    position: relative;
}

.box2_last {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgb(100, 172, 255);
}

.box2_san {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: white;
    color: #565e7c;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(100, 172, 255, 0.8) 0px 10px 16px 0px;
    /* padding-top: 50px; */
}

.box2_img {
    width: 100%;
    margin-top: 2rem;
    padding-left: 5px;
    display: flex;
    justify-content: flex-start;
}

.box3 {
    width: 280px;
    height: 100%;
    /* background-color: darkred; */
    padding: 10px;
    color: #565e7c;
    line-height: 20px;
}

.Ibox_img {
    width: 100%;
    height: 150px;
    /* background-color: darkgoldenrod; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.Ibox_img1 {
    width: 105px;
    height: 90px;
    /*    background-image: url(../image/icons/fish.svg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: darkgreen; */
}

.Ibox_img2 {
    width: 95px;
    height: 80px;
    /* background-image: url('../image/icons/animals.svg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: darkgreen; */
}

.Ibox_img3 {
    width: 80px;
    height: 80px;
    /* background-image: url('../image/icons/landscape.svg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: darkgreen; */
}

.Ibox h3 {
    text-align: center;
    color: #373e58;
    margin-bottom: 10px;
}

.Ibox p {
    font-size: 16px;
    /* margin-bottom: 20px; */
    color: #565e7c;
    line-height: 20px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.Idiv4 a {
    font-size: 25px;
    color: #ff6464;
}

/* service */
.Idiv6 {
    width: 100%;
    /* height: 400px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 40px;
    position: relative;
}

.Ibox6 {
    width: 366px;
    /* height: 350px; */
    background-color: white;
    /* background-color: darkblue; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 16px 0px;
    border-radius: 5px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.Ibox6_img {
    width: 100%;
    height: 250px;
    border-radius: 15px 15px 0px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.Ibox6_img_text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: #373e58;

}

.Idiv4_text span {
    color: #ff6464;
    margin-bottom: 10px;
}

.Ibox6 h3 {
    color: #373e58;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}

.Ibox6 p {
    font-size: 16px;
    /* margin-bottom: 20px; */
    color: #565e7c;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
}

.Ibox6 a {
    font-size: 16px;
    font-weight: normal;
    /* margin-bottom: 20px; */
    color: #565e7c;
    /* line-height: 20px; */
    padding-left: 20px;
    padding-right: 20px;
    /* background-color: darkblue; */
    text-decoration: none;
}

.Ibox6 a:hover {
    color: #ff6464;
}

/* new_add  10.07*/
.div_last_add {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-top: 20px;
    padding-left: 20px;
    color: #565e7c;
    /* background-color: #063264; */
}

.img_last {
    height: 200px;
    background-color: rgb(100, 172, 255);
    border-radius: 45px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h4_last {
    color: white;
    font-size: 30px;
}

.map {
    width: 100%;
    /* height: 400px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    /* margin-top: 40px; */
    margin-bottom: 90px;
    /* padding-top: -90px; */
}

.map1 {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: darkblue; */
    margin-top: -50px;
    margin-bottom: 120px;
}

.map_text {
    width: 35%;
    /* height: 400px; */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* background-color: darkgoldenrod; */
}

.map_box {
    display: flex;
    flex-direction: column;
    width: 350px;
    /* height: 250px; */
    background-color: white;
    /* background-color: darkblue; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 16px 0px;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 20px;
}

.map_icon {
    background-color: white !important;
    color: #063264 !important;
    font-size: 21px;
}

.map_box li {
    list-style: none;
    margin-bottom: 20px;
}

.map_box h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

.map_img {
    width: 62%;
    height: 595px;
    /*background-color: darkblue;*/
}

/* Footer */
.footer {
    max-width: 100%;
    /* height: 450px; */
    background-color: #063264;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../image/shapes/footer\ wave.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 60px;
}

.footer1 {
    width: 85%;
    /* height: 90%; */
    /* background-color: darkgoldenrod; */
}

.footer_img {
    width: 100%;
    /* height: 150px; */
    /* background-color: darkgreen; */
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-top: 20px;
}

.footer2 {
    width: 13%;
    /* background-color: darkmagenta; */
    /* background-image: url(/image/Balyk\ logo-19.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.footer3 {
    width: 470px;
    height: 50px;
    /* background-color: darkcyan; */
    padding: 5px;
    text-transform: uppercase;
    color: white;
    display: flex;
    align-items: center;
}

.footer3 h5 {
    line-height: 20px;
}

.footer_text {
    width: 100%;
    /* height: 400px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: darkred; */
}

.footer4 {
    width: 270px;
    height: 280px;
    /* background-color: darkblue; */
    color: white;
    padding: 10px;
}

.footer4 h4 {
    font-size: 25px;
    margin-bottom: 10px;
}

.footer4 a {
    text-decoration: none;
    color: white;
}

.footer4 a:hover {
    color: #ff6464;
}

.list {
    width: 100%;
    display: flex;
    align-items: center;
    /* background-color: darkgoldenrod; */
    margin-bottom: 10px;
}

.list a {
    text-decoration: none;
    color: white;
}

.footer4 li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 18px;
}

.list li {
    /* list-style: none; */
    margin-bottom: 0px;
    /* font-size: 18px; */
}

.footer_btn {
    width: 30px;
    height: 25px;
    background-color: #133c6c;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    border-radius: 3px;
}

.footer5 {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #063264;
    color: white;
}

.footer5 a {
    text-decoration: none;
    color: #1f66b8;
}

.footer5 a:hover {
    color: #ff6464;
}

.navbar3 {
    display: none;
}

/* media/////////////////////////////////////////// */
@media (max-width: 1300px) {
    .Sbox1 {
        /* background-color: darkred; */
        border: none;
    }

    .Sbox1:nth-child(2n-1) {
        border-right: 1px dashed #565e7c;
    }

    .Sbox1:nth-last-of-type(1) {
        border-right: none;
    }

    .Sbox1:nth-child(n+3) {
        border-top: 1px dashed #565e7c;
    }

}

@media (max-width: 1150px) {

    /*.brand1{
        width: 40%;
    }*/
    .Idiv4_text {
        width: 55%;
    }

    .Idiv5 {
        width: 85%;
        /* height: 400px; */
        /* background-color: darkblue; */
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding-bottom: 30px; */
        margin-bottom: 70px;
    }

    .Icards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 60px;
        grid-row-gap: 60px;
    }

    .footer2 {
        width: 20%;
    }
}

@media (max-width: 992px) {
    .flags {
        margin-left: -25px;
        display: flex;
        justify-content: flex-start;
        /*background-color: red;*/
    }

    .shape1,
    .shape2,
    .shape3,
    .shape4 {
        display: none;
    }

    .Ndiv1 {
        display: flex;
        flex-direction: column;
        /* background-color: darkorange; */
    }

    .Ndiv2 {
        width: 100%;
    }

    .Ndiv3 {
        width: 100%;
        margin-top: 20px;
    }

    .navbar2 {
        display: none;
    }

    .none20 {
        display: none !important;
    }

    .menu_bars {
        width: 85%;
        height: 100%;
        display: block;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 25px;
    }

    .small_logo {
        width: 10%;
    }

    .navbar1 {
        height: 80px;
        background-color: #063264;
    }

    .nav_hidden {
        position: absolute;
        top: 80px;
    }

    .brand1 {
        width: 40%;
    }

    .Fish_logo {
        width: 70%;
    }

    .img_fish {
        width: 30%;
        /* background-color: red; */
    }

    .Idiv1_text {
        width: 70%;
        height: 20%;
    }

    .Idiv2 {
        height: 500px;
        display: flex;
        flex-direction: column;
    }

    .Idiv2_logo {
        width: 100%;
    }

    .Idiv2_img {
        width: 30%;
    }

    .Idiv2_text {
        width: 100%;
    }

    .Idiv3 {
        display: flex;
        flex-direction: column;
    }

    .Idiv3_img {
        width: 100%;
        height: 500px;
    }

    .Idiv3_img1 {
        width: 45%;
    }

    .Idiv3_text {
        width: 100%;
        padding: 15px;
        /* height: 400px; */
    }

    .Idiv4_text {
        width: 70%;
    }

    .Idiv4_text h3 {
        text-transform: uppercase;
        font-size: 35px;
        color: #373e58;
        margin-bottom: 10px;
    }

    .Idiv4_text p {
        font-size: 16px;
        margin-bottom: 20px;

    }

    .map1 {
        width: 85%;
        display: flex;
        flex-direction: column-reverse;
        /* background-color: red; */
    }

    .map_text {
        width: 100%;
        display: flex;
        /* justify-content: flex-start; */
        align-items: flex-start;
    }

    .map_img {
        width: 100%;
        margin-bottom: 25px;
    }

}

@media (max-width: 911px) {

    .Sbox2 {
        border: none !important;
        border-bottom: 1px dashed #565e7c !important;
    }

}

@media (max-width: 900px) {
    .brand1 {
        width: 45%;
    }

    .Fish_logo {
        width: 70%;
    }

    .img_fish {
        width: 35%;
        /* background-color: darkblue; */
    }

    .Idiv1_text {
        width: 70%;
        height: 20%;
    }

    .Idiv5 {
        width: 85%;
        /* height: 400px; */
        /* background-color: darkblue; */
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding-bottom: 30px; */
        margin-bottom: 70px;
    }

    .Icards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }

    .Idiv3_img1 {
        width: 50%;
    }

    .footer2 {
        width: 17%;
    }

    .small_logo {
        width: 12%;
    }

}

@media (max-width: 800px) {

    .brand1 {
        width: 50%;
    }

    .Fish_logo {
        width: 70%;
    }

    .img_fish {
        width: 40%;
        /* background-color: purple; */
    }

    .Idiv1_text {
        width: 70%;
        height: 20%;
    }

    .Idiv2_img {
        width: 35%;
    }

    .Idiv4_text {
        width: 80%;
        height: 200px;
    }

    .Idiv5 {
        width: 85%;
        /* height: 400px; */
        /* background-color: darkgoldenrod; */
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding-bottom: 30px; */
        margin-bottom: 70px;
    }

    .Icards {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 60px;
        grid-row-gap: 60px;
    }

    .Idiv3_img1 {
        width: 55%;
    }

    .footer2 {
        width: 20%;
    }

    .small_logo {
        width: 13%;
    }

}

@media (max-width: 700px) {
    .brand1 {
        width: 60%;
    }

    .Fish_logo {
        width: 70%;
    }

    .img_fish {
        width: 45%;
        /* background-color: pink; */
    }

    .Idiv1_text {
        width: 70%;
        height: 20%;
    }

    .Idiv2_img {
        width: 40%;
    }

    .Idiv4_text {
        width: 90%;
        height: 200px;
    }

    .footer2 {
        width: 25%;
    }

    .menu_bars {
        width: 90%;
    }

    .small_logo {
        width: 15%;
    }
}

@media (max-width: 520px) {
    .footer3 {
        width: 350px;
    }

    .infoo {
        margin-bottom: 80px;
    }

    .Idiv4_text {
        height: 100px;
    }

    .Ndiv1 {
        width: 95%;
    }

    .Ndiv2_img {
        height: 250px;
    }

    .Ndiv2 h3 {
        font-size: 20px;
    }

    .Ndiv2 p {
        font-size: 15px;
        line-height: 15px;
    }

    .Ndiv3 {
        padding-left: 0;
    }

    .Ndiv3 a {
        font-size: 13px !important;
    }

    .category_path {
        width: 95%;
        height: 50px;
        display: flex;
        align-items: center;
        /* background-color: darkred; */
        font-size: 16px;
    }

    .map1 {
        width: 95%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .map_text {
        display: flex;
        justify-content: center;
    }

    .map_img {
        height: 400px;
        margin-top: -90px;
    }

    .map_box {
        width: 340px;
    }

    .small_logo {
        width: 63px !important;
        height: 90%;
        margin-right: -10px;
    }

    .menu_bars {
        width: 95%;
    }

    .brand1 {
        width: 70%;
    }

    .Fish_logo {
        width: 80%;
    }

    .img_fish {
        width: 47%;
        /* background-color: yellow; */
        margin-top: 30px;
    }

    .Idiv1_text {
        width: 80%;
        height: 20%;
    }

    .Idiv3_img {
        width: 100%;
        height: 400px;
    }

    .Idiv3_img1 {
        width: 75%;
    }

    .Idiv3_text {
        width: 100%;
        padding: 15px;
        /* height: 400px; */
    }

    .Idiv3_text h2 {
        font-size: 25px;
    }

    .Idiv3_text p {
        font-size: 13px;
    }

    .Idiv2_text h1 {
        font-size: 25px;
        padding: 5px;
    }

    .Ibox {
        width: 340px;
        margin-bottom: 20px;
    }

    .Ibox6 {
        width: 346px;
        margin-bottom: 20px;

    }

    .Ibutton {
        width: 120px;
        padding: 10px;
        font-size: 20px;
        margin-top: 20px;
    }

    .Idiv4_text h3 {
        font-size: 30px;
    }

    .Idiv4_text p {
        font-size: 14px;
        line-height: 20px;

    }

    .Ibox p {
        font-size: 16px;
        line-height: 14px;
        line-height: 20px;
    }

    .Idiv4 a {
        font-size: 20px;
    }

    .Ibox6 p {
        font-size: 15px;
    }

    .footer5 {
        font-size: 14px;
    }

    .footer2 {
        width: 30%;
    }

    .footer3 {
        font-size: 14px;
    }

    .footer1 {
        width: 95%;
    }

    .Idiv4_text {
        padding-top: 40px;
    }

}

@media (max-width: 400px) {
    .footer2 {
        width: 40%;
    }

    .small_logo {
        width: 60px !important;
        height: 90%;
        /* background-color: #ff6464; */
    }

    .Sbox {
        width: 340px;
        height: 300px;
    }

    .Idiv1_text {
        width: 90%;
        height: 20%;
        margin-top: 15px;
    }

    .line_h4 {
        font-size: 13px;
        line-height: 15px;
    }


}

@media (max-width: 350px) {}

.image_fishes {
    z-index: 0;
    width: 100%;
    height: 1372px;
    margin-top: -600px;
    margin-left: -10px;
    padding-right: -10px;
    background-image: url('../image/fishes.png');
    background-size: 100%;
}