@import url('https://fonts.googleapis.com/css2?family=Solway:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');*/
html, body {
    margin: 0;
    padding: 0;
}
body {
    background-color: #dde2ec;
    color: #363636;
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 18px;
    font-variation-settings: "wdth" 100;
}
p {
    line-height: 1.8;
    text-align: justify;
}
a {
    color: #003485;
    text-decoration: none;
}
#banner h1 {
    color: #fff;
    left: 30px;
    position: absolute;
    /*top: 50%;
    transform: translateY(-50%);*/
    top: 30%;
    z-index: 1;
}
#banner h1 span {
    font-weight: 100;
}
h1 {
    font-size: 65px;
}
h2 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 50px;
    font-style: normal;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    display: inline;
    background: #10C3FF;
    background: linear-gradient(to right, #10C3FF 16%, #E51CFF 39%, #FF4242 58%, #FF8929 80%, #FFCB2D 100%);
    -webkit-background-clip: text;
    background-image: url(../img/title-bg.png);
    -webkit-text-fill-color: transparent;

}
h3 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 30px;
    font-style: normal;
    line-height: 1;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}
h3.sub {
    background: #FF005A;
    background: linear-gradient(to right, #FF005A 14%, #FFA200 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section {
    position: relative;
}
.skipto {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    white-space: nowrap;
    display: block;
    top: 0;
    left: 0;
    }
.skipto:focus {
    height: auto; 
    width: auto; 
    clip: auto
    }
.title-wrap {
    display: block;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}
section {
    margin-bottom: 90px;
}
.container {
    display: block;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.col-container {
    display: flex;
    flex-direction: row;
    gap: 0 8%;
}
.col-container .col1 {
    flex: 1;
}
.col-container .col2 {
    flex: 1;
}
header .border {
    background-color: #ff6800;
    background-image: url(../img/border-orange.png);
    height: 27px;
    width: 100%;
}
footer .border {
    background-image: url(../img/border-pink.png);
}
header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 43px;
    margin-top: 28px;
}
.menu {
    text-align: right;
}
ul.menu li {
    display: inline-block;
    list-style: none;
    margin: 0;
}
ul.menu li a {
    color: #363636;
    font-family: "Solway", serif;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
}

  ul.menu li a {
    font-size: 20px;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0;
    position: relative;
    display: inline-block;
  }
  
  ul.menu li a:before,
  ul.menu li a:after {
    content: "";
    position: absolute;
    display: block;
    border: 0px solid transparent;
    width: 0%;
    height: 0%;
    transition: all 0.3s ease;
  }
  
  ul.menu li a:after {
    top: 0;
    left: 0;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
  }
  
  ul.menu li a:before {
    right: 0;
    bottom: 0;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
  }
  
  ul.menu li a:hover:before,
  ul.menu li a:hover:after {
    width: 10px;
    height: 10px;
    border-color: #fe7800;
  }
  ul.menu li a:hover:before {
    border-color: #ea4eb1;
  }

ul.menu li a:hover span {
    color: #003485;
}
  ul.menu li a span:after {
    /*content: "";*/
    background-color: #dfa100;
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 0;
  }
  ul.menu li a:hover span:after {
    width: 50%;

  }
ul.menu li #home-icon {
    position: relative;
    left: -15px;
    top: 0;
    display: inline-block;
    vertical-align: bottom;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed-container:before {
    content: "";
    background-color: #00000072;
    display: block;
    height: 1000px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#banner {
    background: url(../img/banner-bg.png) no-repeat center bottom;
    padding-bottom: 200px;
    margin-bottom: -30px;
    max-width: 100%;
}
.video-container {
    line-height: 0;
    overflow: hidden;
    position: relative;
}
.video-container video {
    max-width: 100%;
    height: auto;
}
.video-container > * {
    line-height: 1;
}
.brilliant {
    background-color: #ffa400;
    border-radius: 50%;
    color: #000;
    position: absolute;
    bottom: 3%;
    right: 3%;
    /*transform: translate(-50%, -50%);*/
    text-decoration: none;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    z-index: 2;
}
.brilliant:after {
    box-shadow: 0px 0px 10px 0px #FF8533;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 #ff8533;
    -webkit-animation: witr_video_ripple 2s infinite;
    animation: witr_video_ripple 2s infinite;
}
@-webkit-keyframes witr_video_ripple {
    70% {
      box-shadow: 0 0 0 75px rgba(255,255,255,0)
    }
    100% {
      box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
  }
  @keyframes witr_video_ripple {
    70% {
      box-shadow: 0 0 0 75px rgba(255,255,255,0)
    }
    100% {
      box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
  }
.service-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.service-item {
    background-color: #e8edf8;
    box-sizing: border-box;
    box-shadow: 2PX 2PX 5px #959ca7; /*#c1c6ce;*/
    width: 370px;
    height: 370px;
    border-radius: 10px;
    padding: 45px 35px 36px;
    position: relative;
    text-align: center;
    transition: 1s all ease;
}
.service-item .description {
    position: relative;
    top: 0;
}
/* service hover animations */
.service-item {
    left: 0;
    top: 0;
    transition: 0.8s all ease;
}
.service-item:hover {
    box-shadow: 10PX 10PX 15px #959ca7;
    right: -10px;
    top: -10px;
    transition: 0.2s all ease;
}
/* -- */

/* making services draggable */
.service-item {
    cursor: move; /* Indicates item is draggable */
    user-select: none; /* Prevents text selection while dragging */
}
#contact-form .form-group textarea {
    min-height: 145px;
    transition: background-color 0.3s ease;
}
#contact-form .form-group textarea.drag-over {
    background-color: #f0f0f0; /* Visual feedback when dragging over */
}
/* -- */

.service-item p {
    text-align: center;
    font-size: 20px;
}
.service-item .more {
    bottom: 15px;
    line-height: 0; 
    font-size: 0;
    color: transparent; 
    position: absolute;
    right: 15px;
}
.service-item .more:after {
    border-radius: 50%;
    content: "+";
    color: #fff;
    display: inline-block;
    font-size: 27px;
    font-weight: 700;
    height: 47px;
    line-height: 45px;
    text-align: center;
    width: 47px;
}
.service-container .service-item:nth-child(1) h3 { color: #E65C00; /*#ff6800;*/ }
.service-container .service-item:nth-child(2) h3 { color: #dfa100; }
.service-container .service-item:nth-child(3) h3 { color: #003485; }
.service-container .service-item:nth-child(4) h3 { color: #eb288d; }
.service-container .service-item:nth-child(5) h3 { color: #2894A9; /*#45bbd4;*/ }
.service-container .service-item:nth-child(6) h3 { color: #ae6fbb; }
.service-container .service-item:nth-child(7) h3 { color: #E65C00; /*#ff6800;*/ }
.service-container .service-item:nth-child(8) h3 { color: #dfa100; }
.service-container .service-item:nth-child(9) h3 { color: #003485; }

.service-container .service-item:nth-child(1) .more:after { background: #E65C00; /*#ff6800;*/ }
.service-container .service-item:nth-child(2) .more:after { background: #dfa100; }
.service-container .service-item:nth-child(3) .more:after { background: #003485; }
.service-container .service-item:nth-child(4) .more:after { background: #eb288d; }
.service-container .service-item:nth-child(5) .more:after { background: #2894A9; /*#45bbd4;*/ }
.service-container .service-item:nth-child(6) .more:after { background: #ae6fbb; }
.service-container .service-item:nth-child(7) .more:after { background: #E65C00; /*#ff6800;*/ }
.service-container .service-item:nth-child(8) .more:after { background: #dfa100; }
.service-container .service-item:nth-child(9) .more:after { background: #003485; }

.title-wrap {
    position: relative;
}
#whatsapp-link {
    background: url(../img/icon-wa-double.png) no-repeat center top;
    display: block;
    height: 53px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 54px;
    transform: translateY(-50%);
}
#whatsapp-link:hover {
    background-position: center bottom;
}
.form-group {
    background-color: #e8edf8;
    box-shadow: 2PX 2PX 5px #959ca7; /*2PX 2PX 5px #c1c6ce;*/
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
    padding: 25px;
}
.form-group textarea {
    min-height: 145px;
    max-width: 100%;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    border: 1px solid #7f8288;
    border-width: 1px 0 0 1px;
    background-color: #d4d9e2;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1;
    padding: 18px 30px;
}
.form-group input[type="text"]:hover,
.form-group input[type="email"]:hover,
.form-group textarea:hover {
    /*background-color: #ced4de;*/
}
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
    background-color: #c0c5cf;
    outline: none;
}
.input-wrapper {
    text-align: right;
}
#contact-form input[type="submit"] {
    background-color: #eb9500;
    box-shadow: 2PX 2PX 3px #c1c6ce;
    border: none;
    border-radius: 10px;
    color: #363636;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    padding: 18px 0 18px 0;
    position: relative;
    text-align: center;
    width: 222px;
    transition: 0.3s all ease;
}
#contact-form input[type="submit"]:hover {
    transition: 0.3s all ease;
    padding-right: 20px;
}
#contact-form input[type="submit"]:after {
    content: ">>";
    color: #000;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all ease;
}
#contact-form input[type="submit"]:hover:after {
    
}
#social {
    position: relative;
}
#social > .container {
    position: relative;
}
#social p {
    font-size: 22px;
    margin-bottom: 40px;
    text-align: center;
}
#social ul {
    display: flex;
    gap: 0 20px;
    justify-content: center;
    list-style: none;
}
#social #top {
    background: url(../img/icon-top-double.png) no-repeat center top;
    display: block;
    height: 47px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 47px;
    transform: translateY(-50%);
}
#social #top:hover {
    background-position: center bottom;
}
footer .border {
    background-color: rgb(235,40,141);
    background-color: linear-gradient(90deg, rgba(235,40,141,1) 49%, rgba(84,221,242,1) 51%);
    height: 27px;
    width: 100%;
}
strong {
    font-weight: 700;
}


/*queries*/
@media screen and (max-width: 1270px ){
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    #banner h1 {
        font-size: 5vw;
    }
}
@media screen and (max-width: 1000px){
    ul.menu li {
        display: block;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 940px){
    .service-item {
        height: auto;
        min-height: 250px;
        width: 40%;
    }
    .service-item h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 720px){
    h2 {
        font-size: 34px;
    }
    .col-container {
        flex-direction: column;
    }
    .service-item {
        width: 100%;
    }
    .service-item h3 {
        margin: 5px;
    }
    .service-container {
        gap: 15px;
    }
    .service-item {
        min-height: 0;
        padding: 15px;
    }
    .service-item .description {
        display: none;
    }
    .service-item .more {
        display: none;
    }
    .service-item:hover {
        box-shadow: 2PX 2PX 5px #959ca7;
        left: 0;
        top: 0;
    }
}
@media screen and (min-width: 721px){
    .service-item .description {
        display: block !important;
    }
}

@media screen and (max-width: 600px){
    #logo img {
        display: block;
        max-width: 260px;
        height: auto;
    }
    header > .container {
        flex-direction: column;
    }
    .brilliant {
        font-size: 16px;
        height: 80px;;
        width: 80px;
    }
}
@media screen and (max-width: 480px){
}