* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.navbar {
    padding-left: 200px;
}

.nav-style {
    padding-left: 100px;
    padding-right: 100px;
}

.logo-div {
    width: 25%;
}
.logo-div a img{
    width: 25%;
}
.nav-form {
    width: 70%;
}

.nav-form input {
    height: 50px;
    border: none;
    margin: 0px;
}

.fom-outline {
    width: 92%;
    padding-left: 10px;
    border-radius: 5px;
}

.nav-form button {
    width: 80px;
    border-radius: 5px;
    border: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 0px 20px;
    background-color: rgb(0, 162, 255);
    color: white;

}

.nav-set {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-icon-div {
    width: 11%;
    display: flex;
    justify-content: space-around;
}

.nav-icon-div i {
    font-size: 20px;
}

/* ================== main body ===================== */

.stripe-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    border: none;
    border-bottom: 1px solid #cccccc;

}

.stripe-items {
    width: 96%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

/* video section */
.video-main,
.sports-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.left-div {
    width: 50%;
}

.right-div {
    width: 50%;
    display: flex;
    justify-content: space-around;
    margin-left: 10px;
}

.sub-right {
    width: 50%;
    margin-left: 10px;
}

.left-div-2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.left-div-left,
.left-div-right {
    width: 50%;
    height: 120px;
    margin: 10px;
    padding: 30px 5px;
    border: 1px solid rgba(204, 204, 204, 0.5);
    box-shadow: 2px 2px 10px #cccccc;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.left-div-left-2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    /* overflow: hidden; */
}

.right-div-left {
    width: 100%;
    height: 120px;
    /* margin: 10px; */
    padding: 30px 5px;
    border: 1px solid rgba(204, 204, 204, 0.5);
    box-shadow: 2px 2px 10px #cccccc;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}

.imag-div {
    width: 120px;
}

.title-link {
    text-decoration: none;
    color: black;
    
}

.title-link:hover {
    text-decoration: underline;
}

/* ================== sports section =================== */
.sports-1 {
    width: 100%;
    display: block;
    width: 100%;
    height: auto;
    margin: 10px;
    padding: 10px;
    border: 1px solid rgba(204, 204, 204, 0.5);
    box-shadow: 2px 2px 10px #cccccc;
    border-radius: 5px;
    cursor: pointer;
}

.sports-left-div {
    width: 25%;

}

.sport-sub-div {
    padding: 15px;
}

.sports-right-div {
    width: 75%;
    display: flex;
}

.margin-pro {
    margin-left: 10px;
}

.wid-1 {
    width: 33.3%;
    box-shadow: 5px 5px 5px #cccccc;
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 5px;
}

/* ================= business sction =================== */
.business-right-div {
    width: 100%;
    display: flex;
}
.wid-2{
    width: 25%;
    
    border: 1px solid rgba(204, 204, 204, 0.5);
    box-shadow: 2px 2px 10px #cccccc;
    border-radius: 5px;
    cursor: pointer;
}

/* ============ Travel section ============= */
.travel-right-div{
    width: 100%;
    display: flex;
    margin-bottom: 50px;
}
.travle-cover-text{
    position: relative; top: 250px; color: #fff;
}
.travel-icon{
    font-size: 12px; position: relative; top: 40px;
}

/* ============ responsiveness ============== */

@media only screen and (max-width: 770px) {

    .video-main,
    .sports-main {
        display: block;
    }

    .left-div-2 {
        width: 95%;
        display: block;
    }

    .left-div-left,
    .left-div-right {
        width: 100%;
        height: 110px;
        padding: 10px;
    }

    .left-div {
        width: 100%;
        margin: auto;
    }

    .right-div {
        width: 100%;
        margin: auto;
    }

    .sports-left-div {
        width: 100%;

    }

    .sports-right-div {
        width: 100%;
        display: block;
    }

    .wid-1 {
        width: 100%;
        margin: 0px;
        margin-top: 15px;

    }

    .business-right-div {
        width: 100%;
        display: grid;
        grid-template-columns: auto auto;
    }

    .business-right-div .sports-left-div {
        width: 100%;
    }
    .travel-right-div{
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 10px;
        row-gap: 10px;
    }
    .travel-wid {
        width: 100%;
    }
}
@media only screen and (max-width: 566px) {

    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        display: block;
    }


    .nav-style {
        padding-left: 20px;
        padding-right: 20px;
    }

    .int-style {
        width: 30px;
        height: 30px;
        padding: 1px;
    }

    .int-style span {
        width: 25px;
        height: 25px;
    }

    .logo-div {
        width: 30%;
    }
        .logo-div a img {
            width: 30%;
        }
    .nav-form {
        width: 100%;
    }

    

    .nav-set {
        width: 100%;
        margin-top: 20px;
        display: block;
    }


    /* ============= video section ============= */
    .right-div {
        width: 100%;
        display: block;
        margin: 0px;
    }

    .sub-left {
        width: 100%;
    }

    .sub-right {
        margin-left: 0px;
        
    }

    /* ========= business section ========== */
    .business-right-div {
        display: block;
    }

    /* ======== Travel section ========== */
    .travel-right-div{
        display: block;
    }
    .travel-wid {
        width: 100%;
        margin-top: 10px;
    }
    .travle-cover{
        min-height: 300px;
    }
    .travle-cover-text{
        top: 200px;
    }
    .travel-icon{
         top: 0px;
    }
}
