/*--------------------------------------------------------------------------------- Theme Name:   Divi Child Theme URI:    https://netxsite.com Description:  Created for Skylink Shipping Author:       Netxsite Author URI:   https://netxsite.com Template:     Divi Version:      1.0.0 License:      GNU General Public License v2 or later License URI:  http://www.gnu.org/licenses/gpl-2.0.html------------------------------ ADDITIONAL CSS HERE ------------------------------*/.globe {  position: relative;  width: 100vw;  height: 100vh;}.globe .globe-canvas {  z-index: 0;  position: absolute;  left: 0;  top: 0;}.globe-list {  z-index: 10;  opacity: 0;  position: absolute;  left: 0;  top: 0;  list-style: none;  transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);}.globe-list.active {  opacity: 1;}.globe-list > li {  opacity: .4;  position: absolute;  margin-left: -8px;  margin-top: -8px;  width: 16px;  height: 16px;  border-radius: 50%;  background: #00FFD3;  transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);}.globe-list > li:before {  content: "";  opacity: .5;  pointer-events: none;  position: absolute;  left: 50%;  top: 50%;  margin-left: -8px;  margin-top: -8px;  width: 16px;  height: 16px;  border-radius: 50%;  background: #00FFD3;  -webkit-animation: 2s pulse infinite linear;          animation: 2s pulse infinite linear;}.globe-list > li.active {  opacity: 1;  margin-left: -12px;  margin-top: -12px;  width: 24px;  height: 24px;  background: #FFFFFF;}.globe-list > li.active:before {  margin-left: -12px;  margin-top: -12px;  width: 24px;  height: 24px;  background: #FFFFFF;}.globe-list > li.active .text {  opacity: 1;  right: 29px;  font-size: 20px;  line-height: 20px;  font-weight: 700;}.globe-list .text {  position: absolute;  opacity: .8;  right: 21px;  top: 50%;  display: block;  font-size: 14px;  line-height: 14px;  font-weight: 600;  text-align: right;  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;  color: #FFFFFF;  white-space: nowrap;  -webkit-transform: translateY(-50%);          transform: translateY(-50%);}