/*
 Theme Name:     ITdesk
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         ITDesk
 Author URI:     https://www.itdesk.eu
 Template:       Divi
 Version:        1.0.0
*/

:root {
    --primary:#225cff;
    --secondary:#FF1D25;
    --dark-color:#1b3942;
    --orange-dark:#FF5722;
    --orange-light:#F99F2A;
    --gray-color:#edf2f1;
}

.et_pb_row, .container {
    width:90%;
    max-width:1360px;
}

h1.et_pb_module_header {
    font-size:100px;
    line-height:.9;
    
}

h2.et_pb_module_header {
    font-size:80px;
    line-height:.9;
}

h3.et_pb_module_header {
    font-size:40px;
   
}

.title h4 {
    font-size:30px;
    font-weight:700;
    line-height:1.1;
}

.centra {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.full-image, .full-image .et_pb_image_wrap {
    width:100%;
    height:100%;
}

.full-image .et_pb_image_wrap img {
    width:100%;
    height:100%;
    object-fit: cover;
}

.blurb-middle .et_pb_blurb_content .et_pb_blurb_container {
    vertical-align:middle;
}

.blurb-middle .et_pb_blurb_content .et_pb_blurb_container h4 {
    padding-bottom:0;
    line-height:1.1;
}

ul.customul {
    list-style-type: none;
    padding:0;
    margin:0;
   
}

ul.customul li {
    padding-left:30px;
    position: relative;
    list-style: none!important;
    padding-bottom:10px;
}

ul.customul li:before {
    content:'9';
    font-family: 'ETmodules' !important;
    font-weight: 400 !important;
    color: var(--secondary);
    font-size: 22px;
    position: absolute;
    left:0;
    top:0;
    line-height:24px;

}

.btn {
    padding: 14px 54px 14px 30px;
    border-radius: 30px;
    
    border-width: 2px;
    border-style: solid;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all .15s linear;
    margin-right:10px;
    position: relative;
    white-space:nowrap;
}

.btn::after {
    right: 24px;
    width: 24px;
    height: 24px;
    transition: right 0.2s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

.btn:hover::after {
    right: 10px;
}

.btn.btn-primary {
    background-color: #ffda00;
    border-color: #ffda00;
    color:#1b3942;
}

.btn.btn-primary::after {
   background-image: url(/wp-content/uploads/2025/10/arrow.svg);
}

@media (max-width:1360px) {
    h1.et_pb_module_header {
    font-size:80px;
     
}

h2.et_pb_module_header {
    font-size:60px;
    line-height:1;
}
}

@media (max-width:980px) {
    h1.et_pb_module_header {
    font-size:60px;
     
}

h2.et_pb_module_header {
    font-size:40px;
    line-height:1;
}
}

@media (max-width:600px) {
    h1.et_pb_module_header {
    font-size:60px;
     
}

h2.et_pb_module_header {
    font-size:40px;
    line-height:1;
}
}

/* menu */

#main-header {
    /* background-color: var(--gray-color); */
    box-shadow: none;
}

#et-top-navigation {
    font-weight: 400;
}

.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}


.et_mobile_menu {
    border-top:0;
}



.et_mobile_menu li {
    text-align:center !important;
}
  
.et_mobile_menu li li, .et_mobile_menu li ul {
    padding-left:0 !important;
}

.et_mobile_menu {
    min-width: 100vw;
    margin-left: -5vw;
}



.et_mobile_menu {
    min-height:100vh !important;
    min-height: -webkit-fill-available;
    padding-top:50px !important;
    z-index:-1;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
    -overflow-scrolling:touch!important;
    -webkit-overflow-scrolling:touch!important;
}

.mobile_nav.closed #mobile_menu {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.mobile_nav.opened #mobile_menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (max-width:1240px) {
    #main-header #logo {
        max-height:60px;
    }
}

@media only screen and (max-width:1140px) {
    #top-menu li {
        font-size:13px;
        padding-right:14px;
    }
}

/* end menu */


/* video button */

 .et_pb_video_0 .et_pb_video_overlay .et_pb_video_play:before {
    font-size:60px;
    background-color: var(--secondary);
    border-radius:50%;
 }

 .et_pb_video_0 .et_pb_video_overlay .et_pb_video_play:after {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -14px;
    left: -10px;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    -webkit-animation-name: ripple;
            animation-name: ripple;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
            animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
 }

.request-loader {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 108px;
    width: 108px;
    border-radius: 100%;
    /* background: #af2525; */
    background: #E0395E;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    margin:auto;
  }
  .request-loader a {
    position: relative;
    font-size: 72px;
    left: -3px;
  }
  .request-loader::after {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    left: -8px;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    -webkit-animation-name: ripple;
            animation-name: ripple;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
            animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
  }
  .request-loader::before {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    left: -8px;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    -webkit-animation-name: ripple;
            animation-name: ripple;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
            animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
  }
  
  @-webkit-keyframes ripple {
    from {
      opacity: 1;
      transform: scale3d(0.75, 0.75, 1);
    }
    to {
      opacity: 0;
      transform: scale3d(1.5, 1.5, 1);
    }
  }
  
  @keyframes ripple {
    from {
      opacity: 1;
      transform: scale3d(0.75, 0.75, 1);
    }
    to {
      opacity: 0;
      transform: scale3d(1.5, 1.5, 1);
    }
  }

  /* end video button */


  /* home */

.boxy .et_pb_column {
    border:2px solid var(--dark-color);
    padding:40px 30px;
    border-radius:20px;
}

.boxy .et_pb_blurb .et_pb_module_header {
    font-size:34px;
    padding-bottom:30px;
}

.boxy .et_pb_blurb .et_pb_blurb_description {
    color:#646a69;
    line-height:1.5;
}

.boxy .et_pb_blurb .et_pb_blurb_description ul li {
    
    line-height:1.5;
}

@media (max-width:600px) {
    .boxy .et_pb_blurb .et_pb_module_header {
    font-size:26px;
    
}

.boxy .et_pb_blurb .et_pb_blurb_description, .boxy .et_pb_blurb .et_pb_blurb_description ul li {
     line-height:1.4;
}

}

  /* end home */