

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0px 0px 0px 0px;
}

.conss {
    flex-wrap: nowrap;
}

.spans {
    font-family: 'W6',sans-serif;
    font-size: 30px;
    width: 100%;
    text-align: center;
}

.draw {
    transition: color 0.25s;
}

.draw::before,
.draw::after {
    width: 0;
    height: 0;
}

.draw::before {
    top: 0;
    left: 0;
}

.draw::after {
    bottom: 0;
    right: 0;
}

.draw:hover {
    color: #fc1a02;
}

.draw:hover::before,
.draw:hover::after {
    width: 100%;
    height: 100%;
}

.draw:hover::before {
    border-top-color: black;
    border-right-color: black;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.draw:hover::after {
    border-top-color: white;
    border-right-color: white;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.meet:hover {
    color: black;
}

.meet::after {
    top: 0;
    left: 0;
}

.meet:hover::before {
    border-bottom-color: black;
    border-left-color: black;
}

.meet:hover::after {
    border-bottom-color: white;
    border-left-color: white;
    transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

.containers {
    max-width: 23vw;
    min-width: 23vw;
    height: 850px;
    margin: 0px auto;
    transition: all 1s;
    position: relative;
    box-sizing: border-box;
    --c: black;
    --b: 2px;
    --g: 5px;
    --_g: #0000 25%, var(--c) 0;
    background: conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) var(--_i, 200%) 0 /200% var(--_i, var(--b)) no-repeat, conic-gradient(at bottom var(--b) left var(--b), var(--_g)) 0 var(--_i, 200%)/var(--_i, var(--b)) 200% no-repeat;
    transition: .3s, background-position .3s .3s;
    cursor: pointer;
}

.containers1 {
    /* max-width: 23vw;
    min-width: 23vw; */
    /* width: 320px; original */
    width: 328px;
    /* height: 400px; */
    /* height: 900px; */
    height: 100%;
    margin: 0px auto;
    box-shadow: 0px 0px 1px rgb(54, 53, 53);
    transition: all 1s;
    position: relative;
    box-sizing: border-box;
    --c: black;
    --b: 2px;
    --g: 5px;
    --_g: #0000 25%, var(--c) 0;
    background: conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) var(--_i, 200%) 0 /200% var(--_i, var(--b)) no-repeat, conic-gradient(at bottom var(--b) left var(--b), var(--_g)) 0 var(--_i, 200%)/var(--_i, var(--b)) 200% no-repeat;
    transition: .3s, background-position .3s .3s, transform 1s;
    cursor: pointer;
}

.containers1 .pkgs {
    position: absolute;
    overflow: hidden;
    /* width: 100px;
    height: 100px; */
    width: 150px;
    height: 150px;
    top: -10px;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.containers1 .pkgs::before {
    content: attr(data-title);
    position: absolute;
    width: 150%;
    height: 40px;
    /* background: attr(data-color); */
    background-color: var(--tooltip-color);
    /* background-image: linear-gradient(45deg, #ff6547 0%, #ffb144  51%, #ff7053  100%); */
    transform: rotate(-45deg) translateY(-20px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tooltip-text);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
}

.containers1 .pkgs::after {
    content: '';
    position: absolute;
    width: 10px;
    bottom: 0;
    left: 0;
    height: 10px;
    z-index: -1;
    box-shadow: 140px -140px var(--tooltip-color);
    background-color: var(--tooltip-color);
    /* background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%); */
}

@media only screen and (max-width: 1460px) {
    .containers {
        max-width: 29vw;
        min-width: 29vw;
    }
}

@media only screen and (max-width: 950px) {
    .containers {
        /* overflow-x: hidden; */
        height: auto;
        margin: 0px auto
    }
}

@media only screen and (max-width: 768px) {
    /* adjust scale value for smaller screens */
    .imgmove {
        /* transform: translate(-20px); */
        z-index: -1;
        /* width: 100%;
      height: 100%; */
        position: relative;
        margin-top: -20px;
        transition: all 1s;
        filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
    }
    .containers:hover .imgmove {
        transform: scale(1.1, 1.1);
        /* overflow: hidden; */
        /* filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5)) brightness(100%) contrast(80%) saturate(80%) hue-rotate(50deg); */
    }
    .containers {
        /* overflow-x: hidden; */
        height: auto;
        margin: 0px auto
    }
}

@media screen and (max-width: 600px) {
    .containers {
        /* overflow-x: hidden; */
        height: auto;
        width: 350px;
        margin: 0px auto
    }
    .imgmove {
        filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
    }
}

.ro {
    margin: 0px auto;
    transform: rotate(-90deg);
    transition: all 1s;
}

.row2 {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 50%; */
}

.col2s {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 5px;
}

.row1 img {
    transition: all 1s;
    z-index: -1;
}

.containers:hover {
    transition: all 1s;
    --_i: 100%;
    transition: .2s, background-size .2s .2s;
}

/* 
  .big{
    overflow: hidden;
    transition: 0.8s;
  } */

.containers1:hover {
    transition: all 1s;
    --_i: 100%;
    overflow: hidden;
    /* transform: scale(1.1); */
    transition: .2s, background-size .2s .2s, transform 1s;
}

/* .containers1:hover .big{
    transform: scale(1.1);
  } */

.containers:hover .ro {
    transform: translate(0px, -25px) rotate(-90deg);
}

.h3s {
    transition: all 1s;
    font-family: 'League Spartan', sans-serif;
    font-weight: bold;
}

.containers:hover .h3s {
    transform: rotate(180deg);
}

.go {
    transition: all 1s;
}

.containers:hover .go {
    transform: translate(20px, 0px);
}

.containers:hover .row1 img {
    transform: scale(1.2, 1.2);
}

.containers:hover .imgmove {
    transform: scale(1.1, 1.1);
    overflow: hidden;
    /* filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5)) brightness(100%) contrast(80%) saturate(80%) hue-rotate(50deg); */
}

.text-nowrap {
    white-space: nowrap;
    /* width: 120px; */
    width: 80px;
}

.img-overlay {
    position: relative;
    /* transform: translate(-20px); */
}

/* .img-overlay img {
  width: 100%;
  height: 100%;
} */

.img-overlay .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 450px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 1s;
}

/* .containers:hover .overlay {
    transform: scale(1.1, 1.1);
    opacity: 1;
  } */

.container11 {
    width: 20%;
    height: auto;
    border: 1px solid black;
    margin: 100px auto;
    transition: all 1s;
    position: relative;
}

/* 
.img-wraps {
  position: relative;
  z-index: -1;
  
} */

.imgmove {
    /* transform: translate(-20px); */
    z-index: -1;
    width: 110%;
    height: auto;
    position: relative;
    margin-top: -20px;
    transition: all 1.5s;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}

.img_txt {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all 0.5s;
    font-size: 1.5rem;
}

.img_img {
    border-radius: 10px;
    border: 1px solid #00FF00;
    outline: none;
}

@media screen and (max-width: 1200px) {
    .h3s {
        font-size: 25px;
    }
}

@media screen and (max-width: 1000px) {
    .imgmove {
        height: auto;
        width: 105%;
    }
    .conss {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .containers {
        height: auto;
        max-width: 450px;
    }
}